@charset "UTF-8";
@media print,
screen and (min-width:641px) {
    .content_wrap {
        padding-top: 0rem
    }
}

.mod_header {
    position: relative
}

@media print,
screen and (min-width:641px) {
    .mod_header>.in {
        position: absolute;
        top: calc(100vh - 0.8rem)
    }
}

@media print,
screen and (min-width:641px) {
    .headerMenuFix .mod_header>.in {
        position: fixed;
        top: 0
    }
}

[data-slidearea01] {
    padding: 0;
    overflow: hidden
}

[data-slidearea01][data-slidearea01-slidelimit] .slidearea01_link.dammy {
    opacity: 0
}

[data-slidearea01] .slidearea01_wrap {
    max-width: 16rem;
    width: 100%;
    margin: auto;
    position: relative
}

[data-slidearea01] .slidearea01_btns {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    width: 100%
}

[data-slidearea01] .slidearea01_btns button {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

@media print,
screen and (min-width:641px) {
    [data-slidearea01] .slidearea01_btns button {
        width: 0.7rem;
        height: 0.7rem
    }
}

@media screen and (max-width:640px) {
    [data-slidearea01] .slidearea01_btns button {
        width: 0.6rem;
        height: 0.6rem
    }
}

[data-slidearea01] .slidearea01_btns button:after,
[data-slidearea01] .slidearea01_btns button:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: 0.2s;
    transition: 0.2s
}

[data-slidearea01] .slidearea01_btns button:before {
    width: 0.5rem;
    height: 0.5rem;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 0
}

[data-slidearea01] .slidearea01_btns button:after {
    background-image: url("/common/img/ico_slider_arrow.svg");
    background-position: center center;
    background-repeat: no-repeat;
    width: 0.6rem;
    height: 0.6rem
}

@media screen and (max-width:640px) {
    [data-slidearea01] .slidearea01_btns button:after {
        width: 0.4rem;
        height: 0.4rem
    }
}

@media print,
screen and (min-width:641px) {
    [data-slidearea01] .slidearea01_btns button.next {
        right: -30px
    }
}

@media screen and (max-width:640px) {
    [data-slidearea01] .slidearea01_btns button.next {
        right: -0.3rem
    }
}

[data-slidearea01] .slidearea01_btns button.next:after {
    border-bottom: rgba(0, 0, 0, 0)!important;
    border-left: rgba(0, 0, 0, 0)!important;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
    right: 0
}

@media print,
screen and (min-width:641px) {
    [data-slidearea01] .slidearea01_btns button.prev {
        left: -30px
    }
}

@media screen and (max-width:640px) {
    [data-slidearea01] .slidearea01_btns button.prev {
        left: -0.3rem
    }
}

[data-slidearea01] .slidearea01_btns button.prev:after {
    border-bottom: rgba(0, 0, 0, 0)!important;
    border-right: rgba(0, 0, 0, 0)!important;
    right: 0
}

[data-slidearea01] .slidearea01_btns button.disabled {
    pointer-events: none;
    opacity: 0.3
}

.no-touchevents [data-slidearea01] .slidearea01_btns button:hover:before {
    background-color: #000
}

.no-touchevents [data-slidearea01] .slidearea01_btns button:hover:after {
    border-color: #FFF
}

[data-slidearea01] .slidearea01_wrapin {
    padding: 0
}

[data-slidearea01] .slidearea01_content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

[data-slidearea01] .slidearea01_content.disableTrs {
    -webkit-transition: none!important;
    transition: none!important
}

[data-slidearea01] .slidearea01_link {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    height: 100%
}

[data-slidearea01] .slidearea01_pager {
    text-align: center;
    margin-top: 0.2rem
}

[data-slidearea01] .slidearea01_pager button {
    width: 0.2rem;
    height: 0.2rem;
    position: relative;
    display: inline-block;
    vertical-align: top
}

[data-slidearea01] .slidearea01_pager button:after,
[data-slidearea01] .slidearea01_pager button:before {
    content: "";
    display: block;
    background-color: #ccc;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    border-radius: 50%
}

@media print,
screen and (min-width:641px) {
    [data-slidearea01] .slidearea01_pager button:after,
    [data-slidearea01] .slidearea01_pager button:before {
        width: 10px;
        height: 10px
    }
}

@media screen and (max-width:640px) {
    [data-slidearea01] .slidearea01_pager button:after,
    [data-slidearea01] .slidearea01_pager button:before {
        width: 0.1rem;
        height: 0.1rem
    }
}

[data-slidearea01] .slidearea01_pager button:after {
    -webkit-transition: 0.2s;
    transition: 0.2s
}

.no-touchevents [data-slidearea01] .slidearea01_pager button:hover:after,
[data-slidearea01] .slidearea01_pager button.active:after {
    background-color: #282828
}

[data-slidearea01] .slidearea01_pager button.active {
    cursor: default;
    pointer-events: none
}

.mod_wrap {
    position: relative;
    margin-top: 0.6rem
}

@media screen and (max-width:640px) {
    .mod_wrap {
        margin-top: 0.35rem
    }
}

.mv_area {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100vh
}

.mv_area>.inner {
    position: relative;
    width: 100%;
    height: calc(100% - 0.8rem);
    opacity: 0;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
    -webkit-transition-delay: 1s;
    transition-delay: 1s
}

@media screen and (max-width:640px) {
    .mv_area>.inner {
        position: absolute;
        bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 1.05rem;
        background-image: url("../img/mv_inner_bg_sp.jpg");
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat
    }
}

.mv_area>.inner.loaded {
    opacity: 1
}

.mv_area [data-slidearea01].mv_bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
    height: calc(100vh - 0.8rem);
    opacity: 0;
    -webkit-transition: opacity 1s;
    transition: opacity 1s
}

.mv_area [data-slidearea01].mv_bg.loaded {
    opacity: 1
}

.mv_area [data-slidearea01].mv_bg.pause {
    opacity: 0!important
}

@media screen and (max-width:640px) {
    .mv_area [data-slidearea01].mv_bg {
        height: calc(100% - 1.05rem)
    }
}

.mv_area [data-slidearea01].mv_bg .slidearea01_wrap {
    max-width: 100%;
    height: 100%
}

@media screen and (max-width:640px) {
    .mv_area [data-slidearea01].mv_bg .slidearea01_wrapin {
        height: 100%
    }
}

.mv_area [data-slidearea01].mv_bg .slidearea01_content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    left: 0!important
}

.mv_area [data-slidearea01].mv_bg .slidearea01_content.disableTrs {
    -webkit-transition: none!important;
    transition: none!important
}

.mv_area [data-slidearea01].mv_bg .slidearea01_link {
    position: absolute;
    z-index: 0;
    opacity: 0
}

.mv_area [data-slidearea01].mv_bg .slidearea01_link.preview {
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
    opacity: 1
}

.mv_area [data-slidearea01].mv_bg .slidearea01_link.active {
    z-index: 1;
    opacity: 1
}

.mv_area [data-slidearea01].mv_bg .slidearea01_link.active+.slidearea01_link {
    z-index: 0;
    opacity: 1
}

.mv_area [data-slidearea01].mv_bg .slidearea01_link.active .in .ph .img {
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards
}

@media print,
screen and (min-width:641px) {
    .mv_area [data-slidearea01].mv_bg .slidearea01_link.active .in .ph .img {
        -webkit-animation-name: mvFade;
        animation-name: mvFade
    }
}

@media screen and (max-width:640px) {
    .mv_area [data-slidearea01].mv_bg .slidearea01_link.active .in .ph .img {
        -webkit-animation-name: mvFadeSP;
        animation-name: mvFadeSP
    }
}

.mv_area [data-slidearea01].mv_bg .slidearea01_link .in {
    position: relative;
    height: calc(100vh - 0.8rem);
    margin: 0
}

@media screen and (max-width:640px) {
    .mv_area [data-slidearea01].mv_bg .slidearea01_link .in {
        height: 100%
    }
}

.mv_area [data-slidearea01].mv_bg .slidearea01_link .in .ph {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%
}

.mv_area [data-slidearea01].mv_bg .slidearea01_link .in .ph .img {
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

@media screen and (max-width:640px) {
    .mv_area [data-slidearea01].mv_bg .slidearea01_link .in .ph .img {
        -o-object-position: center bottom;
        object-position: center bottom
    }
}

.mv_area [data-slidearea01].mv_bg .slidearea01_link .in .txt_box .catch {
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
    opacity: 0
}

.mv_area [data-slidearea01].mv_bg .slidearea01_btns {
    display: none
}

.mv_area [data-slidearea01].mv_bg .slidearea01_pager {
    display: none
}

@-webkit-keyframes mvFade {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        opacity: 1
    }
    60% {
        opacity: 0
    }
    to {
        -webkit-transform: scale(1.07);
        transform: scale(1.07)
    }
}

@keyframes mvFade {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        opacity: 1
    }
    60% {
        opacity: 0
    }
    to {
        -webkit-transform: scale(1.07);
        transform: scale(1.07)
    }
}

@-webkit-keyframes mvFadeSP {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        opacity: 1
    }
    60% {
        opacity: 0
    }
    to {
        -webkit-transform: scale(1.17);
        transform: scale(1.17)
    }
}

@keyframes mvFadeSP {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        opacity: 1
    }
    60% {
        opacity: 0
    }
    to {
        -webkit-transform: scale(1.17);
        transform: scale(1.17)
    }
}

.mv_area .txt_box {
    position: absolute;
    z-index: 0;
    bottom: 0.6rem;
    left: 0.7rem;
    max-width: 6.5rem;
    width: 100%;
    -webkit-filter: drop-shadow(0 0 0.06rem black);
    filter: drop-shadow(0 0 0.06rem black)
}

@media screen and (max-width:640px) {
    .mv_area .txt_box {
        position: static;
        max-width: calc(100% - 0.6rem);
        margin-bottom: 0.1rem;
        -webkit-filter: none;
        filter: none
    }
}

.mv_area .txt_box .catch {
    font-weight: 400;
    font-size: 0.36rem;
    letter-spacing: 0.25em;
    line-height: 1.94;
    color: #fff;
    white-space: nowrap;
    -webkit-filter: drop-shadow(0 0 0.03rem rgba(0, 0, 0, 0.5));
    filter: drop-shadow(0 0 0.03rem rgba(0, 0, 0, 0.5))
}

@media screen and (max-width:640px) {
    .mv_area .txt_box .catch {
        font-size: 0.18rem;
        color: #808057;
        -webkit-filter: none;
        filter: none
    }
}

.mv_area .txt_box .sub {
    position: relative;
    right: -0.1em;
    font-family: "eb-garamond", serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.3rem;
    letter-spacing: 0.4em;
    line-height: 1;
    color: #fff;
    white-space: pre;
    -webkit-filter: drop-shadow(0 0 0.03rem rgba(0, 0, 0, 0.5));
    filter: drop-shadow(0 0 0.03rem rgba(0, 0, 0, 0.5))
}

.mv_area .txt_box .sub span+span {
    margin-left: 0.5em
}

@media screen and (max-width:640px) {
    .mv_area .txt_box .sub {
        font-size: 0.15rem;
        color: #808057;
        -webkit-filter: none;
        filter: none;
        margin-top: 0.05rem
    }
}

.mv_area .badge_link {
    position: absolute;
    z-index: 1;
    bottom: 0.45rem;
    right: 0.85rem;
    max-width: 2.1rem;
    width: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s
}

@media screen and (max-width:640px) {
    .mv_area .badge_link {
        bottom: 1.25rem;
        right: auto;
        left: 0.2rem;
        max-width: 1.6rem
    }
}

.no-touchevents .mv_area .badge_link:hover {
    opacity: 0.8
}

.mv_area .sns_link {
    position: absolute;
    z-index: 1;
    bottom: 0.45rem;
    right: 0.35rem
}

.mv_area .sns_link .insta {
    width: 0.22rem;
    height: 0.22rem;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s
}

.mv_area .sns_link .insta svg {
    fill: #fff;
    width: 100%
}

.no-touchevents .mv_area .sns_link .insta:hover {
    opacity: 0.5
}

.sec_bridalfair.-topics {
    background-color: #fff
}

.sec_bridalfair.-topics>.in {
    padding-top: 0.8rem;
    padding-bottom: 1rem
}

@media screen and (max-width:640px) {
    .sec_bridalfair.-topics>.in {
        padding-top: 0.6rem;
        padding-bottom: 0.6rem
    }
}

.sec_bridalfair:not(.-topics)>.in {
    padding-top: 1.4rem;
    padding-bottom: 1.2rem;
    background-image: url("../img/bridalfair_bg.jpg");
    background-position: center top;
    background-size: cover
}

@media screen and (max-width:640px) {
    .sec_bridalfair:not(.-topics)>.in {
        padding-top: 0.6rem;
        padding-bottom: 0.6rem;
        background-image: url("../img/bridalfair_bg_sp.jpg")
    }
}

.no-touchevents .sec_bridalfair:not(.-topics)>.in {
    background-attachment: fixed
}

.sec_bridalfair:not(.-topics) .detail_box {
    max-width: 13rem;
    width: 100%;
    margin: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #fff
}

@media screen and (max-width:640px) {
    .sec_bridalfair:not(.-topics) .detail_box {
        max-width: calc(100% - 0.4rem);
        padding-top: 0.6rem;
        padding-bottom: 0.6rem
    }
}

@media screen and (max-width:640px) {
    .sec_bridalfair:not(.-topics) .sec_tit .title {
        font-size: 0.14rem
    }
}

@media screen and (max-width:640px) {
    .sec_bridalfair:not(.-topics) .sec_tit .title[data-txt]:before {
        font-size: 0.26rem
    }
}

.sec_bridalfair:not(.-topics) .sec_tit .catch {
    font-size: 0.18rem
}

@media screen and (max-width:640px) {
    .sec_bridalfair:not(.-topics) .sec_tit .catch {
        font-size: 0.16rem;
        letter-spacing: 0.1em;
        line-height: 2.12
    }
}

@media screen and (max-width:640px) {
    .sec_bridalfair .mod_wrap {
        margin-right: 0.2rem;
        margin-left: 0.2rem
    }
}

.sec_bridalfair .link {
    margin-top: 0.4rem
}

@media screen and (max-width:640px) {
    .sec_bridalfair .link {
        margin-top: 0.4rem
    }
}

.sec_bridalfair .benefits_box {
    display: block;
    max-width: 10.6rem;
    width: 100%;
    margin: auto;
    margin-top: 1rem
}

@media screen and (max-width:640px) {
    .sec_bridalfair .benefits_box {
        max-width: calc(100% - 0.4rem);
        margin-top: 0.75rem
    }
}

.sec_bridalfair .benefits_box .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width:640px) {
    .sec_bridalfair .benefits_box .item {
        display: block
    }
}

.sec_bridalfair .benefits_box .item .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 1.7rem;
    background-color: #e9e8e5;
    font-family: shippori-mincho-b1, sans-serif;
    font-weight: 500;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.22rem;
    letter-spacing: 0.2em;
    line-height: 1;
    color: #808057
}

@media screen and (max-width:640px) {
    .sec_bridalfair .benefits_box .item .title {
        width: 100%;
        height: 0.7rem;
        font-size: 0.18rem;
        letter-spacing: 0.4em;
        -ms-writing-mode: lr-tb;
        -webkit-writing-mode: horizontal-tb;
        writing-mode: horizontal-tb;
        -webkit-font-feature-settings: "palt";
        font-feature-settings: "palt"
    }
}

.sec_bridalfair .benefits_box .item .detail {
    display: block;
    width: calc(100% - 1.7rem);
    padding: 0.4rem 0.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f3f2f0
}

@media screen and (max-width:640px) {
    .sec_bridalfair .benefits_box .item .detail {
        width: 100%;
        padding: 0.2rem
    }
}

.sec_bridalfair .benefits_box .item+.item {
    margin-top: 0.2rem
}

@media screen and (max-width:640px) {
    .sec_bridalfair .benefits_box .item+.item {
        margin-top: 0.1rem
    }
}

.sec_bridalfair .benefits_box .detail_title {
    font-family: shippori-mincho-b1, sans-serif;
    font-weight: 500;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.2rem;
    letter-spacing: 0.1em;
    line-height: 1.8;
    padding-bottom: 0.15rem;
    border-bottom: 1px solid #808057
}

@media screen and (max-width:640px) {
    .sec_bridalfair .benefits_box .detail_title {
        font-size: 0.16rem;
        line-height: 1.85;
        letter-spacing: 0.05em;
        padding-left: 0.1rem;
        padding-right: 0.1rem;
        border: none
    }
}

.sec_bridalfair .benefits_box .detail_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0.2rem;
    font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", sans-serif;
    font-weight: 500;
    font-size: 0.14rem;
    letter-spacing: 0.1em;
    line-height: 2
}

@media screen and (max-width:640px) {
    .sec_bridalfair .benefits_box .detail_item {
        display: block
    }
}

.sec_bridalfair .benefits_box .detail_item+.detail_item {
    margin-top: 0.1rem
}

@media screen and (max-width:640px) {
    .sec_bridalfair .benefits_box .detail_item+.detail_item {
        margin-top: 0.2rem
    }
}

.sec_bridalfair .benefits_box .detail_item>dt {
    width: 0.8rem;
    color: #808057;
    text-align: justify;
    text-justify: inter-ideograph
}

@media screen and (max-width:640px) {
    .sec_bridalfair .benefits_box .detail_item>dt {
        width: 100%;
        text-align: center;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
}

.sec_bridalfair .benefits_box .detail_item>dd {
    width: calc(100% - 0.8rem)
}

@media screen and (max-width:640px) {
    .sec_bridalfair .benefits_box .detail_item>dd {
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
}

.sec_bridalfair .benefits_box .detail_item .note {
    font-size: 0.12rem
}

@media screen and (max-width:640px) {
    .sec_bridalfair .benefits_box [data-accordion=sp]>.-trigger {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: #fff;
        padding: 0.05rem 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
    .sec_bridalfair .benefits_box [data-accordion=sp]>.-trigger:before {
        content: "";
        position: absolute;
        top: calc(50% - 0.04rem);
        right: 0.2rem;
        display: block;
        width: 0.06rem;
        height: 0.06rem;
        border-top: 1px solid #808057;
        border-right: 1px solid #808057;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        -webkit-transition: top 0.3s, -webkit-transform 0.3s;
        transition: top 0.3s, -webkit-transform 0.3s;
        transition: transform 0.3s, top 0.3s;
        transition: transform 0.3s, top 0.3s, -webkit-transform 0.3s
    }
    .sec_bridalfair .benefits_box [data-accordion=sp]>.-detail {
        padding: 0.1rem
    }
    .sec_bridalfair .benefits_box [data-accordion=sp].-open>.-trigger:before {
        top: 50%;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
}

.sec_topics>.in {
    position: relative;
    padding-top: 1rem;
    padding-bottom: 0.95rem;
    border-top: 1px solid #e9e8e6
}

@media screen and (max-width:640px) {
    .sec_topics>.in {
        border-top: none;
        background-color: #faf9f8;
        padding-top: 0.6rem;
        padding-bottom: 0.6rem
    }
}

.sec_topics .topics_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 0.55rem;
    max-width: 13rem;
    width: 100%;
    margin: auto;
    margin-top: 0.55rem
}

@media screen and (max-width:640px) {
    .sec_topics .topics_box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        row-gap: 0.3rem
    }
}

@media screen and (max-width:640px) {
    .sec_topics .topics_slide {
        margin-top: 0.4rem
    }
}

.sec_topics [data-slidearea01].topics_slide .slidearea01_wrap {
    max-width: 79.46vw
}

.sec_topics [data-slidearea01].topics_slide .slidearea01_btns {
    height: 58.66vw
}

.sec_topics .topics_item {
    max-width: 4rem;
    width: 100%
}

.sec_topics .topics_item>.in {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width:640px) {
    .sec_topics .topics_item>.in {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: calc(100% - 0.6rem);
        margin: 0 auto;
        -webkit-column-gap: 0.2rem;
        -moz-column-gap: 0.2rem;
        column-gap: 0.2rem
    }
}

.sec_topics .topics_item .wrap_link {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.no-touchevents .sec_topics .topics_item .wrap_link:hover~.thumb .img {
    opacity: 0.7;
    -webkit-transform: scale(1.07);
    transform: scale(1.07)
}

.sec_topics .topics_item .thumb {
    width: 2.2rem;
    height: 2.2rem;
    line-height: 0;
    overflow: hidden
}

@media screen and (max-width:640px) {
    .sec_topics .topics_item .thumb {
        aspect-ratio: 1/1;
        width: 33.6vw;
        height: auto;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
}

.sec_topics .topics_item .thumb img {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s
}

.sec_topics .topics_item .txt_box {
    width: calc(100% - 2.2rem);
    padding-left: 0.3rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media screen and (max-width:640px) {
    .sec_topics .topics_item .txt_box {
        width: 100%;
        margin-top: 0.05rem;
        padding: 0
    }
}

.sec_topics .topics_item .txt_box .date {
    position: relative;
    padding-bottom: 0.3rem;
    font-family: "eb-garamond", serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.14rem;
    letter-spacing: 0.1em;
    line-height: 1;
    color: #808057
}

.sec_topics .topics_item .txt_box .date:before {
    content: "";
    position: absolute;
    bottom: 0.15rem;
    left: 0;
    height: 1px;
    width: 0.2rem;
    background-color: #808057
}

.sec_topics .topics_item .txt_box .caption {
    font-size: 0.14rem;
    line-height: 1.8;
    letter-spacing: 0.1em;
    font-family: shippori-mincho-b1, sans-serif;
    font-weight: 500;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@media screen and (max-width:640px) {
    .sec_topics .topics_item .txt_box .caption {
        font-family: shippori-mincho-b1, sans-serif;
        font-weight: 400;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 0.16rem;
        line-height: 1.62
    }
}

.sec_topics .link {
    margin-top: 0.6rem
}

@media screen and (max-width:640px) {
    .sec_topics .link {
        margin-top: 0.4rem
    }
}

.sec_renewal {
    width: 100%;
    max-width: 11rem;
    margin: 0 auto;
    padding-top: 0.74rem;
    padding-bottom: 1.28rem
}

@media screen and (max-width:640px) {
    .sec_renewal {
        max-width: calc(100% - 0.4rem);
        padding-top: 0.65rem;
        padding-bottom: 0.6rem
    }
}

.sec_renewal>.in {
    position: relative;
    border: 1px solid #808057
}

.sec_renewal>.in:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 99%;
    height: 97%;
    border: 1px solid #808057;
    opacity: 0.25;
    z-index: -1
}

@media screen and (max-width:640px) {
    .sec_renewal>.in:before {
        width: 97%;
        height: 98.2%
    }
}

.sec_renewal .renewal_ph {
    width: 4.99rem;
    height: auto;
    position: absolute;
    top: -0.45rem;
    left: -1rem
}

@media screen and (max-width:640px) {
    .sec_renewal .renewal_ph {
        width: 97%;
        position: static;
        margin: 0 auto;
        padding-top: 0.04rem
    }
}

.sec_renewal .renewal_box {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0.53rem 0 0.59rem 4.83rem
}

@media screen and (max-width:640px) {
    .sec_renewal .renewal_box {
        margin-top: 0.3rem;
        padding: 0 0 0.45rem
    }
}

.sec_renewal .renewal_box .title {
    font-family: "eb-garamond", serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #808057;
    font-size: 0.4rem;
    line-height: 1.3;
    letter-spacing: 0.2em;
    text-align: center
}

@media screen and (max-width:640px) {
    .sec_renewal .renewal_box .title {
        font-size: 0.3rem
    }
}

.sec_renewal .renewal_box .sub {
    font-family: shippori-mincho-b1, sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.2rem;
    line-height: 2.3;
    letter-spacing: 0.2em;
    margin-top: 0.12rem;
    text-align: center
}

@media screen and (max-width:640px) {
    .sec_renewal .renewal_box .sub {
        font-size: 0.18rem;
        line-height: 2.22;
        margin-top: 0.19rem
    }
}

.sec_renewal .renewal_box .text {
    font-size: 0.16rem;
    line-height: 2.2;
    letter-spacing: 0.1em;
    margin-top: 0.06rem;
    text-align: center
}

@media screen and (max-width:640px) {
    .sec_renewal .renewal_box .text {
        line-height: 2.22;
        text-align: left;
        margin-top: 0.16rem;
        padding: 0 0.24rem
    }
}

.sec_renewal .renewal_box .link {
    margin-top: 0.26rem
}

.sec_renewal .renewal_box .link span {
    font-size: 0.15rem;
    letter-spacing: 0.12em
}

@media screen and (max-width:640px) {
    .sec_renewal .renewal_box .link span {
        font-size: 0.14rem
    }
}

.sec_concept>.in {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width:640px) {
    .sec_concept>.in {
        display: block
    }
}

.sec_concept>.in:before {
    content: "";
    position: absolute;
    top: 1rem;
    bottom: 0;
    left: 0;
    right: calc(50% - 6rem);
    z-index: -1;
    background-image: url("../common/img/bg_texture01.jpg");
    background-position: top 0;
    background-size: contain;
    background-repeat: repeat
}

@media screen and (max-width:640px) {
    .sec_concept>.in:before {
        top: 0;
        right: 0;
        bottom: 0;
        background-image: url("../common/img/bg_texture01_sp.jpg")
    }
}

.sec_concept .upper {
    position: relative;
    padding-top: 3.15rem;
    padding-bottom: 2.25rem;
    width: 50vw;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

@media print,
screen and (min-width:641px) {
    .sec_concept .upper:has(.btn03) {
        padding-top: 2.3rem;
        padding-bottom: 1.45rem
    }
}

@media screen and (min-width:641px) and (max-width:1000px) {
    .sec_concept .upper {
        width: 500px
    }
}

@media screen and (max-width:640px) {
    .sec_concept .upper {
        min-width: 0;
        width: 100%;
        padding-top: 0.6rem;
        padding-bottom: 0.6rem
    }
    .sec_concept .upper:before {
        content: "";
        position: absolute;
        top: -0.2rem;
        left: 50%;
        width: 1px;
        height: 0.4rem;
        background-color: #fff;
        border-bottom: 0.2rem solid #282828;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
}

.sec_concept .mod_concept_catch {
    max-width: 4.95rem;
    width: 100%;
    margin: auto
}

@media screen and (max-width:640px) {
    .sec_concept .mod_concept_catch {
        max-width: calc(100% - 0.6rem)
    }
}

.sec_concept .mod_concept_catch .catch {
    font-size: 0.26rem;
    letter-spacing: 0.3em;
    line-height: 1;
    white-space: nowrap;
    color: #808057;
    margin-top: 0.15rem
}

@media screen and (max-width:640px) {
    .sec_concept .mod_concept_catch .catch {
        font-size: 0.18rem;
        letter-spacing: 0.2em;
        margin-top: 0.1rem
    }
}

.sec_concept .mod_concept_catch .sub {
    position: relative;
    right: -0.1em;
    font-family: "eb-garamond", serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.24rem;
    letter-spacing: 0.41em;
    line-height: 1;
    color: #808057;
    white-space: pre;
    text-align: justify;
    text-justify: inter-ideograph
}

@media screen and (max-width:640px) {
    .sec_concept .mod_concept_catch .sub {
        font-size: 0.15rem;
        letter-spacing: 0.4em
    }
}

.sec_concept .mv {
    width: 50vw;
    height: 7rem;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

@media screen and (min-width:641px) and (max-width:1000px) {
    .sec_concept .mv {
        width: 500px
    }
}

@media screen and (max-width:640px) {
    .sec_concept .mv {
        min-width: 0;
        width: 100%;
        height: 96vw
    }
}

@media print,
screen and (min-width:641px) {
    .sec_concept .mv .img {
        -o-object-position: left center;
        object-position: left center
    }
}

.sec_concept .link {
    margin-top: 1.2rem
}

@media screen and (max-width:640px) {
    .sec_concept .link {
        margin-top: 0.6rem
    }
}

.sec_concept .link .btn02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 3rem;
    margin: auto
}

@media screen and (max-width:640px) {
    .sec_concept .link .btn02 {
        max-width: 2.3rem
    }
}

.sec_concept .link .btn03 {
    margin-top: 0.65rem
}

@media screen and (max-width:640px) {
    .sec_concept .link .btn03 {
        margin-top: 0.6rem
    }
}

.sec_concept .link .btn04 {
    margin-top: 0.65rem
}

@media screen and (max-width:640px) {
    .sec_concept .link .btn04 {
        margin-top: 0.6rem
    }
}

.sec_wedding>.in {
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
    border-top: 1px solid #e9e8e6
}

@media screen and (max-width:640px) {
    .sec_wedding>.in {
        margin-top: 0;
        padding-top: 0.8rem;
        padding-bottom: 0.8rem
    }
}

.sec_wedding .in_section {
    margin-top: 1.3rem
}

@media screen and (max-width:640px) {
    .sec_wedding .in_section {
        margin-top: 0.8rem
    }
}

@media print,
screen and (min-width:641px) {
    .sec_wedding .in_section>.in {
        position: relative
    }
}

.sec_wedding .ph_box.-main {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width:640px) {
    .sec_wedding .ph_box.-main {
        display: block;
        overflow: hidden;
        margin-top: 0.4rem
    }
}

.sec_wedding .ph_box.-main .ph {
    width: 100%;
    height: 6rem
}

@media screen and (max-width:640px) {
    .sec_wedding .ph_box.-main .ph {
        width: 100%;
        height: 66.66vw
    }
}

.sec_wedding .ph_box.-main .ph01 {
    position: relative;
    width: 100%
}

@media print,
screen and (min-width:641px) {
    .sec_wedding .ph_box.-main .ph01 {
        max-width: calc(50% - 0.4rem);
        text-align: left
    }
    .sec_wedding .ph_box.-main .ph01 .caption_tab {
        margin-left: 0.6rem
    }
}

.sec_wedding .ph_box.-main .ph02 {
    position: relative;
    width: 100%
}

@media print,
screen and (min-width:641px) {
    .sec_wedding .ph_box.-main .ph02 {
        max-width: calc(50% - 0.4rem);
        text-align: left;
        margin-top: 1.4rem
    }
}

@media print,
screen and (min-width:641px) {
    .sec_wedding .ph_box.-main .deco_txt {
        left: 50%;
        top: 2.5rem;
        -webkit-transform-origin: left center;
        transform-origin: left center;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }
}

@media screen and (max-width:640px) {
    .sec_wedding .ph_box.-main .deco_txt {
        position: relative;
        left: 50%;
        height: 0.6rem;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.sec_wedding .ph_box.-sub {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 5.6rem;
    width: 100%
}

@media screen and (max-width:640px) {
    .sec_wedding .ph_box.-sub {
        max-width: calc(100% - 0.4rem);
        margin: auto
    }
}

.sec_wedding .ph_box.-sub .ph {
    width: 2.78rem;
    height: 1.8rem
}

@media screen and (max-width:640px) {
    .sec_wedding .ph_box.-sub .ph {
        width: 44.26vw;
        height: 34.66vw
    }
}

.sec_wedding .ph_box.-other {
    position: relative;
    margin-top: -1.4rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media screen and (max-width:640px) {
    .sec_wedding .ph_box.-other {
        padding: 0;
        margin-top: 0.5rem;
        overflow: hidden
    }
}

.sec_wedding .ph_box.-other .deco_tit {
    font-family: "eb-garamond", serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.215rem;
    letter-spacing: 0.1em;
    line-height: 1
}

@media screen and (max-width:640px) {
    .sec_wedding .ph_box.-other .deco_tit {
        position: absolute;
        top: 0;
        -webkit-transform-origin: left top;
        transform-origin: left top;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        left: calc(0.2rem + 1em);
        font-size: 0.16rem
    }
}

.sec_wedding .ph_box.-other .ph {
    width: 5.6rem;
    height: 3.6rem;
    margin-top: 0.25rem
}

@media screen and (max-width:640px) {
    .sec_wedding .ph_box.-other .ph {
        width: 82.66vw;
        height: 48vw;
        margin-top: 0;
        margin-left: 0.45rem
    }
}

.sec_wedding .caption_tab {
    display: inline-block;
    font-family: shippori-mincho-b1, sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.12rem;
    letter-spacing: 0.1em;
    line-height: 2;
    text-align: left;
    margin-top: 0.2rem
}

@media screen and (max-width:640px) {
    .sec_wedding .caption_tab {
        position: absolute;
        bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100vw;
        min-height: 1rem;
        line-height: 1.83;
        background-color: rgba(250, 249, 248, 0.9);
        -webkit-transform: translateX(calc(100% - 0.5rem));
        transform: translateX(calc(100% - 0.5rem));
        -webkit-transition: -webkit-transform 0.7s;
        transition: -webkit-transform 0.7s;
        transition: transform 0.7s;
        transition: transform 0.7s, -webkit-transform 0.7s
    }
}

.sec_wedding .caption_tab .trigger {
    display: none
}

@media screen and (max-width:640px) {
    .sec_wedding .caption_tab .trigger {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 0.5rem;
        padding-right: 0.05rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background-color: #808057;
        font-family: "eb-garamond", serif;
        font-weight: 400;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 0.12rem;
        letter-spacing: 0.2em;
        line-height: 1.25;
        color: #fff;
        -ms-writing-mode: tb-rl;
        -webkit-writing-mode: vertical-rl;
        writing-mode: vertical-rl;
        -webkit-font-feature-settings: "vpal";
        font-feature-settings: "vpal";
        cursor: pointer
    }
    .sec_wedding .caption_tab .trigger:before {
        content: "";
        position: absolute;
        top: 50%;
        right: -0.06rem;
        z-index: 0;
        width: 0.12rem;
        height: 1px;
        background-color: #fff
    }
}

@media screen and (max-width:640px) {
    .sec_wedding .caption_tab .note {
        letter-spacing: 0.05em;
        width: calc(100% - 0.5rem);
        padding: 0.2rem;
        padding-left: 0.15rem;
        padding-right: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background-color: #faf9f8
    }
}

@media screen and (max-width:640px) {
    .sec_wedding .caption_tab.-open {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.sec_wedding .petan {
    position: absolute;
    top: 0.2rem;
    right: 0.2rem;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 1.3rem;
    height: 1.16rem;
    background-image: url("../img/wedding_renewal_petan_bg.png");
    background-size: contain;
    background-position: center center
}

@media screen and (max-width:640px) {
    .sec_wedding .petan {
        top: 0.1rem;
        right: 0.1rem;
        width: 0.8rem;
        height: 0.8rem
    }
}

.sec_wedding .petan>span {
    position: relative;
    font-family: "eb-garamond", serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.13rem;
    letter-spacing: 0.07em;
    line-height: 1.35;
    color: #e6c8a2;
    text-align: center;
    padding-top: 0.03rem
}

@media screen and (max-width:640px) {
    .sec_wedding .petan>span {
        font-size: 0.09rem
    }
}

.sec_wedding .petan>span strong {
    font-size: 1.15em;
    letter-spacing: 0.17em;
    line-height: 1;
    font-weight: 400
}

@media screen and (max-width:640px) {
    .sec_wedding .petan>span strong {
        font-size: 1.22em
    }
}

.sec_wedding .sec_txt_box {
    position: relative;
    left: calc(50% - 6rem);
    max-width: 5.6rem;
    width: 100%;
    margin-top: -1rem
}

@media screen and (max-width:640px) {
    .sec_wedding .sec_txt_box {
        position: static;
        max-width: calc(100% - 0.6rem);
        margin: auto;
        margin-top: 0.4rem
    }
}

.sec_wedding .sec_txt_box .catch {
    font-size: 0.24rem;
    letter-spacing: 0.2em;
    line-height: 2
}

@media screen and (max-width:640px) {
    .sec_wedding .sec_txt_box .catch {
        font-size: 0.18rem;
        line-height: 2.2
    }
}

.sec_wedding .sec_txt_box .caption {
    font-size: 0.16rem;
    letter-spacing: 0.1em;
    line-height: 2.5;
    margin-top: 0.2rem
}

@media screen and (max-width:640px) {
    .sec_wedding .sec_txt_box .caption {
        font-size: 0.14rem;
        line-height: 2.28
    }
    .os-android.chrome .sec_wedding .sec_txt_box .caption {
        letter-spacing: 0.08em
    }
}

.sec_wedding .ph_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 12rem;
    width: 100%;
    margin: auto;
    margin-top: 0.5rem
}

@media screen and (max-width:640px) {
    .sec_wedding .ph_wrap {
        display: block;
        margin-top: 0.3rem
    }
}

.sec_wedding .sec_tit.-num {
    position: absolute;
    top: 0;
    left: calc(50% + 0.4rem);
    z-index: 1
}

@media print,
screen and (min-width:641px) {
    .sec_wedding .sec_tit.-num {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media screen and (max-width:640px) {
    .sec_wedding .sec_tit.-num {
        position: static;
        max-width: calc(100% - 0.6rem);
        width: 100%;
        margin: auto;
        text-align: center
    }
}

@media print,
screen and (min-width:641px) {
    .sec_wedding .sec_tit.-num .title {
        margin-top: 0
    }
}

@media screen and (max-width:640px) {
    .sec_wedding .sec_tit.-num .title {
        text-align: center
    }
    .sec_wedding .sec_tit.-num .title[data-txt]:before {
        text-align: center
    }
}

@media print,
screen and (min-width:641px) {
    .sec_wedding .sec_tit.-num .num {
        color: #a9a9a9;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-right: 0.3rem
    }
}

.sec_wedding .wedding_style>.in {
    position: relative;
    max-width: 14rem;
    width: 100%;
    margin: auto;
    margin-top: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #faf9f8
}

@media screen and (max-width:640px) {
    .sec_wedding .wedding_style>.in {
        max-width: calc(100% - 0.4rem);
        padding-top: 0.6rem;
        padding-bottom: 0.6rem
    }
}

@media screen and (max-width:640px) {
    .sec_wedding .wedding_style .sec_tit .catch {
        font-size: 0.15rem;
        letter-spacing: 0.1em;
        line-height: 2.26;
        margin-top: 0.3rem
    }
}

.sec_wedding .wedding_style .style_box {
    max-width: 12rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 0.8rem;
    margin: auto;
    margin-top: 0.5rem
}

@media screen and (max-width:640px) {
    .sec_wedding .wedding_style .style_box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 0.3rem 0;
        margin-top: 0.5rem
    }
}

.sec_wedding .wedding_style .style_box .item {
    position: relative;
    width: 2.4rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media screen and (max-width:640px) {
    .sec_wedding .wedding_style .style_box .item {
        width: 50%;
        padding-left: 0.4rem
    }
}

@media print,
screen and (min-width:641px) {
    .sec_wedding .wedding_style .style_box .item.-wide {
        width: 5.6rem
    }
}

@media screen and (max-width:640px) {
    .sec_wedding .wedding_style .style_box .item.-wide {
        width: 100%
    }
}

.sec_wedding .wedding_style .style_box .item.-wide .ph_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.sec_wedding .wedding_style .style_box .item.-wide .ph_box>* {
    width: calc((100% - 0.05rem) / 2)
}

.no-touchevents .sec_wedding .wedding_style .style_box .item.-wide .ph_box>:hover .img {
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
    opacity: 0.7
}

.sec_wedding .wedding_style .style_box .item.-wide .caption_box {
    pointer-events: none
}

@media print,
screen and (min-width:641px) {
    .sec_wedding .wedding_style .style_box .item.-wide .caption_box .title:before {
        width: 2.1rem
    }
}

.sec_wedding .wedding_style .style_box .item .wrap_link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    height: 2rem
}

@media screen and (max-width:640px) {
    .sec_wedding .wedding_style .style_box .item .wrap_link {
        height: 32vw;
        left: 0.4rem
    }
}

.no-touchevents .sec_wedding .wedding_style .style_box .item .wrap_link:hover~.ph .img {
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
    opacity: 0.7
}

.sec_wedding .wedding_style .style_box .ph {
    width: 100%;
    height: 2rem;
    overflow: hidden;
    background-color: #fff
}

@media screen and (max-width:640px) {
    .sec_wedding .wedding_style .style_box .ph {
        height: 32vw
    }
}

.sec_wedding .wedding_style .style_box .ph .img {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
    transition: opacity 0.3s, -webkit-transform 0.5s;
    transition: transform 0.5s, opacity 0.3s;
    transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s
}

.sec_wedding .wedding_style .style_box .deco_tit {
    position: absolute;
    top: -1em;
    left: -0.3rem
}

@media screen and (max-width:640px) {
    .sec_wedding .wedding_style .style_box .deco_tit {
        top: -1.5em;
        left: 0.35rem
    }
}

.sec_wedding .wedding_style .style_box .deco_tit>span {
    position: relative;
    display: inline-block;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    font-family: "eb-garamond", serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.12rem;
    letter-spacing: 0.01em;
    line-height: 1
}

@media screen and (max-width:640px) {
    .sec_wedding .wedding_style .style_box .deco_tit>span {
        margin-left: -1.3em;
        font-size: 0.1rem
    }
}

.sec_wedding .wedding_style .style_box .deco_tit.-num {
    top: 0
}

@media screen and (max-width:640px) {
    .sec_wedding .wedding_style .style_box .deco_tit.-num {
        top: -0.05rem
    }
}

.sec_wedding .wedding_style .style_box .deco_tit.-num[data-txt]:before {
    content: attr(data-txt);
    font-family: "eb-garamond", serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.18rem;
    letter-spacing: 0.1em;
    line-height: 1.2;
    text-align: center
}

@media screen and (max-width:640px) {
    .sec_wedding .wedding_style .style_box .deco_tit.-num[data-txt]:before {
        font-size: 0.13rem
    }
}

.sec_wedding .wedding_style .style_box .deco_tit.-num>span {
    margin-left: -1.5em;
    padding-left: 0.3rem
}

@media screen and (max-width:640px) {
    .sec_wedding .wedding_style .style_box .deco_tit.-num>span {
        padding-left: 0.15rem
    }
}

.sec_wedding .wedding_style .style_box .deco_tit.-num>span:before {
    content: "";
    position: absolute;
    left: 0.15rem;
    top: calc(50% - 0.1rem);
    width: 1px;
    height: 0.2rem;
    background-color: #393836
}

@media screen and (max-width:640px) {
    .sec_wedding .wedding_style .style_box .deco_tit.-num>span:before {
        left: 0.05rem;
        top: calc(50% - 0.07rem);
        height: 0.14rem
    }
}

.sec_wedding .wedding_style .style_box .caption_box {
    position: relative;
    margin-top: -0.35rem
}

@media screen and (max-width:640px) {
    .sec_wedding .wedding_style .style_box .caption_box {
        margin-top: 0
    }
}

.sec_wedding .wedding_style .style_box .caption_box .title {
    position: relative;
    z-index: 0;
    display: inline-block;
    font-family: shippori-mincho-b1, sans-serif;
    font-weight: 500;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.16rem;
    letter-spacing: 0.2em;
    line-height: 2.87;
    padding-right: 0.25rem
}

@media screen and (max-width:640px) {
    .sec_wedding .wedding_style .style_box .caption_box .title {
        display: block;
        font-size: 0.14rem;
        letter-spacing: 0.15em;
        line-height: 1.87;
        margin-top: 0.05rem;
        padding: 0
    }
    .sec_wedding .wedding_style .style_box .caption_box .title .narrow {
        letter-spacing: 0.05em
    }
}

.sec_wedding .wedding_style .style_box .caption_box .title:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-color: #faf9f8
}

@media screen and (max-width:640px) {
    .sec_wedding .wedding_style .style_box .caption_box .title:before {
        content: none
    }
}

.sec_wedding .wedding_style .style_box .caption_box .caption {
    position: relative;
    font-size: 0.13rem;
    letter-spacing: 0.1em;
    line-height: 2.15;
    margin-right: -0.1em;
    margin-top: 0.1rem
}

@media screen and (max-width:640px) {
    .sec_wedding .wedding_style .style_box .caption_box .caption {
        font-size: 0.12rem;
        letter-spacing: 0.05em;
        line-height: 2.3
    }
}

@media screen and (max-width:640px) {
    .sec_wedding .wedding_style .style_box .caption_box .caption.-vanish {
        margin: 0;
        padding: 0;
        height: 0;
        line-height: 0;
        overflow: hidden
    }
}

.sec_wedding .wedding_style .link {
    margin-top: 0.5rem
}

.sec_wedding .wedding_style.-ceremony>.in:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 0.4rem;
    background-color: #282828;
    top: -0.2rem;
    left: 50%
}

.sec_wedding .wedding_style.-banquet>.in {
    margin-top: 0;
    background-color: #f3f2f0
}

.sec_wedding .wedding_style.-banquet .caption_box .title:before {
    background-color: #f3f2f0
}

.sec_wedding .wedding_style.-banquet .caption_box .caption {
    margin-top: 0
}

.sec_wedding .wedding_style.-banquet .caption_box .caption+.caption {
    margin-top: 0.05rem
}

.sec_wedding .-natural {
    margin-top: 1.4rem
}

@media screen and (max-width:640px) {
    .sec_wedding .-natural {
        margin-top: 0.4rem
    }
}

.sec_wedding .-natural .ph_box.-main .ph01 .ph img {
    -o-object-position: center bottom;
    object-position: center bottom
}

.sec_wedding .-natural .ph_box.-main .ph02 .ph img {
    -o-object-position: left bottom;
    object-position: left bottom
}

@media screen and (max-width:640px) {
    .sec_wedding .-modern .ph_box.-main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media screen and (max-width:640px) {
    .sec_wedding .-modern .ph_box.-main .deco_txt {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.sec_wedding .-modern .ph_box.-main .ph01 .ph img {
    -o-object-position: center center;
    object-position: center center
}

.sec_wedding .-modern .ph_box.-main .ph02 .ph img {
    -o-object-position: center center;
    object-position: center center
}

.sec_wedding .-luxury .ph_box.-main .ph01 .ph img {
    -o-object-position: center center;
    object-position: center center
}

.sec_wedding .-luxury .ph_box.-main .ph02 .ph img {
    -o-object-position: center center;
    object-position: center center
}

@media screen and (max-width:640px) {
    .sec_wedding .-traditional .ph_box.-main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media screen and (max-width:640px) {
    .sec_wedding .-traditional .ph_box.-main .deco_txt {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.sec_wedding .-traditional .ph_box.-main .ph01 .ph img {
    -o-object-position: left center;
    object-position: left center
}

.sec_wedding .-traditional .ph_box.-main .ph02 .ph img {
    -o-object-position: center center;
    object-position: center center
}

.sec_cuisine>.in {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 1rem;
    padding-bottom: 1.4rem
}

@media screen and (max-width:640px) {
    .sec_cuisine>.in {
        padding-top: 0.6rem;
        padding-bottom: 0.8rem
    }
}

.sec_cuisine .mv_box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 7rem;
    overflow: hidden
}

@media screen and (max-width:640px) {
    .sec_cuisine .mv_box {
        height: 85.33vw
    }
}

.sec_cuisine .mv_box .ph {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0
}

.sec_cuisine .mv_box .ph.ph01 {
    left: 0;
    right: 50%
}

.sec_cuisine .mv_box .ph.ph02 {
    left: 50%;
    right: 0
}

.sec_cuisine .mv_box .catch {
    position: relative;
    display: block;
    width: 2.8rem;
    font-size: 0.4rem;
    line-height: 2.75;
    color: #fff;
    text-align: center
}

@media screen and (max-width:640px) {
    .sec_cuisine .mv_box .catch {
        width: 1.66rem;
        font-size: 0.24rem;
        line-height: 2.5
    }
}

.sec_cuisine .mv_box .catch span {
    position: relative;
    display: block;
    text-align: center
}

.sec_cuisine .mv_box .catch span.-line1 {
    letter-spacing: 2.34em
}

.sec_cuisine .mv_box .catch span.-line2 {
    letter-spacing: 0.8em
}

.sec_cuisine .mv_box .catch span.-line3 {
    letter-spacing: 0.4em
}

.sec_cuisine .txt_box {
    width: 5.5rem;
    margin-right: 1rem;
    padding-left: 0.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media screen and (max-width:640px) {
    .sec_cuisine .txt_box {
        max-width: calc(100% - 0.6rem);
        width: 100%;
        margin: auto;
        padding: 0
    }
}

@media screen and (max-width:640px) {
    .sec_cuisine .txt_box .sec_tit.-left .title {
        font-size: 0.14rem;
        text-align: center
    }
}

@media screen and (max-width:640px) {
    .sec_cuisine .txt_box .sec_tit.-left .title[data-txt]:before {
        font-size: 0.28rem;
        text-align: center
    }
}

.sec_cuisine .txt_box .catch {
    margin-top: 0.4rem
}

.sec_cuisine .txt_box .caption {
    margin-top: 0.25rem;
    text-align: justify;
    text-justify: inter-ideograph
}

.sec_cuisine .txt_box .ph {
    position: relative;
    margin-top: 0.85rem;
    margin-left: -0.5rem
}

.sec_cuisine .ph_box {
    width: 6.6rem
}

@media screen and (max-width:640px) {
    .sec_cuisine .ph_box {
        width: 100%;
        margin-top: 0.4rem
    }
}

.sec_cuisine .ph_box .ph {
    width: 100%;
    height: 4rem
}

@media screen and (max-width:640px) {
    .sec_cuisine .ph_box .ph {
        width: 84vw;
        height: 52vw;
        margin: auto
    }
}

.sec_cuisine .chef_box {
    position: relative;
    max-width: 5.56rem;
    width: 100%;
    min-height: 3.2rem;
    margin-left: 0.4rem;
    margin-top: 0.8rem;
    padding-left: 2.8rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.sec_cuisine .chef_box .ph {
    position: absolute;
    top: 0;
    left: 0;
    width: 2.3rem;
    height: 3.2rem
}

.sec_cuisine .chef_box .sub_txt {
    font-family: "eb-garamond", serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.3rem;
    letter-spacing: 0.2em;
    line-height: 1;
    color: #808057
}

.sec_cuisine .chef_box .name_box {
    font-family: shippori-mincho-b1, sans-serif;
    font-weight: 500;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-top: 0.35rem
}

.sec_cuisine .chef_box .name_box>dt {
    font-size: 0.14rem;
    letter-spacing: 0.1em;
    line-height: 1
}

.sec_cuisine .chef_box .name_box>dd {
    font-size: 0.2rem;
    letter-spacing: 0.2em;
    line-height: 2.3
}

.sec_cuisine .chef_box .prof {
    margin-top: 0.25rem
}

.sec_cuisine .chef_box .prof>dt {
    font-family: "eb-garamond", serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.2rem;
    letter-spacing: 0.2em;
    line-height: 1;
    color: #808057
}

.sec_cuisine .chef_box .prof>dd {
    font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", sans-serif;
    font-weight: 500;
    font-size: 0.13rem;
    letter-spacing: 0.05em;
    line-height: 2.15;
    text-align: justify;
    text-justify: inter-ideograph;
    margin-top: 0.15rem
}

.sec_cuisine .link {
    width: 100%;
    margin-top: 0.8rem
}

@media screen and (max-width:640px) {
    .sec_cuisine .link {
        margin-top: 0.6rem
    }
}

.sec_report {
    background-color: #f3f2f0
}

@media print,
screen and (min-width:641px) {
    .sec_report {
        overflow: hidden
    }
}

.sec_report>.in {
    position: relative;
    text-align: right;
    max-width: 12rem;
    width: 100%;
    margin: auto;
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
    background-color: #f3f2f0
}

@media screen and (max-width:640px) {
    .sec_report>.in {
        padding-top: 0.8rem;
        padding-bottom: 0.8rem
    }
}

.sec_report>.in:before {
    content: "";
    position: absolute;
    top: 2.7rem;
    bottom: 2.65rem;
    left: calc(50% - 4rem);
    right: calc(50% - 50vw);
    background-color: #fff
}

@media screen and (max-width:640px) {
    .sec_report>.in:before {
        content: none
    }
}

@media screen and (max-width:640px) {
    .sec_report .sec_tit.-vertical.-left {
        position: static;
        -ms-writing-mode: lr-tb;
        -webkit-writing-mode: horizontal-tb;
        writing-mode: horizontal-tb;
        -webkit-font-feature-settings: "palt";
        font-feature-settings: "palt"
    }
    .sec_report .sec_tit.-vertical.-left .title {
        font-size: 0.14rem;
        text-align: center
    }
    .sec_report .sec_tit.-vertical.-left .title[data-txt]:before {
        font-size: 0.28rem;
        line-height: 1.28;
        white-space: normal;
        padding: 0 2em;
        text-align: center;
        margin: auto;
        margin-bottom: 0.15rem
    }
}

.sec_report .report_box {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.6rem calc(1rem - 1px);
    max-width: 8.2rem;
    width: 100%;
    margin: auto
}

.sec_report .report_slide {
    margin-top: 0.5rem
}

.sec_report [data-slidearea01].report_slide .slidearea01_wrap {
    max-width: 89.33vw
}

.sec_report [data-slidearea01].report_slide .slidearea01_btns {
    position: absolute;
    top: 0;
    bottom: auto;
    height: 78.66vw
}

@media screen and (max-width:640px) {
    .sec_report [data-slidearea01].report_slide .slidearea01_btns button {
        width: 0.4rem;
        height: 0.4rem
    }
}

.sec_report [data-slidearea01].report_slide .slidearea01_btns button:before {
    width: 0.4rem;
    height: 0.4rem;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 0
}

.sec_report [data-slidearea01].report_slide .slidearea01_btns button:after {
    width: 0.4rem;
    height: 0.08rem;
    border: none;
    left: auto
}

.sec_report [data-slidearea01].report_slide .slidearea01_btns button.next {
    right: 0
}

.sec_report [data-slidearea01].report_slide .slidearea01_btns button.prev {
    left: 0
}

.sec_report [data-slidearea01].report_slide .slidearea01_btns button.disabled {
    pointer-events: none;
    opacity: 0.3
}

.no-touchevents .sec_report [data-slidearea01].report_slide .slidearea01_btns button:hover:before {
    background-color: #000
}

.no-touchevents .sec_report [data-slidearea01].report_slide .slidearea01_btns button:hover:after {
    border-color: #FFF
}

.sec_report [data-slidearea01].report_slide .slidearea01_pager {
    display: none;
    text-align: center
}

.sec_report [data-slidearea01].report_slide .slidearea01_pager button {
    width: 40px;
    height: 40px;
    position: relative;
    display: inline-block;
    vertical-align: top
}

.sec_report [data-slidearea01].report_slide .slidearea01_pager button:after,
.sec_report [data-slidearea01].report_slide .slidearea01_pager button:before {
    content: "";
    display: block;
    background-color: #DDD;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    border-radius: 50%
}

@media print,
screen and (min-width:641px) {
    .sec_report [data-slidearea01].report_slide .slidearea01_pager button:after,
    .sec_report [data-slidearea01].report_slide .slidearea01_pager button:before {
        width: 10px;
        height: 10px
    }
}

@media screen and (max-width:640px) {
    .sec_report [data-slidearea01].report_slide .slidearea01_pager button:after,
    .sec_report [data-slidearea01].report_slide .slidearea01_pager button:before {
        width: 6px;
        height: 6px
    }
}

.sec_report [data-slidearea01].report_slide .slidearea01_pager button:after {
    -webkit-transition: 0.2s;
    transition: 0.2s
}

.no-touchevents .sec_report [data-slidearea01].report_slide .slidearea01_pager button:hover:after,
.sec_report [data-slidearea01].report_slide .slidearea01_pager button.active:after {
    background-color: #000
}

.sec_report [data-slidearea01].report_slide .slidearea01_pager button.active {
    cursor: default;
    pointer-events: none
}

.sec_report .report_item>.in {
    position: relative;
    z-index: 0;
    width: 3.6rem
}

@media screen and (max-width:640px) {
    .sec_report .report_item>.in {
        width: 78.66vw;
        margin: auto;
        padding-bottom: 0.2rem
    }
}

.sec_report .report_item .wrap_link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    display: block
}

.no-touchevents .sec_report .report_item .wrap_link:hover~.thumb img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    opacity: 0.7
}

.sec_report .report_item .thumb {
    width: 100%;
    height: 3.6rem;
    overflow: hidden
}

@media screen and (max-width:640px) {
    .sec_report .report_item .thumb {
        height: 78.66vw
    }
}

.sec_report .report_item .thumb img {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
    transition: opacity 0.3s, -webkit-transform 0.5s;
    transition: transform 0.5s, opacity 0.3s;
    transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s
}

.sec_report .report_item .info_box {
    text-align: center;
    margin-top: 0.1rem
}

@media screen and (max-width:640px) {
    .sec_report .report_item .info_box {
        margin-top: 0.25rem
    }
}

.sec_report .report_item .info_box .date,
.sec_report .report_item .info_box .place {
    font-family: shippori-mincho-b1, sans-serif;
    font-weight: 500;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0.1em;
    line-height: 1.71
}

.sec_report .report_item .info_box .date {
    font-size: 0.14rem;
    margin-top: 0.1rem
}

.sec_report .report_item .info_box .place {
    font-size: 0.16rem
}

.sec_report .report_item .info_box .place>span+span {
    position: relative;
    margin-left: 1.2em
}

.sec_report .report_item .info_box .place>span+span:after,
.sec_report .report_item .info_box .place>span+span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -1em;
    width: 0.09rem;
    height: 1px;
    background-color: #282828
}

.sec_report .report_item .info_box .place>span+span:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.sec_report .report_item .info_box .place>span+span:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.sec_report .link {
    width: 100%;
    margin-top: 1.5rem
}

@media screen and (max-width:640px) {
    .sec_report .link {
        margin-top: 0.3rem
    }
}

@media screen and (max-width:640px) {
    .sec_report .link .btn02 {
        max-width: 2.5rem
    }
}

.sec_plan>.in {
    padding-top: 1.4rem;
    padding-bottom: 1.4rem
}

@media screen and (max-width:640px) {
    .sec_plan>.in {
        padding-top: 0.6rem;
        padding-bottom: 0.8rem;
        overflow: hidden
    }
}

@media screen and (max-width:640px) {
    .sec_plan .sec_tit .catch {
        font-size: 0.18rem;
        letter-spacing: 0.15em;
        line-height: 2.22
    }
}

.sec_plan .mod_wrap {
    max-width: 12rem;
    width: 100%;
    margin: auto;
    margin-top: 0.6rem;
    overflow: hidden
}

@media screen and (min-width:641px) and (max-width:1380px) {
    .sec_plan .mod_wrap iframe {
        width: 140%!important
    }
}

@media screen and (max-width:640px) {
    .sec_plan .mod_wrap {
        max-width: calc(100% - 0.4rem);
        margin: auto;
        margin-top: 0.3rem
    }
}

.sec_plan .plan_button {
    margin-top: 0.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0.2rem
}

@media screen and (max-width:640px) {
    .sec_plan .plan_button {
        margin-top: 0.32rem;
        margin-right: auto;
        margin-left: auto;
        max-width: 3.5rem;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 0.07rem
    }
}

.sec_plan .plan_button .btn01 {
    background-color: #2C3449;
    height: 0.6rem;
    -webkit-transition: all 0.6s;
    transition: all 0.6s
}

@media screen and (max-width:640px) {
    .sec_plan .plan_button .btn01 {
        width: 1.64rem
    }
}

.sec_plan .plan_button .btn01:after {
    background-color: #E6C8A2
}

.sec_plan .plan_button .btn01>span {
    font-size: 0.16rem;
    line-height: 1.87
}

@media screen and (max-width:640px) {
    .sec_plan .plan_button .btn01>span {
        font-size: 0.14rem
    }
}

.no-touchevents .sec_plan .plan_button .btn01:hover {
    background-color: #2C3449;
    opacity: 0.7
}

.no-touchevents .sec_plan .plan_button .btn01:hover span {
    color: #fff
}

.sec_plan .link {
    margin-top: 0.7rem
}

@media screen and (max-width:640px) {
    .sec_plan .link {
        margin-top: 0.4rem
    }
}

.sec_plan .best_rate {
    margin-top: 0.6rem;
    width: 8rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-inline: auto;
    border: 1px solid #808057;
    background-color: #F4F3F1;
    letter-spacing: 0.2em;
    font-family: shippori-mincho-b1, sans-serif;
    font-weight: 500;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@media screen and (max-width:640px) {
    .sec_plan .best_rate {
        width: auto;
        margin-top: 0.5rem;
        margin-inline: 0.3rem
    }
}

.sec_plan .best_rate .best_rate_in {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 0.34rem 1.12rem 1fr 0.34rem;
    grid-template-columns: 0.34rem 1.12rem 1fr 0.34rem;
    -ms-grid-rows: auto 0.12rem 0.3rem 0.12rem 1fr;
    grid-template-rows: auto 0.3rem 1fr;
    row-gap: 0.12rem;
    margin: 0.07rem;
    border: 1px solid rgba(128, 128, 87, 0.25);
    padding-block: 0.3rem;
    padding-inline: 0.4rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.sec_plan .best_rate .best_rate_in>:first-child {
    -ms-grid-row: 1;
    -ms-grid-column: 1
}

.sec_plan .best_rate .best_rate_in>:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2
}

.sec_plan .best_rate .best_rate_in>:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3
}

.sec_plan .best_rate .best_rate_in>:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 4
}

.sec_plan .best_rate .best_rate_in>:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1
}

.sec_plan .best_rate .best_rate_in>:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 2
}

.sec_plan .best_rate .best_rate_in>:nth-child(7) {
    -ms-grid-row: 3;
    -ms-grid-column: 3
}

.sec_plan .best_rate .best_rate_in>:nth-child(8) {
    -ms-grid-row: 3;
    -ms-grid-column: 4
}

.sec_plan .best_rate .best_rate_in>:nth-child(9) {
    -ms-grid-row: 5;
    -ms-grid-column: 1
}

.sec_plan .best_rate .best_rate_in>:nth-child(10) {
    -ms-grid-row: 5;
    -ms-grid-column: 2
}

.sec_plan .best_rate .best_rate_in>:nth-child(11) {
    -ms-grid-row: 5;
    -ms-grid-column: 3
}

.sec_plan .best_rate .best_rate_in>:nth-child(12) {
    -ms-grid-row: 5;
    -ms-grid-column: 4
}

@media screen and (max-width:640px) {
    .sec_plan .best_rate .best_rate_in {
        -ms-grid-rows: 0.14rem 0 auto 0 0.3rem 0 1fr;
        grid-template-rows: 0.14rem auto 0.3rem 1fr;
        -ms-grid-columns: 0.87rem 0.12rem 1fr;
        grid-template-columns: 0.87rem 1fr;
        -webkit-column-gap: 0.12rem;
        -moz-column-gap: 0.12rem;
        column-gap: 0.12rem;
        row-gap: 0;
        padding-inline: 0.15rem;
        padding-block: 0 0.21rem;
        margin: 0.04rem
    }
    .sec_plan .best_rate .best_rate_in>:first-child {
        -ms-grid-row: 1;
        -ms-grid-column: 1
    }
    .sec_plan .best_rate .best_rate_in>:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3
    }
    .sec_plan .best_rate .best_rate_in>:nth-child(3) {
        -ms-grid-row: 3;
        -ms-grid-column: 1
    }
    .sec_plan .best_rate .best_rate_in>:nth-child(4) {
        -ms-grid-row: 3;
        -ms-grid-column: 3
    }
    .sec_plan .best_rate .best_rate_in>:nth-child(5) {
        -ms-grid-row: 5;
        -ms-grid-column: 1
    }
    .sec_plan .best_rate .best_rate_in>:nth-child(6) {
        -ms-grid-row: 5;
        -ms-grid-column: 3
    }
    .sec_plan .best_rate .best_rate_in>:nth-child(7) {
        -ms-grid-row: 7;
        -ms-grid-column: 1
    }
    .sec_plan .best_rate .best_rate_in>:nth-child(8) {
        -ms-grid-row: 7;
        -ms-grid-column: 3
    }
}

.sec_plan .best_rate .best_rate_in .best_rate-txt_wrap {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 3;
    grid-column: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 0.44rem
}

@media screen and (max-width:640px) {
    .sec_plan .best_rate .best_rate_in .best_rate-txt_wrap {
        -ms-grid-row: 2;
        grid-row: 2;
        -ms-grid-column: 2;
        grid-column: 2;
        margin-left: 0
    }
}

.sec_plan .best_rate .best_rate_in .best_rate-txt_wrap .best_rate-title {
    font-size: 0.22rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 500;
    margin-bottom: 0.12rem;
    color: #808057
}

@media screen and (max-width:640px) {
    .sec_plan .best_rate .best_rate_in .best_rate-txt_wrap .best_rate-title {
        font-size: 0.16rem;
        margin-bottom: 0
    }
}

.sec_plan .best_rate .best_rate_in .best_rate-txt_wrap .best_rate-txt {
    font-size: 0.16rem;
    line-height: 1.8;
    letter-spacing: 0.1em
}

@media screen and (max-width:640px) {
    .sec_plan .best_rate .best_rate_in .best_rate-txt_wrap .best_rate-txt {
        font-size: 0.11rem;
        letter-spacing: 0.05em;
        text-align: center
    }
}

.sec_plan .best_rate .best_rate_in .detail_item {
    grid-row: 2/-1;
    grid-column: 1/-1
}

@media screen and (max-width:640px) {
    .sec_plan .best_rate .best_rate_in .detail_item {
        grid-row: 3/-1
    }
}

.sec_plan .best_rate .best_rate_in .detail_item .-detail .detail_inner {
    margin-top: 0.35rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.45rem;
    background-color: #fff;
    padding: 0.4rem
}

@media screen and (max-width:640px) {
    .sec_plan .best_rate .best_rate_in .detail_item .-detail .detail_inner {
        margin-top: 0.21rem;
        padding-inline: 0.15rem;
        padding-block: 0.25rem;
        gap: 0.4rem
    }
}

.sec_plan .best_rate .best_rate_in .detail_item .-detail .detail_content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 0.3rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: auto 0.15rem 1fr;
    grid-template-rows: auto 1fr;
    -webkit-column-gap: 0.3rem;
    -moz-column-gap: 0.3rem;
    column-gap: 0.3rem;
    row-gap: 0.15rem
}

.sec_plan .best_rate .best_rate_in .detail_item .-detail .detail_content>:first-child {
    -ms-grid-row: 1;
    -ms-grid-column: 1
}

.sec_plan .best_rate .best_rate_in .detail_item .-detail .detail_content>:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3
}

.sec_plan .best_rate .best_rate_in .detail_item .-detail .detail_content>:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1
}

.sec_plan .best_rate .best_rate_in .detail_item .-detail .detail_content>:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3
}

@media screen and (max-width:640px) {
    .sec_plan .best_rate .best_rate_in .detail_item .-detail .detail_content {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto 0.18rem auto 0.18rem auto;
        grid-template-rows: repeat(3, auto);
        row-gap: 0.18rem
    }
    .sec_plan .best_rate .best_rate_in .detail_item .-detail .detail_content>:first-child {
        -ms-grid-row: 1;
        -ms-grid-column: 1
    }
    .sec_plan .best_rate .best_rate_in .detail_item .-detail .detail_content>:nth-child(2) {
        -ms-grid-row: 3;
        -ms-grid-column: 1
    }
    .sec_plan .best_rate .best_rate_in .detail_item .-detail .detail_content>:nth-child(3) {
        -ms-grid-row: 5;
        -ms-grid-column: 1
    }
}

.sec_plan .best_rate .best_rate_in .detail_item .-detail .detail_content .detail_title {
    font-size: 0.2rem;
    font-weight: 500;
    -ms-grid-row: 1;
    grid-row: 1;
    margin-top: 0.19rem
}

@media screen and (max-width:640px) {
    .sec_plan .best_rate .best_rate_in .detail_item .-detail .detail_content .detail_title {
        font-size: 0.16rem;
        text-align: center;
        margin-top: 0
    }
}

.sec_plan .best_rate .best_rate_in .detail_item .-detail .detail_content .detail_txt_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.15rem;
    -ms-grid-row: 2;
    grid-row: 2
}

@media screen and (max-width:640px) {
    .sec_plan .best_rate .best_rate_in .detail_item .-detail .detail_content .detail_txt_wrap {
        -ms-grid-row: 3;
        grid-row: 3
    }
}

.sec_plan .best_rate .best_rate_in .detail_item .-detail .detail_content .detail_txt_wrap .detail_txt {
    font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", sans-serif;
    font-weight: 400;
    font-size: 0.14rem
}

@media screen and (max-width:640px) {
    .sec_plan .best_rate .best_rate_in .detail_item .-detail .detail_content .detail_txt_wrap .detail_txt {
        font-size: 0.13rem;
        line-height: 1.85;
        letter-spacing: 0.08em
    }
}

.sec_plan .best_rate .best_rate_in .detail_item .-detail .detail_content .detail_txt_wrap .detail_txt span {
    color: #808057
}

.sec_plan .best_rate .best_rate_in .detail_item .-detail .detail_content .detail_ph_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.04rem;
    grid-row: 1/-1
}

@media screen and (max-width:640px) {
    .sec_plan .best_rate .best_rate_in .detail_item .-detail .detail_content .detail_ph_wrap {
        -ms-grid-row: 2;
        grid-row: 2;
        padding-inline: 0.11rem
    }
}

.sec_plan .best_rate .best_rate_in .detail_item .-detail .detail_content.benefit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.sec_plan .best_rate .best_rate_in .detail_item .-detail .detail_content.benefit .detail_title {
    margin-top: 0
}

.sec_plan .best_rate .best_rate_in .detail_item .-detail .detail_content.benefit .benefits_box {
    display: block;
    width: 100%;
    margin: 0.06rem auto 0
}

@media screen and (max-width:640px) {
    .sec_plan .best_rate .best_rate_in .detail_item .-detail .detail_content.benefit .benefits_box {
        margin-top: 0.08rem
    }
}

.sec_plan .best_rate .best_rate_in .detail_item .-detail .detail_content.benefit .benefits_box .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #CECEAF
}

@media screen and (max-width:640px) {
    .sec_plan .best_rate .best_rate_in .detail_item .-detail .detail_content.benefit .benefits_box .item {
        display: block;
        border: none
    }
}

.sec_plan .best_rate .best_rate_in .detail_item .-detail .detail_content.benefit .benefits_box .item .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #e9e8e5;
    font-family: shippori-mincho-b1, sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.16rem;
    letter-spacing: 0.05em;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    line-height: 1.85;
    color: #808057;
    padding: 0.03rem 0
}

@media screen and (max-width:640px) {
    .sec_plan .best_rate .best_rate_in .detail_item .-detail .detail_content.benefit .benefits_box .item .title {
        width: calc(100% + 0.3rem);
        margin: 0 -0.15rem;
        height: 0.34rem;
        font-size: 0.15rem;
        padding: 0
    }
}

.sec_plan .best_rate .best_rate_in .detail_item .-detail .detail_content.benefit .benefits_box .item .detail {
    display: block;
    width: 100%;
    padding: 0.17rem 0.26rem 0.26rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal
}

@media screen and (max-width:640px) {
    .sec_plan .best_rate .best_rate_in .detail_item .-detail .detail_content.benefit .benefits_box .item .detail {
        width: 100%;
        padding: 0.19rem 0 0
    }
}

.sec_plan .best_rate .best_rate_in .detail_item .-detail .detail_content.benefit .benefits_box .item .detail .detail_title {
    text-align: left;
    font-family: shippori-mincho-b1, sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.sec_plan .best_rate .best_rate_in .detail_item .-detail .detail_content.benefit .benefits_box .item+.item {
    margin-top: 0.2rem
}

@media screen and (max-width:640px) {
    .sec_plan .best_rate .best_rate_in .detail_item .-detail .detail_content.benefit .benefits_box .item+.item {
        margin-top: 0.4rem
    }
}

.sec_plan .best_rate .best_rate_in .detail_item .-detail .detail_content.benefit .benefits_box .detail_title {
    font-family: shippori-mincho-b1, sans-serif;
    font-weight: 500;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.16rem;
    letter-spacing: 0;
    line-height: 2.05;
    padding-bottom: 0.15rem;
    border-bottom: 1px solid #CECEAF
}

@media screen and (max-width:640px) {
    .sec_plan .best_rate .best_rate_in .detail_item .-detail .detail_content.benefit .benefits_box .detail_title {
        font-size: 0.14rem;
        line-height: 1.85;
        padding-bottom: 0.17rem
    }
}

.sec_plan .best_rate .best_rate_in .detail_item .-detail .detail_content.benefit .benefits_box .detail_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0.16rem;
    font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", sans-serif;
    font-weight: 500;
    font-size: 0.14rem;
    letter-spacing: 0.05em;
    line-height: 1.85
}

@media screen and (max-width:640px) {
    .sec_plan .best_rate .best_rate_in .detail_item .-detail .detail_content.benefit .benefits_box .detail_item {
        display: block;
        font-size: 0.13rem;
        margin-top: 0.19rem
    }
}

.sec_plan .best_rate .best_rate_in .detail_item .-detail .detail_content.benefit .benefits_box .detail_item+.detail_item {
    margin-top: 0.05rem
}

@media screen and (max-width:640px) {
    .sec_plan .best_rate .best_rate_in .detail_item .-detail .detail_content.benefit .benefits_box .detail_item+.detail_item {
        margin-top: 0.06rem
    }
}

.sec_plan .best_rate .best_rate_in .detail_item .-detail .detail_content.benefit .benefits_box .detail_item>dt {
    width: 0.8rem;
    color: #808057
}

@media screen and (max-width:640px) {
    .sec_plan .best_rate .best_rate_in .detail_item .-detail .detail_content.benefit .benefits_box .detail_item>dt {
        width: 100%;
        text-align: center;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
}

.sec_plan .best_rate .best_rate_in .detail_item .-detail .detail_content.benefit .benefits_box .detail_item>dd {
    width: calc(100% - 0.8rem)
}

@media screen and (max-width:640px) {
    .sec_plan .best_rate .best_rate_in .detail_item .-detail .detail_content.benefit .benefits_box .detail_item>dd {
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
}

.sec_plan .best_rate .best_rate_in .detail_item .-detail .detail_content.benefit .benefits_box .detail_item .note {
    font-size: 0.12rem
}

.sec_plan .best_rate .best_rate_in .detail_item .-detail .link {
    margin-top: 0
}

.sec_plan .best_rate .best_rate_in .detail_item .detail_item_trigger.-trigger {
    color: #808057;
    font-size: 0.16rem;
    line-height: 1.85;
    letter-spacing: 0.1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0.12rem;
    margin-left: 1.9rem
}

@media screen and (max-width:640px) {
    .sec_plan .best_rate .best_rate_in .detail_item .detail_item_trigger.-trigger {
        font-size: 0.14rem;
        margin-left: 1rem;
        padding-top: 0.05rem
    }
}

.sec_plan .best_rate .best_rate_in .detail_item .detail_item_trigger.-trigger:before {
    content: "詳しく見る";
    border-bottom: 1px solid #808057;
    cursor: pointer
}

.sec_plan .best_rate .best_rate_in .detail_item .detail_item_trigger.-trigger.-open:before {
    content: "閉じる";
    padding-inline: 0.145rem
}

.sec_plan .best_rate .best_rate_in .detail_item .detail_item_trigger.-trigger:after {
    content: "";
    display: block;
    width: 0.8em;
    height: 0.8em;
    border-right: 1px solid;
    border-bottom: 1px solid;
    -webkit-transform: rotate(45deg) translate(-0.25em, -0.25em) skew(4deg, 4deg);
    transform: rotate(45deg) translate(-0.25em, -0.25em) skew(4deg, 4deg);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s
}

.sec_plan .best_rate .best_rate_in .detail_item .detail_item_trigger.-trigger.-open:after {
    -webkit-transform: rotate(45deg) translate(0.1em, 0.1em) skew(4deg, 4deg) scale(-1);
    transform: rotate(45deg) translate(0.1em, 0.1em) skew(4deg, 4deg) scale(-1)
}

.sec_plan .best_rate .best_rate_in .badge {
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column: 2;
    grid-column: 2;
    margin: auto auto 0
}

@media screen and (max-width:640px) {
    .sec_plan .best_rate .best_rate_in .badge {
        -ms-grid-row: 1;
        -ms-grid-row-span: 3;
        grid-row: 1/4;
        -ms-grid-column: 1;
        grid-column: 1
    }
}

.sec_plan .best_rate .best_rate_in .badge img {
    width: 1.12rem;
    height: auto
}

@media screen and (max-width:640px) {
    .sec_plan .best_rate .best_rate_in .badge img {
        width: 0.87rem
    }
}

.sec_access {
    background-color: #f3f2f0
}

.sec_access>.in {
    position: relative;
    max-width: 13rem;
    width: 100%;
    margin: auto;
    padding-top: 1.4rem;
    padding-bottom: 1.4rem
}

@media screen and (max-width:640px) {
    .sec_access>.in {
        padding-top: 0.8rem;
        padding-bottom: 0.8rem
    }
}

.sec_access .txt_box {
    padding-left: 0.5rem
}

@media screen and (max-width:640px) {
    .sec_access .txt_box {
        padding: 0;
        text-align: center
    }
}

@media screen and (max-width:640px) {
    .sec_access .txt_box .sec_tit.-left .title {
        text-align: center
    }
}

@media screen and (max-width:640px) {
    .sec_access .txt_box .sec_tit.-left .title[data-txt]:before {
        text-align: center
    }
}

.sec_access .txt_box .catch {
    margin-top: 0.5rem
}

.sec_access .txt_box .caption {
    margin-top: 0.35rem
}

.sec_access .chart {
    position: absolute;
    top: 1.2rem;
    right: 0.5rem;
    width: 6.36rem;
    line-height: 0
}

@media screen and (max-width:640px) {
    .sec_access .chart {
        position: static;
        width: 85.86vw;
        height: auto;
        margin: auto;
        margin-top: 0.25rem
    }
}

.sec_access .chart .img {
    width: 100%;
    height: auto;
    image-rendering: -webkit-optimize-contrast
}

.sec_access .link {
    margin-top: 0.5rem
}

@media screen and (max-width:640px) {
    .sec_access .link {
        margin-top: 0.3rem
    }
}

@media print,
screen and (min-width:641px) {
    .sec_access .link .btn02 {
        margin-left: 0.5rem
    }
}

.sec_access .mod_wrap {
    margin-top: 1.4rem;
    height: 1rem
}

.sec_gallery>.in {
    padding-top: 1.4rem;
    padding-bottom: 1.5rem
}

@media screen and (max-width:640px) {
    .sec_gallery>.in {
        padding-top: 0.8rem;
        padding-bottom: 0.8rem
    }
}

.sec_gallery .upper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 12rem;
    width: 100%;
    margin: auto
}

@media screen and (max-width:640px) {
    .sec_gallery .upper {
        display: block
    }
}

@media screen and (max-width:640px) {
    .sec_gallery .sec_tit.-left .title {
        font-size: 0.14rem;
        text-align: center
    }
}

@media screen and (max-width:640px) {
    .sec_gallery .sec_tit.-left .title[data-txt]:before {
        font-size: 0.26rem;
        text-align: center
    }
}

.sec_gallery .sec_tit.-left .sub {
    font-family: "eb-garamond", serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.24rem;
    color: #808057;
    letter-spacing: 0.1em;
    line-height: 1;
    margin-top: 0.24rem
}

@media screen and (max-width:640px) {
    .sec_gallery .sec_tit.-left .sub {
        font-size: 0.18rem;
        margin-top: 0.2rem;
        text-align: center
    }
}

.sec_gallery .info_box {
    position: relative;
    padding: 0.05rem 0.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media screen and (max-width:640px) {
    .sec_gallery .info_box {
        max-width: calc(100% - 0.6rem);
        width: 100%;
        margin: auto;
        margin-top: 0.25rem;
        padding: 0.1rem 0.3rem;
        padding-right: 0.2rem
    }
}

.sec_gallery .info_box:after,
.sec_gallery .info_box:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    width: 0.1rem;
    height: 100%;
    border-top: 1px solid #808057;
    border-bottom: 1px solid #808057
}

.sec_gallery .info_box:before {
    left: 0;
    border-left: 1px solid #282828
}

.sec_gallery .info_box:after {
    right: 0;
    border-right: 1px solid #282828
}

@media screen and (max-width:640px) {
    .sec_gallery .info_box .caption {
        font-size: 0.12rem
    }
}

.sec_gallery .info_box .caption strong {
    font-weight: 700
}

@media screen and (max-width:640px) {
    .sec_gallery .info_box .caption strong {
        font-size: 0.13rem
    }
}

.sec_gallery .info_box .tag {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", sans-serif;
    font-weight: 700;
    color: #808057;
    font-size: 0.16rem;
    letter-spacing: 0.1em;
    line-height: 2.5
}

@media screen and (max-width:640px) {
    .sec_gallery .info_box .tag {
        display: block;
        font-size: 0.14rem;
        letter-spacing: 0.1em;
        line-height: 1.8;
        margin-top: 0.1rem
    }
}

.sec_gallery .info_box .tag li {
    margin-right: 1em
}

.sec_gallery .info_box .tag li span:before {
    content: "#";
    margin-right: 0.25em
}

.sec_gallery .mod_wrap {
    position: relative;
    height: 2rem;
    width: 100%;
    margin-top: 0.6rem;
    overflow: hidden
}

@media screen and (max-width:640px) {
    .sec_gallery .mod_wrap {
        margin-top: 0.4rem;
        height: 1rem
    }
}

.sec_gallery .mod_wrap .ownly_ugc {
    padding-right: 10px
}

.sec_gallery .mod_wrap .ownly_ugc_widget_block {
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
    opacity: 0
}

.sec_gallery .mod_wrap .ownly_ugc_widget_block[data-style] {
    opacity: 1
}

.sec_gallery .mod_wrap .ownly_ugc_widget_block_ui {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    gap: 0 10px
}

.sec_gallery .mod_wrap .ownly_ugc_widget_block_ui .ownly_ugc_set_post {
    width: 2rem;
    height: 2rem
}

@media screen and (max-width:640px) {
    .sec_gallery .mod_wrap .ownly_ugc_widget_block_ui .ownly_ugc_set_post {
        width: 1rem;
        height: 1rem
    }
}

.sec_gallery .mod_wrap .ownly_ugc_pagination {
    height: 0!important;
    width: 0!important;
    overflow: hidden!important
}


/*# sourceMappingURL=index.css.map */