﻿@charset "UTF-8";
@charset "UTF-8";
* {
  box-sizing:border-box;
  font-size: 100%;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
}
* {
  -webkit-touch-callout:none;
}

html {
  font-size: 62.5%;
  height: 100%;
}
body {
  color: #5A5A5A;
  font-size: 1.6rem;
  font-weight: 500;
  font-feature-settings: "palt";
  font-variant-ligatures: no-common-ligatures;
  font-family: "Alegreya", serif;
  -moz-font-feature-settings: "palt";
  line-height: 1.5;
  letter-spacing: 0.05em;
  position: relative;
  text-align: center;
  width: 100%;
}
a,a:visited {
  color: #222;
  transition: 0.3s ease;
}
a:hover {
  color: #E39797;
}
img {
  border: none;
  height: auto;
  max-width: 100%;
  margin: 0px;
  padding: 0px;
  vertical-align:top;
}
a img {
  border: none;
}
a:hover img {
  opacity: 0.8;
}
a:link,
a:visited {
  text-decoration: none;
}
ul, li  {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sp-only { display: none }

@media screen and (max-width:970px) {
  body {
    font-size: 1rem;
  }
  .sp-only {
    display: block
  }
  .pc {
    display: none;
    visibility: hidden;
  }
}
.flex {
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.mt {
  margin-top: 30px;
}
@media screen and (max-width:970px) {
  .mt {
    margin-top: 10px;
  }
}
/*スラッシュ 【/】 slash*/
.slash {
  color: #E39797;
  display: inline-block;
  font-family: "游ゴシック体", YuGothic, sans-serif;
  font-size: 2rem;
  margin-top: 30px;
  position: relative;
  font-weight: bold;
}
.slash::before,
.slash::after {
  background: #5A5A5A;
  content: " ";
  width: 30px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: -30px;
  transform: rotate(65deg);
}
.slash:after {
  transform: rotate(-65deg);
  right: -30px;
  left: initial
}



.slash .small {
  font-weight: bold;
  font-size: 0.8em;
  margin-left: 0.2em;
}

@media screen and (max-width:970px) {
  .slash {
    font-size: 1.6rem;
  }
}
/* ---------------------------------

BASE
  
--------------------------------- */
.wrap {
  box-shadow: 0px 0px 15px rgb(0, 0, 0, .1);
  margin: 50px auto;
  /* max-width: 500px; */
}
@media screen and (max-width:970px) {
  .wrap {
    box-shadow: none;
    margin: 0 auto;
    overflow: hidden;
  }
}
.section {
  position: relative;
}
.btn {
  display: block;
  margin: 10px auto 0;
  overflow: hidden;
  position: relative;
  transition: 200ms;
  text-align: center;
  text-decoration: none;
  width: 80%;
  max-width: 566px;
}
.btn:hover {
  text-decoration: none;
  color: #fff;
  box-shadow: none;
  -webkit-transform: translateY(3px);
}

.btn:hover {
  opacity: 0.9;
  transform: scale(1.02);
}
@media screen and (max-width:970px) {
  .btn {
    margin: 15px auto 5px;
    width: 80%;
  }
}

/* ---------------------------------

    global
  
--------------------------------- */
.global {
  max-width: 100vw;
  overflow-x: hidden;
}



/* ---------------------------------

    header & MV
  
--------------------------------- */
header {
  align-items: center;
  display: flex;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  height: 70px;
  justify-content: space-between;
  padding: 10px;
  position: relative;
  z-index: 1;
}
header .wrap-btn {
  align-items: center;
  justify-content: flex-end;
  display: flex;
  width: 60%;
}
header .wrap-btn .contact {
  background: url(../img/trialLP/icon_tel.png) no-repeat left 1px;
  background-size: auto 90%;
  display: block;
  padding: 0 0 0 25px;
  cursor: pointer;
}
header .wrap-btn a {
  margin-left: 5px;
  padding: 8px 15px 10px;
}
header .wrap-btn a.color {
  background: #e0768e;
  border-radius: 4px;
  color: #fff;
  /* margin-left: 25px; */
  /* padding: 8px 15px 10px; */
}
header .wrap-btn a.color:hover {
  background: #E39797;
}
header .wrap-btn a.color2 {
  background: url( ../img/trialLP/pcimg/icon_cart.webp) no-repeat 7px center /19px;
  border: 2px solid #e0768e;
  border-radius: 4px;
  color: #e0768e;
  padding: 6px 15px 8px 30px;
}
header .wrap-btn a.color2:hover {
  border: 2px solid #E39797;
  color: #E39797;
}
header .wrap-btn a.mypage {
  border: 1px solid #704B53;
  border-radius: 4px;
  color: #704B53;
  padding: 8px 15px;
  }
  header .wrap-btn a.mypage:hover {
  color: #E39797;
}
.sitelogo {
  width: 120px;
}
.MV {
  background: #F8F0E1;
  position: relative;
  z-index: 1;
}
.MV-image {
  height: 100%;
    /*position: relative;
    top: -80px;*/
    z-index: 0;
  }
  .MV-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }

  @media screen and (max-width:970px) {
    header {
      font-size: 1.1rem;
      height: 50px;
      padding: 10px 5px;
    }
    .sitelogo {
      max-width: 120px;
      width: 25%;
    }
    header .wrap-btn {
      width: 50%;
    }
    header .wrap-btn a {
      background: url(../img/trialLP/icon_tel.png) no-repeat left 1px;
      background-size: contain;
      padding: 0 0 0 20px;
    }
    header .wrap-btn a.color {
      margin-left: 15px;
      padding: 5px 10px 6px;
    }
  }


  @media screen and (max-width:375px) {
    header .wrap-btn {
      width: 70%;
    }
  }




/* ---------------------------------

    Contents
  
--------------------------------- */
.n01 {
  background: #F8F0E1;
  margin-top: -55px;
  padding-top: 20px;
  position: relative;
  z-index: 0;
}
.n02 {
  background: url(../img/trialLP/bg-gradation.png) no-repeat;
  background-size: cover;
  padding: 50px 1.5rem 80px;
}
.n02 .model {
  margin: 0 auto 30px;
  max-width: 840px;
  }
  @media screen and (max-width:970px) {
  .n02 {
  padding: 50px 1.5rem 30px;
  }
  .n02 .model {
  margin: 0 auto;
  }
}
.n03 .btn {
  padding-bottom: 30px;
}

.n04 {
  background: #FFFFFE;
  position: relative;
}

.txt-note {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.5px;
  margin: 0 auto;
  text-align: left;
  width: 75%;
}
@media screen and (max-width:970px) {
  .txt-note {
    letter-spacing: 0;
    width: 77%;
  }
}
@media screen and (max-width:375px) {
  .txt-note {
    letter-spacing: -0.3px;
    width: 80%;
  }
}

/* ---------------------------------

    Slider
  
--------------------------------- */
.wrap-slider {
  background: url(../img/trialLP/pcimg/bg-slider.webp) no-repeat center;
  background-size: cover;
  margin-top: 20px;
  padding: 100px 0;
}
.slider {
  position: relative;
  text-align: center;
}
.slider li {
  margin: 0 15px;
}
.slider-img {
  margin: 0 10px;
}

@media screen and (max-width:640px) {
  .wrap-slider {

    background: url(../img/trialLP/bg-slider.png) no-repeat;
    background-size: 100% 100%;
    padding: 50px 0;
  }
  .slider li {
    margin: 0 5px;
  }
}

/* ---------------------------------

    イレギュラーなボタン
  
--------------------------------- */
.wrap-CV {
  left: calc(50% - 283px);
  top: 150vw;
  position: absolute;
}
.wrap-CV2 {
  left: calc(50% - 283px);
  top: 222vw;
  position: absolute;
}
.wrap-colorCV {
  background: #F9F0E0;
  padding-bottom: 30px;
}
@media screen and (max-width:1125px) {
  .wrap-CV .btn,
  .wrap-CV2 .btn {
  width: 65%;
  }
}
@media screen and (max-width:970px) {
  .wrap-CV .btn,
  .wrap-CV2 .btn {
  width: 80%;
  }
  .wrap-CV {
  top: 315vw;
  }
  .wrap-CV2 {
  top: 488vw;
  }
  .wrap-colorCV {
  padding-bottom: 0;
  }
}
@media screen and (max-width:640px) {
  .wrap-CV {
  top: 307vw;	left: 0;
  }
  .wrap-CV2 {
  top: 488vw;	left: 0;
  }
  .wrap-colorCV {
  padding-bottom: 0;
  }
}

@media screen and (max-width:375px) {
  .wrap-CV {
    top: 305vw;
  }
  .wrap-CV2 {
    top: 482vw;
  }
}
.n04 {
  top: -10px;/*sukima*/
}
.n04 .slash {
  color: #fff;
}

/* ---------------------------------

    Accordion
  
--------------------------------- */
.n04 h2 {
  font-size: 1.5rem;

  margin: 50px auto 20px;
  text-align: center;
}
.n04 h2 span {
  display: block;
  margin: 10px auto;
  max-width: 160px;
}
#Faq {
  margin: 0 auto;
  padding: 0 0 30px;
  max-width: 840px;
}
.faq-Acco {
  margin: 10px auto;
  text-align: center;
  width: 95%;
}

.faq-Acco a {
  text-decoration: underline;
  color: #C63838;
}
.faq-Acco dt {
  align-items: center;
  border-bottom: 1px solid #ACACAB;
  cursor: pointer;
  display: flex;
  position: relative;
  padding: 20px 50px 30px 10px;
  text-align: left;
}
.faq-Acco dt span {
  display: block;
  max-width: 100px;
  padding-right: 20px;
}
.faq-Acco dt::before {
  border-bottom: none;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  transition: all 0.4s ease-out;
  border-top: 2px solid #E39797;
  border-right: 2px solid #E39797;
  position: absolute;
  top:calc( 50% - 6px );
  right: 21px;
  transform: rotate(135deg);
  z-index: 1;
}

.faq-Acco dt.active {
  border-bottom: none;
}
.faq-Acco dt.active::before {
  top:calc( 50% - 4px );
  transform: rotate(-45deg);
}
.faq-Acco dd {
  background: url(../img/trialLP/qa-a.png) no-repeat 13.5% 20px;
  background-size: 35px;
  height: 0;
  justify-content: space-between;
  border-width: 0 0 0 0;
  line-height: 0;
  opacity: 0;
}
.faq-Acco dd .txt {
  line-height: 1.4;
  font-size: 1.5rem;
  text-align: left;
}
.faq-Acco dd.active {
  border-bottom: 1px solid #ACACAB;
  height: auto;
  border-width: 0 1px 1px;
  font-family: "游ゴシック体", YuGothic, sans-serif;
  line-height: 2;
  opacity: 1;
  padding: 20px 50px 40px 23%;
  position: relative;
}
.faq-Acco dd.active::before {
  background: #F1CBCB;
  display: block;
  content: "";
  height: 1px;
  left: 0%;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 1;
}


@media screen and (max-width:970px) {
  .n04 h2 span {
    max-width: 120px;
  }
  .faq-Acco dt {
    font-size: 1.3rem;
    padding: 15px 45px 15px 10px;
  }
  .faq-Acco dd.active {
    font-size: 1.1rem;
  }
  .faq-Acco dt span {
    max-width: 75px;
    padding-right: 15px;
  }
  .faq-Acco dd {
    background: url(../img/trialLP/qa-a.png) no-repeat 13.5% 20px;
    background-size: 30px;
    height: 0;
    justify-content: space-between;
    border-width: 0 0 0 0;
    line-height: 0;
    opacity: 0;
  }
  .faq-Acco dd .txt {
    font-size: 1.2rem;
    padding-top: 5px;
  }
  .faq-Acco dd.active::before {
    background: #E39797;
    left: 15%;
    width: 70%;
  }
}

/* ---------------------------------

    Tenpo
  
--------------------------------- */
#tenpo {
  background: #FAECEC;
  border-bottom: 10px solid #E39797;
  padding: 20px 0 70px;
  overflow: hidden;
}

#tenpo h2 {
  background: #FFFFFE;
  margin: -30px 0 15px;
}
.wrap-area {
  border: 1px solid #E39797;
  margin: 0 auto;
  text-align: center;
  width: 567px;
}
.wrap-area + .wrap-area {
  margin-top: 30px;
}
.wrap-area h3 {
  background: #E39797;
  color: #fff;
  cursor: pointer;
  font-size: 2rem;
  padding: 15px 0;
  position: relative;
  width: 100%;
}
.wrap-area h3::before,
.wrap-area h3::after { 
  display: block;
  content: '';
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  border-radius: 10px;
}
.wrap-area h3::before { 
  width: 1px;
  height: 20px;
}
.wrap-area h3::after { 
  width: 20px;
  height: 1px;
  right: 10px;
}
.wrap-area h3.active::before { 
  width: 0;
  height: 0;
}
.wrap-area .inner {
  align-items: stretch;
  display: flex;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  height: 0;
  justify-content: space-between;
  border-width: 0 0 0 0;
  line-height: 0;
  opacity: 0;
}
.wrap-area .inner.active {
  border-width: 0 1px 1px;
  flex-wrap: wrap;
  height: auto;
  line-height: initial;
  border-width: 0 1px 1px;
  opacity: 1;
  position: relative;
}
.wrap-area .area {
  background: #FAECEC;
  color: #E39797;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 1.5rem 0;
  width: 15%;
}
.wrap-shops {
  width: 85%;
}
.wrap-area .shop {
  background: #fff;
  font-size: 1.4rem;
  padding: 1.5rem;
  text-align: left;
}
.wrap-area .shop dl {
  padding: 0 0 1.5rem;
}
.wrap-area .shop dt {
  padding: 0 0 10px;
  display: flex;
}
.wrap-area .shop dt span {
  display: block;
  width: 45%;
}
.wrap-area .shop .shop-name {
  padding-left: 10px;
  width: 55%;
}
.wrap-area .shop .shop-name h4 {
  color: #E39797;
  font-size: 1.6rem;
  font-weight: 600;
}
.wrap-area .shop dd {
  border-top: 1px solid #F4D5D5;
  padding-top: 10px;
}
.wrap-area .shop dd p {
  font-weight: 600;
}


.wrap-area .inner.border::before {
  background: #E39797;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 65%;
  width: 0%; /* 画面幅超え対策 */
}

.wrap-area .inner.border.active::before {
  width: 100%; /* 画面幅超え対策 */
}

@media screen and (max-width:970px) {
  .wrap-area h3 {
    font-size: 1.7rem;
  }
  .wrap-area .area {
    font-size: 1.4rem;
  }
  .wrap-area {
    margin: 0 1.5rem;
    width: auto;
  }
  .wrap-area .shop dl{
    font-size: 1.2rem;
  }
  .wrap-area .shop .shop-name h4 {
    font-size: 1.4rem;
  }
  .wrap-area h3::before { 
    width: 1px;
    height: 16px;
  }
  .wrap-area h3::after { 
    width: 16px;
    height: 1px;
    right: 12px;
  }
}







/*追従NAV*/
#nav_follow{
  display: none;
}
@media (min-width: 1040px) {
  #nav_follow {
    display: block;
    position: fixed;
    top: 400px;
    left: auto;
    z-index: 100;
  }
  .nav_follow_wrap {
    margin: 0 auto;
    max-width: 280px;
    left: -320px;
    bottom: 0px;
    position: absolute;
  }
  .nav_follow_wrap li {
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    margin-bottom: 10px;
  }
  .nav_follow_wrap li a {
    display: block;
    background: #E39797;
    color: #fff;
    font-size: 1.3rem;
    padding: 8px 0;
    position: relative;
    text-align: center;
    width: 280px;
  }
  .nav_follow_wrap li a:hover {
    background-color: #EA7777;
  }
  .nav_follow_wrap li a::before {
    border-bottom: none;
    display: block;
    content: "";
    width: 4px;
    height: 4px;
    transition: all 0.4s ease-out;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    top:calc( 50% - 2px );
    right: 15px;
    transform: rotate(45deg);
    z-index: 1;
  }
}

.btn-follow {
  bottom: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 2vw;
  visibility: hidden;
  width: 190px;
  z-index: 10;
}
@media screen and (max-width:970px) {
  .btn-follow {
    right: 2rem;
    width: 140px;
  }
}

.btn-follow.is_scroll {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}





/* ---------------------------------

    contact-area
  
--------------------------------- */
.remodal {
  max-width: 320px;
  padding: 10px;

  .remodal-close {
    left: auto;
    right: 0;
  }
}

.contact-area {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  text-align: center;
}

.contact-area > .title {
  font-weight: bold;
  font-size: 20px;
}

.contact-area .info {
  padding: 12px 16px;
  background: #f4f4f4;
  margin: 12px 0 12px;
}

.contact-area .info .title {
  font-weight: bold;
  font-size: 1.15em;
}

.contact-area .info .time {
  margin-block: 0.5em;
}

.contact-area .info .time .main {
  font-weight: bold;
}

.contact-area .info .time .sub {
  font-size: 0.85em;
}

.contact-area .info .sentence {
  font-size: 12px;
  color: #f33232;
}

.contact-area .info .sentence a {
  color: inherit;
  text-decoration: underline;
}

.contact-area .buttons {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 5px;
}

.contact-area .buttons .button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background: #e0768e;
  font-size: 13px;
  height: 52px;
  border-radius: 2px;
}

.contact-area .buttons .no-button {
  background-color: #8f8f8f;
}

.contact-area .buttons a {
  text-decoration: underline;
}

.contact-area .buttons + .buttons {
  border-top: solid 1px #eee;
  padding-top: 8px;
  margin-top: 8px;
}





/* ---------------------------------

    header(Fixed)
  
--------------------------------- */
.fixed-head {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 0 4px rgb(0 0 0 / 31%);
  z-index: 999;
}

.wrap:has(.fixed-head) {
  margin-top: 70px;
}

@media (min-width: 1040px) {
  #nav_follow {
    top: 420px;
  }
}

@media screen and (max-width: 767px) {
  /* sp only */
  .wrap:has(.fixed-head) {
    margin-top: 50px;
  }
} /* sp only */
