@import url("https://use.typekit.net/rac6ffh.css");

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/* --------------------------------------------- */
/* ▼モバイルファースト (全環境に共通のデザイン) */
/* --------------------------------------------- */
* {
  margin: 0;
  padding: 0;
}
html {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif !important;
  font-size: 62.5%; /* 16px x 0.625 = 10px(=1rem) */
  box-sizing: inherit;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {}
body .giftset_lp{
  font-size: 1.4rem; /* 14px */
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  position: relative;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  color: #434343;
  font-weight: 300;
}
div .giftset_lp{
  position: relative;
}
fieldset, img {
  border: 0
}
ol, ul {
  list-style: none
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}
.giftset_lp * {box-sizing: content-box;}
/*link*/
.giftset_lp a {
  color: #434343;
  text-decoration: none;
}
.giftset_lp a:link {
  color: #434343;
  text-decoration: none;
}
.giftset_lp a:visited {
  color: #434343;
  text-decoration: none;
}
.giftset_lp a:hover {
  color: #434343;
  text-decoration: none;
}
.giftset_lp a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  padding-top: 0px;
  transition: .3s;
}
img {
  border-style: none;
  z-index: 0;
  vertical-align: bottom;
  line-height: 1.0em;
}
.img_wrap {
  overflow: hidden;
  cursor: pointer;
}
.img_wrap img {
  width: 100%;
  transition-duration: 0.5s;
}
.img_wrap:hover img {
  transform: scale(1.1);
  transition-duration: 0.5s;
}
.br-sp {
  display: none;
}
.br-pc {
  display: block;
}
.photo img {
  width: 100%;
  height: auto;
}
.scroll-bg {
  padding: 3em 0 3em;
  position: relative;
}
.scroll-bg-in {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.w1000 {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
.comp_list {
  width: 100%;
  margin: 0 auto 2em;
}
.comp_list li {
  width: 100%;
  overflow: hidden;
  position: relative;
  zoom: 1;
  border-bottom: 1px solid #652B00;
  font-family: serif;
}
.comp_list li dt {
  float: left;
  width: 34%;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
}
.comp_list li dd {
  float: left;
  text-align: left;
  width: 66%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.comp_list li dd span {
  font-family: sans-serif;
  font-size: 1.2rem;
}
#map_canvas {
  width: 100%;
  height: 500px;
  margin-top: 20px;
}
/* lp */
.lp_mainv {
  margin: 0 auto 0;
  position: relative;
  width: 100%;
  min-height: calc(100vh - 100px);
  overflow: hidden;
}
.lp_mainv::before {
  content: '';
  display: block;
  width: 100%;
  height: calc(100vh - 100px);
  background: url("https://yataro.itembox.design/item/lp_casualmv_sp.jpg") center / cover;
  background-repeat: no-repeat;
  -webkit-animation: zoom 3s 1;
  animation: zoom 3s 1;
  animation-fill-mode: forwards;
}

.lp_mainv.pdg0 {
  margin: 0;
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
}
.lp_mainv.pdg0::before {
  content: '';
  display: block;
  width: 100%;
  height: 100vh;
  background: url("https://yataro.itembox.design/item/lp_casualmv.jpg") center / cover;
  background-repeat: no-repeat;
  -webkit-animation: zoom 3s 1;
  animation: zoom 3s 1;
  animation-fill-mode: forwards;
}
@keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.lp_mv_logo {
  position: absolute;
  top: 5%;
  left: 5%;
  width: 10%;
  z-index: 3;
}
.lp_mv_logo img {
  width: 100%;
}
.lp_mv_txt {
  position: absolute;
  top: 35%;
  left: 50%;
  width: 85%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: left;
  font-family: sans-serif;
}
.lp_mv_txt span {
  color: #fff;
  font-family: aviano-serif;
  font-size: 4.0rem;
  letter-spacing: 2px;
  line-height: 1.4;
}
.lp_prd_top {
  padding: 8em 0 8em;
  position: relative;
  background: #93CAD8;
  overflow: hidden;
}
.lp_prd_top:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 100px 100vw;
  border-color: transparent transparent transparent #fff;
}
.lp_prd_top:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 0 0 100vw;
  border-color: transparent transparent transparent #F7DCDA;
}
.lp_prd_top img {
  width: 95%;
}
.lp_prd_top div {
  width: 90%;
  text-align: right;
  margin: 0 auto 2em;
  letter-spacing: 2px;
  font-size: 1.3rem;
}
.lp_prd_top div span {
  font-size: 3.0rem;
  color: #E2D8C9;
  font-family: aviano-serif;
}
.lp_prd_top_txt01 {
  margin: 1em auto 0.5em;
  font-size: 1.8rem;
  letter-spacing: 2px;
}
.lp_prd_top_txt02 {
  width: 80%;
  margin: auto;
  text-align: left;
}
.lp_prd01 {
  padding: 0em 0 8em;
  position: relative;
  background: #F7DCDA;
  overflow: hidden;
}
.lp_prd01:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 100vw 0 0;
  border-color: transparent #93CAD8 transparent transparent;
}
.lp_prd02 {
  padding: 0em 0 8em;
  position: relative;
  background: #93CAD8;
  overflow: hidden;
}
.lp_prd02:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 0 0 100vw;
  border-color: transparent transparent transparent #F7DCDA;
}
.lp_prd03 {
  padding: 0em 0 8em;
  position: relative;
  background: #F7DCDA;
  overflow: hidden;
}
.lp_prd03:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 100vw 0 0;
  border-color: transparent #fff transparent transparent;
}
.lp_prd01 img {
  width: 100%;
}
.lp_prd02 img {
  width: 100%;
}
.lp_prd03 img {
  width: 100%;
}
.lp_prd_no {
  font-family: aviano-serif, serif;
  color: #D6B18D;
  font-size: 3.0rem;
  letter-spacing: 2px;
}
.lp_prd_no.two {
  color: #E2D8C9;
}
.lp_prd_ttl {
  letter-spacing: 2px;
  font-size: 2rem;
  margin: 0 auto 0.5em;
}
.lp_prd_contents {
  width: 90%;
  margin: 2em auto 0;
}
.lp_prd_contents_txt {
  text-align: left;
  margin: 0 auto 1em;
  line-height: 2;
}
.lp_prd_contents_txt div {
  font-size: 1.8rem;
  line-height: 1.6;
  margin: 0 auto 0.5em;
  letter-spacing: 2px;
}
.lp_prd_contents_img {}
.lp_prd_contents_img div {
  font-family: aviano-serif, serif;
  color: #93CAD8;
  font-size: 1.7rem;
  letter-spacing: 3px;
  text-align: left;
  margin: 0.5em auto 0
}
.lp_prd_contents_img div.rusk {
  color: #F7DCDA;
}
.lp-package {
  padding: 0em 0em 6em;
}
.lp-package img {
  width: 100%;
}
.lp-package_ttl {
  width: 90%;
  text-align: right;
  margin: 0 auto 2em;
  letter-spacing: 2px;
  font-size: 1.3rem;
}
.lp-package_ttl span {
  font-size: 3.0rem;
  color: #D6B18D;
  font-family: aviano-serif;
}
.lp_scene {
  padding: 0em 0 8em;
  position: relative;
  background: #E2D8C9;
  overflow: hidden;
}
.lp_scene:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 100vw 100px 0;
  border-color: transparent #fff transparent transparent;
}
.lp_scene:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 0 0 100vw;
  border-color: transparent transparent transparent #fff;
}
.lp_scene img {
  width: 100%;
}
.lp-scene_ttl {
  width: 90%;
  text-align: right;
  margin: 0 auto 0.5em;
  letter-spacing: 2px;
  font-size: 3.0rem;
  color: #D6B18D;
  font-family: aviano-serif;
}
.lp_scene01 {
  width: 90%;
  margin: auto;
}
.lp_scene01_img {
  margin: 0 auto 2em;
}
.lp_scene01_txt {
  text-align: left;
}
.lp_scene01_txt div {
  font-size: 2rem;
  letter-spacing: 2px;
  margin: 0 auto 0.5em;
}
.lp_scene01_txt p {
  line-height: 2;
  margin: 0 auto 1em;
}
.lp_scene02 {
  width: 90%;
  margin: 3em auto 0;
}
.lp_scene02_img {}
.lp_scene02_txt {
  text-align: left;
  margin: 0 auto 1em;
}
.lp_scene02_txt div {
  font-size: 2rem;
  letter-spacing: 2px;
  margin: 0 auto 0.5em;
}
.lp_scene02_txt p {
  line-height: 2;
  margin: 0 auto 1em;
}
.lp_close {
  padding: 0 0 4em;
}
.lp_close img {
  width: 100%;
}
.lp_close_ttl1 {
  width: 90%;
  text-align: left;
  margin: 0 auto 1em;
  letter-spacing: 2px;
  font-size: 3.0rem;
  color: #D6B18D;
  font-family: aviano-serif;
}
.lp_close_subttl {}
.lp_close_subttl span {
  background: #E2D8C9;
  display: inline-block;
  padding: 0.2em 1em;
}
.lp_close_subttl.choco span {
  background: #381806;
  color: #fff;
}
.lp_close_ttl {
  font-size: 1.8rem;
  margin: 0.5em auto 1em;
}
.lp_close_ttl02 {
  letter-spacing: 2px;
  color: #381806;
}
.lp_close_ttl02 span {
  display: inline-block;
  padding: 0.3em 2em;
  border: 1px solid #381806;
  margin: 0 0 1em 0;
}
.lp_close_ttl02 span span{
	border: none;
	padding: 0;
	margin: 0;
	font-size: 1.2rem;
}
.lp_concept {
  padding: 4em 0 2em;
  position: relative;
}
.lp_concept img {
  width: 100%;
}
.lp_concept_top {
  width: 90%;
  margin: 0 0 0 auto;
  text-align: left;
}
.lp_concept_top div {
  margin: 0 auto 0.5em;
  letter-spacing: 2px;
  font-size: 3.0rem;
  color: #D6B18D;
  font-family: aviano-serif;
}
.lp_concept01 {
  width: 80%;
  margin: 2em auto 3em;
}
.lp_concept01_txt {
  text-align: left;
}
.lp_concept01_txt div {
  letter-spacing: 2px;
  margin: 0 auto 0.5em;
  font-size: 1.9rem;
}
.lp_concept01_txt div span {
  color: #D6B18D;
  font-size: 1.5rem;
}
.lp_concept01_txt p {
  line-height: 2;
}
.lp_concept01_img {
  position: relative;
  width: 60%;
  margin: 3em 0 0;
}
.lp_concept01_img div {
  position: absolute;
  top: -2em;
  right: -85%;
  width: 100%;
  z-index: 1;
}
.lp_concept01_ap {
  display: none;
}
.lp_concept02 {
  width: 80%;
  margin: auto;
  position: relative;
}
.lp_concept02_txt {
  text-align: left;
  margin: 0 auto 2em;
  line-height: 2;
}
.lp_concept02_img {}
.lp_concept02_ap {
  position: absolute;
  bottom: -6.5em;
  right: -10%;
  width: 55%;
  z-index: 2;
}
.lp_prd_contents_txt01 {
  margin: 1em auto 0;
  text-align: left;
  border-bottom: 1px solid #93CAD8;
  border-top: 1px solid #93CAD8;
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0;
}
.lp_prd_contents_txt01 span {
  display: inline-block;
  padding: 0em 10px 0em 0;
  border-right: 1px solid #93CAD8;
  margin: 0 10px 0 0;
  color: #93CAD8;
}
.lp_prd_contents_txt01.lpct_white {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
}
.lp_prd_contents_txt01.lpct_white span {
  border-right: 1px solid #fff;
  color: #fff;
}
.lp_prd_contents_txt01.lpct_choco {
  border-bottom: 1px solid #381806;
  border-top: 1px solid #381806;
}
.lp_prd_contents_txt01.lpct_choco span {
  border-right: 1px solid #381806;
  color: #381806;
}
.lp_prd_contents_txt02 {
  font-size: 1.2rem;
  margin: 0.5em auto 0;
}
/* lp2 */
.lp02_mainv {
  margin: 0 auto 0;
  position: relative;
  width: 100%;
  min-height: calc(100vh - 100px);
  overflow: hidden;
}
.lp02_mainv::before {
  content: '';
  display: block;
  width: 100%;
  height: calc(100vh - 100px);
  background: url("https://yataro.itembox.design/item/lp02_chocomv_sp.jpg") center / cover;
  background-repeat: no-repeat;
  -webkit-animation: zoom 3s 1;
  animation: zoom 3s 1;
  animation-fill-mode: forwards;
}
.lp02_mv_txt {
  position: absolute;
  top: 35%;
  left: 50%;
  width: 75%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.lp02_mv_txt img {
  width: 100%;
}
.lp02_concept {
  padding: 5em 0 3em;
  position: relative;
  background: #381806;
  color: #fff;
  font-family: 'Shippori Mincho', serif;
}
.lp02_concept img {
  width: 100%;
}
.lp02_top {
  position: relative;
}
.lp02_top02 {
  position: relative;
  margin: 5em auto 3em;
}
.lp02_top_ap {
  position: absolute;
  top: -3em;
  right: 1em;
  width: 60%;
  z-index: 1;
}
.lp02_top_img {}
.lp02_top_txt {
  text-align: left;
  width: 80%;
  margin: 2em auto 0;
}
.lp02_top_txt div {
  letter-spacing: 2px;
  font-size: 1.8rem;
  margin: 0 auto 0.5em;
}
.lp02_top_txt p {
  line-height: 2;
}
.lp02_top_ap02 {
  position: absolute;
  top: -4em;
  right: 0em;
  width: 60%;
  z-index: 1;
}
.lp02_top_ap03 {
  position: absolute;
  bottom: -12em;
  left: -3em;
  width: 60%;
  z-index: 1;
}
.lp02_prd_top {
  background: #E6E1DB;
}
.lp02_prd_top img {
  width: 100%;
}
.lp02_prd_top_img {}
.lp02_prd_top_txt {
  padding: 4em 3em;
  text-align: left;
  font-family: 'Shippori Mincho', serif;
}
.lp02_prd_top_txt div {
  letter-spacing: 2px;
  font-size: 1.8rem;
  margin: 0 auto 0.5em;
}
.lp02_prd_top_txt p {
  line-height: 2;
}
.lp02_prd_top_txt img {
  width: 50%;
  margin: 0 0 1em;
}
.lp02_prd_bg {
  padding: 5em 0 3em;
  position: relative;
  background: #381806;
  color: #fff;
  font-family: 'Shippori Mincho', serif;
}
.lp02_prd01 {
  position: relative;
}
.lp02_prd01 img {
  width: 100%;
}
.lp02_prd01_ap {
  position: absolute;
  top: -4.5em;
  right: 1em;
  width: 90%;
  z-index: 1;
}
.lp02_prd01_img {}
.lp02_prd01_img.reverse {
  margin: 10em auto 0;
}
.lp02_prd01_txt {
  width: 90%;
  background: #E6E1DB;
  padding: 2em 0;
  color: #381806;
  margin: 0em auto 0;
  text-align: left;
  letter-spacing: 2px;
}
.lp02_prd01_txt p {
  width: 80%;
  margin: auto;
}
.lp02_prd01_txt div {
  margin: 0.5em auto 1em;
  color: #fff;
  font-size: 1.9rem;
}
.lp02_prd01_txt div span {
  background: #381806;
  display: inline-block;
  padding: 0.3em 1em 0.3em 1.5em;
}
.lp02_prd01_txt01 {
  font-size: 1.8rem;
}
.lp02_prd01_txt02 {
  margin: 1em auto 1em !important;
}
.lp02_prd01b {
  position: relative;
  width: 90%;
  margin: 4em auto 4em;
}
.lp02_prd01b.prd02 {
  margin: 0em auto 2em;
}
.lp02_prd01b img {
  width: 100%;
}
.lp02_prd01b_img {
  width: 85%;
  margin: auto;
}
.lp02_prd01b_txt {
  margin: 0em auto 0;
  text-align: left;
  letter-spacing: 2px;
}
.lp02_prd01b_txt img {
  width: auto;
  height: 40px;
  margin: 0 auto 1em;
}
.lp02_prd01b_txt p {
  width: 80%;
  margin: auto;
}
.lp02_prd01b_ap01 {
  position: absolute;
  top: -3em;
  right: 0;
  width: 35%;
  z-index: 1;
}
.lp02_prd01b_ap02 {
  position: absolute;
  bottom: -3em;
  left: -5%;
  width: 35%;
}
.lp02_prd01b_ap03 {
  position: absolute;
  top: -3em;
  right: 0;
  width: 35%;
  z-index: 1;
}
.lp02_prd01b_ap04 {
  display: none;
}
.lp02_scene_top {
  position: relative;
}
.lp02_scene_top div {
  position: absolute;
  top: 30%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  /*文字の装飾は省略*/
  color: #fff;
  font-family: 'Shippori Mincho', serif;
  width: 90%;
  text-align: left;
  letter-spacing: 2px;
  line-height: 2;
}
.lp02_scene_top div img {
  width: auto !important;
  height: 40px;
  margin: 0 auto 1em;
}
.lp02_scene_top img {
  width: 100%;
}
.lp02_scene_top div p {
  padding: 0 0 0 30px;
}
.lp02_scene_bg {
  padding: 0em 0;
  background: #E6E1DB;
  font-family: 'Shippori Mincho', serif;
  text-align: left;
}
.lp02_scene {
  width: 90%;
  padding: 2em 0;
  margin: auto;
}
.lp02_scene img {
  width: 100%;
}
.lp02_scene_img {
  margin: 0 auto 1em;
}
.lp02_scene_txt {
  width: 90%;
  margin: auto;
  position: relative;
  line-height: 2;
}
.lp02_scene_txt01 {
  font-size: 1.8rem;
  margin: 0 auto 0.5em;
  letter-spacing: 2px;
}
.lp02_scene_txt div {
  position: absolute;
  right: -5%;
  top: 0em;
  width: 40%;
  z-index: 1;
}
.lp02_scene02 {
  width: 90%;
  padding: 0em 0;
  margin: auto;
}
.lp02_scene02 img {
  width: 100%;
}
.lp02_scene02_img {
  margin: 0 auto 1em;
}
.lp02_scene02_txt {
  width: 90%;
  margin: auto;
  position: relative;
  line-height: 2;
}
.lp02_scene02_txt div {
  position: absolute;
  right: -5%;
  top: 0em;
  width: 50%;
  z-index: 1;
}
.lp02_scene03 {
  width: 90%;
  padding: 2em 0;
  margin: auto;
}
.lp02_scene03 img {
  width: 100%;
}
.lp02_scene03_img {
  margin: 0 auto 1em;
}
.lp02_scene03_txt {
  width: 90%;
  margin: auto;
  position: relative;
  line-height: 2;
}
.lp02_scene03_txt div {
  position: absolute;
  right: -5%;
  top: 0em;
  width: 40%;
  z-index: 1;
}
/* ------------------------------------ */
/* ▼PC用デザインとして付け足すデザイン */
/* ------------------------------------ */
@media all and (min-width: 768px) {
  body .giftset_lp{
    min-width: 1200px;
    font-size: 1.5rem; /* 15px */
    line-height: 1.8;
  }
  .br-sp {
    display: block;
  }
  .br-pc {
    display: none;
  }
  .sp_left {
    text-align: center;
  }
  .scroll-bg {
    padding: 6em 0 6em;
  }
  .comp_list {
    width: 100%;
    margin: 0 auto 3em;
  }
  .comp_list li dt {
    width: 20%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .comp_list li dd {
    width: 80%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .comp_list li dd span {
    font-size: 1.4rem;
  }
  #map_canvas {
    margin-top: 30px;
    height: 500px;
  }
  /* lp */
  .lp_mainv {
    margin: 0 auto 0;
    min-height: calc(100vh - 140px);
  }
  .lp_mainv::before {
    height: calc(100vh - 140px);
	background: url("https://yataro.itembox.design/item/lp_casualmv2.jpg") center / cover;
  }
  .lp_mainv.pdg0 {
    margin: 0;
    min-height: 100vh;
  }
  .lp_mainv.pdg0::before {
    height: 100vh;
  }
  .lp_mv_txt {
    top: 20%;
    left: 75%;
    width: 40%;
    letter-spacing: 2px;
  }
  .lp_mv_txt span {
    font-size: 8.0rem;
    letter-spacing: 2px;
    line-height: 1.4;
  }
  .lp_mv_logo {
    position: absolute;
    top: 10%;
    left: 5%;
    width: 6%;
  }
  .lp_prd_top {
    padding: 14em 0 14em;
  }
  .lp_prd_top:before {
    border-width: 0 0 200px 100vw;
  }
  .lp_prd_top:after {
    border-width: 200px 0 0 100vw;
  }
  .lp_prd_top img {
    max-width: 1200px;
  }
  .lp_prd_top div {
    max-width: 1200px;
    margin: 0 auto 2em;
    font-size: 1.5rem;
  }
  .lp_prd_top div span {
    font-size: 5.0rem;
    line-height: 1.5;
  }
  .lp_prd_top_txt01 {
    font-size: 2.8rem;
  }
  .lp_prd_top_txt02 {
    line-height: 2.5;
    letter-spacing: 2px;
    text-align: center;
  }
  .lp_prd01 {
    padding: 0em 0 14em;
  }
  .lp_prd01:after {
    border-width: 200px 100vw 0 0;
  }
  .lp_prd02 {
    padding: 0em 0 14em;
  }
  .lp_prd02:after {
    border-width: 200px 0 0 100vw;
  }
  .lp_prd03 {
    padding: 0em 0 14em;
  }
  .lp_prd03:after {
    border-width: 200px 100vw 0 0;
  }
  .lp_prd_no {
    font-size: 6.0rem;
  }
  .lp_prd_ttl {
    font-size: 3rem;
    margin: 0 auto 1em;
  }
  .lp_prd_contents.reverse {
    flex-direction: row-reverse;
  }
  .lp_prd_contents {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 3em auto 0em;
    justify-content: space-between;
    align-items: center;
  }
  .lp_prd_contents_txt {
    margin: 0;
    width: 45%;
  }
  .lp_prd_contents_txt div {
    font-size: 2.5rem;
    line-height: 1.7;
  }
  .lp_prd_contents_txt p {
    line-height: 2.5;
  }
  .lp_prd_contents_img {
    width: 45%;
    position: relative;
    margin: auto;
  }
  .lp_prd_contents_img div {
    font-size: 2rem;
    position: absolute;
    top: 0;
    left: -3em;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-align: left;
  }
  .lp_prd_contents_img div.rusk {
    left: inherit;
    right: -3em;
  }
  .lp_prd_contents_txt.lp_pack {
    margin: 0;
    width: 40%;
  }
  .lp_prd_contents_img.lp_pack {
    width: 55%;
    position: relative;
    margin: auto;
  }
  .lp-package {
    padding: 0em 0 8em;
  }
  .lp-package_ttl {
    max-width: 1200px;
    margin: 0 auto 2em;
    font-size: 1.5rem;
  }
  .lp-package_ttl span {
    font-size: 5.0rem;
    line-height: 1.5;
  }
  .lp_scene {
    padding: 0em 0 14em;
  }
  .lp_scene:before {
    border-width: 0 100vw 200px 0;
  }
  .lp_scene:after {
    border-width: 200px 0 0 100vw;
  }
  .lp-scene_ttl {
    max-width: 1200px;
    margin: 0 auto 0em;
    font-size: 5.0rem;
    line-height: 1.5;
  }
  .lp_scene01 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0em auto 0em;
    justify-content: space-between;
    align-items: center;
  }
  .lp_scene01_img {
    margin: 0 0 0 auto;
    width: 40%;
  }
  .lp_scene01_txt {
    width: 40%;
    position: relative;
    margin: 0 0 0 5%;
  }
  .lp_scene01_txt div {
    font-size: 3rem;
  }
  .lp_scene01_txt p {
    line-height: 2.5;
    margin: 0;
  }
  .lp_scene01_txt img {
    position: absolute;
    right: 0;
    bottom: -30em;
    width: 100%;
  }
  .lp_scene02 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 15em auto 0em;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
  }
  .lp_scene02_img {
    margin: 0 0;
    width: 50%;
  }
  .lp_scene02_txt {
    width: 45%;
    position: relative;
    margin: 0 0 0 5%;
  }
  .lp_scene02_txt div {
    font-size: 3rem;
  }
  .lp_scene02_txt p {
    line-height: 2.5;
    margin: 0;
  }
  .lp_close {
    padding: 0 0 8em;
  }
  .lp_close_ttl {
    font-size: 2.5rem;
    letter-spacing: 2px;
    margin: 0.5em auto 1em;
  }
  .lp_close_ttl1 {
    max-width: 1200px;
    margin: 0 auto 0em;
    font-size: 5.0rem;
    line-height: 1.5;
  }
  .lp_close_ttl02 span {
    display: inline-block;
    padding: 0.3em 1em;
    border: 1px solid #381806;
    margin: 0 10px 2em 10px;
  }
	
  .lp_concept {
    padding: 8em 0 4em;
  }
  .lp_concept_top {
    width: 70%;
    position: relative;
  }
  .lp_concept_top div {
    position: absolute;
    left: -33%;
    top: 20%;
    font-size: 5.0rem;
  }
  .lp_concept01 {
    width: 80%;
    max-width: 1100px;
    position: relative;
    margin: 4em auto;
  }
  .lp_concept01_txt {
    width: 40%;
    margin: 0 0 0 auto;
  }
  .lp_concept01_txt div {
    font-size: 2.5rem;
  }
  .lp_concept01_txt div span {
    font-size: 1.7rem;
  }
  .lp_concept01_txt p {
    line-height: 2.5;
    letter-spacing: 2px;
  }
  .lp_concept01_img {
    position: absolute;
    width: 45%;
    top: -45rem;
    left: -10%;
  }
  .lp_concept01_img div {
    display: none;
  }
  .lp_concept01_ap {
    display: block;
    position: absolute;
    bottom: -90%;
    left: 15%;
    width: 40%;
  }
  .lp_concept02 {
    width: 80%;
    max-width: 1100px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 15em auto 0em;
    justify-content: flex-start;
    align-items: center;
  }
  .lp_concept02_txt {
    width: 40%;
    margin: 0 0 0 auto;
    line-height: 2.5;
    letter-spacing: 2px;
  }
  .lp_concept02_img {
    width: 50%;
  }
  .lp_concept02_ap {
    position: absolute;
    bottom: -6.5em;
    right: inherit;
    left: 0;
    width: 25%;
    z-index: 2;
  }
  .lp_prd_contents_txt01 {
    margin: 1em auto 0;
    font-size: 1.5rem;
  }
  .lp_prd_contents_txt01 span {}
  .lp_prd_contents_txt02 {
    font-size: 1.4rem;
  }
  /* lp2 */
  .lp02_mainv {
    margin: 0 auto 0;
    min-height: calc(100vh - 140px);
  }
  .lp02_mainv::before {
    height: calc(100vh - 140px);
    background: url("https://yataro.itembox.design/item/lp02_chocomv2.jpg") center / cover;
  }
  .lp02_mv_txt {
    position: absolute;
    top: 38%;
    left: 35%;
    width: 40%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
  }
  .lp02_concept {
    padding: 8em 0 6em;
  }
  .lp02_top {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0em auto 0em;
    justify-content: space-between;
    align-items: center;
  }
  .lp02_top02 {
    width: 85%;
    flex-direction: row-reverse;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 6em auto 0em;
    justify-content: space-between;
    align-items: flex-start;
  }
  .lp02_top_ap {
    position: absolute;
    top: -4em;
    right: 30%;
    width: 25%;
    z-index: 1;
  }
  .lp02_top_img {
    width: 60%;
  }
  .lp02_top_txt {
    width: 30%;
    margin: 0 auto 0 5%;
  }
  .lp02_top_txt div {
    font-size: 2.5rem;
    margin: 0 auto 1em;
  }
  .lp02_top_txt p {
    line-height: 2.5;
    letter-spacing: 2px;
  }
  .lp02_top_ap02 {
    position: absolute;
    top: -8em;
    right: -8.5%;
    width: 30%;
    z-index: 1;
  }
  .lp02_top_ap03 {
    position: absolute;
    bottom: -10em;
    left: -2em;
    width: 30%;
    z-index: 1;
  }
  .lp02_prd_top {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0em auto 0em;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
  }
  .lp02_prd_top_img {
    width: 55%;
  }
  .lp02_prd_top_txt {
    width: calc(45% - 12em);
    padding: 4em 3em 4em 9em;
  }
  .lp02_prd_top_txt div {
    font-size: 2.5rem;
    margin: 0 auto 1em;
    padding: 0 0 0 8%;
  }
  .lp02_prd_top_txt p {
    line-height: 2.5;
    letter-spacing: 2px;
    padding: 0 0 0 8%;
  }
  .lp02_prd_top_txt img {
    width: 50%;
    margin: 0 0 1em;
  }
  .lp02_prd_bg {
    padding: 6em 0 6em;
  }
  .lp02_prd01 {
    position: relative;
  }
  .lp02_prd01_ap {
    position: absolute;
    top: -10em;
    right: 10%;
    width: 40%;
    z-index: 2;
  }
  .lp02_prd01_img {
    position: absolute;
    top: -8em;
    left: 5%;
    width: 55%;
    z-index: 1;
  }
  .lp02_prd01_txt {
    width: calc(60% - 30%);
    padding: 4em 10% 4em 20%;
    margin: 8em 0 0 auto;
  }
  .lp02_prd01_txt p {
    width: 100%;
    margin: auto;
    padding: 0 0 0 8%;
  }
  .lp02_prd01_txt div {
    margin: 0.5em auto 1em;
    color: #fff;
    font-size: 2.7rem;
  }
  .lp02_prd01_txt div span {
    background: #381806;
    display: inline-block;
    padding: 0.3em 2em 0.3em 1.5em;
  }
  .lp02_prd01_ap.reverse {
    position: absolute;
    top: -12em;
    left: 10%;
    width: 40%;
    z-index: 2;
  }
  .lp02_prd01_img.reverse {
    position: absolute;
    top: -18em;
    left: inherit;
    right: 5%;
    width: 55%;
    z-index: 1;
  }
  .lp02_prd01_txt.reverse {
    width: calc(65% - 30%);
    padding: 4em 20% 4em 10%;
    margin: 22em auto 0 0;
  }
  .lp02_prd01_txt.reverse p {
    width: 100%;
    margin: auto;
    padding: 0 8% 0 0;
  }
  .lp02_prd01_txt.reverse div {
    margin: 0.5em auto 1em;
    color: #fff;
    font-size: 2.7rem;
  }
  .lp02_prd01_txt.reverse div span {
    background: #381806;
    display: inline-block;
    padding: 0.3em 4em 0.3em 0.5em;
  }
  .lp02_prd01_txt01 {
    font-size: 2.5rem;
  }
  .lp02_prd01_txt02 {
    margin: 1em auto 1.5em !important;
    line-height: 2;
  }
  .lp02_prd01b.reverse {
    flex-direction: row-reverse;
  }
  .lp02_prd01b {
    position: relative;
    max-width: 1100px;
    margin: 10em auto 6em;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
    align-items: flex-end;
  }
  .lp02_prd01b.prd02 {
    max-width: 1100px;
    margin: 0em auto 4em;
    align-items: center;
  }
  .lp02_prd01b_img {
    width: 45%;
    margin: 0;
  }
  .lp02_prd01b_txt {
    width: calc(55% - 13%);
    margin: 0em;
    padding: 0 3% 0 10%;
  }
  .lp02_prd01b_txt img {
    width: auto;
    height: 50px;
    margin: 0 auto 2em;
  }
  .lp02_prd01b_txt p {
    width: 80%;
    margin: 0 auto 0;
  }
  .lp02_prd01b_txt p.lp02_prd01_txt02 {
    line-height: 2.5 !important;
  }
  .lp02_prd01b_ap01 {
    position: absolute;
    top: -16em;
    right: 48%;
    width: 40%;
  }
  .lp02_prd01b_ap02 {
    position: absolute;
    bottom: -3em;
    left: -15%;
    width: 25%;
  }
  .lp02_prd01b_ap03 {
    position: absolute;
    top: -12em;
    right: -5%;
    width: 40%;
  }
  .lp02_prd01b_ap04 {
    display: block;
    position: absolute;
    bottom: -3em;
    left: -10%;
    width: 18%;
    z-index: 1;
  }
  .lp02_scene_top div {
    position: absolute;
    top: 30%;
    left: 50%;
    width: 80%;
    font-size: 2.2rem;
  }
  .lp02_scene_top div img {
    width: auto !important;
    height: 50px;
    margin: 0 auto 1em;
  }
  .lp02_scene_top div p {
    padding: 0 0 0 50px;
  }
  .lp02_scene_bg {
    padding: 0em 0;
  }
  .lp02_scene {
    width: 90%;
    padding: 6em 0 0;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
  }
  .lp02_scene_img {
    margin: 0 auto;
    width: 60%;
  }
  .lp02_scene_txt {
    width: 30%;
    margin: auto;
    font-size: 1.7rem;
    line-height: 2.3;
  }
  .lp02_scene_txt01 {
    font-size: 2.8rem;
    margin: 0 auto 1em;
    letter-spacing: 1px;
    line-height: 2;
  }
  .lp02_scene_txt div {
    position: absolute;
    right: inherit;
    left: -20%;
    top: -6em;
    width: 50%;
    z-index: 1;
  }
  .lp02_scene02 {
    width: 100%;
    padding: 0em 0;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: row-reverse;
  }
  .lp02_scene02_img {
    margin: 0;
    width: 45%;
  }
  .lp02_scene02_txt {
    width: 25%;
    margin: 0 5% 0 auto;
    font-size: 1.7rem;
    line-height: 2.3;
  }
  .lp02_scene02_txt div {
    position: absolute;
    right: inherit;
    left: -80%;
    top: 0em;
    width: 65%;
    z-index: 1;
  }
  .lp02_scene03 {
    width: 85%;
    padding: 6em 0 6em;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
    align-items: flex-start;
  }
  .lp02_scene03_img {
    margin: 0 auto;
    width: 60%;
  }
  .lp02_scene03_txt {
    width: 30%;
    margin: 0 auto;
    font-size: 1.7rem;
    line-height: 2.3;
  }
  .lp02_scene03_txt div {
    position: absolute;
    right: -5%;
    top: inherit;
    bottom: -10em;
    width: 80%;
    z-index: 1;
  }
}