html {
  overflow: auto;
  height: 100%;
}

.main {
  padding: 80px 0 0 0;
  overflow-x: hidden;
}

.section-ttl {
  width: fit-content;
  margin: 0 auto;
  padding: 0 0 16px 0;
  border-bottom: 1px solid;
}

.section-ttl h2{
  font-size: 40px;
  line-height: 1.5;
}

.section-ttl span {
  font-family: "Cinzel", serif;
  font-weight: 700;
  color: #C69135;
}

.section-ttl span::before {
  content: "";
  display: inline-block;
  background: url("../img/double_quotation.png");
  width: 20px;
  height: 14px;
  margin: 0 4px 0 0;
}

.section-ttl::after {
  display: inline-block;
  width: 100%;
  border: 1px solid #000;
}

@media screen and (max-width: 768px) {
  .section-ttl h2 {
    font-size: 32px;
  }
}

/*     reason     */

.reason__section-ttl {
  width: fit-content;
  margin: -5px auto;
  padding: 0 0 16px 0;
}
.reason__section-ttl::after {
  display: inline-block;
  width: 100%;
  border: 1px solid #000;
}

.reason__section-ttl span {
  font-family: "Cinzel", serif;
  font-weight: 700;
  color: #C69135;
}
.reason__section-ttl span::before {
  content: "";
  display: inline-block;
  background: url("../img/double_quotation.png");
  width: 20px;
  height: 14px;
  margin: 0 4px 0 0;
}

.section-ttl {
  width: fit-content;
  margin: 0 auto;
  padding: 0 0 16px 0;
  border-bottom: 1px solid;
}

.section-ttl h2{
  font-weight: 5500;
  font-size: 40px;
  line-height: 1.5;
}

.section-ttl span::before {
  content: "";
  display: inline-block;
  background: url("../img/double_quotation_yellow.png");
  width: 20px;
  height: 14px;
  margin: 0 4px 0 0;
}

.section-ttl::after {
  display: inline-block;
  width: 100%;
  border: 1px solid #000;
}

.nav__flex {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 80px;
  background: #fff;
  z-index: 9999;
}

.logo {
  width: 160px;
  height: 35px;
  margin: 23px 0 22px 32px;
}

.nav__menu {
  position: relative;
  width: 52%;
  min-width: 670px;
}

.nav__menu ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav__menu li a{
  text-decoration: none;
  color: #000;
}

.nav__menu li:nth-of-type(6) a img {
  width: 80px;
  height: 44px;
}
.nav__menu li:nth-of-type(7) a img {
  width: 33px;
  height: 13px;
}

.nav__menu ul.nav__dropdown-menu {
  visibility: hidden;
  position: fixed;
  margin: auto;
  top: 80px;
  left: 0;
  width: 100vw;
  background-color: #FFF;
  z-index: 101;
  transition: all 0.3s ease;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 23px 0;
  box-sizing: border-box;
}

.nav__dropdown-menu li {
  display: inline-block;
}

.nav__dropdown-menu li::after{
  content: "";
  display: inline-block;
  width: 1px;
  height: 16px;
  margin: 0 35px;
  background-color: #707070;
  opacity: 0.9;
}
.nav__dropdown-menu li:nth-of-type(4)::after {
  width: 0;
}

.nav__dropdown-menu li a{
  text-decoration: none;
  color: #000;
}

.dropdown-menu-anker {
  position: relative;
  padding: 30px;
}

.dropdown-menu-anker:hover .nav__dropdown-menu {
  visibility: visible;
  margin: auto;
  padding: 12px 0;
  z-index: 101;
  opacity: 0.9;
}

.nav__freeplan {
  position: relative;
  align-items: center;
  background-color: #C69135;
  color: #FFF;
  text-decoration: none;
  min-width: 320px;
}
.nav__freeplan::before {
  position: absolute;
  content: "";
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: solid 1px #FFF;
  box-sizing: border-box;
}

.nav__freeplan a p:nth-of-type(1) {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500;
}
.nav__freeplan a p:nth-of-type(2) {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 500;
}

.nav__freeplan a{
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #FFF;
  text-decoration: none;
  z-index: 100;
  padding: 19px 88px 18px;
  box-sizing: border-box;
}
.nav__freeplan a:hover{
  opacity: 0.5;
}

.hamburger{
  display: none;
}

.hamburger span {
  width: 100%;
  height: 1px;
  background-color: #000;
  position: relative;
  transition: ease .4s;
  display: block;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  margin: 8px 0;
}

.hamburger span:nth-child(3) {
  top: 0;
}

.header__nav {
  display: none;
}

.header__hamburger-wrap {
  display: none;
}

@media screen and (max-width: 1600px){
  .nav__menu {
    position: relative;
    width: 55%;
  }
}
@media screen and (max-width: 1400px){
  .nav__menu {
    position: relative;
    width: 59%;
  }
}
@media screen and (max-width: 1200px){
  .nav__menu {
    position: relative;
    width: 60%;
  }

  .logo {
    width: 114px;
    height: 25px;
    margin: auto;
  }

  .logo img {
    width: 100%;
    height: auto;
    aspect-ratio: 100px / 22px;
  }

  .nav__freeplan {
    position: relative;
    align-items: center;
    background-color: #C69135;
    color: #FFF;
    text-decoration: none;
  }
  .nav__freeplan::before {
    position: absolute;
    content: "";
    top: 4px;
    left: 4px;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    border: solid 1px #FFF;
    box-sizing: border-box;
  }

  .nav__freeplan a p:nth-of-type(1) {
    font-size: 11px;
    line-height: 1.6;
    font-weight: 500;
  }
  .nav__freeplan a p:nth-of-type(2) {
    font-size: 14px;
    line-height: 1.3;
    font-weight: 500;
  }

  .nav__freeplan a{
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #FFF;
    text-decoration: none;
    z-index: 100;
    padding: 10px 44px 9px;
    box-sizing: border-box;
  }
  .nav__freeplan a:hover{
    opacity: 0.5;
  }

  .nav__dropdown-menu {
    visibility: hidden;
    position: absolute;
    margin: auto;
    top: 48px;
    width: 100vw;
    background-color: #FFF;
    z-index: 101;
    transition: all 0.3s ease;
    opacity: 0;
    display: flex;
    justify-content: center !important;
    align-items: center;
    padding: 23px 0;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 1300px){
  .logo {
    width: 114px;
    height: 25px;
    margin: auto;
    transform: translateX(15px);
  }

  .nav__freeplan{
    display: none;
  }

  .nav__menu {
    display: none;
  }

  .main {
    padding: 56px 0 0 0;
    overflow-x: hidden;
  }

  .nav__flex {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 56px;
  }

  .nav__dropdown-menu {
    display: none;
  }

  .header__hamburger-wrap {
    width: 5%;
    margin-right: 24px;
    display: contents;
  }
  .hamburger{
    display: block;
    width: 30px;
    height: 16px;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    background-color: #FFF;
    margin-right: 10px;
  }

  .hamburger span {
    width: 100%;
    height: 1px;
    background-color: #C69135;
    position: relative;
    transition: ease .4s;
    display: block;
    gap: 6px;
  }

  .hamburger span:nth-child(1) {
    top: 0;
    width: 20px;
  }
  .hamburger span:nth-child(2) {
    margin: 6px 0;
    width: 16px;
  }
  .hamburger span:nth-child(3) {
    top: 0;
    margin: 6px 0;
    width: 12px;
  }

  .header__nav.active {
    transform: translateX(0);
  }

  .hamburger.active span:nth-child(1) {
    top: 5px;
    transform: rotate(45deg);
  }
  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active span:nth-child(3) {
    width: 20px;
    top: -9px;
    transform: rotate(-45deg);
  }

  .header__nav {
    width: 375px;
    display: none;
  }
  .header__nav.active{
    position: absolute;
    width: 100%;
    height: 100vh;
    display: block;
    top: 56px;
    background-color: #FFF;
    z-index: 10000;
  }

  .nav__items {
    text-align: center;
    margin: auto;
    width: 85%;
  }

  .nav__items div {
    margin: auto;
    width: 100%;
  }

  .nav__items div:first-child {
    border-bottom: 0;
    margin: 40px 0 16px;
  }

  .nav__items div:last-child::after {
    border-bottom: 0;
  }

  .nav__items div:nth-of-type(7) {
    border-bottom: 0;
  }

  .nav__items div:nth-of-type(7) {
    margin: auto;
    width: 100%;
    border-bottom: solid 1px #F0F0F0;
  }

  .nav__items div:nth-of-type(7) a img:nth-child(1) {
    width: 81px;
    height: 44px;
  }
  .nav__items div:nth-of-type(8) a img:nth-child(1) {
    width: 33px;
    height: 13px;
  }

  .nav__items a {
    width: 100%;
    position: relative;
    text-decoration: none;
    color: #000;
    cursor: default;
    display: block;
    padding: 30px 0;
    border-bottom: solid 1px #F0F0F0;
  }

  .nav__items div:nth-of-type(8) a {
    border-bottom: 0;
  }

  .header__nav-flex {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  .header__nav-flex-item {
    flex-basis: 50%;
    height: auto;
    border-right: solid 1px #F0F0F0;
    border-bottom: solid 1px #F0F0F0;
    box-sizing: border-box;
  }

  .header__nav-flex-item:nth-of-type(2n) {
    border-right: none;
  }
  .header__nav-flex-item:nth-of-type(n+3):nth-of-type(-n+4) {
    border-bottom: none;
  }

  .header__nav-freeplan {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    padding: 4px;
    background-color: #C69135;
    justify-content: center;
    margin-top: 14px;
    box-sizing: border-box;
  }

  .header__nav-freeplan div {
    width: 100%;
    border: solid 1px #FFF;
    box-sizing: border-box;
  }

  .header__nav-freeplan div p:nth-child(1) {
    font-size: 10px;
    padding: 9px 27px 0 27px;
    color: #FFF;
  }

  .header__nav-freeplan div p:nth-child(2) {
    font-size: 14px;
    margin: 4px 29px 9px;
    padding: 2px 27px 2px 27px;
    background-color: #FFF;
    color: #C69135;
  }
}


.hero {
  overflow: hidden;
}

.hero-background {
  position: relative;
  padding-top: 102px;
  background-color: #F9DE85;
  max-width: 100vw;
  width: auto;
  height: 768px;
  background-size: cover;
  z-index: 1;
  box-sizing: border-box;
}

.hero-background-human {
  position: absolute;
  margin-top: -102px;
  aspect-ratio:  960 / 768;
  width: 960px;
  height: 768px;
  left: 50%;
  z-index: 1000;
}

.hero-background-human-sp{
  display: none;
}

.hero-discount-flex {
  position: relative;
  display: flex;
  width: 100%;
  height: 186px;
  margin: 0 auto 0;
  background: linear-gradient(90deg,
              rgba(246, 204, 70, 0.27),
              rgba(241, 199, 66, 1)40%,
              rgba(255, 223, 123, 0.74));
  z-index: 100;
}

.hero__discount-left{
  width: 27%;
}

.hero-discount {
  position: relative;
  display: flex;
  margin: -13px 0 0 auto;
  width: 227.5px;
  height: 214px;
}

.ribbon {
  left: 126px;
  position: absolute;
  transform: translateX(4px) translateY(-3px) rotate(-3deg);
  transform-origin: center center;
  display: inline-block;
  width: 98px;
  height: 34px;
}

.ribbon img {
  display: block;
  object-fit: contain;
}

.discount-text {
  width: 100%;
  margin: 48px 0 0 0;
  color: #C69135;
  text-align: center;
  z-index: 1002;
}
.discount-text li:nth-of-type(1) {
  font-size: 10px;
}
.discount-text li:nth-of-type(2) {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 500;
  font-family: "Cinzel", serif;
}
.discount-text li:nth-of-type(3) {
  font-size: 44px;
  font-weight: 500;
  font-family: "Cinzel", serif;
  line-height: 0.8;
}
.discount-text li:nth-of-type(3) span {
  font-size: 31px;
  font-family: "Cinzel", serif;
}
.discount-text li:nth-of-type(4){
  width: 100%;
  margin-top: 10px;
  font-size: 14px;
  color: #FFF;
  background-color: #C69135;
  border-radius: 0;
  padding: 6px 5px 7px;
  line-height: 20px;
  display: block;
  font-weight: 500;
  transform: translateX(-5px)
}

.hero-discount-headline-column {
  width: 71%;
  position: relative;
  margin: auto 0 auto 20px;
  z-index: 1002;
}

.discount-headline-title {
  font-size: 50px;
  color: #FFF;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.025em;
  width: fit-content;
}

.discount-headline-text {
  font-size: 20px;
  color: #FFF;
  line-height: 2;
}
.discount-headline-text span {
  display: inline-block;
}

.hero-flex-container {
  display: flex;
  max-width: 1080px;
  margin: auto;
}

.hero-flex-side-left {
  z-index: 1002;
}

.leftside-content{
  position: relative;
  margin: 39px 0 0 -25px;
  width: 453px;
  z-index: 1002;
}
.hero__img-pc {
  display: block;
}
.hero__img-sp {
  display: none;
}
@media screen and (max-width: 1200px) {
  .leftside-content {
    margin: 39px 0 0 0px;
  }
}
@media screen and (max-width: 768px) {
  .leftside-content{
    margin: 39px 0 0 -16px;
    width: 200px;
    height: 144px;
  }
  .hero__img-pc {
    display: none;
  }
  .hero__img-sp {
    display: block;
  }

}

.flex-left-content-text-top {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.5;
  
}

.flex-left-content-text-bottom {
  transform: translate(-20px);
  font-size: 40px;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 1px;
  
}

.flex-left-content-subtitle {
  margin: 30px 0 0;
  font-size: 22px;
  line-height: 1.9;
  font-weight: 600;
  
}

.flex-left-content-logo {
  padding-top: 5px;
  width: 427px;
  height: 93px;
}

.hero-flex-side-right {
  position: relative;
  z-index: 1003;
}

.flex-right-circle1 {
  position: relative;
  position: absolute;
  left: -45px;
  top: -11px;
  background-color: #FFF;
  border-radius: 50%;
  border: solid 1px #C69135;
  width: 188px;
  height: 188px;
  aspect-ratio: 1 / 1;
  opacity: 0.9;
}
.flex-right-circle1::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  top: -6px;
  left: -6px;
  border: solid #C69135 1px;
  border-radius: 50%;
  box-sizing: border-box;
}

.flex-right-circle2 {
  position: relative;
  position: absolute;
  top: 41px;
  left: 169px;
  background-color: #FFF;
  border-radius: 50%;
  border: solid 1px #C69135;
  width: 188px;
  height: 188px;
  z-index: 1001;
  aspect-ratio: 1 / 1;
  opacity: 0.9;
}
.flex-right-circle2::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  top: -6px;
  left: -6px;
  border: solid #C69135 1px;
  border-radius: 50%;
  box-sizing: border-box;
}

.flex-right-circle3 {
  position: relative;
  position: absolute;
  top: 199px;
  left: 29px;
  background-color: #FFF;
  border-radius: 50%;
  border: solid 1px #C69135;
  width: 188px;
  height: 188px;
  z-index: 1001;
  aspect-ratio: 1 / 1;
  opacity: 0.9;
}
.flex-right-circle3::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  top: -6px;
  left: -6px;
  border: solid #C69135 1px;
  border-radius: 50%;
  box-sizing: border-box;
}

.circle-content-colum {
  flex-direction: column;
  text-align: center;
}

.circle-content-colum li:nth-of-type(1) p {
  margin: 30px auto 0;
  color: #C69135;
  border-bottom: 1px solid #C69135;
  font-weight: 600;
  width: fit-content;
}
.circle-content-colum li:nth-of-type(2) {
  margin: 13px 0 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  
}
.circle-content-colum li:nth-of-type(3) {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}
.circle-content-colum li:nth-of-type(4) {
  margin: 6px 0 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  color: #C69135;
}

.discount-banner-sp{
  display: none;
}

.discount-headline-text br {
  display: contents;
}

@media screen and (max-width: 1700px) {
  .discount-headline-title {
    font-size: 40px;
    color: #FFF;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: -0.025em;
  }

  .discount-headline-text {
    font-size: 16px;
    color: #FFF;
    line-height: 1.5;
    margin-top: 8px;
  }
}

@media screen and (max-width: 1200px){
  .discount-headline-title {
    font-size: 30px;
    color: #FFF;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: -0.025em;
  }

  .discount-headline-text {
    font-size: 16px;
    color: #FFF;
    line-height: 1.5;
    margin-top: 8px;
  }
  .discount-headline-text br {
    display: inline-block;
  }

  .hero-background-human {
    position: absolute;
    margin-top: -102px;
    aspect-ratio:  960 / 768;
    width: 960px;
    height: 768px;
    left: 45%;
    z-index: 1000;
  }
}

@media screen and (max-width: 1000px){

  .hero-background {
    position: relative;
    background-color: #F9DE85;
    max-width: 100vw;
    padding-top: 102px;
    width: auto;
    height: auto;
    background-size: cover;
    z-index: 1;
    box-sizing: border-box;
  }

  .hero-background-human {
    position: absolute;
    margin-top: -102px;
    aspect-ratio:  960 / 768;
    width: 960px;
    height: 768px;
    left: 38%;
    z-index: 1000;
  }

  .discount-headline-title {
    font-size: 25px;
    color: #FFF;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: -0.025em;
  }

  .discount-headline-text {
    font-size: 15px;
    color: #FFF;
    line-height: 2;
  }

  .discount-banner-sp {
    width: 100%;
    display: block;
    text-align: center;
    margin: 150px 0 0 0;
    box-sizing: border-box;
  }

  .discount-banner-sp-headline {
    padding: 2px 59px 3px 59px;
    font-size: 10px;
    line-height: 1.5;
    font-weight: 500;
    background-color: #C69135;
    color: #FFF;
    z-index: 101;
  }

  .discount-banner-sp-text {
    position: relative;
    padding: 12.8px 39px 12.2px 21px;
    height: fit-content;
    font-size: 10px;
    background-color: #FFF;
    color: #C69135  ;
    font-weight: 500;
    box-sizing: border-box;
    border-bottom: solid 1px #C69135;
  }

  .discount-banner-sp-text span{
    font-size: 18px;
    font-weight: 500;
  }
  .discount-banner-sp-text span:nth-child(2){
    font-size: 28px;
    font-weight: 500;
    font-family: "Cinzel", serif;
    line-height: 0.8;
  }
  .discount-banner-sp-text span:nth-child(3){
    font-size: 18px;
    font-family: "Cinzel", serif;
  }

  .ribbon-sp {
    top: -18px;
    right: 2px;
    position: absolute;
    transform: translateX(4px) rotate(4deg);
    transform-origin: center center;
    display: inline-block;
    width: 80px;
    height: 30px;
  }
  .ribbon-sp img {
    display: block;
    object-fit: contain;
  }
}

@media screen and (max-width: 768px) {
  .hero-discount {
    display: none;
  }

  .hero__discount-left{
    width: 0;
    display: none;
  }

  .hero-background {
    position: relative;
    background-color: #F9DE85;
    max-width: 100vw;
    padding-top: 0;
    width: auto;
    height: auto;
    background-size: cover;
    z-index: 1;
  }
  .hero-discount-flex {
    position: relative;
    position: absolute;
    display: flex;
    width: 100%;
    height: 117px;
    margin-top: 32px;
    background: linear-gradient(90deg,
                rgba(241, 199, 66, 1)40%,
                rgba(255, 255, 255, 0.35));
    z-index: 100;
  }
  .discount-headline-title {
    position: relative;
    font-size: 25px;
    color: #FFF;
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: -0.025em;
    z-index: 101;
  }

  .discount-headline-text {
    position: relative;
    font-size: 12px;
    color: #FFF;
    line-height: 1.5;
    z-index: 101;
    margin-top: 8px;
  }

  .hero-flex-container {
    display: flex;
    flex-direction: column;
    max-width: 1080px;
    margin: auto;
    margin-top: 0;
  }

  .hero-flex-side-left {
    margin: 148px 0 0 16px;
  }

  .flex-left-content-text-top {
    position: relative;
    font-size: 20px;
    line-height: 2;
    z-index: 101;
  }

  .flex-left-content-text-bottom {
    position: relative;
    margin: 0 0 0 9px;
    font-size: 20px;
    line-height: 2;
    z-index: 101;
  }

  .flex-left-content-subtitle {
    position: relative;
    margin: 16px 0 0;
    font-size: 11px;

    line-height: 1;
    
    z-index: 101;
  }

  .flex-left-content-logo {
    position: relative;
    width: 177px;
    height: 39px;
    margin: 0 0 0;
    z-index: 101;
  }

  .hero-discount-headline-column {
    width: 100%;
    position: relative;
    margin: auto 0 auto 16px;
    z-index: 1002;
  }

  .hero-background-human {
    display: none;
  }
  .hero-background-human-sp{
    position: absolute;
    top: -35px;
    right: 0;
    transform: translateX(9px);
    aspect-ratio:  286 / 738;
    width: 286px;
    height: 738px;
    display: block;
    z-index: 1000;
  }

  .hero-flex-side-right {
    position: relative;
    margin: 32px 0 0 7px;
  }

  .flex-right-circle1 {
    position: relative;
    position: absolute;
    top: 97px;
    left: 4px;
    background-color: #FFF;
    border-radius: 50%;
    border: solid 1px #C69135;
    width: 122px;
    height: 122px;
    z-index: 1001;
    aspect-ratio: 1 / 1;
    opacity: 0.9;
  }
  .flex-right-circle1::before {
    content: "";
    position: absolute;
    width: 130px;
    height: 130px;
    top: -4px;
    left: -4px;
    border: solid #C69135 1px;
    border-radius: 50%;
    box-sizing: border-box;
  }

  .flex-right-circle2 {
    position: relative;
    position: absolute;
    top: 4px;
    left: 109px;
    background-color: #FFF;
    border-radius: 50%;
    border: solid 1px #C69135;
    width: 122px;
    height: 122px;
    z-index: 1001;
    aspect-ratio: 1 / 1;
    opacity: 0.9;
  }
  .flex-right-circle2::before {
    content: "";
    position: absolute;
    width: 130px;
    height: 130px;
    top: -4px;
    left: -4px;
    border: solid #C69135 1px;
    border-radius: 50%;
    box-sizing: border-box;
  }

  .flex-right-circle3 {
    position: relative;
    position: absolute;
    top: 187px;
    left: 109px;
    background-color: #FFF;
    border-radius: 50%;
    border: solid 1px #C69135;
    width: 122px;
    height: 122px;
    z-index: 1001;
    aspect-ratio: 1 / 1;
    opacity: 0.9;
  }
  .flex-right-circle3::before {
    content: "";
    position: absolute;
    width: 130px;
    height: 130px;
    top: -4px;
    left: -4px;
    border: solid #C69135 1px;
    border-radius: 50%;
    box-sizing: border-box;
  }

  .circle-content-colum {
    flex-direction: column;
    text-align: center;
  }

  .circle-content-colum li:nth-of-type(1) p {
    margin: 12px auto 0;
    color: #C69135;
    border-bottom: 1px solid #C69135;
    width: fit-content;
  }
  .circle-content-colum li:nth-of-type(2) {
    margin: 8px 0 0;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
  }
  .circle-content-colum li:nth-of-type(3) {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;

  }
  .circle-content-colum li:nth-of-type(4) {
    margin: 0 0 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.7;
    color: #C69135;
  }

  .discount-banner-sp {
    width: 100%;
    display: block;
    text-align: center;
    margin: 340px 0 0 0;
    box-sizing: border-box;
  }
  .discount-banner-sp-headline {
    padding: 2px 59px 3px 59px;
    font-size: 10px;
    line-height: 1.5;
    font-weight: 500;
    background-color: #C69135;
    color: #FFF;
    z-index: 101;
  }
  .discount-banner-sp-text {
    position: relative;
    padding: 12.8px 39px 12.2px 21px;
    height: fit-content;
    font-size: 10px;
    background-color: #FFF;
    color: #C69135  ;
    font-weight: 500;
    box-sizing: border-box;
    border-bottom: solid 1px #C69135;
  }
  .discount-banner-sp-text span{
    font-size: 18px;
    font-weight: 500;
  }
  .discount-banner-sp-text span:nth-child(2){
    font-size: 28px;
    font-weight: 500;
    font-family: "Cinzel", serif;
    line-height: 0.8;
  }
  .discount-banner-sp-text span:nth-child(3){
    font-size: 18px;
    font-family: "Cinzel", serif;
  }

  .ribbon-sp {
    top: -18px;
    right: 2px;
    position: absolute;
    transform: translateX(4px) rotate(4deg);
    transform-origin: center center;
    display: inline-block;
    width: 80px;
    height: 30px;
  }
  .ribbon-sp img {
    display: block;
    object-fit: contain;
  }
}

/* reason */

.reason {
  position: relative;
  width: 100%;
  padding: 120px 0 240px 0;
  margin: 180px 0 0 0;
  background: linear-gradient(to right, transparent 15%, #F9DE85 15%);
}

.reason__container {
  margin: 103px 0 0 0;
}
.reason__headline-container {
  position: relative;
  width: fit-content;
  margin: auto;
}
.reason__headline-container::after {
  content: '';
  margin-top: 16px;
  background-color: #000;
  height: 2px;
  width: 100%;
  display: inline-block;
}

.reason__headline-img {
  width: 55px;
}

.reason__category-flex {
  position: absolute;
  display: flex;
}

.reason__headline-flex {
  display: flex;
}

.reason__headline {
  margin: auto auto 16px;
  font-size: 40px;
  vertical-align: bottom;
  line-height: 0.6;
}

.reason__background-container {
  position: relative;
  margin: 77px auto 0;
}

.reason__background {
  position: relative;
}


.reason__background::after {
  content: "";
  position: absolute;
  background-image: url("../img/Weevery_logo_white.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 211px;
  height: 940px;
  top: 350px;
  left: 75%;
  z-index: 1002;
}

.reason::before {
  content: '';
  position: absolute;
  top: 0;
  left: 15%;
  width: 85%;
  height: 100%;
  box-shadow: -120px 120px #FCF9EB;
  z-index: -1;
}

@media screen and (max-width: 1562px) {
  .reason {
    position: relative;
    width: 100%;
    padding: 120px 0 240px 0;
    margin: 180px 0 0 0;
    background: linear-gradient(to right, transparent 10%, #F9DE85 10%);
  }

  .reason::before {
    content: '';
    position: absolute;
    top: 0;
    left: 12%;
    width: 85%;
    height: 100%;
    box-shadow: -120px 120px #FCF9EB;
    z-index: -1;
  }
}

@media screen and (max-width: 1370px) {
  .reason {
    position: relative;
    width: 100%;
    padding: 120px 0 240px 0;
    margin: 180px 0 0 0;
    background: linear-gradient(to right, transparent 4%, #F9DE85 4%);
  }

  .reason::before {
    content: '';
    position: absolute;
    top: 0;
    left: 6%;
    width: 85%;
    height: 100%;
    box-shadow: -120px 120px #FCF9EB;
    z-index: -1;
  }

}

.reason__list {
  position: relative;
  width: 56%;
  min-width: 1080px;
  margin: -240px auto 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 60px;
  grid-row-gap: 40px;
  z-index: 21;
}

.reason__list::after {
  content: "";
  position: absolute;
  right: -21%;
  top: 46%;
  background: url("../img/Weevery_logo_white.png");
  background-size: cover;
  width: 210px;
  height: 960px;
  z-index: 20;
}

@media screen and (max-width: 1562px) {
  .reason__list::after {
    content: "";
    position: absolute;
    right: -10%;
    top: 46%;
    background: url("../img/Weevery_logo_white.png");
    background-size: cover;
    width: 210px;
    height: 960px;
    z-index: 20;
  }
}
@media screen and (max-width: 1370px) {
  .reason__list::after {
    content: "";
    position: absolute;
    right: -5%;
    top: 46%;
    background: url("../img/Weevery_logo_white.png");
    background-size: cover;
    width: 210px;
    height: 960px;
    z-index: 20;
  }
}
.reason__item-img {
  width: 100%;
  position: relative;
}

.reason__item {
  z-index: 21;
  width: 320px;
}

.reason__item .reason__item-img::after {
  position: absolute;
  top: 100%;
  right: 80px;
  transform: translateY(-75%) translateX(65%);
  font-family: "Cinzel", serif;
  font-size: 88px;
  color: #FFFBF6;
  z-index: 100;
  line-height: 0.68;
}
.reason__item:nth-child(1) .reason__item-img::after {
  content: "01";
}
.reason__item:nth-child(2) .reason__item-img::after {
  content: "02";
}
.reason__item:nth-child(3) .reason__item-img::after {
  content: "03";
}
.reason__item:nth-child(4) .reason__item-img::after {
  content: "04";
}
.reason__item:nth-child(5) .reason__item-img::after {
  content: "05";
}

.reason__item-subtitle {
  font-weight: 600;
  font-size: 16px;
  margin: 24px 0 0 0;
  
}

.reason__item-title {
  font-size: 20px;
  line-height: 2;
  font-weight: bold;
}
.reason__item-title::after{
  content: '';
  width: 100%;
  height: 1px;
  display: inline-block;
  background: #000;
  margin: 16px auto;
}

.reason__item-desc {
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
}

@media screen and (max-width: 1200px){
  .reason {
    padding-top: 86px;
  }

  .reason__list {
    width: 85%;
    margin: -240px auto 0 auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    grid-row-gap: 24px;
    max-width: 1080px;
    min-width: 320px;
  }

  .reason__item {
    width: 320px;
  }

  .reason__headline-container::after {
    content: '';
    background: #000;
    margin-top: 8px;
    height: 2px;
    width: 100%;
    display: inline-block;
  }

  .reason__headline {
    margin: auto auto 16px;
    font-size: 32px;
    vertical-align: bottom;
    line-height: 0.6;
  }


  .reason__item-title {
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
    margin-top: 10px;
  }

  .reason__item-desc {
    font-size: 16px;
    line-height: 2;
  }
}

@media screen and (max-width: 1100px) {
  .reason__list {
    width: 85%;
    margin: -240px auto 0 auto;
    grid-template-columns: 1fr;
    grid-row-gap: 24px;
    min-width: 320px;
  }

  .reason__item {
    margin: 0 auto;
  }

  /* .reason {
    background: #F9DE85;
  } */
}

@media screen and (max-width: 768px) {
  .reason__list {
    width: 85%;
    margin: -240px auto 0 auto;
    grid-template-columns: 1fr;
    grid-row-gap: 24px;
  }

  .reason {
    background: #F9DE85;
    padding: 120px 0 100px 0;
  }

}


/* support */

.support__container {
  position: relative;
  background: linear-gradient(to left, transparent 15%, #FFFDF5 15%);
  padding-bottom: 120px;
  margin: -120px 0 0 0;
}


@media screen and (max-width: 1562px) {
  .support__container {
    position: relative;
    background: linear-gradient(to left, transparent 10%, #FFFDF5 10%);
    padding-bottom: 120px;
    margin: -120px 0 0 0;
  }
}

@media screen and (max-width: 1370px) {
  .support__container {
    position: relative;
    background: linear-gradient(to left, transparent 4%, #FFFDF5 4%);
    padding-bottom: 120px;
    margin: -120px 0 0 0;
  }
}
/* @media screen and (max-width: 1100px) {
  .support__container {
    position: relative;
    background: #FFFDF5;
    padding: 120px 0;
    margin: -120px 0 0 0;
  }
}*/
@media screen and (max-width: 768px) {
  .support__container {
    margin: 0;
    background: #FFFDF5;
    padding-bottom: 80px;
  }
}

.support__heading {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  padding-top: 120px;
}

.support__list {
  width: 56%;
  min-width: 1080px;
  margin: 60px auto 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

@media screen and (max-width: 1100px) {
  .support__list {
    width: 56%;
    min-width: 510px;
    margin: 60px auto 0 auto;
    display: block;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }
}
@media screen and (max-width: 768px) {
  .support__list {
    display: flex;
    width: 85%;
    margin: 60px auto 0 auto;
    grid-column-gap: 0;
    grid-row-gap: 0;
  }

  .support__heading {
    position: relative;
    width: fit-content;
    margin: 0 auto;
    padding-top: 80px;
  }
}

.support__item-flex {
  min-width: 510px;
  width: 100%;
  display: flex;
}

.support__item-column {
  flex-direction: column;
  margin-left: 24px;
  width: 100%;
}

.support__item-title {
  color: #C69135;
  font-size: 24px;
  font-weight: 500;
}
.support__item-title::after {
  content: '';
  margin: 16px auto;
  background-color: #C69135;
  height: 1px;
  width: 100%;
  display: inline-block;
}

.support__item-title span {
  font-size: 20px;
}

.support__item-text {
  font-size: 16px;
  line-height: 1.9;
}

.support__commitment-point {
  width: 56%;
  min-width: 1080px;
  margin: 55px auto 0;
  padding: 5px;
  background: #fff;
}

@media screen and (max-width: 1100px) {
  .support__commitment-point {
    width: 85%;
    min-width: 540px;
  }
  .sp {
    display: block;
  }
}

.support__commitment-point-inner {
  max-width: 1080px;
  width: 100%;
  padding: 40px;
  border: 1px solid #C69135;
  display: flex;
  justify-content: center;
  gap: 40px;
  font-size: 20px;
  color: #C69135;
  font-weight: 500;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .support__commitment-point {
    width: 85vw;
    max-width: 320px;
    min-width: 10px;
  }
  .support__commitment-point-inner {
    display: flex;
    flex-direction: column;
    gap: 22px;
    padding: 24px 28px;
  }
}

.support__commitment-point-inner div p {
  display: flex;
  width: 100%;
  line-height: 1.5;
}

.support__commitment-point-inner div p::before{
  position: relative;
  content: "";
  display: inline-block;
  margin-right: 8px;
  background: url("../img/check.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  min-width: 18px;
  min-height: 18px;
  margin: 8px 8px 0 0;
}



@media screen and (max-width: 1200px){
  .support__headline {
    position: relative;
    width: 85%;
    margin: 0 auto;
    padding-top: 80px;
  }

  .section-ttl {
    width: fit-content;
    margin: 0 auto;
    padding: 0 0 20px 0;
    border-bottom: 1px solid;
  }

  .section-ttl h2{
    font-size: 32px;
    line-height: 1.5;
  }

  .section-ttl h2 span{
    display: inline-block;
  }

  .section-ttl::after {
    display: inline-block;
    width: 100%;
    border: 1px solid #000;
  }

  .section-ttl span {
    margin-bottom: 4px;
    font-family: "Cinzel", serif;
    font-weight: 700;
    color: #C69135;
  }

  .section-ttl::after {
    display: inline-block;
    width: 100%;
    border: 1px solid #000;
  }

  .support__item-flex {
    max-width: 510px;
    gap: 24px;
    margin-bottom: 24px;
  }

  .support__item-column {
    flex-direction: column;
    margin-left: 0;
  }

  .support__item-title {
    color: #C69135;
    font-size: 24px;
    margin: -4px 0 0;
    width: 100%;
  }

  .support__item-title::after{
    content: '';
    margin: 16px auto;
    background-color: #C69135;
    height: 1px;
    width: 100%;
    display: inline-block;
  }

  .support__item-text {
    font-size: 16px;
    line-height: 2;
  }

  .support__commitment-point-inner div p {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
  }

  .support__commitment-point-inner div p::before{
    position: relative;
    content: "";
    display: inline-block;
    margin: 4px 8px 0 0;
    background: url("../img/check.png");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: fit-content;
    height: 18px;
    min-width: 18px;
    min-height: 18px;
  }

  .support__commitment-point-inner div p span {
    flex-basis: 100%;
    padding-left: 24px;
  }

}

@media screen and (max-width: 768px) {
  .support__item-flex{
    width: 100%;
    display: block;
    gap: 0;
    min-width: 0;
    margin-left: 26px;
  }

  .support__item-title {
    color: #C69135;
    font-size: 24px;
    margin: 24px 0 0;
    width: 100%;
  }

    .support__item-title::after{
    content: '';
    margin: 6px auto;
    background-color: #C69135;
    height: 1px;
    width: 100%;
    display: inline-block;
  }
}

/* commitment */
.commitment__container {
  margin: 120px 0;
}

.commitment {
  background: linear-gradient(90deg, #FFEAA5 0%, #FFEAA5 50%, #F9DE85 50%, #F9DE85 100%);
  margin: 60px 0 0 0;
}

@media screen and (max-width: 768px) {
  .commitment__container {
    margin: 80px 0;
  }
  .commitment {
    background: initial;
  }
}

.commitment__inner {
  width: 85%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 120px 0;
}

@media screen and (max-width: 768px) {
  .commitment__inner {
    width: 100%;
    padding: 0;
  }
}

.commitment__list {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .commitment__list {
    flex-direction: column;
    align-items: center;
  }
}

.commitment__item {
  width: 38%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.commitment__item-inner {
  display: contents;
}


@media screen and (max-width: 768px) {
  .commitment__item {
    width: 100%;
  }

  .commitment__item-inner {
    display: block;
    width: 85%;
    margin: 0 auto;
  }

  .commitment__item:nth-child(1) {
    background: #FFEAA5;
    padding: 80px 0;
  }
  .commitment__item:nth-child(2) {
    padding: 80px 0 0 0;
    background: #F9DE85;
  }
}

.commitment__heading {
  flex-grow: 1;
}

.commitment__item-ttl {
  margin: 0 0 10px 0;
}

.commitment__item-ttl::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #000;
}

.commitment__item-ttl span {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}

.commitment__item-ttl p {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 600
}

.commitment__item-desc {
  margin: 0 0 40px 0;
  line-height: 2;
}

.commitment__point {
  margin: 55px 0 0 0;
  padding: 5px 0;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .commitment__point-wrap {
    background: #F9DE85;
    padding: 40px 0 80px 0;
  }

  .commitment__point {
    width: 85%;
    padding: 5px;
    margin: 0 auto;
  }
}

.commitment__point-inner {
  padding: 40px;
  margin:  0 5px;
  border: 1px solid #C69135;
  display: flex;
  justify-content: center;
  gap: 66px;
  font-size: 20px;
  color: #C69135;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .commitment__point-inner {
    padding: 0;
    box-sizing: border-box;
    margin: 5px;
    padding: 16px 22px;
    background: #fff;
    flex-direction: column;
    gap: 22px;
  }
  
}

.commitment__point-inner div p {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  line-height: 1.6;
}


.commitment__point-inner div p::before{
  content: "";
  display: block;
  background: url("../img/check.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  margin: 8px 0 0 0;
  flex-shrink: 0;
}


.commitment__case-wrap {
  position: relative;
  margin: 120px auto 0 auto;
  max-width: 1320px;
  background-color: #FFFDF5;
  padding: 120px 0;
}

@media screen and (max-width: 768px){
  .commitment__case-wrap {
    margin: 0 auto;
    padding: 0;
  }
}

.commitment__case {
  position: relative;
}

.commitment__case-inner {
  position: relative;
  max-width: 1080px;
  width: 85%;
  margin: 0 auto;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .commitment__case-wrap {
    background-color: #fff;
  }
  .commitment__case-inner {
    width: 100%;
  }
}

.commitment__case-list {
  display: flex;
  flex-direction: column;
  gap: 240px;
}

@media screen and (max-width: 768px){
  .commitment__case-list {
    gap: 0;
  }
}

.commitment__case-item-inner {
  display: flex;
  justify-content: space-between;
  position: relative;
}


@media screen and (max-width: 768px) {
  .commitment__case-item-inner {
    flex-direction: column;
    width: 90vw;
    margin: 0 auto;
  }

  .commitment__case-item:nth-child(1) {
    background-color: #FFFDF5;
    padding: 80px 0;
  }

  .commitment__case-item:nth-child(2) {
    background-color: #FCF9EB;
    padding: 80px 0;
  }
}

.commitment__case-bg {
  position: absolute;
  top: 45%;
  left: -20%;
  transform: translate(20%,-45%);
  z-index: 5;
}

.commitment__case-bg {
  width: 72%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .commitment__case-bg {
    display: none;
  }
}

.commitment__case-item-text {
  width: 47%;
}

.commitment__case-item-hero {
  width: 34%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}



.commitment__case-item:nth-child(2) .commitment__case-item-text{
  order: 1;
}

@media screen and (max-width: 768px) {
  .commitment__case-item:nth-child(2) .commitment__case-item-text{
    order: initial;
  }
}



@media screen and (max-width: 768px) {
  .commitment__case-item-text,
  .commitment__case-item-hero {
    width: 100%;
  }
}
.commitment__case-item-ttl {
  padding: 0 0 24px 0;
  border-bottom: 1px solid #C69135;
}

.commitment__case-item-ttl-number {
  font-family: "Cinzel", serif;
  font-weight: 700;
  color: #C69135;
}

.commitment__case-item-ttl-margin{
  margin-top: 16px;
}

.commitment__case-item-ttl-number::before {
  content: "";
  display: inline-block;
  background: url("../img/double_quotation_yellow.png");
  width: 20px;
  height: 14px;
  margin: 0 4px 0 0;
}

.commitment__case-item-ttl p {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.5;
  color: #C69135;
}

@media screen and (max-width: 768px) {
  .commitment__case-item-ttl p {
    font-size: 24px;
  }
}

.commitment__case-item-point {
  margin: 55px 0 51px 0;
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.commitment__case-item-point li {
  font-size: 20px;
  font-weight: 600;
}

.commitment__case-item-point li p{
  display: inline-block;
  line-height: 2;
}

.commitment__case-item-point li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.commitment__case-item-point li::before {
  content: "";
  display: inline-block;
  background: url("../img/check.png");
  background-size: cover;
  margin: 12px 0 0 0;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .commitment__case-item-point li p::before {
    background: url("../img/check_black.png");
    background-size: cover;
  }
  .commitment__case-item-point li {
    font-size: 18px;
    font-weight: 600;
  }
  .commitment__case-item-point li p{
    display: inline-block;
    line-height: 2;
    text-indent: -6px;
  }
  .commitment__case-item-point li:nth-child(2) p{
    display: inline-block;
    line-height: 2;
    text-indent: -6px;
    margin-right: -7px;
  }

  .commitment__case-item-point li::before {
    content: "";
    display: inline-block;
    background: url("../img/check_black.png");
    background-size: cover;
    margin: 10px 0 0 0;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
  }

}

.underline {
  border-bottom: 2px solid #C69135;
  padding: 0 0 5px 0;
}

@media screen and (max-width: 768p) {
  .underline {
    border-bottom: 2px solid #C69135;
    padding: 0 0 4px 0;
  }
}

.commitment__case-item-desc {
  
  line-height: 2;
}


@media screen and (max-width: 768px) {
  .commitment__case-item-desc {
    margin: 0 0 60px 0;
  }
}
.commitment__case-item-heading {
  margin: 16px 0 0 15px;
  color: #C69135;
  font-weight: 500;
}

.commitment__case-item-heading span {
  font-size: 16px;
  line-height: 1.5;
}

.commitment__case-item-heading p {
  font-size: 20px;
  line-height: 2;
}

.weevery__inside {
  margin: 120px 0;
  overflow: hidden;
}

.weevery__inside-list {
  display: flex;
  transform: translateX(0);
  width: 100vw;
}

@media screen and (max-width: 768px){
  .weevery__inside-list {
    width: 340vw;
  }
  .weevery__inside {
    margin: 80px 0;
  }
}

.weevery__inside-item {
  width: 25vw;
  aspect-ratio: 4 / 3;
  object-fit: contain;
}

@media screen and (max-width: 768px){
  .weevery__inside-item {
    width: 85vw;
  }
}


.lineup {
  position: relative;
  width: 100%;
  margin: 60px 0 240px auto;
  padding: 120px 0;
  background: linear-gradient(to right, transparent 15%, #FFFDF5 15%);
}


@media screen and (max-width: 1200px) {
  .lineup {
    background: #FFFDF5;
  }
}
@media screen and (max-width: 768px) {
  .lineup {
  position: relative;
  width: 100%;
  margin: 60px 0 80px auto;
  padding: 80px 0;
}
}

.lineup::before {
  content: '';
  position: absolute;
  top: 0;
  left: 15%;
  width: 85%;
  height: 100%;
  box-shadow: -120px 120px #FCF9EB;
  z-index: -1;
}

@media screen and (max-width: 1200px) {
  .lineup::before {
    display: none;
  }
}


.lineup__inner {
  position: relative;
  max-width: 1080px;
  width: 57%;
  margin: 0 auto;
}

.lineup__inner::after{
  position: absolute;
  content: "";
  display: inline-block;
  width: 211px;
  height: 960px;
  top: -500px;
  right: -24%;
  background: url("../img/Weevery_logo_ywhite.png");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 101;
}

@media screen and (max-width: 768px) {
  .lineup__inner::after{
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .lineup__inner {
    width: 85vw;
  }
}


.lineup__inner-heading {
  text-align: center;
}

.lineup__inner-heading-ttl p{
  font-family: "Cinzel", serif;
  font-size: 32px;
  line-height: 1.9;
  font-weight: bold;
}

.lineup__inner-heading-ttl span {
  font-size: 20px;
  font-weight: 500;
}

.lineup__inner-heading-desc {
  margin: 20px 0 0 0;
  line-height: 1.5;
  font-size: 20px;
}


.lineup__sample-pircing-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin: 40px 0 0 0;
}

@media screen and (max-width: 768px) {
  .lineup__sample-pircing-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  .lineup__inner-heading-desc {
    margin: 20px 0 0 0;
    line-height: 1.5;
    font-size: 18px;
  }
}

.lineup__sample-pricing-item {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .lineup__sample-pricing-item {
    width: 100%;
    margin-bottom: 16px;
  }
}

.lineup__sample-pricing-item-img,
.lineup__hairpiece-item-img,
.lineup__original-item-img{
  position: relative;
}

.imagecolor-flex {
  position: absolute;
  content: "";
  display: flex;
  justify-content: flex-end;
  flex-direction: row-reverse;
  bottom: 0;
  margin: 0 10px 10px 0;
  width: 24px;
  height: 18px;
  gap: 8px;
}
.imagecolor-flex img{

}

.lineup__sample-pricing-item-number {
  font-family: "Cinzel", serif;
  font-weight: 600;
}

.lineup_sample-prricing-item-text {
  margin: 12px 0 0 10px;
}

.lineup__sample-pricing-item-ttl {
  line-height: 2;
  font-weight: 600;
}

.lineup__sample-pricing-point-item {
  line-height: 1.7;
}

.lineup__sample-pricing-item-price {
  line-height: 1.7;
}

.lineup__border {
  width: 100%;
  height: 1px;
  background-color: #000;
  margin: 60px 0;
}

.lineup__intro {
  text-align: center;
  margin: 48px auto 64px;
  position: relative;
}

.lineup__intro-main {
  font-size: 24px;
  font-weight: 600;
  color: #C69135;
  line-height: 1.8;
  margin: 0 0 16px 0;
  position: relative;
  display: inline-block;
}

.lineup__intro-main::before,
.lineup__intro-main::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 2px;
  background-color: #C69135;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.lineup__intro-main::before {
  left: -60px;
}

.lineup__intro-main::after {
  right: -60px;
}

.lineup__intro-sub {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  color: #333;
}

@media screen and (max-width: 768px) {
  .lineup__intro {
    margin: 32px auto 48px;
    padding: 0 20px;
  }

  .lineup__intro-main {
    font-size: 20px;
    display: block;
    padding: 0 20px;
  }

  .lineup__intro-main::before,
  .lineup__intro-main::after {
    display: none;
  }

  .lineup__intro-sub {
    font-size: 16px;
    margin: 8px 0 0 0;
  }
}

.lineup__inner-heading-pop {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  color: #C69135;
  font-weight: 500;
  margin: 0 0 10px 0;
  font-weight: 600;
  align-items: flex-end;
}

@media screen and (max-width:768px) {
  .lineup__inner-heading-pop {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 15px;
    line-height: 1.3;
    color: #C69135;
    font-weight: 500;
    margin: 0 0 10px 0;
    font-weight: 600;
    align-items: flex-end;
  }
}

.lineup__inner-heading-pop::before,
.lineup__inner-heading-pop::after {
  content: "";
  display: inline-block;
  background-color: #C69135;
  width: 38px;
  height: 2px;
  position: relative;
  transform-origin: center center;
}

.lineup__inner-heading-pop::before {
  transform: rotate(45deg);
  margin: 0 16px 0 0;
  top: -20px;
}

.lineup__inner-heading-pop::after {
  transform: rotate(-45deg);
  margin: 0 0 0 16px;
  top: -20px;
}
@media screen and (max-width: 768px) {
  .lineup__inner-heading-pop::before {
    transform: rotate(45deg);
    margin: 0 1px 0 0;
    top: -16px;
  }

  .lineup__inner-heading-pop::after {
    transform: rotate(-45deg);
    margin: 0 0 0 1px;
    top: -16px;
  }
}

.lineup__ordermade-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin: 40px 0 0 0;
}

@media screen and (max-width: 768px) {
  .lineup__ordermade-list {
    grid-template-columns: 1fr;
  }
}

.lineup__hairpiece-list,
.lineup__original-list{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin: 40px 0 0 0;
}

@media screen and (max-width: 768px) {
  .lineup__hairpiece-list,
  .lineup__original-list{
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 8px;
    margin: 40px 0 0 0;
  }

  .lineup__original-item {
    margin-bottom: 16px;
  }
}
.lineup__ordermade-item-ttl {
  font-family: "Cinzel", serif;
  font-weight: bold;
  margin: 10px 0 0 10px;
}

.lineup__hairpiece-item-ttl
,.lineup__original-item-ttl{
  font-weight: 500;
  margin: 10px 0 0 10px;
}

.lineup__hairpiece-item-ttl span{
  margin-left: -10px;
}


.lineup__note {
  background-color: #fff;
  padding: 40px;
  border: 1px solid #E6E1C9;
  line-height: 1.5;
}

.banner__container {
  background-color: #F1C742;
  padding: 24px 0;
}

.banner {
  position: relative;
  width: 85%;
  max-width: 800px;
  margin: 0 auto;
  background-color: #fff;
  padding: 77px 0 25px 0;
  text-align: center;
}

@media screen and (max-width: 768px) {

  .lineup__hairpiece-item{
    margin-bottom: 16px;
  }
  .banner__container {
    background-color: #F1C742;
    padding: 178px 0 30px;
  }
  .banner {
    padding: 84px 0 25px 0;
  }
}

.banner__pop {
  width: 75%;
  max-width: 400px;
  position: absolute;
  top: -63%;
  left: 51.5%;
  padding: 20px 0;
  transform: translate(-50%,50%);
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
 
  
}

/* .banner__pop::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #AF791C;
} */

@media screen and (max-width: 768px) {
  .banner__pop::after {
    border-top: 10px solid #C69135;
  }
}

.banner__pop-inner {
  position: relative;
}
.img-sp {
  width: 72%;
  display: none;
  z-index: 100;
}

.banner__pop p:first-child {
  background-color: #fff;
  color: #C69135;
  font-size: 14px;
  line-height: 2;
  margin: 6px 20px;
  font-weight: 700;
}
.banner__pop p:last-child {
  font-family: "Cinzel", serif;
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  position: relative;
}

@media screen and (max-width: 768px) {
  .banner__pop p:last-child {
    margin: 8px 0 0 0;
  }
  .banner__pop {
    width: 75%;
    max-width: 273px;
    position: absolute;
    top: -86%;
    left: 48.5%;
    padding: 20px 0;
    transform: translate(-50%,50%);
    box-sizing: border-box;
  }
  .banner__pop-inner {
    position: relative;
    display: none;
  }
  .img-sp {
    width: 273px;
    display: block;
    padding: 0 0 0 25px;
  }
}

@media screen and (max-width: 450px) {
  .img-sp {
    width: 273px;
    display: block;
    padding: 0 0 0 1%;
  }
}

.banner__pop p:last-child span {
  font-size: 56px;
}

.banner__pop-feature {
  position: relative;
}

.banner__pop-feature-campaign  {
  display: flex;
  align-items: center;
  position: absolute;
  color: #fff;
  font-weight: 700;
  font-size: 10px;
  left: 20px;
}

@media screen and (max-width: 768px) {
  .banner__pop-feature-campaign {
    position: static;
    justify-content: center;
    margin: 8px 0 0 0;
  }
}

.banner__pop-feature-campaign::before,
.banner__pop-feature-campaign::after {
  content: "";
  display: block;
  background-color: #fff;
  width: 11px;
  height: 1px;
}

.banner__pop-feature-campaign::before {
  transform: rotate(45deg);
  margin: 0 4px 0 0;
}

.banner__pop-feature-campaign::after {
  transform: rotate(-45deg);
  margin: 0 0 0 4px;
}

.banner_text {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 20px;
  font-weight: 700;
  color: #C69135;
  line-height: 1.2;
  margin: 0 0 12px 0;
}

.banner_text::before,
.banner_text::after {
  content: "";
  display: inline-block;
  background-color: #C69135;
  width: 50px;
  height: 1px;
}
.banner_text::before {
  transform: rotate(50deg);
}

.banner_text::after {
  transform: rotate(-50deg);
}

@media screen and (max-width: 768px) {
  .banner_text {
    font-size: 14px;
  }
}

.banner__btn-wrap {
  width: 67.5%;
  max-width: 800px;
  margin: 0 auto;
  background-color: #53A61B;
  border: 1px solid #0E962A;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

.banner__btn-wrap:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .banner__btn-wrap {
    width: 92%;
  }
}

.banner__btn {
  padding: 13px 0;
  margin: 0 auto;
  border: 1px solid #fff;
  margin: 5px;
}

.banner__btn-inner p {
  color: #fff;
  line-height: 1.25;
}

@media screen and (max-width: 768px) {
  .banner__btn-inner p {
    font-size: 12px;
  }
}

.banner__btn-inner p span {
  display: inline-block;
  width: 100%;
  font-size: 24px;
  line-height: 1.65;
}

@media screen and (max-width: 768px) {
  .banner__btn-inner p span {
    font-size: 20px;
  }
}

.banner__note {
  margin: 20px 0 0 0;
  line-height: 1.7;
}

/* lineup内に挿入するバナーの微調整（既存デザイン踏襲） */
.banner__container--lineup {
  background-color: #F1C742;
  padding: 80px 0;
  margin: 40px 0;
}

.banner--lineup {
  position: relative;
  width: 85%;
  max-width: 720px;
  margin: 0 auto;
  background-color: #fff;
  padding: 72px 0 25px 0;
  text-align: center;
}

.banner__pop--lineup {
  width: 75%;
  max-width: 360px;
  position: absolute;
  top: -63%;
  left: 50%;
  padding: 20px 0;
  transform: translate(-50%, 50%);
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .banner__container--lineup {
    padding: 178px 0 30px;
    margin: 30px 0;
  }
  .banner--lineup {
    width: 85%;
    max-width: 320px;
    padding: 84px 0 25px 0;
  }
  .banner__pop--lineup {
    width: 75%;
    max-width: 273px;
    top: -86%;
    left: 50%;
    transform: translate(-50%, 50%);
    text-align: center;
  }
  /* lineup内だけ、SP画像の左パディングを打ち消して中央寄せ */
  .banner__pop--lineup .img-sp {
    padding: 0;
    margin: 0 auto;
    display: block;
  }
  /* より強いセレクタで確実に中央寄せ（他のSP指定に勝つ） */
  .banner__container--lineup .banner__pop {
    left: 50% !important;
    transform: translate(-50%, 50%) !important;
    text-align: center;
  }
  .banner__container--lineup .banner__pop .img-sp {
    padding: 0 !important;
    margin: 0 auto !important;
    display: block;
    /* 微調整用のオフセット（左に寄せたい場合はマイナスで調整） */
    transform: translateX(-12px) !important;
  }
}

@media screen and (max-width: 768px) {
  .banner__note {
    font-size: 14px;
  }
}

.aftercare__container {
  margin: 120px 0 0 0;
}
@media screen and (max-width: 768px) {
  .aftercare__container {
    margin: 80px 0 0 0;
  }
}

.aftercare__heading-desc,
.faq__headig-desc {
  margin: 30px 0 60px 0;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .aftercare__heading-desc,
  .faq__headig-desc {
    margin: 30px 0 40px 0;
  }
}

.aftercare__inner-list {
  width: 85%;
  max-width: 1096px;
  margin: 0 auto 120px auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

@media screen and (max-width: 900px) {
  .aftercare__inner-list {
    grid-template-columns: 1fr;
    margin: 0 auto 80px auto;
    grid-row-gap: 40px;
  }
}

.aftercare__inner-item {
  background-color: #FFFDF5;
  padding: 60px 55px;
}

@media screen and (max-width: 900px) {
  .aftercare__inner-item {
    padding: 60px 0;
  }
}

.aftercare__inner-item-left {
  display: flex;
  flex-direction: column;
}

.aftercare__inner-item-ttl {
  width: 100%;
  padding: 0 0 16px 0;
  border-bottom: 1px solid #C69135;
}

.aftercare__inner-item-ttl span{
  font-family: "Cinzel", serif;
  font-weight: 700;
  font-size: 16px;
  color: #C69135;
}

.aftercare__inner-item-ttl span::before {
  content: "";
  display: inline-block;
  background: url("../img/double_quotation_yellow.png");
  width: 20px;
  height: 14px;
  margin: 0 4px 0 0;
}

.aftercare__inner-item-ttl h2 {
  font-size: 24px;
  color: #C69135;
  line-height: 1.5;
  font-weight: 600;
}

.aftercare__inner-item-desc {
  font-size: 18px;
  line-height: 2;
  margin: 39px 0 0 0;
}


@media screen and (max-width: 900px) {
  .aftercare__inner-item-ttl,
  .aftercare__inner-item-desc {
    width: 87%;
    margin: 0 auto;
  }

  .aftercare__inner-item-ttl h2{
    font-size: 20px;
    margin: 16px 0 0 0;
  }

  .aftercare__inner-item-desc p{
    font-size: 18px;
    margin: 20px 0 0 0;
  }
}

.aftercare__inner-item:nth-child(1) {
  grid-area: 1 / 1 / 2 / 2;
}

.aftercare__inner-item:nth-child(2) {
  grid-area: 2 / 1 / 3 / 2;
}

.aftercare__inner-item:nth-child(3) {
  grid-area: 1 / 2 / 3 / 3;
}

@media screen and (max-width: 900px) {
  .aftercare__inner-item:nth-child(1),
  .aftercare__inner-item:nth-child(2),
  .aftercare__inner-item:nth-child(3) {
    grid-area: auto;
  }

  .aftercare__inner-item-option {
    width: 87%;
    margin: 0 auto;
  }
}


.aftercare__inner-item-option-ttl {
  text-align: center;
  background-color: #F8F4E2;
  padding: 10px 0;
  margin: 39px 0 0 0;
}

.aftercare__inner-item-option-ttl p {
  font-weight: 600;
  line-height: 1.66;
}

.aftercare__inner-item-option-desc {
 margin: 24px 0 0 0; 
}
.aftercare__inner-item-option-desc p:nth-of-type(1){
  
  font-size: 18px;
  line-height: 1.66;
  font-weight: 500;
}

.aftercare__inner-item-option-desc p:nth-of-type(2) {
  margin: 0 0 0 15px;
  line-height: 1.75;
}

.aftercare__inner-item-option-desc-note {
  display: inline-block;
  line-height: 1.5;
  margin: 0 0 0 15px;
}

.aftercare__inner-item-option-list {
  font-size: 18px;
  font-weight: 500;
  margin: 24px 0 0 0;
  line-height: 2;
}

.aftercare__inner-item-option-note {
  display: inline-block;
  margin: 16px 0 16px 15px;
  line-height: 1.5;
}

.aftercare__inner-item-option-other {
  line-height: 1.75;
}

.weevery__banner {
  position: relative;
  background: linear-gradient(to left, transparent 15%, #FFFDF5 15%);
  margin: -71px 0 0 0;
  padding: 71px 0 78px 0;
  z-index: 10;
}

@media screen and (max-width: 1260px) {
  .weevery__banner {
    background: #FFFDF5;
    margin: 0;
  }
  .weevery__banner {
  position: relative;
  padding: 70px 0 78px 0;
  z-index: 10;
  }
}

.weevery__banner-inner {
  width: 48%;
  max-width: 940px;
  margin: 0 auto;
  text-align: center;
}
.weevery__banner-innner-note {
  margin-top: 321px;
}

@media screen and (max-width: 1260px) {
  .weevery__banner-inner {
    width: 85%;
  }
}
.weevery__banner-inner-catch {
  display: flex;
  align-items: center;
  justify-content: center;
}

.weevery__banner-inner-catch p {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
}

.weevery__banner-inner-catch::before,
.weevery__banner-inner-catch::after {
  content: "";
  display: inline-block;
  background-color: #000;
  width: 40px;
  height: 1px;
}

.weevery__banner-inner-catch::before {
  transform: rotate(45deg);
  margin: 30px 4px 0 0;
}

.weevery__banner-inner-catch::after {
  transform: rotate(-45deg);
  margin: 30px 0 0 4px;
}

@media screen and (max-width: 768px) {
  .weevery__banner-inner-catch {
    display: none;
  }
}

.weevery__banner-campaign {
  box-sizing: border-box;
  width: 100%;
  padding: 0 0 0 20px;
  max-width: 940px;
  margin: -20px auto 26px auto;
}

.banner__img-pc{
  width: 100%;
  top: -35px;
  right: -40px;
}
.banner__img-sp {
  width: 51%;
  display: none;
  z-index: 100;
}
.weevery__banner-inner-note{
  text-align: center;
}


@media screen and (max-width: 768px) {
  .banner__img-pc{
    width: 51%;
    display: none;
  }
  .banner__img-sp {
    width: 100%;
    display: block;
    z-index: 100;
  }
  /* .weevery__banner-campaign::before {
    top: 0;
    width: 97px;
    height: 33px;
  } */
}

/* .weevery__banner-campaign-inner {
  border: 1px solid #fff;
  padding: 36px 0 40px 0;
  color: #fff;
} */

/* .weevery__banner-campaign-inner p:nth-of-type(1){
  font-family: "Cinzel", serif;
  font-size: 64px;
  font-weight: 500;
}

.weevery__banner-campaign-inner p:nth-of-type(1) span{
  font-family: "Cinzel", serif;
  font-size: 80px;
  font-weight: 500;
} */

@media screen and (max-width: 768px) {
  /* .weevery__banner-campaign-inner p:nth-of-type(1){
    font-family: "Cinzel", serif;
    font-size: 32px;
    font-weight: 500;
  }

  .weevery__banner-campaign-inner p:nth-of-type(1) span{
    font-family: "Cinzel", serif;
    font-size: 44px;
    font-weight: 500;
  } */
}

.access {
  margin: 0 0 117px 0;
}

.access__inner {
  text-align: center;
}

.access__inner-howlong {
  font-size: 24px;
  font-weight: 600;
  color: #C69135;
  margin: 40px 0 20px 0;
}

.access__address {
  font-size: 18px;
  line-height: 1.7;
}

.access__note {
  margin: 16px 0 60px 0;
  font-size: 14px;
  line-height: 1.5;
}

@media screen and (max-width: 400px) {
  .access__note-wrap{
    width: fit-content;
    margin: 0 auto;
  }
  .access__note {
    margin: 24px 0 40px 0;
    font-size: 12px;
    line-height: 1.5;
    text-indent: -1em;
    text-align: start;
    display: inline-block;
  }
  .access {
    margin: 0 0 80px 0;
  }
}

.line__container {
  background-color: #FFFDF5;
  padding: 60px 0;
}

.line {
  width: 85%;
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

@media screen and (max-width: 1280px) {
  .line {
    display: block;
  }
}

.line__heading {
  width: 25%;
}

@media screen and (max-width: 1280px) {
  .line__heading {
    width: fit-content;
    text-align: center;
    margin: 0 auto 24px auto;
  }
}

.line__ttl {
  font-size: 28px;
  font-weight: 500;
  
  line-height: 2;
  margin: 0 0 30px 0;
}

.lien__desc {
  font-size: 14px;
  line-height: 2;
}

.line__content {
  max-width: 788px;
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  display: grid;
  grid-template-columns: 56% 1px 34%;
  grid-template-rows: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  padding: 40px;
  margin: 0 auto;
  background-color: #fff;
}

@media screen and (max-width: 960px) {
  .line__content {
    grid-template-columns: 1fr;
    grid-row-gap: 40px;
    padding: 40px 38px;
  }
}

.line__content-link-img {
  width: 35%;
  max-width: 140px;
}

@media screen and (max-width: 960px) {
  .line__content-link-img {
    margin: 0 auto;
  }
}

.line__content-text p{
  margin: 10px 0 14px 20px;
  font-weight: 500;
  font-size: 14px;
}

.line__content-btn {
  margin: 0 0 0 20px;
  padding: 5px;
  text-align: center;
  background: #06C755;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

.line__content-btn:hover {
  opacity: 0.8;
}

@media screen and (max-width: 960px){
  .line__content-btn {
    margin: 13px 0 0 0;
    width: 100%;
    box-sizing: border-box;
  }
}

.line__content-btn-inner {
  padding: 15px 34px;
  border: 1px solid #fff;
}

.line__content-btn-inner span{
  color: #fff;
  font-size: 14px;
}

.line__content-border {
  width: 1px;
  background: #D2D2D2;
}

@media screen and (max-width: 960px) {
  .line__content-border {
    width: 100%;
    height: 1px;
  }
}

.line__content-about {
  width: 100%;
}

.line__content-about-ttl {
  margin: 10px 0 14px 0;
  font-weight: 500;
  font-size: 14px;
}

@media screen and (max-width: 960px) {
  .line__content-about-ttl {
    text-align: center;
  }
}

.line__content-about-img {
  display: flex;
  gap: 16px;
  justify-content: center;
}
.line__content-about-img div {
  max-width: 80px;
}
.line__content-about-img div img {
  border: solid 1px #D1D1D1;
}
.line__content-about-img div p {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin: 4px 0;
}
.line__content-about-img div a {
  margin-top: 5px;
  text-decoration: none;
  display: block;
  color: #000;
  text-align: center;
  font-size: 12px;
}



/* .line__content-about-desc {
  display: grid;
  grid-template-columns: 57% 35%;
  gap: 16px;
  justify-items: flex-end;
} */
.line__content-about-desc {
  display: block;
  grid-template-columns: 57% 35%;
  gap: 16px;
}

.line__content-about-desc p {
  line-height: 1.5;
  font-size: 12px;
  text-align: center;
}

.line__content-link {
  width: 100%;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 960px) {
  .line__content-link {
    text-align: center;
    display: block;
  }
}

.thoughts {
  width: 100%;
  max-width: 1620px;
  margin: 60px 0 0 auto;
  background: url('../img/thoughts-bg.png');
  background-size: cover;
}

.thoughts__container {
  margin: 100px 0 0 0;
}

@media screen and (max-width: 768px){
  .thoughts {
    margin: 40px 0 0 auto;
  }
  .thoughts__container {
    margin: 80px 0 0 0;
  }
}

.thoughts__inner {
  max-width: 1330px;
  margin: 0 120px 0 170px;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1600px) {
  .thoughts__inner {
    margin: 0 auto;
  }
}

@media screen and (max-width: 1300px) {
  .thoughts__inner {
    display: block;
  }
}

.thoughts__inner-content {
  margin: 75px 0 0 0 ;
  width: 35%;
}

.thoughts__inner-content-heading p:first-of-type {
  font-family: "Cinzel", serif;
  font-weight: 600;
  margin: 0 0 16px 0;
}

.thoughts__inner-content-heading p:last-of-type {
  font-size: 20px;
  margin: 25px 0 30px 0;
  font-weight: 600;
}

.thoughts__inner-content-desc {
  line-height: 2;
}
.thoughts__inner-content-desc p:first-of-type {
  margin: 32px 0;
}

.thoughts__inner-content-desc p:last-of-type {
  margin: 32px 0 0 0;
}

.thoughts__inner-content-img {
  width: 51%;
}

.thoughts__inner-img {
  width: 53%;
}

.thoughts__inner-img-pc {
  display: block;
}

.thoughts__inner-img-sp {
  display: none;
}

@media screen and (max-width: 1300px) {
  .thoughts__inner-img {
    width: 100%;
  }

  .thoughts__inner-content {
    width: 85%;
    margin: 0 auto;
    padding: 76px 0;
  }

  .thoughts__inner-img-pc {
    display: none;
  }

  .thoughts__inner-img-sp {
    display: block;
  }
}

/* flow */
.flow__container {
  position: relative;
  background: linear-gradient(to left, transparent 15%, #FFFDF5 15%);
  padding: 120px 0;
  margin: -120px 0 120px 0;
}

@media screen and (max-width: 1300px) {
  .flow__container {
    background: #FFFDF5;
    margin: 0 0 120px 0;
  }
}
@media screen and (max-width: 768px){
  .flow__container {
    padding: 80px 0;
    margin: 0 0 80px 0;
  }
}


.faq__container {
  margin: 120px 0;
}

@media screen and (max-width:768px) {
  .faq__container {
    margin: 80px 0;
  }
}

.flow__heading-desc {
  margin: 40px 0 0 0;
  line-height: 2;
  text-align: center;
}


@media screen and (max-width: 1300px) {
  .flow__heading-desc {

  }
}


.flow__list {
  width: 56%;
  max-width: 1080px;
  margin: 60px auto 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 4%;
}

@media screen and (max-width: 1300px) {
  .flow__list {
    width: 85%;
    grid-template-columns: 1fr;
    grid-row-gap: 24px;
  }
}


.flow__item {
  position: relative;
  padding: 66px 0;
  text-align: center;
  background: #fff;
  color: #C69135;
  border: 1px solid #C69135;
  font-weight: bold;
  font-family: 'Noto Sans JP';
}

.flow__item:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 1px;
  right: -50%;
  top: 50%;
  background: #C69135;
}


@media screen and (max-width: 1300px){
  .flow__item:not(:last-child)::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 24px;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #C69135;
    z-index: 1;
  }
  
  .flow__item:not(:last-child)::after {
    display: none;
  }
}

@media screen and (max-width: 768px){
  .flow__item {
  padding: 28px 0;
}
}

/* faq */

.faq {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 80px 0;
  background: #FFFDF5;
}

@media screen and (max-width: 768px) {
  .faq {
    padding: 0 0 80px;
  }
}

.faq__heading .section-ttl span{
  color: #C69135;
}

.faq__heading .section-ttl span::before {
  background: url("../img/double_quotation_yellow.png");
}

.faq__inner {
  width: 90%;
  max-width: 970px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .faq__inner {
    width: 94vw;

  }
}

.faq__inner-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.faq__inner-question {
  width: 100%;
  padding: 12px 0;
  text-align: center;
  font-weight: 600;
  background: #F8F4E2;
}

.faq__inner-answer {
  margin: 24px 0 0 0 ;
}

@media screen and (max-width: 768px) {
  .faq__inner-answer {
    width: 90%;
    margin: 24px auto 0 auto;
  }

  .faq__inner-question {
    width: 100%;
    padding: 12px 0;
    text-align: start;
    font-weight: 600;
    background: #F8F4E2;
  }

  .faq__inner-question p{
    text-indent: -1em;
    margin-left: 2em;
  }
}


.faq__inner-answer p{
  font-weight: 500;
  margin: 0 0 10px 0;
}

.faq__inner-answer span {
  font-size: 14px;
}

.reservation {
  display: none;
}

@media screen and (max-width: 768px){
  .reservation {
    display: block;
    box-sizing: border-box;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 4px;
    background: #C69135;
    z-index: 9999;
  }

  .reservation__inner {
    border: 1px solid #fff;
  }

  .reservation__inner {
    text-align: center;
    padding: 8px 0;
  }

  .reservation__inner p:first-child {
    font-size: 10px;
    font-weight: 500;
    color: #fff;
  }

  .reservation__inner p:last-child {
    display: block;
    width: 82.4%;
    background: #fff;
    color: #C69135;
    font-size: 10px;
    font-weight: 500;
    margin: 4px auto 0 auto;
    font-size: 14px;
    line-height: 1.5;
  }
}


.footer {
  width: 64%;
  max-width: 560px;
  padding: 120px 0 130px 0;
  margin: 0 auto;
  text-align: center;
}

.footer-logo {
  width: 42%;
  margin: 0 auto;
}

.footer-link-list {
  margin: 60px 0 24px 0;
  display: flex;
  justify-content: space-between;
}

.footer-link-item a {
  color: #262626;
  text-decoration: none;
}

.copyright {
  font-size: 10px;
}

@media (max-width: 768px) {
  .footer-logo {
    width: 100%;
  }
  .footer-link-list {
    margin: 60px 0 60px 0;
    flex-direction: column;
    align-items: center;
    line-height: 3;
  }
}


