@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lusitana:wght@300;400;700&display=swap');

html {
    font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    color: #000;
    height: 100%;
    overscroll-behavior: none;
}
body{
    height: 100%;
    background: #FFF;
}

:root {
    --fontjp: 'Noto Sans JP', sans-serif;
    --fontjp_serif: "Noto Serif JP", serif;
    --fonten_title: "Cinzel", serif;
    --fonten: 'Lusitana', serif;
    --fontcolor: #333;
  }
  

.pc { display: block; }
.sp { display: none; }
@media only screen and (max-width: 750px) {
    .pc { display: none; }
    .sp { display: block; }
}

.link_range {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
}

img {
    width: 100%;
    height: auto;
}


/*------------------------------------*\
        共通
\*------------------------------------*/
/* inview用 */
.inview, .inview2 {
    transition: all 800ms ease-in-out;
    opacity: 0;
}
.inview_up, .inview_up2 {
    transition: all 500ms ease-in-out;
    opacity: 0;
    transform: translate(0,10px);
}
.inview_action {
    opacity: 1.0;
}
.inview_up_action {
    opacity: 1.0;
    transform: translate(0,0);
}
@media only screen and (max-width:750px) {
}




/*------------------------------------*\
    カラーミーのCSS上書き
\*------------------------------------*/
#wrapper .contents {
    max-width: none;
}
#wrapper .contents .container {
    width: 100%;
    max-width: none;
}
@media screen and (max-width: 790px) {
    #wrapper .contents .container {
        width: 100%;
        max-width: none !important;
        padding: 0;
    }
}

.page-top {
    bottom: 15px;
}
@media screen and (max-width: 790px) {
    .page-top {
        bottom: 90px;
        right: 20px;
        visibility: hidden;
        opacity: 0;
        transition: all 500ms ease-in-out;
    }
    body.nav_top .page-top {
    }
    body.nav_fv .page-top {
    }
    body.nav_nomal .page-top {
    }
    body.nav_bottom .page-top {
        visibility: visible;
        opacity: 1;
    }
}


/* footerの調整 */
.footer {
    padding-bottom: 40px;
}



/*------------------------------------*\
    contactModal
\*------------------------------------*/
div.contactModal {
    /* display: none; */
  }
div.contactModal.open {
  display: block;
  width: 100%;
  background: rgba(0,0,0,0.5);
  position: absolute;
  z-index: 2;
  overflow: hidden;
}
div.contactModal > div {
    padding: 25px 0px 25px;
    text-align: center;
    background: #fff;
    border: 4px solid #e7c022;
}
@media only screen and (max-width:750px) {
    div.contactModal > div {
        width: 100%;
        border: none;
        margin-top: 4vh;
    }
}

div.contactModal ul.bridal_bh {
  width: 90%;
  margin: 10px auto 0;
  text-align: left;
  border: 1px solid #dcdcdc;
}
div.contactModal ul.bridal_bh li {
  width: 42%;
  padding: 2% 4%;
  display: inline-block;
  border-bottom: 1px solid #dcdcdc;
  position: relative;
}
@media screen and (max-width: 340px) {
  div.contactModal ul.bridal_bh li {
    font-size: 13px;
  }
}
div.contactModal ul.bridal_bh li:nth-last-of-type(1),
div.contactModal ul.bridal_bh li:nth-last-of-type(2) {
  border-bottom: none;
}
div.contactModal ul.bridal_bh li:nth-child(odd)::after {
  content: "";
  width: 100%;
  height: 100%;
  border-right: 1px solid #dcdcdc;
  position: absolute;
  right: 0;
  top: 0;
}
div.contactModal p.close {
  width: 35px;
  height: 35px;
  color: #fff;
  font-size: 24px;
  text-align: center;
  background: #ddd;
  border-radius: 50px;
  position: absolute;
  top: -22px;
  left: -10px;
  line-height: 1.45;
  cursor: pointer;
}
div.contactModal > div p {
  color: #555;
  font-size: 14px;
  line-height: 1.6;
}
div.contactModal > div p.bold {
  margin: 0px 0px 13px;
  font-size: 18px;
}
div.contactModal > div p span {
  font-size: 10px;
}
div.contactModal > div p.small {
  font-size: 10px;
  line-height: 1.2;
}
div.contactModal > div p:nth-of-type(3) {
  margin-bottom: 20px;
}
div.contactModal > div a.line {
  width: 87%;
  margin: 20px auto;
  padding: 13px 0px 16px;
  color: #fff;
  font-size: 17px;
  background: #00B900;
  border: none;
  border-radius: 10px;
  display: block;
  text-decoration: none;
}
div.contactModal > div a.line_bridal {
  display: block;
}
div.contactModal > div a.line_ws {
  display: none!important;
}
div.contactModal > div a.line span {
  height: 26px;
  padding-right: 7px;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}
div.contactModal > div a.line .fa-line {
  width: 30px;
  margin-top: -6px;
  margin-left: -3px;
  color: #00B900;
  font-size: 40px;
  background: #fff;
  vertical-align: middle;
}
div.contactModal p.tel-mail a {
  width: 40%;
  margin: 0px 3% 5px;
  padding: 13px 0px;
  font-size: 10px;
  background: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  display: inline-block;
  text-decoration-line: none;
}
div.contactModal > div a img {
  width: auto;
  height: 20px;
  vertical-align: middle;
  opacity: 1!important;
  display: block;
  margin: 0 auto 10px;
}

  
/*------------------------------------*\
    追従メニュー LINE
\*------------------------------------*/
.follow_line {
    background: #ddd;
    width: 100%;
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 0 20px;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transition: all 500ms ease-in-out;
}
body.nav_top .follow_line {
    visibility: visible;
    opacity: 1;
}
body.nav_fv .follow_line {
    visibility: visible;
    opacity: 1;
}
body.nav_nomal .follow_line {
    visibility: visible;
    opacity: 1;
}
body.nav_bottom .follow_line {
    visibility: visible;
    opacity: 1;
}
@media only screen and (max-width:750px) {
    .follow_line {
        right: auto;
        left: 50%;
        transform: translate(-50%, 0);
    }
}
.follow_line_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 0 auto;
  padding: 15px 0px 20px;
}
.follow_line_btn {
    position: relative;
    padding: 10px 20px;
    border: 1px solid #000;
    background-color: #FFF;
}
.follow_line_btn_text {
    font-family: var(--fontjp);
    color: var(--fontcolor);
    font-size: 12px;
    letter-spacing: 0.03em;
    font-weight: 400;
}
.follow_line_text_wrap {
}
.follow_line_text {
    font-family: var(--fontjp);
    color: var(--fontcolor);
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.03em;
    font-weight: 400;
}


/*------------------------------------*\
    follow_menu
\*------------------------------------*/
.follow_menu {
    width: 100%;
    background: rgba(255,255,255,0.8);
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transition: all 500ms ease-in-out;
}
body.nav_top .follow_menu {
}
body.nav_fv .follow_menu {
}
body.nav_nomal .follow_menu {
    visibility: visible;
    opacity: 1;
}
body.nav_bottom .follow_menu {
    visibility: visible;
    opacity: 1;
}
.follow_menu_inner {
  padding: 5px 0px;
  display: flex;
  max-width: 520px;
  margin: 0 auto;
}
.follow_menu li {
  width: 30%;
  padding: 10px 2%;
  text-align: center;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.follow_menu li::after {
  content: "";
  width: 0;
  height: 80%;
  border-left: 1px solid #be920f;
  position: absolute;
  top: 10%;
  right: 0;
}
.follow_menu li:last-child:after {
  display: none;
}
.follow_menu li a {
  color: #be920f !important;
  font-size: 12px;
  letter-spacing: 1px;
  text-decoration: none;
  display: block;
}
.follow_menu li i {
  margin-bottom: 5px;
  color: #be920f;
  font-size: 20px;
  display: block;
}

/*------------------------------------*\
    modal
\*------------------------------------*/
.com_modal_wrap {
    width: 100%;
    height: 100svh;
    position: fixed;
    top: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 500ms ease-in-out; 
    z-index: 960;
}
body.modal_open .com_modal_wrap {
    visibility: visible;
    opacity: 1;
}

.modal_back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.95;
    background-color: #FFF;
}

.modal_wrap {
    width: 100%;
    height: 100%;
    position: relative;
}




.modal_contact .modal_back {
    opacity: 0.5;
    background-color: #000;
}
@media only screen and (max-width:750px) {
    .modal_contact .modal_back {
        opacity: 9.5;
        background-color: #FFF;
    }
}
.modal_contact .modal_wrap {
    width: 90%;
    max-width: 550px;
    height: auto;
    position: absolute; 
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media only screen and (max-height:600px) {
    .modal_contact .modal_wrap {
        top: 0;
        transform: translate(-50%, 0);
        height: 100%;
        position: relative;
    }
}
@media only screen and (max-width:750px) {
    .modal_contact .modal_wrap {
        width: 100%;
        height: 100%;
        position: relative; 
        top: 0;
        transform: translate(-50%, 0);
    }
}


.modal_scroll_wrap {
    height: 100%;
    overflow-y: scroll;
    -ms-overflow-style: none; /* Microsoft Edgeへの対応 */
    scrollbar-width: none; /* Firefoxへの対応 */
}
.modal_scroll_wrap::-webkit-scrollbar {
    display: none;
}
@media only screen and (max-width:750px) {
}


.modal_content {
}
@media only screen and (max-width:750px) {
}

.modal_close_button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 320px;
    height: 70px;
    margin: 0 auto;
    border: 3px solid #000;
    font-family: var(--fontjp);
    font-size: 22px;
    letter-spacing: 0.1em;
    font-weight: bold;
    color: #000;
    cursor: pointer;
    margin-top: 5vh;
    margin-bottom: 5vh;
    transition: all 300ms ease-in-out;
}
.modal_close_button:hover {
    opacity: 0.6;
}
@media only screen and (max-width:750px) {
    .modal_close_button {
        width: 220px;
        max-width: 80%;
        height: 50px;
        border: 2px solid #000;
        font-size: 14px;
        margin-top: 4vh;
        margin-bottom: 4vh;
    }
}

/* 閉じる */
.modal_button_wrap {
    position: absolute;
    right: 23px;
    top: 14px;
    cursor: pointer;
}
.modal_button {
    width: 52px;
    height: 52px;
    position: relative;
}
.modal_button_line {
    width: 44px;
    height: 2px;
    background-color: #333;
    border: none;
    font-size: 0;
    position: absolute;
    top: 26px;
    left: 8px;
    margin: 0;
    transition: all 300ms ease-in-out;
}
.modal_button_line.line_1 {
    transform: rotate(45deg);
}
.modal_button_line.line_2 {
    transform: rotate(-45deg);
}
@media only screen and (max-width:750px) {
    .modal_button_wrap {
        right: 3px;
        top: 3px;
    }
    .modal_button_line {
        width: 36px;
        height: 2px;
    }
}


/* モーダルの中身 */
#modal_01, #modal_contact, #modal_03 {
    display: none;
}
#modal_01.visible, #modal_contact.visible, #modal_03.visible {
    display: block;
}
@media only screen and (max-width:750px) {
    #modal_01, #modal_contact, #modal_03 {
        display: none;
    }
    #modal_01.visible, #modal_contact.visible, #modal_03.visible {
        display: block;
    }
}



/*------------------------------------*\
    page content
\*------------------------------------*/
.com_title_wrap {
    padding-top: 60px;
    padding-bottom: 45px;
}
@media only screen and (max-width:750px) {
    .com_title_wrap {
        padding-top: 40px;
        padding-bottom: 30px;
    }
}
.com_title {
    font-family: var(--fonten);
    color: var(--fontcolor);
    font-size: 28px;
    letter-spacing: 0.05em;
    font-weight: 400;
    text-align: center;
}
.com_title .title_jp {
    font-family: var(--fontjp_serif);
    color: var(--fontcolor);
    font-size: 16px;
    letter-spacing: 0.03em;
    font-weight: 400;
    text-align: center;
    margin-top: 16px;
    display: block;
}
@media only screen and (max-width:750px) {
    .com_title {
        font-size: 20px;
    }
    .com_title .title_jp {
        font-size: 14px;
        margin-top: 10px;
    }
}



.com_border {
    border-top: 1px solid #ccc;
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
}

.page_content_wrap {
}
.page_content_wrap.bk_color {
    background-color: #F8F2ED;
}
.page_content_inner {
    width: 90%;
    max-width: 1500px;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 80px;
}
@media only screen and (max-width:750px) {
    .page_content_inner {
        padding-top: 60px;
        padding-bottom: 70px;
    }
}

.page_com_title_wrap {
}
.page_com_title {
    font-family: var(--fonten_title);
    color: var(--fontcolor);
    font-size: 28px;
    letter-spacing: 0.05em;
    font-weight: 500;
    text-align: center;
}
.page_com_title .title_en {
    font-family: var(--fonten);
}
.page_com_title_jp {
    font-family: var(--fontjp_serif);
    color: var(--fontcolor);
    font-size: 15px;
    letter-spacing: 0.03em;
    font-weight: 400;
    text-align: center;
    margin-top: 16px;
}
@media only screen and (max-width:750px) {
    .page_com_title {
        font-size: 20px;
    }
    .page_com_title_jp {
        margin-top: 14px;
    }
}

.page_content {
    margin-top: 60px;
}
@media only screen and (max-width:750px) {
    .page_content {
        margin-top: 40px;
    }
}


.page_content_text_wrap {
    text-align: center;
    margin-top: 45px;
    margin-bottom: 50px;
}
@media only screen and (max-width:750px) {
    .page_content_text_wrap {
        margin-top: 35px;
        margin-bottom: 35px;
    }
}
.page_content_text {
    font-family: var(--fontjp_serif);
    color: var(--fontcolor);
    font-size: 22px;
    line-height: 48px;
    letter-spacing: 0.05em;
    font-weight: 400;
}
@media only screen and (max-width:750px) {
    .page_content_text {
        font-size: 16px;
        line-height: 34px;
    }
}


.page_content_note_wrap {
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
}
@media only screen and (max-width:750px) {
    .page_content_note_wrap {
        width: 85%;
        margin-top: 45px;
        margin-bottom: 45px;
    }
}
.page_content_note {
    font-family: var(--fontjp);
    color: var(--fontcolor);
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.03em;
    font-weight: 400;
    text-align: justify;
}
.page_content_note.note_center {
    font-family: var(--fontjp_serif);
    font-size: 16px;
    line-height: 36px;
    letter-spacing: 0.05em;
    text-align: center;
}
@media only screen and (max-width:750px) {
    .page_content_note {
        font-size: 12px;
        line-height: 26px;
    }
    .page_content_note.note_center {
        font-size: 15px;
        line-height: 32px;
    }
}


/* ボタン */
.page_com_button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 30px;
    border-radius: 16px;
    background-color: #CFB08A;
    margin: 0 auto;
    transition: all 300ms ease-in-out;
    cursor: pointer;
}
@media only screen and (max-width:750px) {
    .page_com_button {
        width: 110px;
        height: 28px;
        border-radius: 14px;
    }
}

.page_com_button:hover {
    opacity: 0.8;
}
.page_com_button_text {
    font-family: var(--fonten);
    font-size: 11px;
    letter-spacing: 0.12em;
    font-weight: 600;
    color: #FFF;
    padding-top: 1px;
}
.page_com_button_text_jp {
    font-family: var(--fontjp);
    font-size: 11px;
    letter-spacing: 0.07em;
    font-weight: 500;
    color: #FFF;    
}
@media only screen and (max-width:750px) {
    .page_com_button_text {
        font-size: 10px;
    }
    .page_com_button_text_jp {
        font-size: 10px;
    }
}

/* アコーディオン */
/*.com_accordion {
    display: none;
}*/



/*------------------------------------*\
    page
\*------------------------------------*/
.page {
}
.page_fv_wrap {
    padding-bottom: 80px;
}
@media only screen and (max-width:750px) {
    .page_fv_wrap {
        padding-bottom: 60px;
    }
}

.page_fv_img_wrap {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.page_fv_img_wrap::before {
    content: "";
    display: block;
    padding-top: calc(100% * (9 / 16));
}
@media only screen and (max-width:750px) {
    .page_fv_img_wrap::before {
        padding-top: calc(100% * (3 / 2));
    }
}
#page .page_fv_img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}


.page_fv_detail_wrap {
    padding-top: 70px;
}
@media only screen and (max-width:750px) {
    .page_fv_detail_wrap {
        padding-top: 5svh;
    }
}
.page_fv_detail_inner {
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

.page_fv_detail_title {
    font-family: var(--fonten);
    color: var(--fontcolor);
    font-size: 30px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-weight: 400;
    margin-bottom: 60px;
}
.page_fv_detail_title .title_jp {
    font-family: var(--fontjp_serif);
    font-size: 22px;
    margin-left: 15px;
}
@media only screen and (max-width:750px) {
    .page_fv_detail_title {
        font-size: 22px;
        line-height: 22px;
        margin-top: 22px;
        margin-bottom: 22px;
    }
    .page_fv_detail_title .title_jp {
        font-size: 16px;
        font-weight: 500;
        margin-left: 10px;
    }
}

.page_fv_detail_text {
    font-family: var(--fontjp_serif);
    color: var(--fontcolor);
    font-size: 22px;
    line-height: 48px;
    letter-spacing: 0.05em;
    font-weight: 400;
}
@media only screen and (max-width:750px) {
    .page_fv_detail_text {
        font-size: 16px;
        line-height: 34px;
    }
}


/*------------------------------------*\
    FV 映像
\*------------------------------------*/
.page_fv_video_wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    transition: all 500ms cubic-bezier(1, 0.04, 0.47, 0.9);
}
.page_fv_video {
  position: relative;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;

  opacity: 0;
  transition: all 1200ms ease-in-out;
}
.page_fv_video.fv_start {
  opacity: 1;
}
.page_fv_video.width_max {
  width: 100%;
  max-width: 500px;
  object-fit: cover;
  aspect-ratio: 3 / 4;
}
.page_fv_video.height_max {
  height: calc(100svh - 114px);
  width: calc(100% + 2px);
  object-fit: cover;
  aspect-ratio: 9 / 16;
}

.page_fv_video_overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: #212121;
  opacity: 0;
}


/*------------------------------------*\
    anker
\*------------------------------------*/
.page_anker_wrap {
    padding-top: 65px;
}
@media only screen and (max-width:750px) {
    .page_anker_wrap {
        padding-top: 45px;
    }
}
.page_anker_list {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px 0;
    position: relative;
}
@media only screen and (max-width:750px) {
    .page_anker_list {
        flex-wrap: wrap;
        max-width: 350px;
    }
}
.page_anker_list li {
    padding: 2px 3%;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    position: relative;
    margin-left: -1px;
}

.page_anker_name {
    font-family: var(--fontjp);
    color: var(--fontcolor);
    font-size: 14px;
    letter-spacing: 0.03em;
    font-weight: 400;
    position: relative;
    cursor: pointer;
    transition: all 300ms ease-in-out;
    position: relative;
    margin-right: 14px;
}

.page_anker_name .icon_anker {
    display: block;
    position: absolute;
    top: calc(50% - 4px);
    right: -14px;
    width: 5px;
    height: 5px;
    border-top: 1px solid var(--fontcolor);
    border-right: 1px solid var(--fontcolor);
    transform: rotate(135deg);
    transition: all 300ms ease-in-out;
}


.page_anker_name:hover {
    opacity: 0.7;
}
@media only screen and (max-width:750px) {
    .page_anker_name {
        font-size: 12px;
        font-weight: 300;
    }
    .page_anker_name:hover {
        opacity: 1;
    }
}

.page_anker_name::before {
    content: "";
    width: 0%;
    height: 1px;
    position: absolute;
    bottom: -4px;
    left: 0;
    background: var(--fontcolor);
    transition: all 300ms ease-in-out;
}
.page_anker_name:hover::before {
    width: 100%;
}
@media only screen and (max-width:750px) {
    .page_anker_name:hover::before {
        width: 0;
    }
}


/*------------------------------------*\
    content About
\*------------------------------------*/
#about .page_content_inner {
    max-width: 800px;
}
#about .page_content {
    width: 90%;
    margin: 0 auto;
}

.page_about_img_wrap {
    position: relative;
    overflow: hidden;
    margin-top: 60px;
}
@media only screen and (max-width:750px) {
    .page_about_img_wrap {
        margin-top: 40px;
    }
}
.page_about_img_wrap:before {
  content: "";
  display: block;
  padding-top: calc(100% * (2 / 3));
}
.page_about_img::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: #000;
}
.page_about_img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}


.page_about_img_wrap.img_1 {
    min-width: 400px;
    width: 80%;
}
@media only screen and (max-width:750px) {
    .page_about_img_wrap.img_1 {
        min-width: auto;
        width: 80%;
    }
}
.page_about_img_wrap.img_1:before {
    padding-top: calc(100% * (2 / 3));
}
.page_about_img_wrap.img_1 .page_about_img {
    background-image: url(../img/lp_mt_ab_02new01.jpg);
}

.page_about_img_wrap.img_2 {
    min-width: 400px;
    width: 80%;
    margin-left: auto;
}
@media only screen and (max-width:750px) {
    .page_about_img_wrap.img_2 {
        min-width: auto;
        width: 80%;
    }
}
.page_about_img_wrap.img_2:before {
    padding-top: calc(100% * (2 / 3));
}
.page_about_img_wrap.img_2 .page_about_img {
    background-image: url(../img/lp_mt_ab_02new02.jpg);
}


.page_about_img_wrap.img_3 {
    min-width: 400px;
    width: 80%;
}
@media only screen and (max-width:750px) {
    .page_about_img_wrap.img_3 {
        min-width: auto;
        width: 80%;
    }
}
.page_about_img_wrap.img_3:before {
    padding-top: calc(100% * (2 / 3));
}
.page_about_img_wrap.img_3 .page_about_img {
    background-image: url(../img/lp_mt_ab_02new03.jpg);
}



.page_about_video_wrap {
    overflow: hidden;
    position: relative;
    margin-top: 60px;
}
@media only screen and (max-width:750px) {
    .page_about_video_wrap {
        margin-top: 40px;
    }
}
.page_about_video_wrap.video_3 {
    width: 450px;
    max-width: 90%;
    aspect-ratio: 3 / 4;
}
.page_about_video {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/*------------------------------------*\
    content Concept
\*------------------------------------*/
#concept .page_content_inner {
    width: 100%;
}
#concept .page_content {
    width: 90%;
    margin: 0 auto;
}


.page_concept_img_wrap {
    position: relative;
    overflow: hidden;
    margin-top: 60px;
}
@media only screen and (max-width:750px) {
    .page_concept_img_wrap {
        margin-top: 40px;
    }
}
.page_concept_img_wrap:before {
  content: "";
  display: block;
  padding-top: calc(100% * (2 / 3));
}
.page_concept_img::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: #000;
}
.page_concept_img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}


.page_concept_img_wrap.img_1 {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}
@media only screen and (max-width:750px) {
    .page_concept_img_wrap.img_1 {
    }
}
.page_concept_img_wrap.img_1:before {
    padding-top: calc(100% * (2 / 3));
}
.page_concept_img_wrap.img_1 .page_concept_img {
    background-image: url(../img/lp_mt_ab_04_new.jpg);
}


/*------------------------------------*\
    content Lineup
\*------------------------------------*/
.page_lineup_list {
    display: flex;
    flex-wrap: wrap;
    gap: 70px;
    max-width: 1100px;
    margin: 0 auto;
}
@media only screen and (max-width:750px) {
    .page_lineup_list {
        width: 85%;
    }
}

.page_lineup_wrap {
    width: 80%;
    display: flex;
    gap: 30px;
}
.page_lineup_wrap.row_reverse {
    flex-direction: row-reverse;
    margin-left: auto;
}
@media only screen and (max-width:750px) {
    .page_lineup_wrap {
        width: 100%;
        gap: 0;
        flex-direction: column;
    }
    .page_lineup_wrap.row_reverse {
        flex-direction: column;
    }
}
.page_lineup_img_wrap {
    width: 54%;
    font-size: 0;
}
@media only screen and (max-width:750px) {
    .page_lineup_img_wrap {
        width: 100%;
    }
}
.page_lineup_img {
    object-fit: cover;
    aspect-ratio: 16 / 9;
}
.page_lineup_detail_wrap {
    width: 46%;
    padding-top: 20px;
}
@media only screen and (max-width:750px) {
    .page_lineup_detail_wrap {
        width: 100%;
        padding-top: 15px;
    }
}
.page_lineup_detail_title_wrap {
    border-bottom: 1px solid #333;
    padding-bottom: 15px;
}
@media only screen and (max-width:750px) {
    .page_lineup_detail_title_wrap {
        padding-bottom: 16px;
    }
}
.page_lineup_detail_title {
    font-family: var(--fontjp_serif);
    color: var(--fontcolor);
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.03em;
    font-weight: 400;
}
@media only screen and (max-width:750px) {
    .page_lineup_detail_title {
        font-size: 14px;
        line-height: 18px;
    }
}
.page_lineup_detail_title .title_cat {
    font-family: var(--fonten);
    color: var(--fontcolor);
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.05em;
    font-weight: 400;
    border: 1px solid #000;
    padding: 1px 10px 0px;
    margin-left: 10px;
    position: relative;
    top: -2px;
}
@media only screen and (max-width:750px) {
    .page_lineup_detail_title .title_cat {
        font-size: 11px;
        line-height: 11px;
        padding: 2px 10px 0px;
        margin-left: 8px;
        top: -1px;
    }
}

.page_lineup_detail_text {
    font-family: var(--fontjp);
    color: var(--fontcolor);
    font-size: 13px;
    line-height: 26px;
    letter-spacing: 0.03em;
    font-weight: 400;
    margin-top: 15px;
}
@media only screen and (max-width:750px) {
    .page_lineup_detail_text {
        font-size: 12px;
        line-height: 24px;
        margin-top: 8px;
    }
}
.page_lineup_img_bn {
    margin-top: 15px;
}


/*------------------------------------*\
    content How to Meltinto
\*------------------------------------*/
#how .page_content_inner {
    width: 100%;
}
#how .page_content {
    width: 90%;
    margin: 0 auto;
}
.page_step_list {
    display: flex;
    flex-direction: column;
    gap: 100px;
    margin-top: 60px;
}
.page_step_list li {
}
.page_step_wrap {
}

.page_step_title_wrap {
}
.page_step_title {
    font-family: var(--fontjp_serif);
    color: var(--fontcolor);
    font-size: 22px;
    letter-spacing: 0.03em;
    font-weight: 500;
    text-align: center;
}
.page_step_title .title_line {
    border-bottom: 1px solid #000;
    letter-spacing: 0.05em;
}
@media only screen and (max-width:750px) {
    .page_step_title {
        font-size: 18px;
    }
}


.page_step_text_wrap {
    text-align: center;
    margin-top: 45px;
    margin-bottom: 50px;
}
@media only screen and (max-width:750px) {
    .page_step_text_wrap {
        margin-top: 35px;
        margin-bottom: 35px;
    }
}
.page_step_text {
    font-family: var(--fontjp_serif);
    color: var(--fontcolor);
    font-size: 16px;
    line-height: 36px;
    letter-spacing: 0.03em;
    font-weight: 400;
}
@media only screen and (max-width:750px) {
    .page_step_text {
        font-size: 13px;
        line-height: 26px;
    }
}
.page_step_sub_text {
    font-family: var(--fontjp_serif);
    color: var(--fontcolor);
    font-size: 14px;
    line-height: 32px;
    letter-spacing: 0.03em;
    font-weight: 400;
    margin-top: 10px;
}
@media only screen and (max-width:750px) {
    .page_step_sub_text {
        font-size: 12px;
        line-height: 22px;
    }
}

.page_step_content_list {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.page_step_content_list li {
}


.page_step_img_wrap {
    font-size: 0;
    max-width: 700px;
    margin: 0 auto;
}
.page_step_img {
    object-fit: cover;
    aspect-ratio: 3 / 2;
}


.page_step_detail_wrap {
    display: flex;
    flex-direction: column;
    width: 90%;
    max-width: 700px;
    margin: 0 auto;
    margin-top: 46px;
}

.page_step_detail_text {
    font-family: var(--fontjp_serif);
    color: var(--fontcolor);
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.03em;
    font-weight: 400;
    text-align: center;
    margin-bottom: 30px;
}
@media only screen and (max-width:750px) {
    .page_step_detail_text {
        font-size: 14px;
        line-height: 18px;
    }
}

.page_step_detail_list {
    margin: 0 auto;
}
.page_step_detail_list.list_column {
    column-count: 2;
}
@media only screen and (max-width:750px) {
    .page_step_detail_list.list_column {
        column-count: 1;
    }
}
.page_step_detail {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    break-inside: avoid;
    max-width: 300px;
}

.page_step_detail dt {
    min-width: 120px;
    font-family: var(--fontjp);
    color: var(--fontcolor);
    font-size: 13px;
    line-height: 26px;
    letter-spacing: 0.03em;
    font-weight: 400;
    padding-right: 20px;
}
.page_step_detail dd {
    min-width: 120px;
    font-family: var(--fontjp);
    color: var(--fontcolor);
    font-size: 13px;
    line-height: 26px;
    letter-spacing: 0.03em;
    font-weight: 400;
    margin-left: auto;
}
@media only screen and (max-width:750px) {
    .page_step_detail dt {
        font-size: 12px;
        line-height: 24px;
    }
    .page_step_detail dd {
        font-size: 12px;
        line-height: 24px;
    }
}

.page_step_note_wrap {
    width: 90%;
    margin: 0 auto;
    max-width: 400px;
    margin-top: 30px;
    text-align: center;
}
.page_step_note {
    font-family: var(--fontjp_serif);
    color: var(--fontcolor);
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.03em;
    font-weight: 400;
}
@media only screen and (max-width:750px) {
    .page_step_note {
        font-size: 13px;
        line-height: 26px;
    }
}


/*------------------------------------*\
    content Service
\*------------------------------------*/
#service .page_content_inner {
    width: 100%;
}
#service .page_content {
    width: 90%;
    margin: 0 auto;
}
.page_service_list {
    display: flex;
    flex-direction: column;
    gap: 100px;
    margin-top: 50px;
}
.page_service_list li {
}

.page_service_detail_wrap {
    width: 90%;
    margin: 0 auto;
}


.page_service_detail_title_wrap {
    position: relative;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
    border-bottom: 1px solid #000;
    display: inline-block;
    margin: 0 auto;
    padding: 0 20px 10px;
}
.page_service_detail_title {
    font-family: var(--fontjp_serif);
    color: var(--fontcolor);
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.03em;
    font-weight: 500;
}
@media only screen and (max-width:750px) {
    .page_service_detail_title {
        font-size: 15px;
        line-height: 26px;
    }
}

.page_service_detail_first_wrap {
    width: 200px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-top: 20px;
    border: 1px solid #000;
}
@media only screen and (max-width:750px) {
    .page_service_detail_first_wrap {
        margin-top: 15px;
    }
}
.page_service_detail_first {
    font-family: var(--fontjp);
    color: var(--fontcolor);
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 0.03em;
    font-weight: 400;
}
@media only screen and (max-width:750px) {
    .page_service_detail_first {
        font-size: 13px;
        line-height: 24px;
    }
}


.page_service_detail_price_wrap {
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
}
@media only screen and (max-width:750px) {
    .page_service_detail_price_wrap {
        width: 85%;
        margin-top: 15px;
    }
}
.page_service_detail_price {
    font-family: var(--fontjp);
    color: var(--fontcolor);
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 0.03em;
    font-weight: 400;
}
@media only screen and (max-width:750px) {
    .page_service_detail_price {
        font-size: 13px;
        line-height: 24px;
    }
}

.page_service_detail_text_wrap {
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
    margin-top: 30px;
}
@media only screen and (max-width:750px) {
    .page_service_detail_text_wrap {
        width: 85%;
        margin-top: 25px;
    }
}
.page_service_detail_text {
    font-family: var(--fontjp);
    color: var(--fontcolor);
    font-size: 13px;
    line-height: 26px;
    letter-spacing: 0.03em;
    font-weight: 400;
}
@media only screen and (max-width:750px) {
    .page_service_detail_text {
        font-size: 12px;
        line-height: 22px;
    }
}


.page_service_detail_img_wrap {
    font-size: 0;
    max-width: 900px;
    margin: 0 auto;
    margin-top: 40px;
}
.page_service_detail_img {
    object-fit: cover;
    aspect-ratio: 16 / 9;
}


/*------------------------------------*\
    content Photo
\*------------------------------------*/
.photo_list {
    width: 80%;
    margin: 0 auto;
    max-width: 1000px;
    display: flex;
    flex-direction: column;
    gap: 70px;
}
@media only screen and (max-width:750px) {
    .photo_list {
        width: 100%;
        gap: 60px;
    }
}

.photo_img_wrap {
    position: relative;
    overflow: hidden;
}
.photo_img_wrap:before {
  content: "";
  display: block;
  padding-top: calc(100% * (2 / 3));
}
.photo_img::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: #000;
}
.photo_img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}


.photo_img_wrap.img_1 {
    min-width: 400px;
    width: 60%;
    margin-left: auto;
}
@media only screen and (max-width:750px) {
    .photo_img_wrap.img_1 {
        min-width: auto;
        width: 75%;
    }
}
.photo_img_wrap.img_1:before {
    padding-top: calc(100% * (4 / 3));
}
.photo_img_wrap.img_1 .photo_img {
    background-image: url(../img/lp_mt_ph_01.jpg);
    width: 180%;
    background-position: center 54%;
    left: -24%;
}

.photo_img_wrap.img_2 {
    min-width: 400px;
    width: 70%;
}
@media only screen and (max-width:750px) {
    .photo_img_wrap.img_2 {
        min-width: auto;
        width: 80%;
    }
}
.photo_img_wrap.img_2:before {
    padding-top: calc(100% * (2 / 3));
}
.photo_img_wrap.img_2 .photo_img {
    background-image: url(../img/lp_mt_ph_02.jpg);
}

.photo_img_wrap.img_3 {
    min-width: 400px;
    width: 70%;
    margin-left: auto;
}
@media only screen and (max-width:750px) {
    .photo_img_wrap.img_3 {
        min-width: auto;
        width: 75%;
    }
}
.photo_img_wrap.img_3:before {
    padding-top: calc(100% * (1 / 1));
}
.photo_img_wrap.img_3 .photo_img {
    background-image: url(../img/lp_mt_ph_03.jpg);
}



/*------------------------------------*\
    content Q and A
\*------------------------------------*/
.page_faq_list {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 750px;
    margin: 0 auto;
}

.page_faq_text {
}
.page_faq dt {
    border-bottom: 1px solid #000;
}
.page_faq dt .page_faq_text {
    font-family: var(--fontjp_serif);
    color: var(--fontcolor);
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.03em;
    font-weight: 500;
    display: flex;
}
@media only screen and (max-width:750px) {
    .page_faq dt .page_faq_text {
        font-size: 13px;
    }
}
.page_faq dd {
    padding-top: 8px;
    margin-left: 16px;
}
@media only screen and (max-width:750px) {
    .page_faq dd {
        padding-top: 6px;
        margin-left: 0;
    }
}
.page_faq dd .page_faq_text {
    font-family: var(--fontjp);
    color: var(--fontcolor);
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.03em;
    font-weight: 400;
    display: flex;
}
@media only screen and (max-width:750px) {
    .page_faq dd .page_faq_text {
        font-size: 13px;
    }
}
.page_faq_text .faq_label {
    width: 30px;
    font-family: var(--fontjp_serif);
    color: var(--fontcolor);
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.03em;
    font-weight: 500;
}
.page_faq_text .faq_detail {
    width: calc(100% - 30px);
}
@media only screen and (max-width:750px) {
    .page_faq_text .faq_label {
        width: 25px;
        font-size: 13px;
    }
    .page_faq_text .faq_detail {
        width: calc(100% - 25px);
    }
}
