body {
	margin:0;
	border:0;
	padding:0;
	line-height:1.4;
	font-family: 'Noto Sans JP', sans-serif;
	background:#fff;
}
body.no_scroll{
	overflow: hidden;
 }
html,body{
	height: 100%;/*高さを100%にして描画エリアをとる*/
}
h1, h2, h3, h4, h5, h6,
p, ul, ol, li, dl, dt, dd, address,
div, form, caption, img {
	list-style-type:none;
	margin:0;
	border:0;
	padding:0;
	font-style:normal;
	font-weight:normal;
}

body.top table, body.maker table, body.area table, body.import table,
body.top th, body.maker th, body.area th, body.import th,
body.top td, body.maker td, body.area td, body.import td{
	list-style-type:none;
	margin:0;
	border:0;
	padding:0;
	font-style:normal;
	font-weight:normal;
}
.pc_none,
.pc_none-br{
	display: none !important;
}
.sp_none,
.sp_none-br{
	display: block !important;
}
@media screen and (max-width: 860px) {
	.pc_none{
		display: block !important;
	}
	.sp_none{
		display: none !important;
	}
}
@media screen and (max-width: 400px) {
	.pc_none-br{
		display: block !important;
	}
	.sp_none-br{
		display: none !important;
	}
}
/*header*/
.header{
  display: flex;
}
.header_j{
  width: 50%;
  background: #e51785;
}
.header_g{
  width: 50%;
  background: #cb2d1c;
}
.header_upper{
  display: flex;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
}
.header_logo{
  width: 120px;
  margin: 0 20px 0 0;
}
.header_logo > img{
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.header_txtarea{
}
.header_catch{
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  margin: 0 auto 10px
}
.header_list{
  display: flex;
}
.header_list > li:not(:last-child){
  margin: 0 15px 0 0;
}
.header_list > li > a{
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  position: relative;
}
.header_list > li > a::after{
  content: "";
  position: absolute;
  bottom: -10%;
  left: -7%;
  width: 112%;
  height: 2px;
  background:#fff;
  transition: all .3s;
  transform: scale(0, 1);
  transform-origin: left top;
}
.header_list > li > a:hover{
  color:#fff;
}
.header_list > li > a:hover::after {
  transform: scale(1, 1);
}

.header_mv{
  position: relative;
  height: 400px;
  margin: 0 50px;
}
.header_jmvimg1{
  width: 200px;
  position: absolute;
  left: 0;
  top: 0;
}
.header_jmvimg1 img{
  width: 100%;
  height: auto;
}
.header_jmvimg2{
  width: 200px;
  position: absolute;
  left: 80px;
  top: 80px;
}
.header_jmvimg2 img{
  width: 100%;
  height: auto;
}
.header_gmvimg1{
  width: 150px;
  position: absolute;
  left: 170px;
  top: 10px;
  transform:rotate(15deg);
}
.header_gmvimg1 img{
  width: 100%;
  height: auto;
  border-radius: 6px;
}
.header_gmvimg2{
  width: 300px;
  position: absolute;
  left: 15px;
  top: 100px;
  transform:rotate(15deg);
}
.header_gmvimg2 img{
  width: 100%;
  height: auto;
}
.header_gmvimg3{
  width: 250px;
  position: absolute;
  left: 60px;
  top: 260px;
  transform:rotate(15deg);
}
.header_gmvimg3 img{
  width: 100%;
  height: auto;
}
.header_mvtxt{
  position: absolute;
  top: 60px;
  right: 50px;
  z-index: 1;
  display: block;
  width: max-content;
  font-size: 24px;
  font-weight: bold;
  color: #ffbc55;
  padding: 0.5em 1.5em;
}
.header_mvtxt span{
  display: block;
  font-size: 46px;
}
.header_mvtxt::after{
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: transparent linear-gradient(263deg, #54524D 0%, #54524D 100%) 0% 0% no-repeat padding-box;
  transition: all 1s;
  opacity: 0;
}
.header_mvtxt.leftAnime::after{
  width: 100%;
  opacity: 1;
}
.header_mvmore{
  position: absolute;
  bottom: 30px;
  right: 50px;
}
.header_mvmore a{
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  display: block;
  border: solid 2px #fff;
  border-radius: 10px;
  padding: 10px 60px 10px 20px;
  box-sizing: border-box;
  position: relative;
}
.header_mvmore a::after{
  content: "";
  display: block;
  width: 1.2em;
  height: 1.2em;
  border: 3px solid #fff;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: rotate(135deg);
  position: absolute;
  top: calc(50% - 18px);
  right: 20px;
}
.header_j .header_mvmore a{
  background: #e51785;
}
.header_g .header_mvmore a{
  background: #cb2d1c;
}
.sp_gnav{
  display: none;
}
@media screen and (max-width: 860px) {
  .header{
    display: block;
  }
  .header_j{
    width: 100%;
  }
  .header_g{
    width: 100%;
  }
  .header_list{
    display: none;
  }
  .header_upper{
    padding: 10px;
  }
  .header_logo{
    width: 80px;
    margin: 0 10px 0 0;
  }
  .header_catch{
    font-size: 15px;
    margin: 0 auto;
  }
  .header_list{
    display: none;
  }
  .header_mv{
    height: 280px;
    margin: 0 30px;
  }
  .header_jmvimg1{
    width: 100px;
    position: absolute;
    left: 0;
    top: 10px;
  }
  .header_jmvimg2{
    width: 100px;
    position: absolute;
    left: 40px;
    top: 50px;
  }
  .header_gmvimg1{
    width: 80px;
    left: 0;
    top: 10px;
  }
  .header_gmvimg1 img{
    border-radius: 4px;
  }
  .header_gmvimg2{
    width: 160px;
    left: 0;
    top: 60px;
  }
  .header_gmvimg3{
    width: 140px;
    left: 10px;
    top: 120px;
  }
  .header_mvtxt{
    top: 30px;
    right: 0;
    font-size: 18px;
    padding: 0.5em 1.5em;
  }
  .header_mvtxt span{
    font-size: 32px;
  }
    .header_mvmore{
      right: calc(50% - 120px);
      width: 240px;
    }
  .sp_gnav{
    display: block;
  }
}

/*btn*/
.btn_jlink a{
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  color: #fff;
  background: #e51785;
  border: solid 2px #fff;
  border-radius: 32px;
  padding: 20px 40px 20px 20px;
  position: relative;
  transition: all 0.3s;
}
.btn_jlink a:before {
  content: "";
  width: 22px;
  height: 22px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 10px);
  right: 10px;
  margin: auto;
  transition: all 0.3s;
}
.btn_jlink a:after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 3px #e51785;
  border-right: solid 3px #e51785;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 5px);
  right: 18px;
  margin: auto;
  transition: all 0.3s;
}
.btn_jlink a:hover{
  color: #e51785;
  background: #fff;
  border: solid 2px #e51785;
}
.btn_jlink a:hover:before {
  background: #e51785;
}
.btn_jlink a:hover:after {
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
}
.btn_glink a{
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  color: #fff;
  background: #cb2d1c;
  border: solid 2px #fff;
  border-radius: 32px;
  padding: 20px 40px 20px 20px;
  position: relative;
  transition: all 0.3s;
}
.btn_glink a:before {
  content: "";
  width: 22px;
  height: 22px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 10px);
  right: 10px;
  margin: auto;
  transition: all 0.3s;
}
.btn_glink a:after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 3px #cb2d1c;
  border-right: solid 3px #cb2d1c;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 5px);
  right: 18px;
  margin: auto;
  transition: all 0.3s;
}
.btn_glink a:hover{
  color: #cb2d1c;
  background: #fff;
  border: solid 2px #cb2d1c;
}
.btn_glink a:hover:before {
  background: #cb2d1c;
}
.btn_glink a:hover:after {
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
}

/*ttlarea*/
.ttlarea{
  margin: 150px auto;
  position: relative;
}
.ttl_j{
  font-size: 32px;
  font-weight: bold;
  margin: 0 1em;
  padding: 0.5em 1em;
  color: #fff;
  background: #E51785;
  box-shadow: 10px 10px 0 #900b52;
}
.ttl_j span{
  font-size: 46px;
}
.ttl_jlogo{
  width: 200px;
  height: auto;
  vertical-align: middle;
  margin: 0 0 0 20px;
}
.ttl_jimg1{
  width: 150px;
  position: absolute;
  right: 370px;
  top: 0;
  transform:rotate(15deg);
}
.ttl_jimg1 img{
  width: 100%;
  height: auto;
}
.ttl_jimg2{
  width: 150px;
  position: absolute;
  right: 170px;
  top: 0;
  transform:rotate(15deg);
}
.ttl_jimg2 img{
  width: 100%;
  height: auto;
}
.ttl_g{
  font-size: 32px;
  font-weight: bold;
  margin: 0 1em;
  padding: 0.5em 1em;
  color: #fff;
  background: #cb2d1c;
  box-shadow: 10px 10px 0 #a61607;
}
.ttl_g span{
  font-size: 46px;
}
.ttl_glogo{
  width: 250px;
  height: auto;
  vertical-align: middle;
  margin: 0 0 0 20px;
}
.ttl_gimg1{
  width: 150px;
  position: absolute;
  right: 400px;
  top: 0;
  transform:rotate(30deg);
}
.ttl_gimg1 img{
  width: 100%;
  height: auto;
}
.ttl_gimg2{
  width: 300px;
  position: absolute;
  right: 170px;
  top: 0;
  transform:rotate(30deg);
}
.ttl_gimg2 img{
  width: 100%;
  height: auto;
}
.ttl_gimg3{
  width: 250px;
  position: absolute;
  right: 70px;
  top: 0;
  transform:rotate(30deg);
}
.ttl_gimg3 img{
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1250px) {
  .ttl_j{
    padding-right: 300px;
  }
  .ttl_jimg1{
    width: 120px;
    right: 170px;
    top: 0;
  }
  .ttl_jimg2{
    width: 120px;
    right: 80px;
    top: 0;
  }
  .ttl_g{
    padding-right: 300px;
  }
  .ttl_gimg1{
    width: 100px;
    right: 280px;
    top: 0;
  }
  .ttl_gimg2{
    width: 200px;
    right: 130px;
    top: 0;
  }
  .ttl_gimg3{
    width: 170px;
    right: 60px;
    top: 0;
  }
}

@media screen and (max-width: 860px) {
  .ttlarea{
    margin: 50px auto;
  }
  .ttl_j{
    font-size: 20px;
    margin: 0 0.5em;
    padding: 0.5em 1em;
    box-shadow: 6px 6px 0 #900b52;
  }
  .ttl_j span{
    font-size: 26px;
  }
  .ttl_jlogo{
    width: 100px;
    margin: 10px 0 0;
    display: block;
  }
  .ttl_jimg1{
    width: 80px;
    position: absolute;
    right: 50px;
    top: 0;
  }
  .ttl_jimg2{
    width: 80px;
    position: absolute;
    right: 20px;
    top: 0;
  }
  .ttl_g{
    font-size: 20px;
    margin: 0 0.5em;
    padding: 0.5em 1em;
    box-shadow: 6px 6px 0 #a61607;
  }
  .ttl_g span{
    font-size: 26px;
  }
  .ttl_glogo{
    width: 180px;
    margin: 5px 0 0;
    display: block;
  }
  .ttl_gimg1{
    width: 75px;
    position: absolute;
    right: 50px;
    top: 60px;
  }
  .ttl_gimg2{
    width: 120px;
    position: absolute;
    right: 10px;
    top: 30px;
  }
  .ttl_gimg3{
    width: 125px;
    position: absolute;
    right: 10px;
    top: 0;
  }
}

/*ribbon_wrap*/
.ribbon_wrap{
  display: block;
  position: relative;
  margin: 50px auto;
  padding: 10px 0 20px;
  max-width: 1000px;
  background: #ffeded;
}
.ribbon_wrap_g{
  background: #ffeded;
}
.ribbon{
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 20px 20px 25px;
  margin: 0 0 0 -20px;
  width: calc(100% + 20px);
  font-size: 40px;
  line-height: 1.2;
  font-weight: bold;
  color: #fff;
  background: #E51785;
  text-shadow: 1px 1px 1px #000;
}
.ribbon:before{
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #900b52;
}
.ribbon_g{
  background: #cb2d1c;
}
.ribbon_g:before{
  border-right: solid 20px #a61607;
}

@media screen and (max-width: 860px) {
  .ribbon_wrap{
    max-width: 100%;
    width: calc(100% - 20px);
  }
  .ribbon{
    padding: 10px 10px 15px;
    margin: 0 0 0 -10px;
    width: calc(100% + 10px);
    font-size: 20px;
  }
  .ribbon:before{
    border-bottom: solid 10px transparent;
    border-right: solid 10px #900b52;
  }
  .ribbon_g:before{
    border-right: solid 10px #a61607;
  }
}

/*scene*/
.scene_list{
  padding: 40px 20px;
  box-sizing: border-box;
}
.scene_list > li{
  padding: 0 0 0 120px;
  min-height: 100px;
}
.scene_list > li:not(:last-child){
  margin: 0 auto 50px;
}
.scene_lij1{
  background: url(../img/icon_scene_j1.png) no-repeat;
  background-size: 100px auto;
}
.scene_lij2{
  background: url(../img/icon_scene_j2.png) no-repeat;
  background-size: 100px auto;
}
.scene_lig1{
  background: url(../img/icon_scene_g1.png) no-repeat;
  background-size: 100px auto;
}
.scene_lig2{
  background: url(../img/icon_scene_g2.png) no-repeat;
  background-size: 100px auto;
}
.scene_lig3{
  background: url(../img/icon_scene_g3.png) no-repeat;
  background-size: 100px auto;
}
.scene_lig4{
  background: url(../img/icon_scene_g4.png) no-repeat;
  background-size: 100px auto;
}
.scene_lig5{
  background: url(../img/icon_scene_g5.png) no-repeat;
  background-size: 100px auto;
}
.scene_list dl{
}
.scene_list dl dt{
  font-size: 24px;
  font-weight: bold;
  color: #E51785;
}
.scene_list_g dl dt{
  color: #cb2d1c;
}

@media screen and (max-width: 860px) {
  .scene_list{
    padding: 20px 10px;
  }
  .scene_list > li{
    padding: 0 0 0 70px;
    min-height: 60px;
  }
  .scene_list > li:not(:last-child){
    margin: 0 auto 30px;
  }
  .scene_lij1{
    background: url(../img/icon_scene_j1.png) no-repeat;
    background-size: 60px auto;
  }
  .scene_lij2{
    background: url(../img/icon_scene_j2.png) no-repeat;
    background-size: 60px auto;
  }
  .scene_lig1{
    background: url(../img/icon_scene_g1.png) no-repeat;
    background-size: 60px auto;
  }
  .scene_lig2{
    background: url(../img/icon_scene_g2.png) no-repeat;
    background-size: 60px auto;
  }
  .scene_lig3{
    background: url(../img/icon_scene_g3.png) no-repeat;
    background-size: 60px auto;
  }
  .scene_lig4{
    background: url(../img/icon_scene_g4.png) no-repeat;
    background-size: 60px auto;
  }
  .scene_lig5{
    background: url(../img/icon_scene_g5.png) no-repeat;
    background-size: 60px auto;
  }
  .scene_list dl dt{
    font-size: 16px;
  }
  .scene_list dl dd{
    font-size: 14px;
  }
}

/*letterpackarea*/
.letterpackarea{
  padding: 40px 20px;
  box-sizing: border-box;
}
.letterpackarea_lpl{
  margin: 0 0 50px 300px;
  position: relative;
}
.letterpackarea_lpp{
  margin: 0 0 0 300px;
  position: relative;
}
.letterpack_pricewrap{
  width: fit-content;
  position: relative;
}
.letterpack_ttl{
  font-size: 20px;
  font-weight: bold;
  padding: 0 0 0.2em;
}
.letterpackarea_lpl .letterpack_ttl{
  color: #164f9b;
}
.letterpackarea_lpp .letterpack_ttl{
  color: #b7123a;
}
.letterpack_price{
  border-collapse: collapse;
  background: #f8ffdc;
}
.letterpack_price th{
  text-align: left;
  font-weight: normal;
  padding: 5px 10px;
}
.letterpack_price td{
  padding: 5px 10px;
}
.letterpackarea_lpl .letterpack_price th,
.letterpackarea_lpl .letterpack_price td{
  border: solid 2px #164f9b;
}
.letterpack_price.lpp th,
.letterpack_price.lpp td{
  border: solid 2px #b7123a;
}
.letterpack_price td em{
  font-style: normal;
  font-size: larger;
  font-weight: bold;
  display: inline-block;
  margin: 0 0.3em;
}
.letterpack_price .set th{
  font-size: 18px;
  font-weight: bold;
  color: #d96111;
}
.letterpack_price .set th em{
  font-style: normal;
  font-size: larger;
  display: inline-block;
  margin: 0 0.3em 0 0;
}
.letterpack_price .set td em{
  color: #d96111;
}
.letterpack_price .set td{
  font-size: 20px;
}
.letterpack_price .set td .free{
  color: #d96111;
}
.gooddeal {
  width: 80px;
  height: 80px;
  transform:rotate(10deg);
  position: absolute;
  bottom: 20px;
  right: -50px;
}
.gooddealbk1 {
  width: 60px;
  height: 60px;
  background: #f75e5d;
  position: absolute;
  top: 10px;
  left: 10px;
}
.gooddealbk2 {
  width: 60px;
  height: 60px;
  background: #f75e5d;
  position: absolute;
  top: 10px;
  left: 10px;
  transform: rotate(30deg);
}
.gooddealbk3 {
  width: 60px;
  height: 60px;
  background: #f75e5d;
  position: absolute;
  top: 10px;
  left: 10px;
  transform: rotate(60deg);
}
.gooddealtxt {
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  top: 20px;
  left: 10px;
  color: #fff831;
}
.letterpack_imglpl{
  width: 200px;
  position: absolute;
  top: -30px;
  left: -250px;
  transform:rotate(15deg);
}
.letterpack_imglpl img{
  width: 100%;
  height: auto;
}
.letterpack_imglpp{
  width: 200px;
  position: absolute;
  top: -50px;
  left: -250px;
  transform:rotate(15deg);
}
.letterpack_imglpp img{
  width: 100%;
  height: auto;
}
.btn_letterpackarea{
  text-align: center;
  margin: 2em auto;
}
.letterpacinfo {
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
}
.letterpacinfo_tblwrap {
  width: 50%;
}
.letterpacinfo_tblwrap:first-child {
  margin: 0 20px 0 0;
}
.letterpacinfo_tbl {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
}
.letterpacinfo_tbl th {
  padding: 10px 0;
}
.letterpacinfo_tbl td {
  padding: 10px;
  vertical-align: top;
}
.letterpacinfo_tbl td em {
  display: block;
  font-weight: bold;
  font-style: normal;
  margin: 0 auto 0.5em;
  border-bottom: solid 1px;
}
.letterpacinfo_img {
  text-align: center;
}
.letterpacinfo_img img {
  width: 280px;
  height: auto;
  margin: 20px auto;
  vertical-align: bottom;
}
.letterpacinfo_btn {
  text-align: center;
  border: none !important;
  background: none !important;
  padding-top: 20px !important;
}
.letterpacinfo_tbl.letterpacinfo_lpl {
}
.letterpacinfo_tbl.letterpacinfo_lpl th {
  border: solid 3px #164f9b;
  background: #164f9b;
  color: #fff;
}
.letterpacinfo_tbl.letterpacinfo_lpl td {
  background: #f8fbff;
  border: solid 3px #164f9b;
}
.letterpacinfo_tbl.letterpacinfo_lpl td em {
  color: #164f9b;
}
.letterpacinfo_tbl.letterpacinfo_lpp {
}
.letterpacinfo_tbl.letterpacinfo_lpp th {
  border: solid 3px #b7123a;
  background: #b7123a;
  color: #fff;
}
.letterpacinfo_tbl.letterpacinfo_lpp td {
  background: #fff2f5;
  border: solid 3px #b7123a;
}
.letterpacinfo_tbl.letterpacinfo_lpp td em {
  color: #b7123a;
}
.letterpacpoint {
  margin: 50px auto;
  padding: 50px 0;
  background: url(../img/lppoint.jpg) no-repeat center center;
  background-size: 100% auto;
}
.letterpacpoint_catch {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin: 0 auto 50px;
  color: #e51785;
  background: rgba(255, 255, 255, 0.6);
  padding: 15px 0;
  text-shadow: 1px 1px 1px #fff;
}
.letterpacpoint_txt {
  text-align: center;
  font-size: 20px;
  line-height: 2;
}
.letterpacpoint_txt span {
  background: rgba(229, 23, 133, 0.8);
  padding: 2px 0.5em;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: #fff;
  text-shadow: 1px 1px 1px #333;
}

@media screen and (max-width: 860px) {
  .letterpackarea{
    padding: 20px 10px;
  }
  .letterpackarea_lpl{
    margin: 0 0 50px;
  }
  .letterpackarea_lpp{
    margin: 0;
  }
  .letterpack_ttl{
    font-size: 16px;
    padding: 0 0 10px 55px;
  }
  .letterpack_price th{
    padding: 3px 6px;
    font-size: 14px;
    width: 8em;
  }
  .letterpack_price td{
    padding: 3px 6px;
    font-size: 14px;
  }
  .letterpack_price .set th{
    font-size: 14px;
  }
  .letterpack_price .set td{
    font-size: 14px;
  }
  .gooddeal {
    width: 56px;
    height: 56px;
    position: absolute;
    bottom: 15px;
    right: -28px;
  }
  .gooddealbk1 {
    width: 40px;
    height: 40px;
    top: 8px;
    left: 8px;
  }
  .gooddealbk2 {
    width: 40px;
    height: 40px;
    top: 8px;
    left: 8px;
  }
  .gooddealbk3 {
    width: 40px;
    height: 40px;
    top: 8px;
    left: 8px;
  }
  .gooddealtxt {
    font-size: 20px;
    top: 13px;
    left: 8px;
  }
  .letterpack_imglpl{
    width: 50px;
    position: absolute;
    top: -25px;
    left: 0;
  }
  .letterpack_imglpp{
    width: 50px;
    position: absolute;
    top: -25px;
    left: 0;
  }
  .letterpacinfo {
    display: block;
    max-width: 100%;
  }
  .letterpacinfo_tblwrap {
    width: calc(100% - 20px);
    margin: 0 auto;
  }
  .letterpacinfo_tblwrap:first-child {
    margin: 0 auto;
  }
  .letterpacinfo_tbl th {
    padding: 5px 0;
    box-sizing: border-box;
    display: block;
    width: 100%;
  }
  .letterpacinfo_tbl td {
    display: block;
    font-size: 14px;
  }
  .letterpacinfo_img img {
    width: 120px;
    margin: 10px auto;
  }
  .letterpacinfo_tbl.letterpacinfo_lpl {
    margin: 0 auto 50px;
  }
  .letterpacinfo_tbl.letterpacinfo_lpl td {
    border-top: none;
  }
  .letterpacinfo_tbl.letterpacinfo_lpp td {
    border-top: none;
  }
  .letterpacpoint {
    padding: 1em 0;
    background: url(../img/lppoint.jpg) no-repeat center center;
    background-size: cover;
  }
  .letterpacpoint_catch {
    font-size: 20px;
    margin: 0 auto 30px;
    padding: 15px 0;
  }
  .letterpacpoint_txt {
    font-size: 14px;
  }
}

/*recommend*/
.recommend{
  padding: 40px 20px;
  box-sizing: border-box;
}
.recommend_ttl{
  position: relative;
  text-align: center;
  padding: 7px 0;
  font-size: 30px;
  background: #ff9292;
  color: #fff;
  box-sizing: border-box;
  width: fit-content;
  margin: 0 auto 1em;
}
.recommend_ttl span{
  margin: 0;
  padding: 0 30px;
  border-top: dashed 1px #cb2d1c;
  border-bottom: dashed 1px #cb2d1c;
  line-height: 46px;
  text-shadow: 1px 1px 1px #000;
  display: block;
}
.recommend_ttl:before, .recommend_ttl:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}
.recommend_ttl:before {
  top: 0;
  left: 0;
  border-width: 30px 0px 30px 15px;
  border-color: transparent transparent transparent #ffeded;
  border-style: solid;
}
.recommend_ttl:after {
  top: 0;
  right: 0;
  border-width: 30px 15px 30px 0px;
  border-color: transparent #ffeded transparent transparent;
  border-style: solid;
}
.recommend_list{
  padding: 0;
  margin: 0 auto;
  max-width: 800px;
}
.recommend_list li:not(:last-child){
  margin: 0 auto 30px;
}
.recommend_item{
  background: #fff;
  border: solid 2px #8b3232;
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 10px;
}
.recommend_itemttl{
  width: 100%;
  margin: 0 auto 10px
}
.recommend_itemttl span{
  display: inline-block;
  background: #8b3232;
  color: #fff;
  padding: 5px 15px;
}
.recommend_itemimg{
  width: calc(40% - 10px);
  margin: 0 auto 0 10px;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  background: #efefef;
}
.recommend_itemimg img{
  width: auto;
  height: 100px;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.recommend_itemtxt{
  width: 60%;
  padding: 0 10px;
  box-sizing: border-box;
}
.recommend_itembtn{
  text-align: right;
  margin-top: 20px;
}
.recommendother{
  max-width: 800px;
  margin: 0 auto;
}
.recommendother_ttl{
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  border-radius: 10px 10px 0 0;
  border: solid 2px #8b3232;
  border-bottom: none;
  padding: 5px 15px;
  background: #fff;
  color: #8b3232;
  margin-bottom: -2px;
}
.recommendother_ttl::before{
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(../img/icon_recommendother.png) no-repeat;
  background-size: contain;
  transform: rotate(-20deg);
  vertical-align: bottom;
  margin-right: 5px;
}
.recommendother_txt{
  background: #fff;
  border-radius: 0 10px 10px 10px;
  padding: 10px 15px;
  border: solid 2px #8b3232;
}
.recommendother_btn{
  text-align: center;
  margin: 2em auto 1em;
}



@media screen and (max-width: 860px) {
  .recommend{
    padding: 20px 10px;
  }
  .recommend_ttl{
    padding: 9px 0;
    font-size: 18px;
  }
  .recommend_ttl span{
    line-height: 30px;
  }
  .recommend_ttl:before {
    border-width: 26px 0px 26px 15px;
  }
  .recommend_ttl:after {
    border-width: 26px 15px 26px 0px;
  }
  .recommend_list{
    max-width: 100%;
  }
  .recommend_item{
    display: block;
    padding: 0 0 10px;
  }
  .recommend_itemttl span{
    padding: 5px 15px;
  }
  .recommend_itemimg{
    width: calc(100% - 20px);
    height: auto;
    margin: 0 auto 10px;
    padding: 20px 0;
  }
  .recommend_itemimg img{
    width: auto;
    height: 100px;
    position: relative;
    margin: 0 auto;
  }
  .recommend_itemtxt{
    width: 100%;
    font-size: 14px;
  }
  .recommend_itembtn{
    text-align: center;
  }
  .recommendother{
    max-width: 100%;
    width: calc(100% - 20px);
  }
  .recommendother_ttl{
    font-size: 18px;
    padding: 5px 15px;
    margin-bottom: -2px;
  }
  .recommendother_ttl::before{
    width: 24px;
    height: 24px;
    vertical-align: top;
  }
  .recommendother_txt{
    font-size: 14px;
    padding: 5px 10px;
  }
}

/*main_kv*/
.main_kv{
	position: relative;
	background:url(../img/main_kv.png) no-repeat top center;
	background-size:cover;
	width:100%;
	height: calc(100vh - 100px);
	overflow: hidden;
}
.main_kv .main_kv-inr{
	max-width: 1040px;
	height: 100%;
	margin: 0 auto;
	padding: 109px 0 0;
	position: relative;
}
.main_kv .main_kv-inr .main_kv-title{
	font-family: 'Kaisei HarunoUmi', serif;
	padding: 0 20px;
}
.main_kv .main_kv-inr .main_kv-title p{
    font-size: 44px;
    color: #ECE1D0;
}
.main_kv .main_kv-inr .main_kv-title p span{
	display: block;
	padding: 12px 8px;
}
.main_kv .main_kv-inr .header_inrr-btn{
	position: absolute;
    bottom: 200px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}
.main_kv .scroll_arrow{
  position: absolute;
  right: 10%;
  bottom: 0;
  width: 80px;
  height: 0;
  z-index: 998;
  animation: arrowmove 4s ease-in-out infinite

}
.main_kv .scroll_arrow a{
	display: block;
    width: 80px;
    height: 80px;
    border-radius: 45px;
	background: #E51785;
}
.main_kv .scroll_arrow .scroll_arrow-svg{
	position: absolute;
    top: 33px;
    left: 23px;
	transition: all 0.3s ease 0s;
}
.scroll_arrow img {
width: 57px
}
@keyframes arrowmove {
0% {
	bottom: 100px
}
50% {
	bottom: 110px
}
100% {
	bottom: 100px
}
}
.main_kv .main_kv-inr .header_inrr-btn a {
position: relative;
width: 580px;
height: 80px;
overflow: hidden;
color: #fff;
font-size: 24px;
font-weight: bold;
border-radius:50px;
text-decoration: none;
box-sizing:border-box;
border: 4px solid #fff;
display: flex;
align-items: center;
justify-content: center;
}

.main_kv .main_kv-inr .header_inrr-btn a::before,
.main_kv .main_kv-inr .header_inrr-btn a::after {
content: '';
position: absolute;
top: 0;
left: 0;
display: block;
width: 100%;
height: 100%;
}

.main_kv .main_kv-inr .header_inrr-btn a::before {
transition: all 0.3s;
z-index: -1;
background: #E51785;
}

.main_kv .main_kv-inr .header_inrr-btn a::after {
z-index: -2;
background: linear-gradient(-45deg, #E51785 ,rgba(246, 205, 0, 1));
}

.main_kv .main_kv-inr .header_inrr-btn a:hover::before {
opacity: 0;
}

.main_kv .main_kv-inr .header_inrr-btn .arrow{
display: inline-block;
vertical-align: middle;
color: #E51785;
position: absolute;
right: 10px;
top: 21px;
width: 30px;
height: 30px;
background: #fff;
border-radius: 15px;
transform: translateX(-25%) rotate(45deg);
}
.main_kv .main_kv-inr .header_inrr-btn .arrow::before,
.main_kv .main_kv-inr .header_inrr-btn .arrow::after{
content: '';
position: absolute;
background: currentColor;
border-radius: 10px;
}
.main_kv .main_kv-inr .header_inrr-btn .arrow::before {
top: 10px;
left: 8px;
right: 10px;
height: 3px;
}
.main_kv .main_kv-inr .header_inrr-btn .arrow::after {
top: 10px;
right: 10px;
bottom: 8px;
width: 3px;
}
/*
.p-explain__titleArea {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	margin-bottom: 16px;
}
.p-explain__titleArea.leftAnime span::after {
    width: 100%;
    opacity: 1;
}
.p-explain__title {
    position: relative;
    z-index: 1;
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
.p-explain__title::after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: transparent linear-gradient(263deg, #54524D 0%, var(--unnamed-color-df2016) 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(263deg, #54524D 0%, #54524D 100%) 0% 0% no-repeat padding-box;
    -webkit-transition: all 1s;
    transition: all 1s;
    opacity: 0;
}
*/

/*get*/
.get{
	background: #fff;
}
.get .get_inr {
	display: flex;
	align-items: center;
}
.get .get_inr .get_inrbox{
	background: #E51785;
	border-radius: 0 16px 16px 0;
    width: 60%;
	padding: 150px 40px 150px 40px;
	box-shadow: 3px 3px 8px 0px rgb(0 0 0 / 16%);
    box-sizing: border-box;
}
.get .get_inr .get_inrbox_g{
	background: #cb2d1c;
	padding: 70px 40px 70px 40px;
	border-radius: 16px 0 0 16px;
}
.get .get_inr .get_inrbox .get_inrbox-title{
	font-family: 'Kaisei HarunoUmi', serif;
	font-size: 40px;
	margin-bottom: 40px;
}
.get .get_inr .get_inrbox .get_inrbox-text{
	font-size: 16px;
	line-height: 2;
	margin-bottom: 40px;
}
.get .get_inr .get_inrbox .get_inrbox-text span{
	font-size: 20px;
    display: block;
}
.get .get_inr .get_inrbox p{
	color: #fff;
	max-width: 580px;
    margin: 0 0 0 auto;
}
.get .get_inr .get_inr-slider{
	position: relative;
	width: 40%;
	height: 483px;
}
.get .get_inr .get_inr-slider::before{
	content: "";
	position: absolute;
	top: -180px;
	right: 0;
	background:url(../img/get.png) no-repeat center center;
	background-size:100%;
	width:368px;
	height:387px;
	z-index: 1;
}
.get .get_inr .get_inr-slider .get_inr-slidertext{
	writing-mode: vertical-rl;
    position: absolute;
    top: 40px;
    left: 15%;
    z-index: 1;
	letter-spacing: 10px;
}
.get .get_inr .get_inr-slider .get_inr-slidertext_g{
    left: 25%;
}
.get .get_inr .get_inr-slider .get_inr-slidertext p{
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	margin-left: 20px;
}
.get .get_inr .get_inr-slider .get_inr-slidertext p:nth-child(2){
	margin-top: 60px;
}
.get .get_inr .get_inr-slider .get_inr-slidertext p:nth-child(3){
	margin-top: 210px;
}
.get .get_inr .get_inr-slider .get_inr-slidertext_g p:nth-child(2){
	margin-top: 60px;
}
.get .get_inr .get_inr-slider .get_inr-slidertext_g p:nth-child(3){
	margin-top: 90px;
}
.get .get_inr .get_inr-slider ul li{
	margin: 0;
}

/*pickup*/
.pickup{
	padding: 100px 0 225px;
	box-sizing: border-box;
}
.pickup .pickup_inr .pickup_inr-title{
	font-family: 'Kaisei HarunoUmi', serif;
	margin-bottom: 82px;
	padding: 0 20px;
}
.pickup .pickup_inr .pickup_inr-title p{
	color: #fff;
	font-size: 44px;
	justify-content: center;
}
.pickup .pickup_inr .pickup_inr-title p span{
	padding: 12px 8px;
}
.pickup .pickup_inr-box{
	max-width: 1040px;
	margin: 0 auto;
}
.pickup .pickup_inr-box ul{
  display: flex;
  flex-wrap: wrap;
}
.pickup .pickup_inr-box ul li{
	margin-bottom: -80px;
	margin-right: 5px;
	width: 32%;
}
.pickup .pickup_inr-box ul li img{
	width: 100%;
}
.pickup .pickup_inr-box ul li:nth-child(2),
.pickup .pickup_inr-box ul li:nth-child(5),
.pickup .pickup_inr-box ul li:nth-child(8),
.pickup .pickup_inr-box ul li:nth-child(11){
	margin-top: 60px;
}
.pickup .pickup_inr-box ul li:nth-child(3),
.pickup .pickup_inr-box ul li:nth-child(6),
.pickup .pickup_inr-box ul li:nth-child(9),
.pickup .pickup_inr-box ul li:nth-child(12){
	margin-top: 120px;
	margin-right: 0;
}
.rotateYTrigger{
    opacity: 0;
}

/*other*/
.other{
	background: #fff;
}
.other .other_box{
	background: #cb2d1c;
	padding: 20px 0;
}
.other .other_rabbit{
	max-width: 1040px;
	margin: 0 auto;
	position: relative;
}
.other .other_rabbit img{
	position: absolute;
	
}
.other .other_rabbit .rabbit01{
	top: -150px;
	left: 0;
}
.other .other_rabbit .rabbit02{
	top: -130px;
    left: 30%;
}
.other .other_rabbit .rabbit03{
	top: -120px;
    left: 46%;
}
.other .other_rabbit .rabbit04{
	top: -80px;
    left: 66%;
}
.other .other_rabbit .rabbit05{
	top: -80px;
    left: 80%;
}
.other .other_inr{
	max-width: 1040px;
	margin: 0 auto;
	padding: 64px 20px 0;
	box-sizing: border-box;
}
.other .other_inr .other_inr-title{
	font-family: 'Kaisei HarunoUmi', serif;
	font-size: 40px;
    margin-bottom: 24px;
}
.other .other_inr p{
	color: #fff;
	line-height: 2;
	margin-bottom: 30px;
}
.other .other_inr .other_inr-btn a{
	font-size: 20px;
	font-weight: bold;
    text-decoration: none;
    width: 320px;
    height: 60px;
    border: 2px solid;
    display: flex;
    color: #fff;
    border-radius: 30px;
	box-sizing: border-box;
    justify-content: center;
    align-items: center;
	margin: 0 0 0 auto;
	position: relative;
	transition: all 0.3s;
}
.other .other_inr .other_inr-btn a .scroll_arrow-svg{
	right: 15px;
    position: absolute;
	width: 15px;
    height: 15px;
    padding: 5px;
    background: #fff;
	fill: #E51785;
    border-radius: 25px;
	transition: all 0.3s;
	transform: rotate( -90deg );
}
.other .other_inr .other_inr-btn a:hover{
	background: #fff;
	color: #E51785;
}
.other .other_inr .other_inr-btn a:hover .scroll_arrow-svg{
	background: #E51785;
	fill: #fff;
}
.other .other_inr-slider{
	position: relative;
}
.other .other_inr-slider ul li{
	position: relative;
	margin-right: 24px;
}
.other .other_inr-slider ul li p{
	padding: 8px 16px;
    border-radius: 8px 0 0 0;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #54524D;
    color: #ECE1D0;
    font-size: 14px;
    font-weight: bold;
}
.other .other_inr-slider ul li img{
	width: 100%;
	height: auto;
}

/*cta_container*/
.cta_container{
	background:url(../img/cta_bg.jpg) no-repeat center center;
	background-size:cover;
	width:100%;
	height:auto;
	padding: 82px 0;
    box-sizing: border-box;
}
.cta_container_g{
	background:url(../img/cta_bg_g.jpg) no-repeat center center;
	background-size:cover;
}
.cta_container .cta_container-inr{
	max-width: 1040px;
	margin: 0 auto;
}
.cta_container .cta_container-inr .cta_container-title{
	font-family: 'Kaisei HarunoUmi', serif;
	color: #54524D;
	margin-bottom: 24px;
	font-size: 40px;
	text-align: center;
}
.cta_container .cta_container-inr .cta_container-text{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
}
.cta_container .cta_container-inr .cta_container-text span{
	font-size: 32px;
}
.cta_container .cta_container-inr .cta_container-btn a{
	position: relative;
	z-index: 0;
	width: 580px;
	height: 80px;
	overflow: hidden;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	border-radius:50px;
	text-decoration: none;
	box-sizing:border-box;
	border: 4px solid #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}
.cta_container .cta_container-inr .cta_container-btn a::before,
.cta_container .cta_container-inr .cta_container-btn a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.cta_container .cta_container-inr .cta_container-btn a::before {
  transition: all 0.3s;
  z-index: -1;
  background: #E51785;
}
.cta_container .cta_container-inr .cta_container-btn a::after {
  z-index: -2;
  background: linear-gradient(-45deg, #E51785 ,rgba(246, 205, 0, 1));
}
.cta_container .cta_container-inr .cta_container-btn a:hover::before {
  opacity: 0;
}
.cta_container .cta_container-inr .cta_container-btn .arrow{
	display: inline-block;
  vertical-align: middle;
  color: #E51785;
  position: absolute;
  right: 10px;
  top: 21px;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 15px;
  transform: translateX(-25%) rotate(45deg);
}
.cta_container .cta_container-inr .cta_container-btn .arrow::before,
.cta_container .cta_container-inr .cta_container-btn .arrow::after{
content: '';
position: absolute;
background: currentColor;
border-radius: 10px;
}
.cta_container .cta_container-inr .cta_container-btn .arrow::before {
top: 10px;
left: 8px;
right: 10px;
height: 3px;
}
.cta_container .cta_container-inr .cta_container-btn .arrow::after {
top: 10px;
right: 10px;
bottom: 8px;
width: 3px;
}

/*sell*/
.sell{
	padding: 120px 0;
	position: relative;
	background: #fff;
	overflow: hidden;
}
.sell .sell_inr{
	display: flex;
	position: relative;
}
.sell .sell_inr .sell_inr-textbox{
	width: 50%;
	margin-top: 80px;
	padding: 0 56px 0 20px;
	position: relative;
	box-sizing: border-box;
}
.sell .sell_inr .sell_inr-textbox .textbox-inr{
	max-width: 469px;
    margin: 0 0 0 auto;
}
.sell .sell_inr .sell_inr-textbox .sell_title{
	font-family: 'Kaisei HarunoUmi', serif;
	color: #54524D;
	margin-bottom: 32px;
	font-size: 40px;
}
.sell .sell_inr .sell_inr-textbox .sell_text{
	font-size: 18px;
	line-height: 1.8;
	margin-bottom: 32px;
}
.sell .sell_inr .sell_inr-textbox .sell_text em.underline1{
  font-style: normal;
  background: linear-gradient(transparent 70%, #fbff89 70%);
}
.sell .sell_inr .sell_inr-textbox .sell_text em.underline2{
  font-style: normal;
  background: linear-gradient(transparent 70%, #ffc2c2 70%);
}
.sell .sell_inr .sell_inr-imgbox{
	width: 50%;
	background:url(../img/sell_bg.png) no-repeat 0 80px;
	background-size: 100%;
	border-radius: 20px 0 0 20px;
	padding-left: 8%;
    box-sizing: border-box;
}
.sell .sell_inr .sell_inr-imgbox img{
	max-width: 70%;
    width: 100%;
	height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
}

/*trust*/
.trust{
	background: #ECE1D0;
	overflow: hidden;
	position: relative;
}
.trust::before{
	content: "";
	background:url(../img/trust.png) no-repeat center center;
	background-size: 100%;
	width:387px;
	height:551px;
	position: absolute;
	bottom: 36%;
    left: 0;
}
.trust .trust_inr{
	max-width: 1040px;
	margin: 0 auto;
	padding: 120px 20px;
}
.trust .trust_inr .trust_list{
	padding-left: 250px;
	margin-bottom: 80px;
}
.trust .trust_inr .trust_list:last-child{
	margin-bottom: 0;
}
.trust .trust_inr .trust_list:nth-child(2){
	padding-left: 0;
	padding-right: 250px;
}
.trust .trust_inr .trust_list .trust_list-title{
	font-size: 40px;
	font-weight: bold;
	color: #E51785;
	margin-bottom: 24px;
}
.trust .trust_inr .trust_list .trust_list-title_g{
	color: #cb2d1c;
}
.trust .trust_inr .trust_list dl{
	background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-sizing: border-box;
	position: relative;
}
.trust .trust_inr .trust_list dl:not(:last-child){
  margin-bottom: 20px;
}
.trust .trust_inr .trust_list dl::after{
	content: "";
	width:200px;
	height:200px;
	position: absolute;
	top: 30px;
    left: -230px;
}
.trust .trust_inr .trust_list dl.trust_list01::after{
	background:url(../img/trust_01.png) no-repeat center center;
	background-size: 100%;
}
.trust .trust_inr .trust_list dl.trust_list02::after{
	background:url(../img/trust_02.png) no-repeat center center;
	background-size: 100%;
}
.trust .trust_inr .trust_list dl.trust_list03::after{
	content: none;
}
.trust .trust_inr .trust_list dl.trust_list03::before{
	content: "";
	background:url(../img/trust_03.png) no-repeat center center;
	background-size: 100%;
	width:200px;
	height:200px;
	position: absolute;
	top: 30px;
	right: -230px;
}
.trust .trust_inr .trust_list dl.trust_list04::after{
	background:url(../img/trust_04.png) no-repeat center center;
	background-size: 100%;
}
.trust .trust_inr .trust_list dl.trust_list05::after{
	background:url(../img/trust_05.png) no-repeat center center;
	background-size: 100%;
}
.trust .trust_inr .trust_list dl.trust_list06::after{
	content: none;
}
.trust .trust_inr .trust_list dl.trust_list06::before{
	content: "";
	background:url(../img/trust_06.png) no-repeat center center;
	background-size: 100%;
	width:200px;
	height:200px;
	position: absolute;
	top: 30px;
	right: -230px;
}
.trust .trust_inr .trust_list dl dt{
	font-size: 24px;
	font-weight: bold;
	display: flex;
    align-items: center;
	border-bottom: 1px solid #ECE1D0;
	margin-bottom: 16px;
}
.trust .trust_inr .trust_list dl dt span{
	margin-right: 24px;
}
.trust .trust_inr .trust_list dl dd{
	font-size: 18px;
	line-height: 1.8;
}

/*stock*/
.stock{
	background: #fff;
	padding: 50px 0 0;
}
.stock .stock_inr{
	display: flex;
}
.stock .stock_inr .stock_inr-img{
	width: 50%;
	max-height: 800px;
	overflow: hidden;
	margin-right: 60px;
}
.stock .stock_inr .stock_inr-img img{
	width: 100%;
	object-fit: cover;
    height: 100%;
}
.stock .stock_inr .stock_inr-text{
	max-width: 460px;
	width: 50%;
    padding: 70px 0;
	margin-right: 20px;
    box-sizing: border-box;
}
.stock .stock_inr .stock_inr-text .stock_title{
	font-family: 'Kaisei HarunoUmi', serif;
	font-size: 30px;
	margin-bottom: 32px;
}
.stock .stock_inr .stock_inr-text .stock_title span{
	font-size: 40px;
}
.stock .stock_inr .stock_inr-text p{
	margin-bottom: 32px;
	line-height: 1.8;
	font-size: 20px;
}
.stock .stock_inr .stock_inr-text .stock_note{
	font-size: 14px;
	line-height: 1.8;
}
.stock .stock_inr .stock_inr-text .stock_inr-btn a{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 320px;
	height: 60px;
	background: transparent;
	border-radius: 5px;
	overflow: hidden;
	cursor: pointer;
	color: #E51785;
	font-size: 20px;
	font-weight: bold;
	border-radius:50px;
	text-decoration: none;
	box-sizing:border-box;
	border: 2px solid #E51785;
	transition: all 0.3s;
}
.stock .stock_inr .stock_inr-text .stock_inr-btn a .scroll_arrow-svg{
	right: 15px;
    position: absolute;
	width: 15px;
    height: 15px;
    padding: 5px;
    background: #E51785;
	fill: #fff;
    border-radius: 25px;
	transition: all 0.3s;
	transform: rotate( -90deg );
}
.stock .stock_inr .stock_inr-text .stock_inr-btn a:hover{
	background: #E51785;
	color: #fff;
}
.stock .stock_inr .stock_inr-text .stock_inr-btn a:hover .scroll_arrow-svg{
	background: #fff;
	fill: #E51785;
}

/*footer*/
.footer{
	background: #54524D;
}
.footer p{
	font-size: 12px;
	color: #ECE1D0;
	text-align: center;
	padding: 32px 0;
}
.rotateY{
	animation-name:rotateYAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
}
@keyframes rotateYAnime{
	from{
		transform: rotateY(0);
		}
	to{
		transform: rotateY(-360deg);
		}
}
@media screen and (max-width: 1060px) {
		/*ハンバーガーメニュー*/
		#g-nav{
			/*position:fixed;にし、z-indexの数値を大きくして前面へ*/
			position:fixed;
			z-index: 999;
			/*ナビのスタート位置と形状*/
			top:0;
			right: -120%;
			width:100%;
			height: 100vh;/*ナビの高さ*/
			background:#fff;
			/*動き*/
			transition: all 0.6s;
		}
		#g-nav.panelactive{
			right: 0;
		}
		#g-nav.panelactive #g-nav-list{
			/*ナビの数が増えた場合縦スクロール*/
			position: fixed;
			z-index: 999; 
			width: 100%;
			height: 100vh;/*表示する高さ*/
			overflow: auto;
			-webkit-overflow-scrolling: touch;
		}

		.sp_navlistwrap{
			display: flex;
			flex-direction: column;
		}
		.sp_navlist_j{
			height: 50vh;
			padding: 50px 30px;
			box-sizing: border-box;
			background: #e51785;
		}
		.sp_navlist_g{
			height: 50vh;
			padding: 50px 30px;
			box-sizing: border-box;
			background: #cb2d1c;
		}
		.sp_navlist_j .sp_navlistlogo{
			width: 100px;
			margin: 0 0 20px;
		}
		.sp_navlist_g .sp_navlistlogo{
			width: 130px;
			margin: 0 0 20px;
		}
		.sp_navlistlogo img{
			width: 100%;
			height: auto;
		}
		.sp_navlist li:not(:last-child){
			margin: 0 auto 1em;
		}
		.sp_navlist li a{
			color: #fff;
		}

		.openbtn{
			position: absolute;
			top:0;
			right: 0;
			cursor: pointer;
			width: 50px;
			height:50px;
			z-index: 9999;
		}
		.openbtn span{
		display: inline-block;
		transition: all .4s;
		position: absolute;
		right: 10px;
		height: 3px;
		border-radius: 2px;
		background-color: #fff;
		width: 26px;
		}
		.openbtn span:nth-of-type(1) {
			top:15px;	
		}
		.openbtn span:nth-of-type(2) {
			top:23px;
		}
		.openbtn span:nth-of-type(3) {
			top:31px;
		}
		.openbtn.active span:nth-of-type(1) {
			top: 18px;
			right: 10px;
			transform: translateY(6px) rotate(-45deg);
			width: 26px;
		}
		.openbtn.active span:nth-of-type(2) {
			opacity: 0;
		}
		.openbtn.active span:nth-of-type(3){
			top: 30px;
			right: 10px;
			transform: translateY(-6px) rotate(45deg);
			width: 26px;
		}
}
@media screen and (max-width: 860px) {
		/*SP main_kv*/
		.main_kv{
			background: url(../img/sp_main_kv.png) no-repeat top center;
			background-size: cover;
			height: 100vh;
		}
		.main_kv .main_kv-inr{
			width: 100%;
			height: 100%;
			padding: 0;
		}
		.main_kv .main_kv-inr .main_kv-title p{
			font-size: 22px;
			margin-bottom: 7px;
		}
		.main_kv .main_kv-inr .main_kv-title p span{
			padding: 7px 8px;
		}
		.main_kv .main_kv-inr .header_inrr-btn{
			display: none;
		}
		.main_kv .main_kv-inr .main_kv-title{
			position: absolute;
			left: 5%;
			bottom: 30%;
		}
		.main_kv .scroll_arrow{
			position: absolute;
			right: 10%;
			bottom: 0;
			width: auto;
			height: auto;
		}
		.main_kv .scroll_arrow a{
			width: 50px;
			height: 50px;
		}
		.main_kv .scroll_arrow .scroll_arrow-svg{
			position: absolute;
			top: 18px;
			left: 11px;
			transition: all 0.3s ease 0s;
			width: 30px;
		}

		/*SP get*/
		.get{
			padding: 0;
		}
		.get .get_inr{
			display: block;
		}
		.get .get_inr .get_inr-slider{
			width: 100%;
			height: auto;
		}
		.get .get_inr .get_inrbox{
			width: 100%;
			height: auto;
			padding: 64px 20px;
			margin-top: -15px;
			z-index: 1;
			position: relative;
			border-radius: 0 16px 0 0;
		}
		.get .get_inr .get_inrbox_g{
			background: #cb2d1c;
			border-radius:  16px 0 0 0;
		}
		.get .get_inr .get_inrbox p{
			max-width: none;
		}
		.get .get_inr .get_inrbox .get_inrbox-title{
			font-size: 24px;
			margin-bottom: 24px;
		}
		.get .get_inr .get_inrbox .get_inrbox-text:last-child{
			margin-bottom: 0;
		}
		.get .get_inr .get_inrbox .get_inrbox-text span{
			font-size: 18px;
		}
		.get .get_inr .get_inr-slider ul li img{
			width: 100%;
		}
		.get .get_inr .get_inr-slider::before{
			content: none;
		}
		.get .get_inr .get_inr-slider .get_inr-slidertext{
			text-align: end;
			top: 50%;
			left: 50%;
			height: 260px;
			transform: translate(-50%, -50%);
		}
		.get .get_inr .get_inr-slider .get_inr-slidertext_g{
			text-align: start;
		}
		.get .get_inr .get_inr-slider .get_inr-slidertext p{
			font-size: 24px;
			margin-left: 40px;
		}
		.get .get_inr .get_inr-slider .get_inr-slidertext_g p{
			font-size: 22px;
		}
		.get .get_inr .get_inr-slider .get_inr-slidertext p:nth-child(2){
			margin-top: 0;
		}
		.get .get_inr .get_inr-slider .get_inr-slidertext p:nth-child(3){
			margin-top: 0;
			margin-left: 0;
		}

		/*SP pickup*/
		.pickup{
			padding: 65px 20px 120px;
		}
		.pickup .pickup_inr .pickup_inr-title{
			margin-bottom: 40px;
			width: 330px;
			margin: 0 auto 30px;
			padding: 0;
		}
		.pickup .pickup_inr .pickup_inr-title p{
			font-size: 22px;
			justify-content: flex-start;
			margin-bottom: 5px;
		}
		.pickup .pickup_inr .pickup_inr-title p span{
			padding: 2px 8px;
		}
		.pickup .pickup_inr-box{
			width: 100%;
		}
		.pickup .pickup_inr-box ul{
			display: flex;
			justify-content: space-between;
		}
		.pickup .pickup_inr-box ul li{
			width: 48%;
			margin-bottom: 0;
			margin-right: 0;
		}
		.pickup .pickup_inr-box ul li a img{
			width: 100%;
			height: auto;
		}
		.pickup .pickup_inr-box ul li:nth-child(2),
		.pickup .pickup_inr-box ul li:nth-child(5),
		.pickup .pickup_inr-box ul li:nth-child(8),
		.pickup .pickup_inr-box ul li:nth-child(11){
			margin-top: 0;
		}
		.pickup .pickup_inr-box ul li:nth-child(3),
		.pickup .pickup_inr-box ul li:nth-child(6),
		.pickup .pickup_inr-box ul li:nth-child(9),
		.pickup .pickup_inr-box ul li:nth-child(12){
			margin-top: 0;
		}
		.pickup .pickup_inr-box ul li:nth-child(odd){
			margin-top: -20px;
		}
		.pickup .pickup_inr-box ul li:nth-child(1){
			margin-top: 0;
		}
		.pickup .pickup_inr-box ul li:nth-child(2){
			margin-top: 20px;
		}

		/*SP other*/
		.other{
			padding-bottom: 50px;
			background: #fff;
			margin-bottom: 0;
		}
		.other .other_box{
			background: #cb2d1c;
			padding: 10px 0;
		}
		.other .other_inr{
			padding: 17% 20px 0;
		}
		.other .other_rabbit{
			width: 100%;
		}
		.other .other_inr{
			width: 100%;
		}
		.other .other_inr .other_inr-btn a{
			width: 100%;
		}
		.other .other_rabbit .rabbit01{
			width: 30%;
			height: auto;
			top: -60px;
		}
		.other .other_rabbit .rabbit03{
			width: 20%;
			height: auto;
			top: -45px;
		}
		.other .other_rabbit .rabbit04{
			width: 20%;
			height: auto;
			top: -60px;
			left: 75%;
		}
		.other .other_inr .other_inr-title{
			font-size: 32px;
		}
		.other .other_inr .other_inr-btn a{
			font-size: 18px;
			height: 50px;
		}
		.other .other_inr-slider{
			z-index: 1;
		}
		.other .other_inr-slider ul li{
			margin-right: 8px;
		}
		.other .other_inr-slider ul li p{
			font-size: 10px;
			padding: 8px;
		}

		/*SP cta_container*/
		.cta_container{
			background: url(../img/sp_cta_bg.jpg) no-repeat center center #fff;
			background-size: 100%;
			height: auto;
			padding: 30px 0;
		}
		.cta_container_g{
			background: url(../img/sp_cta_bg_g.jpg) no-repeat center center #fff;
			background-size: 100%;
		}
		.cta_container .cta_container-inr{
			width: 100%;
			box-sizing: border-box;
		}
		.cta_container .cta_container-inr .cta_container-title{
			font-size: 20px;
			margin-bottom: 10px;
		}
		.cta_container .cta_container-inr .cta_container-text{
			font-size: 16px;
			margin-bottom: 15px;
		}
		.cta_container .cta_container-inr .cta_container-text span{
			font-size: 16px;
		}
		.cta_container .cta_container-inr .cta_container-btn a{
			width: 90%;
			height: 83px;
			font-size: 20px;
			line-height: 1.5;
			border-radius: 30px;
			margin: 0 auto;
			display: flex;
			align-items: center;
			justify-content: center;
		}

		/*SP sell*/
		.sell{
			padding: 0 0 80px;
		}
		.sell .sell_inr{
			display: block;
		}
		.sell .sell_inr .sell_inr-textbox{
			width: 100%;
			margin-top: 0;
			padding: 0;
		}
		.sell .sell_inr .sell_inr-textbox .textbox-inr{
			width: 100%;
			max-width: none;
		}
		.sell .sell_inr .sell_inr-imgbox{
			width: 100%;
			background: url(../img/sell_bg.png) no-repeat 20px center;
			background-size: cover;
			padding-top: 102%;
			margin-top: 0;
			margin-bottom: 30px;
		}
		.sell .sell_inr .sell_inr-imgbox img{
			max-width: none;
		}
		.sell .sell_inr .sell_inr-img{
			position: absolute;
			bottom: 0;
			left: 50%;
			transform: translate(-50%, 0);
			width: 75%;
			text-align: center;
		}
		.sell .sell_inr .sell_inr-imgbox .sell_inr-imgbox img{
			width: 100%;
		}
		.sell .sell_inr .sell_inr-textbox .sell_title{
			width: auto;
			font-size: 26px;
			padding: 0 20px;
			margin-top: 32px;
			display: flex;
			justify-content: center;
		}
		.sell .sell_inr .sell_inr-textbox .sell_text{
			padding: 0 20px;
			font-size: 16px;
		}
		.sell .sell_inr .sell_inr-textbox::after{
			content: none;
		}

		/*SP trust*/
		.trust::before{
			content: none;
		}
		.trust .trust_inr{
			width: 100%;
			padding: 64px 20px;
			box-sizing: border-box;
		}
		.trust .trust_inr .trust_list{
			padding: 0;
			margin-bottom: 60px;
		}
		.trust .trust_inr .trust_list .trust_list-title{
			font-size: 20px;
			margin-bottom: 200px;
		}
		.trust .trust_inr .trust_list dl{
			width: 100%;
			height: auto;
		}
		.trust .trust_inr .trust_list dl:not(:last-child){
			margin-bottom: 200px;
		}
		.trust .trust_inr .trust_list dl.trust_list01::after{
			width: 160px;
			height: 160px;
			top: -185px;
			left: 50%;
			transform: translateX(-50%);
		}
		.trust .trust_inr .trust_list dl.trust_list02::after{
			width: 160px;
			height: 160px;
			top: -185px;
			left: 50%;
			transform: translateX(-50%);
		}
		.trust .trust_inr .trust_list dl.trust_list03::before{
			width: 160px;
			height: 160px;
			top: -185px;
			left: 50%;
			right: 0;
			transform: translateX(-50%);
		}
		.trust .trust_inr .trust_list dl.trust_list04::after{
			width: 160px;
			height: 160px;
			top: -185px;
			left: 50%;
			transform: translateX(-50%);
		}
		.trust .trust_inr .trust_list dl.trust_list05::after{
			width: 160px;
			height: 160px;
			top: -185px;
			left: 50%;
			transform: translateX(-50%);
		}
		.trust .trust_inr .trust_list dl.trust_list06::before{
			width: 160px;
			height: 160px;
			top: -185px;
			left: 50%;
			right: 0;
			transform: translateX(-50%);
		}
		.trust .trust_inr .trust_list dl dt{
			font-size: 16px;
			display: block;
			padding-bottom: 10px;
		}
		.trust .trust_inr .trust_list dl dt span{
			display: block;
		}
		.trust .trust_inr .trust_list dl dt span img{
			width: 80px;
			height: auto;
		}
		.trust .trust_inr .trust_list dl dd{
			font-size: 14px;
		}
		.trust .trust_inr .trust_list:nth-child(2){
			padding-right: 0;
		}

		/*SP stock*/
		.stock{
			padding: 0;
		}
		.stock .stock_inr{
			display: block;
		}
		.stock .stock_inr .stock_inr-text{
			padding: 0;
			margin-right: 0;
			width: 100%;
			max-width: none;
		}
		.stock .stock_inr .stock_inr-img{
			width: 100%;
			height: auto;
			margin-bottom: 20px;
		}
		.stock .stock_inr .stock_inr-text .stock_title{
			width: 100%;
			padding: 30px 20px 0;
			font-size: 20px;
			margin-bottom: 20px;
		}
		.stock .stock_inr .stock_inr-text .stock_title span{
			font-size: 26px;
		}
		.stock .stock_inr .stock_inr-text p{
			width: 100%;
			padding: 0 20px;
			box-sizing: border-box;
			line-height: 1.6;
			font-size: 16px;
		}
		.stock .stock_inr .stock_inr-text .stock_inr-btn a{
			width: 90%;
			font-size: 18px;
			height: 50px;
			line-height: 50px;
			margin: 0 auto;
		}

		/*SP footer*/
		.footer{
			padding-bottom: 40px;
		}
}
@media screen and (max-width: 360px) {
		.pickup .pickup_inr .pickup_inr-title p{
			font-size: 20px;
		}
		.trust .trust_inr .trust_list .trust_list-title{
			font-size: 22px;
		}
		.stock .stock_inr .stock_inr-text .stock_title span{
			font-size: 22px;
		}
}

/*slider*/
.slider img {
	height:auto;
}
.slider .slick-slide {
	margin:0 10px;
}

/*ふわっ*/
/* その場で */
.fadeIn{
animation-name:fadeInAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}
@keyframes fadeInAnime{
	from {
	opacity: 0;
	}

	to {
	opacity: 1;
	}
}
/* 下から */
.fadeUp{
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}
@keyframes fadeUpAnime{
	from {
	opacity: 0;
	transform: translateY(100px);
	}

	to {
	opacity: 1;
	transform: translateY(0);
	}
}
/* 上から */
.fadeDown{
animation-name:fadeDownAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}
@keyframes fadeDownAnime{
	from {
	opacity: 0;
	transform: translateY(-100px);
	}

	to {
	opacity: 1;
	transform: translateY(0);
	}
}
/* 左から */
.fadeLeft{
animation-name:fadeLeftAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}
@keyframes fadeLeftAnime{
	from {
	opacity: 0;
	transform: translateX(-100px);
	}

	to {
	opacity: 1;
	transform: translateX(0);
	}
}
/* 右から */
.fadeRight{
animation-name:fadeRightAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}
@keyframes fadeRightAnime{
	from {
	opacity: 0;
	transform: translateX(100px);
	}

	to {
	opacity: 1;
	transform: translateX(0);
	}
}
.fadeUpTrigger{
	opacity: 0;
} 
.fadeInTrigger,
.fadeUpTrigger,
.fadeDownTrigger,
.fadeLeftTrigger,
.fadeRightTrigger{
	opacity: 0;
}
/* パタッ */
/* 下へ */
.flipDown{
animation-name:flipDownAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}
@keyframes flipDownAnime{
	from {
	transform: perspective(2500px) rotateX(100deg);
		opacity: 0;
	}

	to {
	transform: perspective(2500px) rotateX(0);
	opacity: 1;
	}
}
/* 左へ */
.flipLeft{
animation-name:flipLeftAnime;
animation-duration:1s;
animation-fill-mode:forwards;
perspective-origin:left center;
opacity:0;
}
@keyframes flipLeftAnime{
	from {
	transform: perspective(600px) translate3d(0, 0, 0) rotateY(30deg);
		opacity: 0;
	}

	to {
	transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
	opacity: 1;
	}
}
/* 左上へ */
.flipLeftTop{
animation-name:flipLeftTopAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}
@keyframes flipLeftTopAnime{
	from {
	transform: translate(-20px,80px) rotate(-15deg);
		opacity: 0;
	}

	to {
	transform: translate(0,0) rotate(0deg);
	opacity: 1;
	}
}
/* 右へ */
.flipRight{
animation-name:flipRightAnime;
animation-duration:1s;
animation-fill-mode:forwards;
perspective-origin:right center;
opacity:0;
}
@keyframes flipRightAnime{
	from {
	transform: perspective(600px) translate3d(0, 0, 0) rotateY(-30deg);
		opacity: 0;
	}

	to {
	transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
	opacity: 1;
	}
}
/* 右上へ */
.flipRightTop{
animation-name:flipRightTopAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}
@keyframes flipRightTopAnime{
	from {
	transform: translate(-20px,80px) rotate(25deg);
	opacity: 0;
	}

	to {
	transform: translate(0,1) rotate(0deg);
	opacity: 1;
	}
}

.flipDownTrigger,
.flipLeftTrigger,
.flipLeftTopTrigger,
.flipRightTrigger,
.flipRightTopTrigger{
	opacity: 0;
}

/* くるっ */
/* X 軸（縦へ） */
.rotateX{
	animation-name:rotateXAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
}
@keyframes rotateXAnime{
	from{
		transform: rotateX(0);
		opacity: 0;
		}
	to{
		transform: rotateX(-360deg);
		opacity: 1;
		}
}
/*　Y軸（横へ） */
.rotateY{
	animation-name:rotateYAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
}
@keyframes rotateYAnime{
	from{
		transform: rotateY(0);
		opacity: 0;
		}
	to{
		transform: rotateY(-360deg);
		opacity: 1;
		}
}
/* Z 軸（左へ） */
.rotateLeftZ{
	animation-name:rotateLeftZAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
}
@keyframes rotateLeftZAnime{
	from{
		transform: rotateZ(0);
		opacity: 0;
		}
	to{
		transform: rotateZ(-360deg);
		opacity: 1;
		}
}
/*　Z 軸（右へ） */
.rotateRightZ{
	animation-name:rotateRightZAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
}
@keyframes rotateRightZAnime{
	from{
		transform: rotateZ(0);
		opacity: 0;
		}
	to{
		transform: rotateZ(360deg);
		opacity: 1;
		}
}

.rotateXTrigger,
.rotateYTrigger,
.rotateLeftZTrigger,
.rotateRightZTrigger{
	opacity: 0;
}

/* ボンッ、ヒュッ */
/* 拡大 */
.zoomIn{
	animation-name:zoomInAnime;
	animation-duration:0.5s;
	animation-fill-mode:forwards;
}
@keyframes zoomInAnime{
	from {
	transform: scale(0.6);
	opacity: 0;
	}

	to {
	transform: scale(1);
	opacity: 1;
	}
}
/* 縮小 */
.zoomOut{
	animation-name:zoomOutAnime;
	animation-duration:0.5s;
	animation-fill-mode:forwards;
}
@keyframes zoomOutAnime{
	from {
	transform: scale(1.2);
	opacity: 0;
	}

	to {
	transform:scale(1);
	opacity: 1;
	}
}

.zoomInTrigger,
.zoomOutTrigger{
	opacity: 0;
}

/* じわっ */
/* ぼかしから出現 */
.blur{
	animation-name:blurAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
}
@keyframes blurAnime{
	from {
	filter: blur(10px);
	transform: scale(1.02);
	opacity: 0;
	}

	to {
	filter: blur(0);
	transform: scale(1);
	opacity: 1;
	}
}
	
.blurTrigger{
	opacity: 0;
}

/* にゅーん */
/* 滑らかに変形して出現 */
.smooth{
	animation-name:smoothAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
	　transform-origin: left;
	opacity:0;
}
@keyframes smoothAnime{
	from {
	transform: translate3d(0, 100%, 0) skewY(12deg);
	opacity:0;
	}

	to {
	transform: translate3d(0, 0, 0) skewY(0);
	opacity:1;
	}
}

.smoothTrigger{
	opacity: 0;
}

/*スーッ（枠線が伸びて出現）*/
/*枠線が伸びて出現*/
.lineTrigger{
	position: relative; /* 枠線が書かれる基点*/
	opacity:0;
}
.lineTrigger.lineanime{
	animation-name:lineAnimeBase;
	animation-duration:1s;
	animation-fill-mode:forwards;
}
@keyframes lineAnimeBase{
	from {
	opacity:0;
	}

	to {
	opacity:1;  
}
}
/*上下線*/
.lineTrigger::before,
.lineTrigger::after{
	position: absolute;
	content:"";
	width:0;
	height:1px;
	background:#333;/* 枠線の色*/
}
/*左右線*/
.line2::before,
.line2::after{
	position: absolute;
	content:"";
	width: 1px;
	height:0;
	background:#333;/* 枠線の色*/
}
/*上線*/
.lineTrigger::before {
	top:0;
	left:0;
}
.lineTrigger.lineanime::before {
	animation: lineAnime .5s linear 0s forwards;/*表示されて0秒後に上線が0.5秒かけて表示*/
}
/*右線*/
.line2::before{ 
	top:0;
	right:0;
}
.lineTrigger.lineanime .line2::before {
	animation: lineAnime2 .5s linear .5s forwards;/*表示されて0.5秒後に右線が0.5秒かけて表示*/
}
/*下線*/
.lineTrigger::after { 
	bottom:0;
	right:0;
}
.lineTrigger.lineanime::after {
	animation: lineAnime .5s linear 1s forwards;/*表示されて1秒後に下線が0.5秒かけて表示*/
}
/*左線*/
.line2::after{ 
	bottom:0;
	left:0;
}
.lineTrigger.lineanime .line2::after {
	animation: lineAnime2 .5s linear 1.5s forwards;/*表示されて1.5秒後に左線が0.5秒かけて表示*/
}
@keyframes lineAnime {
	0% {width:0%;}
	100%{width:100%;}
}
@keyframes lineAnime2 {
	0% {height:0%;}
	100%{height:100%;}
}
/*枠線内側の要素*/
.lineTrigger.lineanime .lineinappear{
	animation: lineInnerAnime .5s linear 1.5s forwards;/*1.5秒後に中央のエリアが0.5秒かけて表示*/
	opacity: 0;/*初期値を透過0にする*/	
}
@keyframes lineInnerAnime{
	0% {opacity:0;}
	100% {opacity:1;}
}

/*シャッ（背景色が伸びて出現）*/
/*背景色が伸びて出現（共通）*/
.bgextend{
	animation-name:bgextendAnimeBase;
	animation-duration:1s;
	animation-fill-mode:forwards;
	position: relative;
	overflow: hidden;/*　はみ出た色要素を隠す　*/
	opacity:0;
}
@keyframes bgextendAnimeBase{
	from {
	opacity:0;
	}

	to {
	opacity:1;  
}
}
/*中の要素*/
.bgappear{
	animation-name:bgextendAnimeSecond;
	animation-duration:1s;
	animation-delay: 0.6s;
	animation-fill-mode:forwards;
	opacity: 0;
}
@keyframes bgextendAnimeSecond{
	0% {
	opacity: 0;
	}
	100% {
	opacity: 1;
}
}
/*左から*/
.bgLRextend::before{
	animation-name:bgLRextendAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #666;/*伸びる背景色の設定*/
}
@keyframes bgLRextendAnime{
	0% {
		transform-origin:left;
		transform:scaleX(0);
	}
	50% {
		transform-origin:left;
		transform:scaleX(1);
	}
	50.001% {
		transform-origin:right;
	}
	100% {
		transform-origin:right;
		transform:scaleX(0);
	}
}
/*右から*/
.bgRLextend::before{
	animation-name:bgRLextendAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #666;/*伸びる背景色の設定*/
}
@keyframes bgRLextendAnime{
	0% {
		transform-origin:right;
		transform:scaleX(0);
	}
	50% {
		transform-origin:right;
		transform:scaleX(1);
	}
	50.001% {
		transform-origin:left;
	}
	100% {
		transform-origin:left;
		transform:scaleX(0);
	}
}
/*下から*/
.bgDUextend::before{
	animation-name:bgDUextendAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #666;/*伸びる背景色の設定*/
}
@keyframes bgDUextendAnime{
	0% {
		transform-origin:bottom;
		transform:scaleY(0);
	}
	50% {
		transform-origin:bottom;
		transform:scaleY(1);
	}
	50.001% {
		transform-origin:top;
	}
	100% {
		transform-origin:top;
		transform:scaleY(0);
	}
}
/*上から*/
.bgUDextend::before{
	animation-name:bgUDextendAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #666;/*伸びる背景色の設定*/
}
@keyframes bgUDextendAnime{
	0% {
		transform-origin:top;
		transform:scaleY(0);
	}
	50% {
		transform-origin:top;
		transform:scaleY(1);
	}
	50.001% {
		transform-origin:bottom;
	}
	100% {
		transform-origin:bottom;
		transform:scaleY(0);
	}
}

.bgappearTrigger,
.bgUDextendTrigger,
.bgDUextendTrigger,
.bgRLextendTrigger,
.bgLRextendTrigger{
	opacity: 0;
}



.wrapper{
	overflow: hidden;
}
.flex{
	display:flex;
	flex-wrap: wrap;
}
.box{
	width: 220px;
	padding: 20px;
	margin: 0 20px 20px 20px;
	background: #666;
	color: #fff;
	box-sizing:border-box;
}
.bgextend,
.lineTrigger{
	width: 220px;
	padding: 20px;
	margin: 0 20px 20px 20px;
	box-sizing:border-box;
}

/* アニメーション設定*/
/* アニメーションの回数を決めるCSS*/
.count2{  
	animation-iteration-count: 2;/*この数字を必要回数分に変更*/
}
.countinfinite{  
	animation-iteration-count: infinite;/*無限ループ*/
}
/* アニメーションスタートの遅延時間を決めるCSS*/
.delay-time05{  
	animation-delay: 0.5s;
}
.delay-time1{  
	animation-delay: 1s;
}
.delay-time15{  
	animation-delay: 1.5s;
}
.delay-time2{  
	animation-delay: 2s;
}
.delay-time25{  
	animation-delay: 2.5s;
}
/* アニメーション自体が変化する時間を決めるCSS*/
.change-time05{  
	animation-duration: 0.5s;
}
.change-time1{  
	animation-duration: 1s;
}
.change-time15{  
	animation-duration: 1.5s;
}
.change-time2{  
	animation-duration: 2s;
}
.change-time25{  
	animation-duration: 2.5s;
}
#particles-js{ 
	position:fixed;/*描画固定*/
	z-index:-1;/*描画を一番下に*/
	width: 100%;
	height: 100%;
	background-color:#ECE1D0;/*背景色*/
}
#wrapper{
	position: relative;/*描画を#particles-jsよりも上にするためposition:relative;を指定*/
	z-index: 1;/*z-indexの数字を大きくすることで描画を#particles-jsよりも上に*/
	width:100%;
	height: 100%;
}

/*リンクの形状*/
#float-btn a{
	display: flex;
	justify-content:center;
	align-items:center;
	background: linear-gradient(-45deg, #F4C442 ,rgba(222, 70, 150, 1));
	border-radius: 5px;
	width: 90%;
	height: 40px;
	margin: 0 auto;
	color: #fff;
	text-align: center;
	text-transform: uppercase; 
	text-decoration: none;
	font-size:16px;
	font-weight: bold;
	transition:all 0.3s;
	padding-right: 20px;
	box-sizing: border-box;
	position: relative;
}
#float-btn a .scroll_arrow-svg{
	right: 6px;
    position: absolute;
	width: 10px;
    height: 10px;
    padding: 5px;
    background: #fff;
	fill: #F4C442;
    border-radius: 25px;
	transition: all 0.3s;
	transform: rotate( -90deg );
}
/*リンクを右下に固定*/
#float-btn {
	position: fixed;
    right: 0;
    bottom: 0;
    z-index: 999;
    transform: translateY(100px);
    width: 100%;
    background: rgb(255 255 255 / 80%);
    padding: 10px 0;
}
/*　上に上がる動き　*/
#float-btn.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}
/*　下に下がる動き　*/
#float-btn.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(100px);
  }
}