@import url(https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1&display=swap);
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
    font-size: 100%;
    vertical-align: baseline;
    font-weight: bold;
}
html {
    line-height: 1
}

ol,
ul {
    list-style: none
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle
}
q,
blockquote {
    quotes: none
}
q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none
}
a img {
    border: none
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}
body{

}
#section-point .btn,
#section-lineup .btn,
#section-hairmake .btn,
#section-voice .btn,
#section-store .btn {
    display: flex;
    align-items: center;
    position: relative;
    left: 0;
    right: 0;
    padding: 0 24px;
    width: 140px;
    height: 32px;
    font-size: 10px;
    font-weight: bold;
    background: #f5e6f0;
    cursor: pointer
}
@media(min-width: 769px) {
    #section-point .btn,
    #section-lineup .btn,
    #section-hairmake .btn,
    #section-voice .btn,
    #section-store .btn {
        padding: 0 48px;
        width: 280px;
        height: 64px;
        font-size: 20px
    }
}
#section-point .btn:before,
#section-lineup .btn:before,
#section-hairmake .btn:before,
#section-voice .btn:before,
#section-store .btn:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 144px;
    margin: auto;
    width: 96px;
    height: 2px;
    content: '';
    background: #6d6868
}
@media(max-width: 768px) {
    #section-point .btn:before,
    #section-lineup .btn:before,
    #section-hairmake .btn:before,
    #section-voice .btn:before,
    #section-store .btn:before {
        left: 72px;
        width: 48px;
        height: 1px
    }
}
#section-point .btn:after,
#section-lineup .btn:after,
#section-hairmake .btn:after,
#section-voice .btn:after,
#section-store .btn:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 240px;
    margin: auto;
    width: 12px;
    height: 2px;
    content: '';
    background: #6d6868;
    transform: rotate(-140deg);
    transform-origin: left center
}
@media(max-width: 768px) {
    #section-point .btn:after,
    #section-lineup .btn:after,
    #section-hairmake .btn:after,
    #section-voice .btn:after,
    #section-store .btn:after {
        left: 120px;
        width: 6px;
        height: 1px
    }
}
[data-bb-transition-fadeout] {
    filter:blur(0);
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: filter 0.4s 1s ease-in-out, opacity 0.4s 1s ease-in-out, transform 0.4s 1s ease-in-out
}
[data-bb-transition-fadeout][data-bb-transition='true'] {
    filter:blur(8px);
    opacity: 0;
    transition: filter 0.4s ease-in-out, opacity 0.4s ease-in-out, transform 0.4s ease-in-out
}
[data-bb-transition-fadein] {
    filter:blur(0);
    opacity: 1;
    transform: scale(1) translate3d(0, 0, 0);
    transition: filter 0.8s ease-in-out, opacity 0.8s ease-in-out, transform 0.8s ease-in-out
}
[data-bb-transition-fadein][data-bb-scroll-transition='false'] {
    filter:blur(8px);
    opacity: 0;
    transform: scale(1.1) translate3d(0, 0, 0)
}
[data-bb-transition-slidein-from-left] {
    filter:blur(0);
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: filter 0.8s ease-in-out, opacity 0.8s ease-in-out, transform 0.8s ease-in-out
}
[data-bb-transition-slidein-from-left][data-bb-scroll-transition='false'] {
    filter:blur(8px);
    opacity: 0;
    transform: translate3d(-24px, 0, 0)
}
[data-bb-transition-slidein-from-right] {
    filter:blur(0);
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: filter 0.8s ease-in-out, opacity 0.8s ease-in-out, transform 0.8s ease-in-out
}
[data-bb-transition-slidein-from-right][data-bb-scroll-transition='false'] {
    filter:blur(8px);
    opacity: 0;
    transform: translate3d(24px, 0, 0)
}
[data-bb-transition-slidein-from-bottom] {
    filter:blur(0);
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: filter 0.8s ease-in-out, opacity 0.8s ease-in-out, transform 0.8s ease-in-out
}
[data-bb-transition-slidein-from-bottom][data-bb-scroll-transition='false'] {
    filter:blur(8px);
    opacity: 0;
    transform: translate3d(0, 24px, 0)
}
[data-bb-transition-slidein-from-top] {
    filter:blur(0);
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: filter 0.8s ease-in-out, opacity 0.8s ease-in-out, transform 0.8s ease-in-out
}
[data-bb-transition-slidein-from-top][data-bb-scroll-transition='false'] {
    filter:blur(8px);
    opacity: 0;
    transform: translate3d(0, -24px, 0)
}
@-webkit-keyframes fadeInAlpha {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@keyframes fadeInAlpha {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@-webkit-keyframes fadeOutAlpha {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
@keyframes fadeOutAlpha {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
@-webkit-keyframes fadeInBlur {
    0% {
        opacity: 0;
        filter:blur(8px);
        transform: scale(1.1) translate3d(0, 0, 0)
    }
    100% {
        opacity: 1;
        filter:blur(0);
        transform: scale(1) translate3d(0, 0, 0)
    }
}
@keyframes fadeInBlur {
    0% {
        opacity: 0;
        filter:blur(8px);
        transform: scale(1.1) translate3d(0, 0, 0)
    }
    100% {
        opacity: 1;
        filter:blur(0);
        transform: scale(1) translate3d(0, 0, 0)
    }
}
@-webkit-keyframes fadeOutBlur {
    0% {
        opacity: 1;
        filter:blur(0);
        transform: scale(1) translate3d(0, 0, 0)
    }
    100% {
        opacity: 0;
        filter:blur(8px);
        transform: scale(1.1) translate3d(0, 0, 0)
    }
}
@keyframes fadeOutBlur {
    0% {
        opacity: 1;
        filter:blur(0);
        transform: scale(1) translate3d(0, 0, 0)
    }
    100% {
        opacity: 0;
        filter:blur(8px);
        transform: scale(1.1) translate3d(0, 0, 0)
    }
}
* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none
}
*:before,
*:after {
    box-sizing: border-box
}



/* スクロールアニメーション */
.off{
  filter:blur(4px);
  opacity: 0;
  transform: scale(1) translate3d(0, 10px, 0);
  transition: all 1s ease-in-out ;
}

.left{
   transform: scale(1) translate3d(-50px, 0px, 0);
   transition: all 1s ease-in-out ;
}

.right{
    transform: scale(1) translate3d(50px, 0px, 0);
}

.on{
  filter:blur(0);
  opacity: 1;
  transform: scale(1) translate3d(0, 0, 0);
  transition: all 0.8s ease-in-out;
}

@media(min-width: 769px) {
    body {
        min-width: 1400px;
        line-height: 2em
    }
}
a {
    color: inherit;
    text-decoration: none;
    cursor: pointer
}
#debug:target {
    position: fixed;
    top: 0;
    left: 0;
    width: 1505px;
    height: 2px;
    content: '';
    background: red;
    z-index: 9999
}
@media(max-width: 768px) {
    [data-pc] {
        display: none !important
    }
}
@media(min-width: 769px) {
    [data-sp] {
        display: none !important
    }
}
[data-none] {
    display: none !important
}
[data-bb-accordion][data-bb-accordion='false'] [data-bb-accordion-inner] {
    height: 0 !important;
    filter:blur(8px);
    opacity: 0;
    overflow: hidden
}
[data-bb-accordion] [data-bb-accordion-inner] {
    filter:blur(0);
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: height 0.4s ease-in-out, filter 0.4s ease-in-out, opacity 0.4s ease-in-out, transform 0.4s ease-in-out
}
[data-bb-accordion] [data-bb-btn-open] {
    cursor: pointer
}
@media(min-width: 769px) {
    [data-bb-accordion][data-bb-accordion-sp] [data-bb-accordion-inner] {
        height: auto !important;filter:none !important;
        opacity: 1 !important;
        transform: translate3d(0, 0, 0) !important
    }
}
#header {
    position: relative;
    width: 100%;
    height: 40px;
    font-size: 10px;
    z-index: 10
}
@media(min-width: 769px) {
    #header {
        height: 80px;
        font-size: 14px;
        line-height: 1.2em
    }
}
#header .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    padding: 8px 16px;
    width: 100%;
    height: 40px;
    background: #fff
}
@media(min-width: 769px) {
    #header .inner {
        padding: 16px 44px;
        min-width: 1400px;
        height: 80px
    }
}
@media(max-width: 768px) {
    img{
        width: 100%;
    }
}

/* toggle */

.acd-check{
    display: none;
}
.acd-label{
    color: #000;
    display: block;
}
.acd-content{
    height: 0;
    opacity: 0;
    transition: .5s;
    visibility: hidden;
}
.acd-check:checked + .acd-label + .acd-content{
    height: auto;
    opacity: 1;
    visibility: visible;
}

/*tabの形状*/
.tab{
    display: flex;
    flex-wrap: wrap;
}
.tab li a{
    display: block;
    background:#ddd;
    margin:0 2px;
    padding:10px 20px;
}
/*liにactiveクラスがついた時の形状*/
.tab li.active a{
    background:#fff;
}


/*エリアの表示非表示と形状*/
.area {
    display: none;/*はじめは非表示*/
    opacity: 0;/*透過0*/
    background: #fff;
    padding:50px 20px;
}

/*areaにis-activeというクラスがついた時の形状*/
.area.is-active {
    display: block;/*表示*/
    animation-name: displayAnime;/*ふわっと表示させるためのアニメーション*/
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

@keyframes displayAnime{
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.swiper-button-prev,
.swiper-button-next {
 position: absolute;
 top: 50%;
 width: calc(var(--swiper-navigation-size) / 44 * 27);
 height: var(--swiper-navigation-size);
 margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
 z-index: 10;
 cursor: pointer;
 display: flex;
 align-items: center;
 justify-content: center;
 color: var(--swiper-navigation-color, var(--swiper-theme-color));
 width: 30px !important; /* ボタンの幅 */
 height: 30px !important; /* ボタンの高さ */
 background-size: 30px 30px !important; /* 背景画像としてのサイズ（＝表示したい画像サイズ） */
 margin-top: -24px; /* 縦中央配置用：ボタンの高さの半分のネガティブマージン（top:50%がすでに設定されている） */
}
/* 次ページボタンのスタイル */
.swiper-button-next {
 background-image: url(../img/page-right.png)!important;
}
/* 前ページボタンのスタイル */
.swiper-button-prev {
 background-image: url(../img/page-left.png)!important;
}
/* top */

img{
        width: 100%;
    vertical-align: bottom;
}
header{
    max-width: 100%;
}

main {
    max-width: 100%;
    margin: 0 auto;
}
section#section-top img {
    width: 100%;
}

section#section-top {
    position: relative;
}
p.top_text_logo {
        position: absolute;
    z-index: 10;
    top: 0;
}
img{
    vertical-align: bottom;
}
section#point {

}

.gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    margin: 0 auto 3%;
    width: 95%;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}

.fixed_bottom {
    background: #aa995e !important;
}
.fixed_bottom a {
    background: #aa995e !important;
}
a.cvbt {
    display: block;
    width: 80%;
    margin: 5% auto;
    background: #cc0000;
    padding: 20px;
    color: #fff;
    position: relative;
    font-size: 18px;
    border-radius: 30px;
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
}
a.cvbt::after {
   content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 14px;
    margin: auto;
    box-sizing: border-box;
    border: 8px solid transparent;
    border-left: 10px solid #fff;
    z-index: 2;
}

.swiper-container.slider1 {
    width: 90%;
    margin: 0 auto 10px;
}

.modal-content__title {
    font-size: 1.5rem;
    font-weight: bold;
}
.modal_close {
    position: absolute;
    left: 10px;
    top: 50px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: auto;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.contentbox.boxred {
    background: #b32929;;
}
.contentbox.boxgreen {
    background: #5b735c;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.swiper-slide-active .swiper-img,
.swiper-slide-duplicate-active .swiper-img,
.swiper-slide-prev .swiper-img {
  animation: zoomUp 7s linear 0s normal both;
}
.swiper-slide img {
  height: auto;
  width: 100%;
}

.youtube {
    width: 90%;
    aspect-ratio: 16 / 9;
    margin: 0 auto 10%;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

p.topkv {
    margin-bottom: 5%;
}

.faq_dl {
      margin: 0;
      padding: 0;
    }

    .faq_dt {
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
      background-color: #f9f9f9;
      padding: 15px;
      border: 1px solid #ddd;
      margin-bottom: 5px;
      font-size: 16px;
      font-weight: bold;
    }

    .faq_q {
      display: flex;
      align-items: center;
      gap: 8px; /* 「Q」と質問文を近づける */
    }

    .faq_icon {
      width: 20px;
      height: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 24px;
      font-weight: bold;
      transition: transform 0.3s ease, opacity 0.3s ease;
    }

    .faq_dt.active .faq_icon {
      transform: rotate(180deg);
    }

    .faq_dd {
      display: none;
      padding: 15px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-top: none;
      font-size: 14px;
    }

    /* プラス（＋）とマイナス（−）の切り替え */
    .faq_icon::before {
      content: "+";
      transition: content 0.3s ease;
    }

    .faq_dt.active .faq_icon::before {
      content: "−";
    }

    section#top {
    background: #1c1c1c;
    padding-bottom: 5%;
    margin-bottom: 10%;
}
p.top_txt {
    color: #fff;
    font-size: 18px;
    line-height: 1.5em;
    margin-bottom: 2%;
}

h2.top_head2 {
    margin-bottom: 10%;
}
h3.top_head3 {
    margin-bottom: 10%;
}
.topic_box {
    width: 90%;
    margin: 0 auto;
    background: #3b3b3b;
    color: #fff;
    padding: 1em;
}
ul.topic_ul {
    margin-bottom: 3%;
}
li.topic_li {
    border-bottom: solid 1px #fff;
    padding: 5px;
}
dl.topic_dl {
    display: flex
;
    justify-content: flex-start;
}
dt.topic_dt {
    margin-right: 1em;
}

dt.interview_dt {
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 3%;
    color: #354656;
}
dd.interview_dd {
    font-size: 25px;
    letter-spacing: 1px;
    margin-bottom: 10%;
}
p.interview_img {
    width: 50%;
    margin: 0 auto 10%;
}
h3.interview__head3 {
    text-align: left;
    font-size: 20px;
    width: 90%;
    margin: 0 auto;
    line-height: 2em;
    margin-bottom: 5%;
    color: #384a6d;
}
p.interview_txt {
    text-align: left;
    line-height: 1.8em;
    width: 90%;
    margin: 0 auto 10%;
}
p.interview_yokoku {
    margin-bottom: 10%;
}
section.cv {
    position: relative;
}
h3.cv_head3 {
    position: absolute;
    top: 11%;
    font-size: 18px;
    color: #fff;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    line-height: 1.8em;
}
p.cv_img {
    position: absolute;
    top: 35%;
    font-size: 18px;
    color: #fff;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    line-height: 1.8em;
}
p.cv_price {
    position: absolute;
    top: 63%;
    font-size: 22px;
    color: rgb(255, 255, 255);
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1.8em;
    width: 100%;
}
p.cv_price span {
    font-size: 35px;
    display: inline-block;
    margin-left: 0.5em;
    margin-right: 0.5em;
}
p.cv_price i {
    /* font-style: normal !important; */
    font-style: inherit;
    font-size: 13px;
}

section#about {
    position: relative;
    background: #2a2a2a;
}

p.about_goldtxt {
    position: absolute;
    top: 10%;
    left: 4%;
    font-size: 18px;
    color: #bfa06c;
}
p.about_goldtxt {
    position: absolute;
    top: 7%;
    left: 4%;
    font-size: 18px;
    color: #bfa06c;
}
h3.about_head3 {
    text-align: left;
    color: #fff;
    line-height: 1.6em;
    font-size: 26px;
    font-weight: bold;
    position: absolute;
    top: 9%;
    left: 4%;
}
p.about_txt {
    padding-top: 10%;
    text-align: left;
    line-height: 1.8em;
    width: 92%;
    margin: 0 auto 7%;
    color: #fff;
}
p.about_txt2 {
    padding-top: 10%;
    text-align: left;
    line-height: 1.8em;
    width: 92%;
    margin: 0 auto 1%;
    color: #fff;
}
p.about_caution {
    width: 90%;
    margin: 0 auto;
    color: #fff;
    text-align: left;
    font-size: 13px;
    line-height: 1.5em;
    margin-bottom: 12%;
}
.about_glay {
    position: relative;
    background: #e0e0e1;
    padding: 10% 5%;
}
.about_glay::before {
    content: "";
    position: absolute;
    top: -33px;
    left: 50%;
    margin-left: -15px;
    border: 17px solid transparent;
    border-bottom: 17px solid #e0e0e1;
    z-index: 2;
}
h3.about_glay_redbox {
    background: #d91a47;
    color: #fff;
    padding: 15px;
    line-height: 1.5em;
    font-size: 20px;
    margin-bottom: 5%;
}
p.about_glay_img {
    margin-bottom: 5%;
}

p.about_glay_txt {
    text-align: left;
    line-height: 1.5em;
    margin-bottom: 10%;
}
h3.about_glay_head3 {
    text-align: left;
    color: #d81545;
    font-size: 26px;
    margin-bottom: 5%;
}

section#point {
    background: #2a2a2a;
}

p.point_head3 {
    text-align: left;
    color: #fff;
    line-height: 1.6em;
    font-size: 26px;
    font-weight: bold;
    /* position: absolute; */
    top: 9%;
    left: 4%;
    padding-left: 5%;
    margin-bottom: 5%;
}
p.point_txt {
    color: #fff;
    line-height: 1.6em;
    width: 90%;
    margin: 0 auto;
    text-align: left;
}
p.point_img {
    margin-bottom: 2%;
}
p.point_txt {
    color: #fff;
    line-height: 1.6em;
    width: 88%;
    margin: 0 auto 10%;
    text-align: left;
}

p.point_txt2 {
    color: #fff;
    font-size: 18px;
    line-height: 1.8em;
    margin-bottom: 10%;
}

p.point_img_cv {
    width: 60%;
    margin: 0 auto 5%;
}

section#voice {
    padding: 10% 0;
}
h2.voice_head2 {
    margin-bottom: 5%;
}
p.voice_subttl {
    margin-bottom: 10%;
}
.voice_box {
    width: 85%;
    margin: 0 auto 10%;
}
h3.voice_head3 {
    background: #d9d9ba;
    padding: 5%;
    font-size: 20px;
    line-height: 1.5em;
}
p.voice_img {
    margin-bottom: 5%;
}
p.voice_txt {
    text-align: left;
    line-height: 1.6em;
}

section#siyou {
    background: #353535;
    color: #fff;
    padding: 10% 5%;
}
h3.good_info {
    border: solid 1px #fff;
    width: fit-content;
    padding: 5px 10px;
    margin-bottom: 5%;
}
dl.good_info_dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 3%;
}

dl.good_info_dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 3%;
}
t.good_info_dt {
    width: 20%;
    text-align: left;
    line-height: 1.5em;
}
d.good_info_dd {
    width: 80%;
    text-align: left;
    line-height: 1.5em;
}
section#faq {
    padding: 10% 0;
}
h2.faq_head2 {
    margin-bottom: 5%;
}
p.faq_subttl {
    margin-bottom: 10%;
}

.accordion {
    margin-bottom: 10px;
}
.accordion__title {
    font-size: 20px;
    padding: 10px;
    color: #222;
    cursor: pointer;
    position: relative;
}
.accordion__title::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 2px;
    background-color: #222;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 1s;
}
.accordion__title::after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 2px;
    background-color: #222;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    transition: transform 1s;
}
.accordion__title.show::before {
    opacity: 0;
}
.accordion__title.show::after {
    transform: translateY(-50%) rotate(180deg);
}
.accordion__content {
    display: none;
}
h2.accordion__title img {
    width: 22px;
    display: inline-block;
    margin-right: 7px;
}
.accordion__title {
    font-size: 20px;
    padding: 10px;
    color: #222;
    /* background-color: #000066; */
    cursor: pointer;
    position: relative;
    text-align: left;
    border-bottom: solid 2px #222;
    width: 90%;
    margin: 0 auto 3%;
}
p.accordion__text img {
    width: 22px;
    display: inline-block;
    margin-right: 7px;
}
p.accordion__text {
    width: 87%;
    margin: 0 auto;
    line-height: 1.6em;
    text-align: left;
    text-indent: -1.85em;
    padding-left: 2em;
}
dt.good_info_dt {
    width: 15%;
    text-align: left;
}
dd.good_info_dd {
    width: 80%;
    text-align: left;
}
#left_wrap,
#right_wrap{
    display: none;
}

/* PC対応 */
@media(min-width: 769px) {

header{
    max-width: inherit;
    width: 100%
}
/* top */
main {
    max-width: 750px;
    margin: 0 auto;
}



.fixed_bottom {
    background: #aa995e !important;
    display: none;
}
dl.cvbox_boxdl {
    border: solid 1px #d3bb77;
    margin: 0 auto 5%;
    width: 80%;
}
dt.cvbox_boxdt {
    background: #d3bb77;
}
dd.cvbox_boxdd {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding: 0.5em;
}
p#copytxt {
    font-size: 20px;
    font-weight: bold;
    width: 57%;
}
button {
    background: #e9ddbc;
    padding: 0 1.5em;
    width: 40%;
}
div#lp-main {
    max-width: 30.5rem;
    margin: 0 auto;
}


#left_wrap {
    display: block;
    width: calc((100% - 30.5rem) / 2);
    /* width: calc((100% - 50rem) / 2); */
    margin: 0;
}
#right_wrap {
    display: block;
    width: calc((100% - 30.5rem) / 2);
    /* width: calc((100% - 50rem) / 2); */
    margin: 0;
}
#left_wrap .left_image-wrap {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    position: absolute;
}
#left_wrap {
    /* padding: 10rem 8rem 9rem 8rem; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    padding: 2.5rem;
            background: #1c1c1c;
}
#right_wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
            background: #1c1c1c;
}
#right_wrap .right_image-wrap {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    position: absolute;
}
#left_wrap .left_image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#left_wrap .left_image:nth-of-type(1) {
    background-image: url(../img/pc_side/lp_bg_left.jpg);
}
#left_wrap .left_image:nth-of-type(2) {
    background-image: url(../img/pc_side/lp_bg_left2.jpg);
}
#left_wrap .left_image:nth-of-type(3) {
    background-image: url(../img/pc_side/lp_bg_left3.jpg);
}
#left_wrap .left_image:nth-of-type(4) {
    background-image: url(../img/pc_side/lp_bg_left4.jpg);
}
#left_wrap .left_image {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    opacity: 0;
    transition: 1s all ease-in-out;
}
#right_wrap .right_image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#right_wrap .right_image:nth-of-type(1) {
    background-image: url(../img/pc_side/lp_bg_right.jpg);
}
#right_wrap .right_image:nth-of-type(2) {
    background-image: url(../img/pc_side/lp_bg_right2.jpg);
}
#right_wrap .right_image:nth-of-type(3) {
    background-image: url(../img/pc_side/lp_bg_right3.jpg);
}
#right_wrap .right_image:nth-of-type(4) {
    background-image: url(../img/pc_side/lp_bg_right4.jpg);
}
#right_wrap .right_image {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    opacity: 0;
    transition: 1s all ease-in-out;
}
#left_wrap .left_image.on,
#right_wrap .right_image.on {
    opacity: 1;
}
}