@charset "utf-8";
/* reset */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}



article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

.makinas {
  font-family: "makinas-4-flat", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.kozuka {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.hiragino {
  font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', 'Yu Gothic';
}

.mamelon {
  font-family: mamelon, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.marumaru {
  font-family: maru-maru-gothic-clr-stdn, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.iroha {
  font-family: "iroha-23kaede-stdn", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* init */

html {
  overflow-y: scroll;
  overflow-x: hidden;
}

body {
  font-size: 18px;
  line-height: 1.5;
  width: 100%;
  background: #fff;
  font-family: 'kozuka-gothic-pr6n', 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'fot-tsukuaoldmin-pr6n', 'YuMincho';
  ;
  font-weight: 700;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1 {
  font-size: 180px;
  font-weight: 700;
  line-height: 0.7em;
  color: #fff;
  margin-bottom: 7%;
}

h1 span {
  font-size: 92px;
}

h2 {
  font-size: 37px;
  font-weight: 300;

  font-style: normal;
  line-height: 1.5em;
}

h3 {
  font-size: 31px;
  font-weight: 600;
  margin-bottom: 3%;
  position: relative;
}

/* .line-style {
  background: url(./img/thanksgiving-day/line-s.svg) bottom repeat-x;
  background-size: 30vw;
  padding-bottom: .3em;
} */

@media screen and (max-width: 1000px) {

  h1 {
    font-size: 10vw;
  }

  h1 span {
    font-size: 7vw;
    line-height: 2;
  }

  .fv-text2 {
    width: 20vw;
  }

  h2 {
    font-size: 2.9vw;
  }

  p {
    font-size: 15px;
    line-height: 1.5em;
  }


}

@media screen and (max-width:768px) {
  h1 {}

  h2 {
    font-size: 18px;
  }

  h2 span {
    font-size: 16px;
  }

  h3 {
    font-size: 5vw;
  }
}



ul, li {
  list-style: none;
}

img {
  vertical-align: bottom;
}

.wrap {
  max-width: 1190px;
  width: 90%;
  /* background: rgba(0, 0, 0, 0.212); */
  margin: 0 auto;
  position: relative;
}

.inner {
  width: 1280px;
  margin: 0 auto;
}

.container {
  width: 100%;
  overflow: hidden;
}


@media screen and (max-width: 1100px) {
  .inner {
    width: 90%;

  }

  .wrap {
    width: 90%;

  }

  .container {
    width: 100%;
    overflow: hidden;
  }
}



.sec-p {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .sec-p {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.sec-p.-first {
  padding-top: 0;
}

.sec-p.-last {
  padding-bottom: 0;
}

/* ------ link ------ */

a {
  color: #000;
}

a:hover {
  color: #555;
}





@media screen and (max-width: 768px) {

  body {
    font-size: 16px;
  }

  a:hover img, a:hover, form:hover {
    /* opacity: 1; */
    transform: none;
    transition-duration: 0;
  }
}

/*btn
------------------------------------*/

a, form, button {
  display: inline-block;
  text-decoration: none;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

a:hover, form:hover {
  /* opacity: 0.6; */
}











@media screen and (max-width: 768px) {}


/*ps sp
------------------------------------*/

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}

/*
------------------------------------*/

.fixed-ttl {
  font-size: min(4vw, 40px);
  font-weight: bold;
  color: #62237C;
  background: #fff;
  padding: .4em;
  position: fixed;
  z-index: 10;
}

.fixed-top-ttl {
  right: 0;
  top: 0;
  padding-right: .7em;
}

.fixed-side-ttl {
  right: 0;
  top: 1.7em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: sideways;
  text-orientation: sideways;
  white-space: nowrap;
}

.fv-date {
  background: #fff;
  color: #7E318E;
  display: inline-block;
  padding: 0 .5em;
  font-size: min(5vw, 30px);
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9;
}

/*fv
------------------------------------*/

.fv {
  position: relative;
}

.fv-p {
  padding-bottom: 80px;
  padding-top: 80px;
}

.fv-bg {
  background: #7E318E;
  position: relative;
  /* z-index: -1; */
}

.fv-bg01 {
  position: absolute;
  top: -9vw;
  left: -9vw;
  width: 50%;
  z-index: 1;
}

.fv-bg02 {
  position: absolute;
  top: -8vw;
  right: -4vw;
  width: 50%;
  z-index: 1;
}

.confetti-left {
  position: absolute;
  bottom: 15vw;
  left: 0;
  width: 20%;
  z-index: 2;
}

.confetti-right {
  position: absolute;
  bottom: 5vw;
  right: 0;
  width: 20%;
  z-index: 2;
}

@media only screen and (max-width: 1024px) {
  .confetti-left {
    bottom: -15vw;
  }

  .confetti-right {
    bottom: -9vw;
  }
}

.item-event {
  position: absolute;
  left: -10px;
  bottom: 200px;
  max-width: 54px;
  width: 5vw;
  z-index: 3;
}

@media only screen and (max-width: 768px) {
  .item-event {
    position: absolute;
    left: -3vw;
    bottom: unset;
    top: 40vw;
  }
}


.fv-img {
  /* background-image: url('../img/thanksgiving-day/fv-img.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative; */
  /* z-index: 3; */
  width: 100%;
  /* aspect-ratio: 2560 / 1742; */
}


.fv-inner {
  text-align: center;
  width: 90%;
  max-width: 1190px;
  background: #fff;
  margin: auto;
  padding-top: 40px;
  position: relative;

}



/* @media only screen and (max-width: 1100px) {
  .alpes-factory-img {
    bottom: 62vw;
    right: -10%;
    max-width: 600px;
    width: 90%;
  }
} */

@media only screen and (max-width: 768px) {}

.cheese-puchi1 {
  position: absolute;
  right: 16vw;
  top: 7vw;
  width: 224px;
  width: 15vw;
}

.eclair1 {
  position: absolute;
  right: 0;
  top: 22vw;
  width: 227px;
  width: 16vw;
}

@media screen and (max-width: 768px) {
  .eclair1 {
    top: 43vw;
  }
}

.fv-company {
  text-align: left;
  font-size: min(7vw, 30px);
  font-weight: bold;
  margin-top: -5vw;
  color: #fff;

}


.fv-info {

  background: #fff;
  border-radius: 15px;
  padding: 1em;
}

.fv-info h2 {
  margin-bottom: 1em;
  font-size: 31px;
  font-weight: bold;
}

.fv-desc {
  font-weight: 500;
  font-weight: bold;
  line-height: 1.8em;
}

@media screen and (max-width: 1024px) {

  .fv-desc {
    width: 80%;
    margin: auto;
    text-align: left;
  }

  /* .fv-info {
    margin-left: 30vw;
  } */
}


@media screen and (max-width: 768px) {

  .fv-text {
    width: 100%;
    margin-left: 0;
  }

  .fv-info {
    margin-left: 0;
  }

  .fv-info h2 {
    font-size: 20px;
  }


}



@media screen and (max-width: 768px) {}



/* introduction -------------------------- */

.introduction-p {
  padding-bottom: 5%;
}

.introduction-m {
  margin-top: -15%;
  margin-bottom: 15%;
}


.introduction {
  color: #fff;
  position: relative;
  z-index: 3;
}

.introduction-flex {
  display: flex;
  align-items: center;
  margin-bottom: 4%;

}

.introduction h2 {
  font-size: 38px;
  width: 68%;
}

.introduction-img {
  width: 25%;
}

.introduction p.desc {
  font-size: 22px;
}


@media screen and (max-width: 768px) {

  .introduction-m {
    margin-top: -15%;
    margin-bottom: 25%;
  }

  .introduction-flex {
    flex-direction: column;

  }

  .introduction h2 {
    font-size: 20px;
    width: 100%;
  }

  .introduction-img {
    width: 25%;
    margin-left: auto;
    margin-top: -5%;
  }

  .introduction p.desc {
    font-size: 15px;
  }
}


/* product -------------------------- */



.product-p {
  padding-bottom: 5px;
}

.product-bg {
  background: #7E318E;
  position: relative;
  /* z-index: -1; */
}

.product {
  position: relative;
}

.bg-ribon-tl {
  position: absolute;
  top: 0;
  left: 0;
  width: 35%;
}

.bg-ribon-tr {
  position: absolute;
  top: 0;
  right: 0;
  width: 15%;
}

@media only screen and (max-width: 768px) {
  .bg-ribon-tr {
    width: 20%;
  }

}

.bg-ribon-tb {
  position: absolute;
  top: -11.6vw;
  right: 0;
  width: 35%;
}

.bg-ribon-m3 {
  position: absolute;
  top: 3vw;
  left: 0;
  width: 10%;
}

.bg-ribon-m2 {
  position: absolute;
  top: 44vw;
  right: 0;
  width: 10%;
}


.bg-ribon-m4 {
  display: none;
}

@media only screen and (max-width: 1500px) {
  .bg-ribon-m4 {
    display: block;
    position: absolute;
    top: -9vw;
    left: 0;
    width: 100%;
  }
}

.bg-ribon-m1 {
  position: absolute;
  top: -5vw;
  left: 0;
  width: 100%;
}

@media only screen and (max-width: 1500px) {
  .bg-ribon-m1 {
    position: absolute;
    top: 75vw;
    left: 0;
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .bg-ribon-m1 {
    top: 180vw;
  }

  .bg-ribon-m4-sp {
    position: absolute;
    top: 376vw;
    left: 0;
    width: 100%;
  }

  .bg-ribon-m1-sp {
    position: absolute;
    top: 536vw;
    left: 0;
    width: 100%;
  }
}



.bg-ribon-b1 {
  position: absolute;
  z-index: 6;
  bottom: -2px;
  left: 0;
  width: 35%;
}

.bg-ribon-b2 {
  position: absolute;
  z-index: 6;
  bottom: -2px;
  right: 0;
  width: 50%;
}

.product-area-bg {
  background: url(../img/thanksgiving-day/bg-wave.png), #fff;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 25px;
}

@media only screen and (max-width: 768px) {
  .product-area-bg {
    /* padding-top: 80px; */
  }
}

/* 
.product .item-tag {
  position: absolute;
  top: 0;
  right: 0;
  background: #A06DB5;
  color: #fff;
  font-size: 25px;
  padding: 1em;
}

.product .item-tag::before {
  position: absolute;
  left: -68px;
  content: "";
  top: 0;
  border-right: 68px solid #A06DB5;
  border-bottom: 87.5px solid transparent;
  height: 0;
  width: 0;
}

@media only screen and (max-width: 768px) {
  .product .item-tag {
    font-size: 15px;
  }

  .product .item-tag::before {
    left: -37px;
    top: 0;
    border-right: 37px solid #A06DB5;
    border-bottom: 51.5px solid transparent;
  }
} */

.wagashi {
  position: absolute;
  top: -120px;
  right: 5vw;
  max-width: 160px;
  width: 30%;
  z-index: 3;
}

@media only screen and (max-width: 1024px) {
  .wagashi {
    top: -20vw;
    right: -3vw;
  }
}

.xmas-cake {
  position: absolute;
  top: -4vw;
  left: 4vw;
  max-width: 260px;
  width: 40%;
}

.confetti-bottom {
  position: absolute;
  top: -40px;
  left: 40%;
  max-width: 367px;
  width: 50%;
}

.alpes-factory {
  position: absolute;
  top: -15px;
  right: 0;
  max-width: 700px;
  width: 50%;
}

@media only screen and (max-width: 768px) {
  .alpes-factory {
    position: unset;
    top: -15px;
    right: 0;
    max-width: 700px;
    width: 115%;
    margin-bottom: -30vw;
  }
}

.product-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 0;
  padding-top: 100px;
  padding-bottom: 70px;
}

@media screen and (max-width: 1024px) {
  .product-flex {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.product-content {
  width: 48%;
}

.product-content.-right {
  margin-top: 280px;
  margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
  .product-content {
    width: 100%;
  }

  .product-content.-right {
    margin-top: 0;
  }
}

.product-box {
  padding: 60px 40px;
  padding-top: 80px;
  font-size: 23px;
  font-family: mamelon;
  position: relative;
  margin-top: 110px;
  background: #fff;
}

@media only screen and (max-width: 600px) {
  .product-box {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 1024px) and (min-width:476px) {
  .product-box.-xmas {
    margin-bottom: 200px;
  }
}



.bg-purple {
  position: relative;
}

.bg-purple::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  background: #62237C;
}

.product-box-flex {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .product-box-flex {
    display: block;
  }
}

.product-box-text {
  width: 60%;
}

.product-box-img {
  /* width: 35%; */
}

.product-box-img img {
  position: absolute;
  z-index: 5;
  top: -40px;
  right: -145px;
  max-width: 400px;

}

@media screen and (max-width: 1024px) {
  .product-box-img img {
    top: -1vw;
    right: -75px;
    width: 70%;
  }
}

.item-text {
  position: absolute;
  top: -50px;
  left: -55px;
  max-width: 410px;
  width: 70%;
}



.item-text.-right {
  position: absolute;
  top: -50px;
  left: unset;
  right: -75px;
}

@media screen and (max-width: 1024px) {
  .item-text {
    top: -5vw;
  }

  .item-text.-right {
    top: -7vw;
  }
}


.item-text.-long {
  max-width: 570px;
}



.item-limit {
  position: absolute;
  right: -126px;
  top: -119px;
}

@media screen and (max-width: 1024px) {
  .item-limit {
    width: 50%;
    max-width: 300px;
    right: -15vw;
    top: -20vw;
  }
}

.eclair-img {
  max-width: 350px;
  width: 70%;
  margin-left: auto;
  position: absolute;
  top: 5vw !important;
  right: 0;
}

@media only screen and (max-width: 1024px) {
  .eclair-img {
    position: unset !important;
    width: 100% !important;
  }
}

.manjyu-img {
  max-width: 250px !important;
  width: 40% !important;
  margin-left: auto;
  position: absolute;
  top: 22vw !important;
  right: -2vw !important;
}

@media only screen and (max-width: 1024px) {
  .manjyu-img {
    position: unset !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 20px;
  }
}




.puchi1-img {
  position: absolute;
  max-width: 255px;
  width: 90%;
  right: 60px;
  top: -20px;
}

.dice-gift {
  max-width: 203px;
  width: 40vw;
  position: absolute;
  top: -15px;
  left: -20px;
}

@media only screen and (max-width: 768px) {

  .puchi1-img {
    width: 60%;
    right: 35vw;
    top: -10vw;
  }

  .dice-gift {
    top: -15vw;
    left: -10vw;
  }
}

.product-box-text.-fukkoku {
  font-size: 28px;
  color: #000;
  font-weight: bold;
  width: 65%;
}

@media only screen and (max-width: 1024px) {
  .product-box-text.-fukkoku {
    width: 100%;
  }
}


.eclair-ttl {
  color: #7E318E;
  font-weight: bold;
  margin-bottom: .5em;
}

.wagashi-ttl {
  margin-top: 1em;
  margin-bottom: .5em;
}

.eclair-ttl span {
  font-size: 18px;
}


.eclair-note {
  font-size: 18px;
  font-weight: normal;
}

@media only screen and (max-width: 1024px) {
  .eclair-note {
    font-size: 14px;
    text-align: left;
  }
}


.dice-gift-text01 {
  margin-left: 130px;
}

@media only screen and (max-width: 1024px) {
  .dice-gift-text01 {
    margin-left: 25vw;
  }
}

.dice-gift-ttl {
  color: #7E318E;
  font-size: 28px;
  margin-left: 40px;
  margin-bottom: 1em;
}

@media only screen and (max-width: 768px) {
  .dice-gift-ttl {
    margin-left: 0;
    font-size: 20px;
  }
}

.dice-gift-item span {
  background: #7E318E;
  color: #fff;
  padding: 5px;
}

.dice-gift-list li {
  border-bottom: dotted 2px #707070;
  font-size: 25px;
  padding: 5px;
}

@media only screen and (max-width: 768px) {
  .dice-gift-list li {
    font-size: 16px;
  }
}


/* .icon-limit {
  width: 80%;
  max-width: 100px;
  position: absolute;
  bottom: 126px;
  left: 75px;
}



@media only screen and (max-width: 768px) {
  .icon-limit {
    width: 15vw;
    top: 75%;
    left: 10vw;
  }
} */

.manju-img {
  position: absolute;
  width: 70%;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: auto;
}

.puchi-img {
  position: absolute;
  width: 60%;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: auto;
}

.t-shirt-img {
  width: 50%;
  max-width: 300px;
  margin-left: auto;
  position: absolute;
  bottom: -25px;
  right: 5px;
}

.t-shirt-img img {
  transform: rotate(-25deg);
}

.can-img {
  width: 20vw;
  max-width: 100px;
  margin-left: auto;
  position: absolute;
  z-index: 1;
  bottom: -25px;
  left: 200px;
}

.bag-img {
  width: 30vw;
  max-width: 130px;
  margin-left: auto;
  position: absolute;
  bottom: 15px;
  left: 100px;
}

@media only screen and (max-width: 1080px) {
  .can-img {
    bottom: -3vw;
    left: 15vw;
  }

  .bag-img {
    bottom: -2vw;
    left: 5vw;
  }

}

@media only screen and (max-width: 768px) {
  .can-img {
    bottom: -3vw;
    left: 30vw;
  }

  .bag-img {
    bottom: -2vw;
    left: 10vw;
  }

}


.xmas-cake-img {
  position: absolute;
  width: 80%;
  bottom: -40px;
  right: 20px;
  width: 25vw;
  max-width: 333px;

}

.off-item {
  position: absolute;
  bottom: 70px;
  left: 110px;
  max-width: 116px;
  width: 10vw;
}

@media only screen and (max-width: 768px) {

  .xmas-cake-img {
    width: 60%;
    margin-left: 10vw;
    margin-bottom: 0;
    margin-top: -5vw;
  }

  .off-item {
    position: absolute;
    top: 70%;
    left: 26vw;
    width: 15vw;
  }
}



.shop-bg {
  position: relative;
  background: #FF7F00;
  border: solid 4px #fff;
  color: #fff;
  border-radius: 10px;
}

.bg-inner {
  background: #fff;
}


.event-item {
  position: absolute;
  top: -15%;
  left: -3%;
  width: 46%;
}

@media only screen and (max-width: 768px) {
  .event-item {
    top: -25%;
  }
}




.h3-m {
  margin-right: 30%;
}

.outline-style {
  font-family: maru-maru-gothic-clr-stdn;
  font-weight: 500;
  text-shadow:
    1px 0 0 #F9D0C1,
    1px 1px 0 #F9D0C1,
    0 1px 0 #F9D0C1,
    -1px 1px 0 #F9D0C1,
    -1px 0 0 #F9D0C1,
    -1px -1px 0 #F9D0C1,
    0 -1px 0 #F9D0C1,
    1px -1px 0 #F9D0C1;
}

.product-box .text-m {
  margin-top: -70px;
}

.product-box .text-m2 {
  margin-top: -100px;
}

.product-flex2-m {
  margin-bottom: 10%;
}

.product-flex2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  color: #62237C;

  border-radius: 28px;
  padding: 5%;
  position: relative;
  z-index: 3;
}



.product-text2 {
  width: 75%;
}

.product-img2 {
  width: 25%;
}

@media only screen and (max-width: 768px) {
  .product-text2 {
    width: 100%;
  }

  .product-img2 {
    width: 70%;
    margin-bottom: 1em;
  }
}


.product-text2-ttl {
  font-size: min(7vw, 40px);
}


.product-flex2-2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 1em 2em;
  position: relative;
  z-index: 3;
}

.product-text2-2 {
  width: 42%;
}

.product-list2-2 {
  width: 20%;
}

.product-img2-2 {
  width: 30%;
}

@media only screen and (max-width: 1100px) {

  .product-text2-2 {
    width: 100%;
  }

  .product-list2-2 {
    width: 50%;
  }

  .product-img2-2 {
    width: 50%;
  }

}


.special-item {
  margin-bottom: 1em;
}


.dice-item {
  position: absolute;
  left: -18px;
  top: -21px;
  width: 279px;
}

.dice {
  position: absolute;
  left: 277px;
  top: 5px;
  width: 20%;
}

.dice-text {
  position: absolute;
  left: 551px;
  top: 19px;
  width: 17%;
}

@media only screen and (max-width: 1100px) {

  .dice-item {
    position: absolute;
    left: -2.5vw;
    top: -19vw;
    width: 40%;
  }

  .dice {
    position: absolute;
    left: 60vw;
    top: -10vw;
    width: 25%;
  }

  .dice-text {
    position: absolute;
    left: 29vw;
    top: -10vw;
    width: 27%;
  }


}



@media only screen and (max-width: 768px) {

  .product-flex {
    flex-direction: column;
  }

  .product-box {
    width: 100%;
    font-size: 22px;
    font-family: mamelon;
    position: relative;
    padding: 15vw 20px;
  }

  .product-box .text-m-sp {
    margin-top: -10%;
  }

  .product-box .text-m2 {
    margin-top: -15%;
  }






}

@media only screen and (max-width: 520px) {

  .special-item {
    margin-right: 10px;
    width: 30%;
  }

  .gift-card img {
    width: 80%;
  }




}

.youtube-text {
  margin-bottom: 1em;
  font-size: 28px;
}

@media screen and (max-width: 768px) {
  .youtube-text {
    font-size: 20px;
    margin-bottom: 0;
  }
}

.youtube-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}


.youtube-p {
  padding: 3% 0 15%;
}

.youtube {
  color: #62237C;
  text-align: center;
  width: 48%;
}

@media screen and (max-width: 768px) {
  .youtube {
    width: 100%;
    margin-top: 1em;
  }
}

.youtube p {
  line-height: 2.5;
  font-size: 20px;
}

.youtube p.note {
  line-height: 2.5;
  font-size: 18px;
  margin-bottom: 3%;
}

.youtube a {
  color: #62237C;
  border-bottom: 2px solid;
  /* padding-bottom: 2px; */
}

.youtube iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}

.taiken-area-bg {
  background: #FF7F00;
  position: relative;
  z-index: 0;
  padding: 40px;
  padding-top: 60px;
  padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .taiken-area-bg {
    padding: 1em;
    padding-top: 60px;
    padding-bottom: 70px;
    margin-top: 70px;
  }

}

.taiken-area-inner {
  background: #fff;
  padding: 100px;
  padding-top: 90px;
  padding-bottom: 60px;
}



@media screen and (max-width: 768px) {
  .taiken-area-inner {
    padding: 20px;
    padding-top: 70px;
    padding-bottom: 40px;
  }
}

.item-taiken {
  position: absolute;
  top: -50px;
  left: -25px;
  max-width: 676px;
  width: 90%;
}

@media screen and (max-width: 768px) {
  .item-taiken {
    top: -7vw;
  }
}

.line-style {
  padding-bottom: 0.5em;
  border-bottom: dotted 3px #000;
}



.product-flex3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 22px;
  position: relative;
  margin-top: 1em;
  margin-bottom: 2em;
}

.product-text3 {
  width: 30%;
  position: relative;
  z-index: 3;
  border-radius: 28px;
  position: relative;
}

.qr-imgwrap {
  width: 15%;
}

.btn-shopwrap {
  width: 47%;
}

.btn-shop-text {
  font-size: 18px;
  text-align: left;
  margin-bottom: .5em;
}

@media screen and (max-width: 768px) {
  .qr-imgwrap {
    width: 100%;
    text-align: center;
  }

  .btn-shopwrap {
    width: 100%;
    text-align: center;
  }

  .btn-shop-text {
    text-align: center;
    font-size: 14px;
  }
}


@media only screen and (max-width: 1100px) {
  .product-img3 img {
    position: unset;
    z-index: 3;
    top: 5vw;
    right: -5vw;
    width: 25vw;
    width: 100%;
  }
}

.product-text3 h3 {
  font-weight: bold;
  font-size: 37px;
}

@media screen and (max-width: 768px) {
  .product-text3 h3 {
    font-size: 20px;
  }
}

.full-house {
  position: absolute;
  top: -30%;
  right: 0;
}

.product-flex3 .item {
  position: absolute;
  top: -93px;
  left: 20px;
  z-index: 2;
}

@media only screen and (max-width: 1100px) {

  .full-house {
    position: absolute;
    width: 40%;
    top: -10%;
    right: 0;
  }

}


@media only screen and (max-width: 768px) {

  .youtube-p {
    padding: 5% 0 30%;
  }

  .youtube p {
    line-height: 2;
    font-size: 3.2vw;
  }

  .youtube p.note {
    line-height: 2;
    font-size: 2.5vw;
  }



  .product-flex3 .item {
    top: -20vw;
    left: 5vw;
    width: 40vw;
  }

  .product-flex3 {
    flex-direction: column;

  }

  .product-text3 {
    width: 100%;
    padding: 5%;
  }

  .full-house {
    position: absolute;
    width: 30%;
    top: -10%;
    right: -5%;
  }

}

.btn-shop {
  background: #FF7F00;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  border-radius: 34px;
  padding: .7em 2em;
}

.btn-shopwrap {}

@media only screen and (max-width: 768px) {
  .btn-shop {
    font-size: 3.7vw;
  }
}

.ft-logo-wrap {
  text-align: center;
  margin-top: 160px;
  margin-bottom: 85px;
}

@media screen and (max-width: 768px) {
  .ft-logo-wrap {
    text-align: center;
    margin-top: 80px;
    margin-bottom: 40px;
  }
}

.ft-logo {
  width: 80%;
  max-width: 531px;
}










/* footer
--------------------ーーーーーーーーーーーーーーー */


footer {
  background-color: #333;
  font-family: YuMincho, "Yu Mincho", serif;
  font-weight: 400;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  line-height: 1.83;
}

.footer__inner {
  width: 100%;
  max-width: 1080px;
  margin: 100px auto 0;
  padding: 65px 0 20px;
  margin-top: 0;
}

.footer_nav {
  display: flex;
}

.footer_nav .footer_main {
  width: 25%;
}

.footer_nav .footer_main .footer_main_link {
  display: block;
  color: #fff;
  text-decoration: none;
  margin: 10px auto 0;
}

.footer_nav_sub {}

.footer_nav_sub .footer_sub {}

.footer_nav_sub .footer_sub .footer_sub_link {
  display: block;
  color: #ccc;
  text-decoration: none;
  margin: 10px auto 0;
}

.footer_nav_sub .footer_sub .footer_sub_link::before {
  content: '- ';
}

.footer_logo {
  display: block;
  width: 100%;
  max-width: 140px;
  margin: 10px auto 0;
}

.footer_logo img {
  width: 100%;
  display: block;
}

.footer_ico {
  display: flex;
  justify-content: center;
  margin: 25px 0 0;
}

.footer_ico_link {
  width: 100%;
  max-width: 35px;
  margin: 0 10px;
}

.copyright {
  color: #fff;
  display: block;
  margin: 20px 0 0;
  font-size: 1.3rem;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  footer {
    background-color: #333;
  }

  .footer__inner {
    width: 100%;
    max-width: 1080px;
    margin: 40px auto 0;
    padding: 40px 15px 20px;
    margin-top: 0;
  }

  .footer_nav {
    display: flex;
    flex-wrap: wrap;
  }

  .footer_nav .footer_main {
    width: 50%;
  }

  .footer_nav .footer_main .footer_main_link {
    display: block;
    color: #fff;
    text-decoration: none;
    margin: 10px auto 0;
  }

  .footer_nav_sub {}

  .footer_nav_sub .footer_sub {}

  .footer_nav_sub .footer_sub .footer_sub_link {
    display: block;
    color: #ccc;
    text-decoration: none;
    margin: 10px auto 0;
  }

  .footer_nav_sub .footer_sub .footer_sub_link::before {
    content: '- ';
  }

  .footer_logo {
    display: block;
    width: 100%;
    max-width: 120px;
    margin: 30px auto 0;
  }

  .footer_logo img {
    width: 100%;
    display: block;
  }

  .footer_ico {
    display: flex;
    justify-content: center;
    margin: 25px 0 0;
  }

  .footer_ico_link {
    width: 100%;
    max-width: 35px;
    margin: 0 10px;
  }

  .copyright {
    color: #fff;
    display: block;
    margin: 20px 0 0;
    font-size: 1.3rem;
    text-align: center;
  }
}