@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Syncopate&display=swap');

#onetrust-banner-sdk {
  display: none;
}

.mod_headerbar.fixed {
  max-width: 100%;
  z-index: 22;
}

.mod_headerbar.fixed+#sections.wannyan-lp {
  transform: translateY(71px);
}

/* ---------------------------------------------------------
common
----------------------------------------------------------*/
.wannyan-lp * {
  box-sizing: border-box;
}

.iblock {
  display: inline-block;
}

/* lazy */
.wannyan-lp .lazy,
.wannyan-lp .ilazy {
  opacity: 0;
  transition: opacity .25s .25s ease;
}

.wannyan-lp .lazy.lazyloaded,
.wannyan-lp .ilazy.lazyloaded {
  opacity: 1;
}

.wannyan-lp figure {
  display: block;
  margin: 0;
  padding: 0;
}

.wannyan-lp img {
  vertical-align: bottom;
}

body.fixed {
  width: 100%;
  position: fixed;
  overflow-y: hidden;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

@media screen and (max-width:767px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.flex-between {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex-center {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.wannyan-lp .en {
  font-family: 'Baloo 2', sans-serif;
}

.wannyan-lp .strong {
  font-weight: bold;
}

.wannyan-lp .fw600 {
  font-weight: 600;
}

.wannyan-lp .mtop-1 {
  margin-top: 1em;
}

.wannyan-lp .mtop-2 {
  margin-top: 2em;
}

.wannyan-lp .mtop-3 {
  margin-top: 3em;
}

.wannyan-lp .mbtm-1 {
  margin-bottom: 1em;
}

.wannyan-lp .mbtm-2 {
  margin-bottom: 2em;
}

.wannyan-lp .mbtm-3 {
  margin-bottom: 3em;
}

.wannyan-lp .spacer4 {
  display: block;
  height: 4em;
}

.wannyan-lp .spacer5 {
  display: block;
  height: 5em;
}

.wannyan-lp .bg {
  background: #f2f5f2;
}

.wannyan-lp .bgwhite {
  background-color: #fff;
}

.wannyan-lp a.text-link {
  color: #222;
  text-decoration: underline;
}

.wannyan-lp p {
  line-height: 1.8;
}

.wannyan-lp img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.wannyan-lp .inner {
  padding: min(5em, 10vw) 1.5em;
  max-width: 1200px;
  margin: 0 auto;
}

.wannyan-lp .black {
  color: #000;
}

/* hero img */
.wannyan-lp_img-wrp {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  position: relative;
}

.wannyan-lp_img-wrp .logo-wrp {
  width: 60%;
  max-width: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%) scale(1.1);
  transform-origin: center center;
  z-index: 2;
  opacity: 0;
  transition: all 1s .3s ease;
  pointer-events: none;
}

@media screen and (max-width:767px) {
  .wannyan-lp_img-wrp .logo-wrp {
    width: 75%;
  }
}

.wannyan-lp_img-wrp .logo-wrp.on {
  opacity: 1;
  transform: translate(-50%, -60%) scale(1);
}

.wannyan-lp_img-wrp .logo-wrp img {
  width: 100%;
}

.wannyan-lp_img-wrp .debut {
  width: 40%;
  margin: .5em auto;
}

.wannyan-lp_img-wrp .img-wrp {
  width: 20%;
  position: relative;
  opacity: 0;
  transform: scale(1.25);
  transition: all .5s .1s ease;
  cursor: pointer;
}

.wannyan-lp_img-wrp .img-wrp.on {
  opacity: 1;
  will-change: transform;
  transform: scale(1);
  transition: all .5s .1s ease;
}

@media screen and (max-width:767px) {
  .wannyan-lp_img-wrp .img-wrp {
    width: 33.33%;
  }
}

.wannyan-lp_img-wrp .img-wrp .item,
.wannyan-lp_img-wrp .img-wrp .item2 {
  display: block;
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  background-color: #f9f9f9;
  transition: transform .75s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.wannyan-lp_img-wrp .img-wrp .item:nth-child(2n) {
  background-color: #f3f3f3;
}

.wannyan-lp_img-wrp .img-wrp .item {
  z-index: 1;
}

.wannyan-lp_img-wrp .img-wrp .item2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  transform: rotateY(-180deg);
}

.wannyan-lp_img-wrp .img-wrp.flipped .item {
  transform: rotateY(180deg)
}

.wannyan-lp_img-wrp .img-wrp.flipped .item2 {
  transform: rotateY(0);
}

.wannyan-lp_img-wrp .img-wrp .item img,
.wannyan-lp_img-wrp .img-wrp .item2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.wannyan-lp_img-wrp .sofa-note {
  position: absolute;
  bottom: .75em;
  right: 1em;
  font-size: min(.8em, 2.5vw);
  font-weight: bold;
  z-index: 2;
  opacity: 0;
  transition: opacity 1s .3s ease;
  pointer-events: none;
}

.wannyan-lp_img-wrp .sofa-note.on {
  opacity: 1;
}

/* button */
.wannyan-lp .btn {
  display: block;
  width: 90%;
  max-width: 16em;
  margin: 1em auto;
  color: #222;
  text-decoration: none;
  padding: .75em;
  border-radius: 3em;
  border: 2px solid;
  position: relative;
  transition: all .3s;
  /* font-size: min(1em, 3.2vw); */
}

/* @media screen and (max-width:767px){
  .wannyan-lp .btn{
    width: 90%;
    max-width:300px;
  }
} */
.wannyan-lp .btn:hover {
  color: #d36e2b;
}

.wannyan-lp .btn .arrow-right {
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  width: 1.5em;
}

.wannyan-lp .btn .arrow-right::before,
.wannyan-lp .btn .arrow-right::after {
  content: '';
  display: block;
  height: 0;
  border-bottom: 1px solid;
  position: absolute;
  top: 50%;
  right: 0;
}

.wannyan-lp .btn .arrow-right::before {
  width: 100%;
}

.wannyan-lp .btn .arrow-right::after {
  width: .75em;
  transform: rotate(20deg);
  transform-origin: bottom right;
}

.wannyan-lp .center-wrp {
  text-align: center;
  display: block;
  width: 100%;
}

.wannyan-lp .co-title {
  display: inline-block;
  text-align: center;
  font-size: min(3em, 6vw);
  line-height: 1.2;
  position: relative;
  padding: 0 .5em;
  margin: 0 auto .75em;
}

.wannyan-lp .co-title::after {
  content: '';
  width: 100%;
  height: 0;
  border-top: 3px solid #ccc;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (max-width:767px) {
  .wannyan-lp .co-title {
    margin: 0 auto .5em;
  }
}

.wannyan-lp .co-sub {
  font-size: min(2em, 5.4vw);
  margin-top: 1em;
  line-height: 1.6em;
  font-weight: bold;
  text-align: center;
}

.wannyan-lp .co-lead {
  display: block;
  text-align: center;
  width: 100%;
  font-size: min(1.2em, 4vw);
  line-height: 1.8;
}

.wannyan-lp .lead {
  display: block;
  text-align: center;
  width: 100%;
  font-size: min(1.4em, 4vw);
  line-height: 1.8;
}

.wannyan-lp .sml {
  font-size: .9em;
}

.wannyan-lp .note {
  list-style: none;
  display: inline-block;
}

.wannyan-lp .note li {
  display: inline-block;
  font-size: min(.85em, 3.5vw);
  line-height: 1.5;
  list-style: none;
  padding-left: 1.5em;
  position: relative;
}

.wannyan-lp .note li::before {
  content: '※';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

/* mov =================================== */
.mov-thumb {
  width: 720px;
  margin: 60px auto;
  margin: min(60px, 10vw) auto;
  cursor: pointer;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, .3);
  position: relative;
}

.mov-thumb::before,
.mov-thumb::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
}

.mov-thumb::before {
  width: 6em;
  height: 6em;
  border: 4px solid #444;
  background-color: rgba(255, 255, 255, .8);
  border-radius: 100%;
  transform: translate(-50%, -50%);
}

.mov-thumb::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 30px solid #555555;
  border-right: 0;
  transform: translate(-35%, -50%);
}

@media only screen and (max-width:640px) {
  .mov-thumb {
    width: 90%;
  }
}

/* review =================================== */
.review-wrp {
  background: #f9f9f9;
}

.review-wrp .thanks {
  display: block;
  width: 40%;
  margin: 0 auto;
}

@media screen and (max-width:767px) {
  .review-wrp .thanks {
    width: 70%;
  }
}

.review-wrp .review-movie-wrp {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin: min(5em, 5vw) auto;
}

.review-wrp .mov-thumb {
  width: 24%;
  margin: 0;
  cursor: pointer;
  padding: 6px 6px 0;
  background-color: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2);
  position: relative;
}

@media screen and (max-width:767px) {
  .review-wrp .mov-thumb {
    width: 48%;
    margin-bottom: 1em;
  }
}

.review-wrp .mov-thumb .review-date {
  display: block;
  width: 100%;
  padding: .4em;
  font-size: min(1.5em, 4vw);
}

.review-wrp .mov-thumb::before,
.review-wrp .mov-thumb::after {
  content: '';
  display: block;
  position: absolute;
  top: 40%;
  left: 50%;
  z-index: 3;
}

.review-wrp .mov-thumb::before {
  width: 3em;
  height: 3em;
  border: 3px solid #444;
  background-color: rgba(255, 255, 255, .8);
  border-radius: 100%;
  transform: translate(-50%, -50%);
}

.review-wrp .mov-thumb::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 20px solid #555555;
  border-right: 0;
  transform: translate(-35%, -50%);
}

@media only screen and (max-width:640px) {
  .review-wrp .mov-thumb::before {
    width: 2em;
    height: 2em;
  }

  .review-wrp .mov-thumb::after {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 12px solid #555555;
  }
}

/* panel-wrp */
.panel-wrp {
  margin: 3em auto;
  display: grid;
  grid-template-areas: 'panel1 panel2' 'panel1 panel3';
  grid-template-columns: 66% 1fr;
  grid-template-rows: 250px 250px;
  gap: 2px;
}

@media only screen and (max-width:640px) {
  .panel-wrp {
    grid-template-areas: 'panel1 panel1' 'panel2 panel3';
    grid-template-columns: 50% 50%;
    grid-template-rows: 58vw 31vw;
  }
}

.panel-wrp .panel-box {
  position: relative;
}

.panel-wrp .panel-box:nth-child(1) {
  grid-area: panel1;
}

.panel-wrp .panel-box:nth-child(2) {
  grid-area: panel2;
}

.panel-wrp .panel-box:nth-child(3) {
  grid-area: panel3;
}

.panel-wrp .panel-box :is(.panel1, .panel2) {
  position: absolute;
  width: 100%;
  height: 100%;
}

@keyframes fade {
  0% {
    opacity: 0;
  }

  45% {
    opacity: 0;
  }

  55% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

.panel-wrp .panel-box .panel1 {
  background-color: #f1efaf;
  z-index: 1;
  animation: fade 4s 0s infinite alternate;
}

.panel-wrp .panel-box:nth-child(2) .panel1 {
  animation-delay: .3s;
}

.panel-wrp .panel-box:nth-child(3) .panel1 {
  animation-delay: .6s;
}

.panel-wrp .panel-box .panel2 {
  background-color: #cde7e7;
  z-index: 0;
}

.panel-wrp .panel-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* idea-wrp */
.idea-wrp {
  background-color: #f3f3f3;
}

.idea-wrp .idea-box-wrp {
  max-width: 980px;
  padding: 3em 0 6em;
  margin: 0 auto;
  counter-reset: ideanum;
}

.idea-wrp .idea-box {
  width: 100%;
}

.idea-wrp .idea_detail-wrp+.idea-box {
  margin-top: 2em;
}

.idea-box .idea-img {
  width: 50%;
  padding-bottom: 30%;
  position: relative;
}

.idea-box .idea-text {
  width: 50%;
  padding: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

@media screen and (max-width:640px) {

  .idea-box .idea-img,
  .idea-box .idea-text {
    width: 100%;
  }

  .idea-box .idea-img {
    padding-bottom: 56vw;
  }

  .idea-box .idea-text {
    padding: 3em 1em;
  }

  .idea-box.action .idea-img {
    order: 1;
  }

  .idea-box.action .idea-text {
    order: 2;
  }
}

.idea-box .idea-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.idea-box.whereabouts .idea-hd,
#whereabouts {
  --idea-color: #cde7e7;
  /* background-color: #cde7e7; */
}

.idea-box.action .idea-hd,
#action {
  --idea-color: #f8d9cd;
  /* background-color: #f8d9cd; */
}

.idea-box.carecorner .idea-hd,
#carecorner {
  --idea-color: #f1efaf;
  /* background-color: #f1efaf; */
}

.idea-box .idea-hd {
  width: 16em;
  margin: 0 auto;
  padding: 1em 4em;
  border-radius: 2em;
  font-size: min(1em, 3.2vw);
  background-color: var(--idea-color);
}

.idea-box .idea-title {
  font-size: min(1.8em, 5.2vw);
  font-weight: bold;
  padding: 1em 0;
  line-height: 1.8;
}

.idea-box .idea-title .sml {
  font-size: .7em;
  display: block;
  font-weight: normal;
}

.idea-box .detailbtn-open {
  margin-top: 0;
  margin-bottom: 0;
  cursor: pointer;
}

.idea-box .detailbtn-open::after {
  content: '';
  display: block;
  width: .5em;
  height: .5em;
  border-right: 1px solid;
  border-bottom: 1px solid;
  position: absolute;
  top: 50%;
  right: 1.5em;
  transform: translateY(-45%) rotate(45deg);
  transform-origin: bottom right;
}

/* idea_detail-wrp */
.idea_detail-wrp {
  padding-bottom: min(5em, 10vw);
  background-color: var(--idea-color);
  display: none;
}

.idea_detail-box {
  counter-increment: ideanum;
}

.idea_detail-box .inner {
  padding: min(5em, 10vw) min(60px, 5vw);
  text-align: justify;
}

.idea_detail-box+.idea_detail-box::before {
  content: '';
  display: block;
  width: calc(100% - min(120px, 10vw));
  height: 0;
  margin: 0 auto;
  border-top: dashed 1px;
}

.idea_detail-box .title-wrp {
  display: grid;
  grid-template-areas: 'hd title'
    'hd lead';
  grid-template-columns: 8em 1fr;
  gap: 1em 4em;
}

@media screen and (max-width:640px) {
  .idea_detail-box .title-wrp {
    display: block;
  }
}

.idea_detail-box .title-wrp .idea_detail {
  grid-area: hd;
  padding-top: .5rem;
}

@media screen and (max-width:640px) {
  .idea_detail-box .title-wrp .idea_detail {
    width: 6em;
    margin: 0 auto 1.5em;
  }
}

.idea_detail-box .title-wrp .idea_detail .num {
  content: '0' counter(ideanum);
  display: block;
  margin: .75rem auto 0;
  text-align: center;
  font-size: min(4.5em, 12vw);
  font-family: 'Syncopate', sans-serif;
  letter-spacing: .05em;
}

.idea_detail-box .title-wrp .idea_detail-title {
  grid-area: title;
  font-size: min(1.8em, 5vw);
  line-height: 1.5;
  font-weight: bold;
}

@media screen and (max-width:640px) {
  .idea_detail-box .title-wrp .idea_detail-title {
    margin-bottom: .75em;
    text-align: center;
  }
}

.idea_detail-box .title-wrp .idea_detail-lead {
  /* margin-top: .5em; */
  grid-area: lead;
  font-size: min(1.2em, 3.8vw);
}

.idea_detail-box .idea_detail-img {
  margin-top: 2em;
}

@media screen and (min-width:641px) {
  .idea_detail-box .advice-wrp {
    margin-top: 3em;
    align-items: flex-start;
  }
}

@media screen and (max-width:640px) {
  .idea_detail-box .advice-wrp {
    flex-direction: column;
    gap: 1em 0;
  }
}

.idea_detail-box .advice-wrp::before {
  content: '';
  display: block;
  width: 10%;
  aspect-ratio: 1/1;
  background: url(../img/advice-icon.svg) no-repeat center center / contain;
}

@media screen and (max-width:640px) {
  .idea_detail-box .advice-wrp::before {
    width: 4.5em;
    margin: 2em auto 0;
  }
}

@media screen and (min-width:641px) {
  .idea_detail-box .advice-wrp .text-box {
    width: 45%;
    margin-left: 3%;
    margin-right: auto;
  }
}

.idea_detail-box .advice-wrp .text-box .advice-title {
  font-size: min(1.5em, 4.2vw);
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (max-width:640px) {
  .idea_detail-box .advice-wrp .text-box .advice-title {
    text-align: center;
  }
}

.idea_detail-box .advice-wrp .text-box p {
  margin-top: .75em;
  font-size: min(1.1em, 3.8vw);
}

@media screen and (min-width:641px) {
  .idea_detail-box .advice-wrp .advice-img {
    width: 36%;
  }
}

.idea_detail-box .pickup-wrp {
  margin-top: 5em;
  background-color: #fff;
  padding: min(50px, 20vw) min(30px, 3vw) min(30px, 5vw);
  position: relative;
}

@media screen and (max-width:640px) {
  .idea_detail-box .pickup-wrp {
    padding-top: 2.5em;
  }
}

.idea_detail-box .pickup-wrp .pickup-title {
  font-weight: bold;
  font-size: min(1.3em, 4.2vw);
  letter-spacing: .05em;
}

@media screen and (min-width:641px) {
  .idea_detail-box .pickup-wrp .pickup-title {
    position: absolute;
    left: min(30px, 5vw);
    top: 0;
    transform: translateY(-50%);
    border: solid 2px;
    background-color: #fff;
    padding: .6em 1.5em .5em;
    border-radius: 2em;
  }
}

@media screen and (max-width:640px) {
  .idea_detail-box .pickup-wrp .pickup-title {
    text-align: center;
  }

  .idea_detail-box .pickup-wrp .pickup-title::after {
    --dot-size: .8em;
    content: '';
    display: block;
    width: calc(var(--dot-size) * 4);
    height: var(--dot-size);
    margin: 1.25em auto 1.5em;
    background-image: radial-gradient(var(--idea-color) 30%, transparent 30%);
    background-size: var(--dot-size) var(--dot-size);
  }
}

.idea_detail-box .pickup-wrp .pickup-title span {
  font-size: .85em;
}

@media screen and (min-width:641px) {
  .idea_detail-box .pickup-wrp .pickup-title span {}
}

@media screen and (max-width:640px) {
  .idea_detail-box .pickup-wrp .pickup-title span {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    border: solid 2px;
    background-color: #fff;
    padding: .6em 1.5em .5em;
    border-radius: 2em;
    font-weight: bold;
    font-size: min(.95em, 3.4vw);
    letter-spacing: .05em;
  }
}

@media screen and (min-width:641px) {
  .idea_detail-box .pickup-wrp .pickup-title span::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 1.2em;
    margin: 0 1em;
    border-right: solid 1px;
    vertical-align: -.2em;
  }
}

.idea_detail-box .pickup-wrp>.flex-between {
  gap: 2.5em;
}

.idea_detail-box .pickup-wrp .pickup_detail-wrp {
  width: 47%;
}

@media screen and (max-width:640px) {
  .idea_detail-box .pickup-wrp .pickup_detail-wrp {
    width: 100%;
  }
}

.idea_detail-box .pickup-wrp .pickup_detail-wrp .pickup_detail-title {
  font-size: min(1.2em, 3.8vw);
  font-weight: bold;
  line-height: 1.5;
}

.idea_detail-box .pickup-wrp .pickup_detail-wrp p {
  font-size: min(1em, 3.6vw);
  margin-top: .5em;
  margin-bottom: 1em;
}

@media screen and (min-width:641px) {
  .idea_detail-box .pickup-wrp .pickup_detail-wrp .pickup_detail-img {
    margin-top: auto;
  }
}

.idea_detail-box .pickup-wrp .pickup-link {
  margin-top: 2.5em;
  text-align: center;
}

.idea_detail-wrp .detailbtn-close {
  margin: 0 auto;
  cursor: pointer;
}

.idea_detail-wrp .detailbtn-close::after {
  content: '';
  display: block;
  width: .5em;
  height: .5em;
  border-left: 1px solid;
  border-top: 1px solid;
  position: absolute;
  top: 50%;
  right: 1.5em;
  transform: rotate(45deg);
  transform-origin: bottom right;
}

/* edited */
.edited .thumb-wrp {
  width: 130px;
  margin: 1em auto;
}

.edited .thumb-wrp .thumb {
  border: 4px solid #d36e2b;
  border-radius: 100%;
  overflow: hidden;
  isolation: isolate;
}

.edited .thumb-wrp img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}

.edited .co-sub {
  font-size: min(1.1em, 4vw);
}

.edited .txt_s {
  font-size: min(0.8em, 3vw);
  border-top: 1px solid #000000;
  padding-top: 8px;
  margin-top: 5px;
  display: inline-block;
}


@media screen and (max-width:640px) {
  .edited p {
    text-align: left;
  }

  .edited p br {
    display: none;
  }
	
.edited .txt_s {
  text-align: center;
	display: block;
}
}

/* lineup */
.wannyan-lp .dash-title {
  display: inline-block;
  font-size: min(1.8em, 5.4vw);
  padding: 1em min(2em, 10vw);
  position: relative;
  margin: 1em 0 .5em;
  letter-spacing: .1em;
  text-indent: .1em;
  line-height: 1.4;
}

.wannyan-lp .dash-title::before,
.wannyan-lp .dash-title::after {
  content: '';
  display: block;
  width: 1.2em;
  height: 0;
  border-top: 1px solid;
  position: absolute;
  top: 50%;
}

.wannyan-lp .dash-title::before {
  left: 0;
}

.wannyan-lp .dash-title::after {
  right: 0;
}

.lineup-box {
  max-width: 1200px;
  margin: 0 auto;
  padding: 3em 1.5em;
  gap: 3em;
}

.lineup-box .thumb-wrp {
  width: 27%;
  position: relative;
}

@media screen and (max-width:640px) {
  .lineup-box {
    padding: min(3em, 3vw) 0;
    gap: 3em 6%;
  }

  .lineup-box .thumb-wrp {
    width: 47%;
  }
}

@media screen and (max-width:500px) {
  .lineup-box .thumb-wrp {
    width: 80%;
  }
}

.lineup-box .thumb-wrp.new::before {
  content: 'new';
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4em;
  height: 4em;
  border: 4px solid #555;
  background-color: #f9f9f9;
  border-radius: 100%;
  position: absolute;
  top: 0;
  right: 0;
  font-family: 'Baloo 2', sans-serif;
  font-size: min(1.2em, 4vw);
  z-index: 2;
}

.lineup-box .thumb {
  border-radius: 100%;
  overflow: hidden;
  isolation: isolate;
  margin-bottom: 1em;
}

.lineup-box2 {
  max-width: 980px;
  margin: 0 auto;
  padding: 3em 1.5em;
  gap: 3em;
}

.lineup-box2 .thumb-wrp {
  width: 30%;
}

@media screen and (max-width:640px) {
  .lineup-box2 {
    padding: min(3em, 3vw) 0;
    gap: 4em 6%;
  }

  .lineup-box2 .thumb-wrp {
    width: 47%;
  }
}

@media screen and (max-width:500px) {
  .lineup-box2 .thumb-wrp {
    width: 80%;
  }
}

.lineup-box2 .thumb {
  border-radius: 5%;
  overflow: hidden;
  isolation: isolate;
  margin-bottom: 1em;
}

.banner-box {
  max-width: 880px;
  margin: 5em auto;
  padding: .75em;
  background-color: #f9f9f9;
}

.banner-box .banner {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  border: solid 2px;
  color: #222;
  text-decoration: none !important;
}

.banner-box .txt {
  width: 45%;
  padding: 1em;
  text-align: center;
}

.banner-box .banner-title {
  display: inline-block;
  width: min(290px, 85%);
}

.banner-box .txt p:not(.btn) {
  margin: .25em 0 1em;
  font-size: 1.25em;
}

.banner-box .txt .btn {
  margin-bottom: 0;
  background-color: #222;
  color: #fff;
  border-color: #222;
}

.banner-box figure {
  width: 55%;
  padding: 1em;
  margin-top: -5em;
}

@media screen and (max-width:640px) {
  .banner-box .banner {
    flex-wrap: wrap;
    padding: 1rem 1rem 2rem;
    gap: 1.5em;
  }

  .banner-box .txt {
    width: 100%;
    padding: 0;
    order: 2;
  }

  .banner-box .banner-title {
    width: min(260px, 70%);
  }

  .banner-box figure {
    width: 92%;
    padding: 0;
    margin: 0 auto;
    order: 1;
  }
}

.meta-wrp {
  padding: min(2em, 3vw) 0;
}

.meta-wrp .lineup-title {
  margin-bottom: .75em;
  font-size: min(1.1em, 4.2vw);
  font-weight: 600;
  line-height: 1.4;
}

@media screen and (max-width:640px) {
  .meta-wrp .lineup-title {
    margin-bottom: .75em;
    font-size: min(1.2em, 4.4vw);
  }
}

.meta-wrp .lineup-title+p {
  margin-bottom: 1em;
}

.lineup-box2 .meta-wrp .lineup-title {
  margin-bottom: 1.5em;
}

.meta-wrp .serif {
  margin-bottom: 1em;
  display: inline-block;
  padding: 0 1.5em;
  position: relative;
}

.meta-wrp .serif::before,
.meta-wrp .serif::after {
  content: '';
  width: 0;
  height: 100%;
  border-left: 1px solid;
  display: inline-block;
  position: absolute;
  top: 0;
}

.meta-wrp .serif::before {
  left: 0;
  transform: translateY(.2em) rotate(-35deg);
}

.meta-wrp .serif::after {
  transform: translateY(.2em) rotate(35deg);
  right: 0;
}

/*banner*/
.banner-wrp {
  background-color: #fbf7ec;
}

a.smileroom-banner {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  text-decoration: none;
  color: #000;
  position: relative;
  transition: all .3s;
}

a.smileroom-banner:hover .btn {
  color: #d36e2b;
}

a.smileroom-banner::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 10px;
  z-index: 0;
  box-shadow: 0 0 4px rgba(0, 0, 0, .15);
}

a.smileroom-banner::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 7px;
  left: 6px;
  overflow: hidden;
  border-radius: 14px;
  z-index: -1;
  background-image: repeating-linear-gradient(-45deg, #ffe585, #ffe585 5px, transparent 0, transparent 11px);
}

@media screen and (max-width:767px) {
  a.smileroom-banner::before {
    top: 5px;
    left: 4px;
    background-image: repeating-linear-gradient(-45deg, #ffe585, #ffe585 4px, transparent 0, transparent 8px);
  }
}

.banner-thumb {
  width: 55%;
  padding-bottom: 30%;
  position: relative;
  border-radius: 10px 0 0 10px;
  background-color: #fff;
  overflow: hidden;
}

@media screen and (max-width:767px) {
  .banner-thumb {
    width: 100%;
    padding-bottom: 55%;
    border-radius: 10px 10px 0 0;
  }
}

.banner-thumb .smileroom-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .3s;
}

a.smileroom-banner:hover .smileroom-img {
  transform: scale(1.05);
}

.banner-thumb .smileroom-logo {
  width: 74%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
}

.banner-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s;
}

.banner-text-box {
  width: 45%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 0 10px 10px 0;
}

@media screen and (max-width:767px) {
  .banner-text-box {
    width: 100%;
    border-radius: 0 0 10px 10px;
    padding: 1.5em .5em 1em;
  }
}

.banner-text-box p {
  font-size: min(1.15em, 4vw);
  margin-bottom: 1.5em;
}

/* experience service */
.ex-service-wrp {
  padding: 10em 1em 4em;
}

@media screen and (max-width:767px) {
  .ex-service-wrp {
    padding: 8em 1em 2em;
  }
}

.ex-service {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 4em 3em 3em;
  border: 3px solid #bc5d2c;
  border-radius: 16px;
  position: relative;
}

@media screen and (max-width:767px) {
  .ex-service {
    padding: 2em 1.5em;
  }
}

.ex-service .ex-service-title {
  width: 400px;
  padding: 0 2em;
  margin: -160px auto 1.5em;
  background-color: #fff;
}

@media screen and (max-width:767px) {
  .ex-service .ex-service-title {
    width: 96%;
    margin: -120px auto 1em;
  }
}

.ex-service .ex-service-leaflet {
  width: 22%;
}

@media screen and (max-width:767px) {
  .ex-service .ex-service-leaflet {
    width: 100%;
    order: 2;
  }
}

.ex-service .ex-service-leaflet .leaflet {
  width: 85%;
  margin: 0 auto;
  position: relative;
  z-index: 2;

}

@media screen and (max-width:767px) {
  .ex-service .ex-service-leaflet .leaflet {
    width: 50%;
    margin: .5em auto 2em;

  }
}

.ex-service .ex-service-leaflet .leaflet::after {
  content: '';
  position: absolute;
  bottom: -.75em;
  right: -.75em;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: repeating-linear-gradient(-45deg, #ffe585, #ffe585 5px, transparent 0, transparent 11px);
}

.ex-service .ex-service-text-box {
  width: 72%;
}

@media screen and (max-width:767px) {
  .ex-service .ex-service-text-box {
    display: contents;
  }
}

.ex-service .ex-service-title-wrp {
  width: 100%;
}

.ex-service .ex-service-smile {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
}

.ex-service .ex-service-otameshi {
  width: 50%;
}

.ex-service .ex-service-smile img,
.ex-service .ex-service-otameshi img {
  width: 100%;
}

@media screen and (max-width:767px) {
  .ex-service .ex-service-smile {
    width: 80%;
    margin: 0 auto .5em;
  }

  .ex-service .ex-service-otameshi {
    width: 90%;
    margin: 0 auto .5em;
  }
}

.ex-service .ex-service-lead {
  width: 100%;
  font-size: min(1.2em, 4vw);
  font-weight: bold;
  margin: 1em auto;
}

@media screen and (max-width:767px) {
  .ex-service-btn {
    order: 3;
  }
}

.ex-service .btn {
  font-weight: bold;
}

.ex-service .btn.btn-orange {
  background-color: #bc5d2c;
  border: 2px solid #bc5d2c;
  color: #fff;
}

.ex-service .btn.btn-orange:hover {
  background-color: #222;
  border: 2px solid #222;
}

.ex-service .ex-service-text-box .btn {
  font-size: min(1.2em, 4vw);
  width: 48%;
  max-width: unset;

}

@media screen and (max-width:767px) {
  .ex-service .ex-service-text-box .btn {
    width: 100%;
    margin: .5em auto;
  }
}

.ex-service-note {
  border-top: 1px solid #ccc;
  margin: 2em 0 0;
  padding-top: 2em;
}

.ex-service-note .note-title-wrp {
  padding: 0 2em;
}

.ex-service-note .note-title-wrp .note-title {
  width: 6em;
  height: 6em;
  border: 3px solid #e04425;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.4;
  margin-bottom: 1em;
}

.ex-service-note .note {
  width: 65%;
  text-align: left;
}

@media screen and (max-width:767px) {
  .ex-service-note .note {
    width: 100%;
  }
}

.ex-service-note .btn {
  max-width: 50%;
  margin: 2em auto 0;
  cursor: pointer;
}

@media screen and (max-width:767px) {
  .ex-service-note .btn {
    width: 100%;
    max-width: unset;
  }
}

/* yamato price */
.yamato {
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  background-color: rgba(255, 255, 255, .95);
}

.yamato::before,
.yamato::after {
  content: '';
  width: 3em;
  height: 3em;
  position: absolute;
  top: 1em;
  right: 1em;
  z-index: 9999;
}

.yamato::before {
  border-top: 1px solid;
  transform: translateY(50%);
  rotate: 45deg;
}

.yamato::after {
  border-right: 1px solid;
  transform: translateX(calc(-50% + 1px));
  rotate: 45deg;
}

.yamato.on {
  display: flex;
}

.yamato-inner {
  width: 90%;
  max-width: 900px;
  max-height: 75vh;
  margin: 0 auto;
  overflow: hidden;
  padding: 3em 4em 1em;
  border: 3px solid #bc5d2c;
  border-radius: 16px;
  background-color: #fff;
  overflow-y: auto;
}

@media screen and (max-width:767px) {
  .yamato-inner {
    padding: 2em 1em;
  }
}

.yamato-inner-contents {
  width: 100%;
  position: relative;
  text-align: center;
}

.yamato .title {
  font-size: min(1.6em, 5vw);
  display: inline-block;
  border-bottom: 2px solid #bc5d2c;
  margin-top: .5em;
  margin-bottom: 1em;
  padding-bottom: .25em;
}

.yamato .lead {
  font-size: min(1.1em, 4vw);
  display: inline-block;
  margin-bottom: 1em;
}

.yamato .price-table {
  width: 30%;
}

@media screen and (max-width:767px) {
  .yamato .price-table {
    width: 100%;
  }
}

.yamato .price-table li {
  border-bottom: 1px solid;
}

.yamato .price-table li label,
.yamato .price-table li .price {
  display: inline-block;
  width: 48%;
  padding: 1em;
  box-sizing: border-box;
}

.yamato .note {
  display: block;
  text-align: left;
  margin: 2em 0 1em;
}

.yamato .note li {
  display: block;
}

.yamato .sml {
  font-weight: bold;
}

.yamato .btn {
  width: 60%;
  max-width: unset;
  border: 1px solid;
}

@media screen and (max-width:767px) {
  .yamato .btn {
    width: 100%;
  }
}

.red {
  color: #e04425
}