/* all */
* {
    margin: 0;
    padding: 0;
}
body {
    background-color: #fafafa;
}
img { width: 100%; }
button {
	background: none;
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
.object-fit_cover {
    /* object-fit: cover; */
    font-family: 'object-fit: cover;';    
}
h2 {
    text-align: center;
    font-weight: normal;
    line-height: 1.2em;
    margin: 40px auto;
}
h2 span {
    color: #b3a175;
    letter-spacing: 0.15em;
}
h2 small {
    color: #666666;
    font-size: 0.7em;
}
/* fonts */
.font_hannari { font-family: "Hannari", serif; }
.font_hannari { font-family: "游明朝体", "Yu Mincho", serif; }
.font_noto-serif { font-family: 'Noto Serif JP', serif; }
.font_noto-sans { font-family: 'Noto Sans JP', serif; }
.font_hannari strong{
    font-size: 17px;
    font-weight: bold;
}
.font_hannari strong > span{
    font-size:15px;
}

/* header */
.logo { margin: 20px auto; }
.logo img {
    display: block;
    height: 10vh;
    max-width: 400px;
    margin: auto;
}

/* #kv */
@keyframes kv_animation {
    from {
        opacity: 0.1;
        transform: scale(1);
        /* transform: rotate3d(50,0,0,30deg); */
    }
    to {
        opacity: 1;
        transform: translateY(-35%) scale(1.3);
        /* transform: rotate3d(50,0,0,0); */
    }
}
#kv {
    margin-bottom: 20px;
}
#kv .image {
    position: relative;
    width: 94%;
    margin: auto;
    height: calc(75vh - 40px);
    overflow: hidden;
    margin-bottom: 20px;
}
#kv .image img {
    min-height: 100%;
    object-fit: cover;
    display: block;
    animation-name: kv_animation;
    animation-duration: 9s;
    animation-timing-function: ease;
    animation-delay: 0.5s;
    animation-fill-mode:both;
}
#kv .text {
    max-width: 900px;
    width: 100%;
    margin: auto;
    text-align: center;
    color: #b3a175;
    letter-spacing: 0.2em;
    line-height: 2.2em;
}
#kv .text .main {
    /* font-weight: bold; */
    margin: 20px auto;
    font-size: 1.3em;
    text-align: center;
}
@keyframes sdl {
    0% {
      transform: scale(1, 0);
      transform-origin: 0 0;
    }
    30% {
      transform: scale(1, 1);
      transform-origin: 0 0;
    }
    70% {
      transform: scale(1, 1);
      transform-origin: 0 100%;
    }
    100% {
      transform: scale(1, 0);
      transform-origin: 0 100%;
    }
}
#kv .text hr {
    background-color: #d9d0ba;
    width: 2px;
    height: 45px;
    border: none;
    margin: auto;
    animation: sdl 2s cubic-bezier(1, 0, 0, 1) 1.5;
}
#kv .text .inner {
    margin: 20px auto;
}
/* .inquiry */
.inquiry{
    display: flex;
    width: 360px;
    height: 48px;
    padding:0;
    justify-content: center;
    align-items: center;
    gap: 30px;
    background: #E81F61;
    margin:auto;
}
.inquiry:hover{
    opacity:0.7;
    cursor: pointer;
}
.inquiry a:hover{opacity:unset;}
.inquiry a span{
    color: #FFF;
    font-size: 18px;
    letter-spacing: 2.25px;
}
/* tokuten */
#tokuten h2{
    color: #666;
    font-size: 22px;
    font-weight:bold;
    letter-spacing: 1.2px;
    line-height: normal;
    display:table;
    margin-bottom:5px;
    position: relative;
}
#tokuten h2::before{
    content:"";
    width: 67.5px;
    height: 60.77px;
    background-image: url(../images/introduction/plus.svg);
    background-repeat: no-repeat;
    background-size:67.5px 60.77px;
    display:block;
    position:absolute;
    top:0px;
    left:-76px;
}
#tokuten .best{margin-top:80px;}
#tokuten .best::before{top:-25px;}
#tokuten h2 > span{
    display:table-cell;
    vertical-align:middle;
    color: #666;
    font-size: 22px;
    font-weight:normal;
    letter-spacing: 1.2px;
    line-height: normal;
}
#tokuten h2 > strong{
    color:#918363;
    font-size:22px;
    line-height: normal;
    letter-spacing: 1.2px;
    display:table-cell;
    vertical-align:middle;
}
#tokuten h2 > .num{
    color: #B3A175;
    font-size: 42px;
    line-height: normal;
    letter-spacing: 1.2px;
    vertical-align: middle;
    padding:0px 9px;
}
.tokuten-box{
    display: flex;
    justify-content: center;
    align-content: flex-start;
    align-items: flex-start;
    gap: 30px 0;
    align-self: stretch;
    width:100%;
    max-width:1000px;
    flex-wrap:wrap;
    margin:auto;
    padding:30px 0px 0px 0px;
    border-bottom: 1px solid #D9D0BA;
}
.tokuten-box div{
    width:100%;
    max-width:210px;
    text-align:center;
    padding:0px 20px 30px 20px;
}
.tokuten-box img{
    width:100%;
    max-width:146px;
    display:inline-block;
    vertical-align:bottom;
    margin:auto;
    padding-bottom:8px;
}
.tokuten-box h3{
    color: #666;
    font-size: 15px;
    font-weight:normal;
    letter-spacing: 1.2px;
}
.tokuten-box h3 > strong{
    color:#918363;
    font-size: 15px;
    font-weight:bold;
    letter-spacing: 1.2px;
}
#tokuten p{
    color: #666;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 1.2px;
    text-align: center;
    padding:30px 0px;
}
#tokuten a{
    display: block;
    width:100%;
    max-width:1000px;
    margin:auto;
}

.agreement{
    display: flex;
    width:100%;
    max-width: 964px;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 0 -20px;
    align-self: stretch;
    flex-wrap: wrap;
    margin:auto;
}
.agreement > div{
    width:316px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    position:relative;
}
.agreement > div::after{
    content:"";
    background-image: url(../images/introduction/agreement/plus.svg);
    width:48px;
    height: 48px;
    position: absolute;
    top:0;
    bottom:0;
    right:-25px;
    margin:auto;
    display: block;
}
.agreement > .point3::after{background-image: none;}
.agreement img{
    display: flex;
    width: 200px;
    height: 200px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.agreement h3{
    color: #918363;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    line-height: 26px; /* 130% */
    letter-spacing: 1.2px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-color: #D9D0BA;
    text-decoration-thickness: 8.5%; /* 1.7px */
    text-underline-offset: 25%; /* 5px */
    text-underline-position: from-font;
    position: relative;
    padding:10px 0px 0px 0px;
}
.agreement span{
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: 26px;
    letter-spacing: 1.2px;
    text-decoration-line:none;
    display: block;
    padding:5px 0px 0px 0px;
    text-align:center;
}
#tokuten .check{
    display:block;
    width:100%;
    text-align: right;
    font-size: 12px;
    letter-spacing: 1.2px;
}
.agreement h3::before{
    content:"";
    display: block;
    width: 54px;
    height: 44px;
    background-size: cover;
    position:absolute;
    top:15px;
    margin:auto;
    left:-70px;
}
.agreement .point1 h3::before{background-image: url(../images/introduction/agreement/1.svg);}
.agreement .point2 h3::before{background-image: url(../images/introduction/agreement/2.svg);}
.agreement .point3 h3::before{background-image: url(../images/introduction/agreement/3.svg);}


/* #reason */
#reason {
    max-width: 1000px;
    width: 100%;
    margin: auto;
}
#reason .points {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
#reason .points .point {
    width: 30%;
    letter-spacing: 0.1em;
    color: #666666;
    opacity: 0;
    font-size:14px;
}
@keyframes show {
    from { opacity: 0; transform: translateY(20px);}
    to { opacity: 1; transform: translateY(0);}
}
#reason .points .point.animation.start:nth-child(1) {
    animation: show 2s ease 0s both;
}
#reason .points .point.animation.start:nth-child(2) {
    animation: show 2s ease 0s both;
}
#reason .points .point.animation.start:nth-child(3) {
    animation: show 2s ease 0s both;
}
#reason .points .point p.title {
    font-size: 1.2em;
    text-align: center;
    margin: 25px 0;
}
#reason .bottom {
    margin: 50px auto;
    opacity: 0;
}
#reason .bottom p {
    position: relative;
    color: #666666;
    font-size: 1.5em;
    text-align: center;
    letter-spacing: 0.1em;
    padding: 0.2em;
    margin-bottom: 20px;
}
#reason .bottom p.sub { display: none; }
#reason .bottom p::before {
    content: "";
    background-image: url(../images/introduction/reason/txt.svg);
    background-repeat: no-repeat;
    width: 3em;
    height: 3em;
    display: block;
    position: absolute;
    top: -23px;
    left: 34%;
}
#reason .bottom.animation.start {
    animation: show 2s ease 0s both;
}
#reason .bottom .image {
    position: relative;
}
#reason .bottom .image img {
    object-fit: cover;
}
#reason .bottom .image .text {
    position: absolute;
    padding: 1em;
    width: 250px;
    right: 180px;
    bottom: 15px;
    background-color: rgba(0,0,0,.2);
}
#reason .bottom .image .text span {
    display: block;
    color: #ffffff;
    font-size: 1.15em;
    letter-spacing: 0.1em;
}
#reason .bottom .image .text span:nth-child(1) {
    text-align: left;
}
#reason .bottom .image .text span:nth-child(2) {
    text-align: right;
}

/* bridal fair */
#bridal-fair{
    background: #FFF;
    padding: 6px 0px 46px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-top: 1px solid #D9D0BA;
    border-bottom: 1px solid #D9D0BA;
}
#bridal-fair .catch{
    color: #666;
    font-size: 16px;
    letter-spacing: 1.2px;
}
#bridal-fair .bridal-box{
    display: flex;
    align-items: flex-start;
    gap: 40px;
    width:100%;
    max-width:1000px;
    margin:auto;
    padding:40px 0px;
    color:#666;
}
#bridal-fair .bridal-box div{
    width:100%;
    max-width:220px;
    opacity:0;
}
#bridal-fair .bridal-box img{
    display:inline-block;
    vertical-align:bottom;
}
#bridal-fair .bridal-box h3{
    color: #666;
    font-size: 16px;
    text-align: center;
    line-height: normal;
    letter-spacing: 1.2px;
    padding:20px 0px 10px 0px;
}
#bridal-fair .bridal-box p{
    font-size:15px;
    letter-spacing:1px;
}
#bridal-fair .animation.start{
        animation: show 2s ease 0s both;

}
/* #wedding */
#wedding .introduction {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin: 40px auto;
    opacity: 0;
}
#wedding .introduction.animation.start {
    animation: show 2s ease 0s both;
}
#wedding .introduction.last {
    margin-bottom: 180px;
}
#wedding .introduction.right {
    justify-content: flex-end;
}
#wedding .introduction .images { 
    position: relative;
    width: 52%; 
}
#wedding .introduction .images img { 
    max-height: 570px;
    object-fit: cover;
}
#wedding .introduction .text { 
    width: 48%;
    box-sizing: border-box;
    color: #666666;
    padding-left: 6%;
 }
#wedding .introduction .text .header {
    width: 20%;
    margin: -15px 0;
    display: flex;
    align-items: center;
}
#wedding .introduction .text .header > img {
    width: 120px;
}
#wedding .introduction .text .header span {
    font-size: 1.7em;
    color: #666666;
    margin-left: 20px;
    margin-top: -10px;
}
#wedding .introduction .slick_link  {
    margin-left: 20px;
}
#wedding .introduction .slick_link img {
    width: 120px;
}
#wedding .introduction .text .title {
    font-size: 2.5em;
    letter-spacing: 0.15em;
    margin: 15px 0;
}
#wedding .introduction .text .sub {
    font-size: 1.3em;
    margin-bottom: 50px;
}
#wedding .introduction .text .body {
    line-height: 2em;
    letter-spacing: 0.1em;
    
}
#wedding .introduction .text .footer {
    display: none;
}
#wedding .introduction .text_change {
    display: none;
}
@keyframes toActivate {
    from { opacity: 0; }
    to { opacity: 1; }
}
#wedding .introduction .text_change.active {
    display: block;
    animation-name: toActivate;
    animation-duration: 2s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-fill-mode:both;
}
#wedding hr {
    width: 100%;
    height: 1px;
    border: none;
    background-color: #d9d0ba;
    margin: 80px 0;
}
/* slick */
.slick_slider img,
.slick-slide {
    outline:none;
}
.slick_slider
.slide-custom_dots {
    position: absolute;
    right: 0;
    bottom: -40px;
    display: flex;
    justify-content: center;
    list-style-type:none;
}
.slide-custom_dots button {
    font-size: 0;
    display: block;
    width: 10px;
    cursor: pointer;
    margin-left: 10px;
}
.right .slide-custom_dots {
    right: unset;
    left: 130px;
}
.slick-next  {
    font-size: 0;
    position: absolute;
    bottom: -40px;
    right: calc(20px * 4 + 10px);
    cursor: pointer;
}
@keyframes next {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(10px);
    }
}
.slick-next:hover,
.slick_link:hover {
    animation: next 1s ease-out 0s infinite;
}
.right .slick-next {
    right: unset;
    left: 0;
}
.slick-next img {
    width: 120px;
}
.slide-custom_dots button:before {
    content: url("../images/introduction/point_space.svg");
}
.slide-custom_dots .slick-active button:before {
    content: url("../images/introduction/point.svg");
}
.slick-prev { display: none !important; }
/* #access */
#access #gMap {
    height: 300px;
}
#access .bottom {
    max-width: 1000px;
    width: 100%;
    margin: 80px auto;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    color:#666
}
#access .bottom .images {
    width: 25%;
}
#access .bottom .images img {
    margin: 5px auto;
}
#access .bottom .text {
    letter-spacing: 0.1em;
    line-height: 2em;
    margin-left: 30px;
}
#access .bottom .text_sp {
    display: none;
}
/* #inquiry */
#inquiry {
    background-color: #ECE8DC;
    color: #333333;
}
#inquiry > p {
    width: 600px;
    margin: auto;
    line-height: 2em;
    left: 0.1em;
}
#inquiry .asterisk {
    position: relative;
}
#inquiry .asterisk::before {
    content: "＊";
    color: #918363;
}
#inquiry .form {
    color: #333333;
    background-color: #ffffff;
    max-width: 800px;
    width: 100%;
    margin: 40px auto;
    box-sizing: border-box;
    padding: 3.5em 4em;
}
#inquiry .form .input_box {
    margin: 20px auto;
}
#inquiry .form .input_box label {
    display: block;
    margin-bottom: 10px;
}
#inquiry .form input[type="text"],
#inquiry .form textarea {
    background-color: #f6f6f6;
    border:1px solid #bcbcbc;
    padding: 0.5em 1em;
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
    letter-spacing: 0.15em;
    outline: none;
    transition: all 0.1s;
}
#inquiry .form input[type="text"]:focus,
#inquiry .form textarea:focus {
    border:2px solid #b3a175;
} 
#inquiry .form textarea {
    height: 150px;
}
::placeholder {
    color: #bcbcbc;
}
#inquiry .form input[type="submit"] {
    color: #ffffff;
    width: 100%;
    font-size: 1.3em;
    background-color: #b3a175;
    display: block;
    text-align: center;
    padding: 0.75em 0;
    letter-spacing: 0.2em;
}
#inquiry .form input[type="submit"]:disabled {
    opacity: 0.5;
    background-color: rgba(0,0,0,.4);
    cursor: not-allowed;
}
#inquiry .privacy {
    margin: 30px auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
#inquiry .privacy a {
    color: #333333;
    border-bottom: 1px solid #333333;
    letter-spacing: 0.15em;
    margin-left: 10px;
}
#inquiry.thanks {
    padding: 40px 0;
}
#inquiry.thanks .message {
    color: #918363;
    letter-spacing: 0.15em;
    background-color: #e4ddcd;
    text-align: center;
    padding: 0.5em 0;
    font-size: 1.3em;
}
#inquiry.thanks .form p {
    margin: 20px 0;
    letter-spacing: 0.15em;
}
#inquiry.thanks .form a {
    display: flex;
    color: #333333;
    align-items: center;
    letter-spacing: 0.15em;
}
#inquiry.thanks .form a::before{
    content: "";
    background-image: url("../images/introduction/arrow.svg");
    background-repeat: no-repeat;
    width: 120px;
    height: 10px;
    display: block;
    transform: scale(-1, 1);
    margin-right: 10px;
}
/* #sns */
#sns {
    margin: 40px auto;
}
#sns div {
    max-width: 250px;
    display: flex;
    justify-content: space-between;
    margin: auto;
}
#sns div a {
    max-width: calc(250px / 5 - 10px);
}
/* footer */
footer {
    position: static;
    display: block;
    height:auto
}
footer .copy {
	background-color:#4d4d4d;
	text-align:center;
	padding:5px 0px;
	color:#f2f2f2;
}
footer a {
    color: #f2f2f2;
}
/* modal */
.overlay {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: rgba(0,0,0,.2);
    width: 100vw;
    height: 100vh;
    cursor: pointer;
}
.modal {
    position: fixed;
    display: none;
    top: 50%;
    left: 50%;
    transform : translate(-50%,-50%);
    z-index: 200;
    max-width: 1000px;
    width: 94%;
    background-color: #ffffff;
    height: 85vh;
    /* overflow: auto; */
    box-sizing: border-box;
    padding: 0 6em;
    color: #333333;
}
@keyframes modal {
    from { opacity: 0; }
    to { opacity: 1; } 
}
.overlay.active,
.modal.active {
    display: block;
    animation: modal 1s ease 0s both;
}
.modal .title {
    font-size: 1.3em;
    height: 6%;
    padding: 1em 0;
    /* padding-top: 3em; */
    box-sizing: border-box;
    margin-bottom: 5%;
}
.modal .body {
    height: 85%;
    overflow: auto;
    letter-spacing: 0.15em;
    line-height: 1.5em;
    box-sizing: border-box;
    padding: 1em 0;
}
.modal .modal_close {
    position: absolute;
    top: 1em;
    right: 3.5em;
    font-size: 1.7em;
}
.bottom-link{
    width:100%;
    max-width:1000px;
    margin:auto;
    display: block;
}
#sns-icon{
    display: flex;
    width: 100%;
    height: 46px;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
    flex-shrink: 0;
    padding:74px 0px 55px 0px;
}
#sns-icon > div{
    width:40px;
    height:40px;
}
#tokuten .catch2{
    padding:30px 0px 10px 0px;
}
.catch3{
    width:100%;
    max-width:408px;
    margin:auto;
}
@media screen and (max-width: 768px){
    body {
        background-color: #f6f6f6;
    }
    h2 {
        line-height: 1.6em;
    }
    h2 small {
        font-size: 0.9em;
        letter-spacing: 0.15em;
    }
    .logo { width: 80%; }
    #kv .image {
        width: 100%;
        height: 65vh;
    }
    #kv .image img {
        animation: unset;
    }
    #kv .text {
        width: 90%;
        text-align: center;
    }
    #reason .points {
        flex-wrap: wrap;
    }
    #reason .points .point {
        width: 85%;
        margin: auto;
        margin-bottom:40px;
    }
    #reason .points .point.animation.start {
        animation: show 2s ease 0s both !important;
    }
    #reason .points .point img {
        width: 90%;
        display: block;
        margin: auto;
    }
    #reason .bottom {
        margin: 0;
    }
    #reason .bottom p {
        font-size: 1.2em;
    }
    #reason .bottom p::before {
        margin: auto;
        right: 50%;
        left: -45px;
    }
    #reason .bottom p.sub { 
        display: block; 
        margin-bottom: 30px;
    }
    #reason .bottom p.sub::before { display: none; }
    #reason .bottom .image img {
        height: 70vw;
    }
    #reason .bottom .image .text {
        display: none;
    }
    #wedding .introduction {
        flex-wrap: wrap;
    }
    #wedding hr { display: none; }
    #wedding .introduction .images {
        width: 100%;
        margin-bottom: 80px;
        order: 1;
    }
    #wedding .introduction .text {
        width: 90%;
        padding: 0;
        margin: auto;
        order: 2;
    }
    #wedding .introduction .text .header {
        width: 30%;
        margin: 0;
    }
    #wedding .introduction .text .header span {
        letter-spacing: 0.1em;
    }
    #wedding .introduction .header .slick_link {
        display: none;
    }
    #wedding .introduction .text .title {
        font-size: 2em;
    }
    #wedding .introduction .text .title br {
        display: none;
    }
    #wedding .introduction .text .sub {
        margin-bottom: 35px;
    }
    #wedding .introduction .text .footer {
        display: block;
        margin: 30px 0;
        text-align: right;
    }
    #wedding .introduction .text .footer p {
        letter-spacing: 0.15em;
    }
    #wedding .introduction .text .footer p span {
        display: block;
        font-size: 0.8em;
        letter-spacing: 0.15em;
    }
    #wedding .introduction .slick-next {
        display: none !important;
    }
    #wedding .introduction.last {
        margin-bottom: 0;
    }
    #wedding .introduction .slick_link {
        margin: 5px 0;
    }
    #wedding .introduction .slick_link img{
        width: 70px;
    }
    #inquiry {
        padding: 15px 0;
    }
    #inquiry > p {
        width: 85%;
        margin: auto;
    }
    #sns div {
        max-width: 90%;
    }
    #access #gMap {
        height: 150px;
    }
    #access .bottom {
        flex-wrap: wrap;
        margin: auto;
    }
    #access .bottom .images {
        width: 95%;
        margin: 25px auto;
        display: flex;
        justify-content: space-between;
    }
    #access .bottom .images img {
        width: 45%;
    }
    #access .bottom .text {
        display: none;
    }
    #access .bottom .text_sp {
        display: block;
        width: 90%;
        margin: auto;
    }
    #access .bottom .text_sp p:not(.column) {
        margin-bottom: 1em;
    }
    #access .bottom .text_sp .column {
        color: #b3a175;
    }
    #inquiry.thanks .form {
        position: relative;
        min-height: 60vh;
    }
    #inquiry.thanks .form a {
        position: absolute;
        bottom: 15px;
    }
    #inquiry.thanks .form a::before {
        width: 70px;
    }
    .inquiry {
        width: 100%;
        padding: 0;
        border: none;
        max-width: 360px;
        text-align:center;
    }
    .slick_slider .slide-custom_dots {
        right: 0;
        left: 0;
    }
    .slide-custom_dots button {
        width: 10px;
        margin: 0 10px;
    }
    #inquiry .form {
        max-width: 90%;
        padding: 5px 25px;
    }
    .inquiry_only + * {
        padding: 0;
    }
    .inquiry .inner {
        flex-wrap: wrap;
    }
    .inquiry a {
        width: 100%;
        margin: 20px auto;
        padding: 1em;
    }
    .modal {
        padding: 2em 1em;
        font-size: 0.85em;
        height: 95%;
    }
    .modal .modal_close {
        top: 5px;
        right: 10px;
        font-size: 1.7em;
    }
    .font_hannari strong{
        font-size: 14px;
        line-height:33px;
        letter-spacing:3px;
    }
    .font_hannari strong > span{font-weight:normal;}
    #reason .points .point p.title{margin-bottom:8px;}
    #bridal-fair .catch{text-align:center;}
    #bridal-fair .bridal-box{
        flex-wrap:wrap;
        text-align:center;
    }
    #bridal-fair .bridal-box div{
        margin:auto;
        width:75%;
        max-width:none;
    }
    #bridal-fair .bridal-box p{
        font-size:14px;
        text-align:left;
    }
    #tokuten h2{
        margin-top:20px;
        font-size:15px;
    }
    #tokuten h2 > strong{font-size:15px;}
    #tokuten h2 > span{font-size:15px;}
    #tokuten h2 > .num{font-size:30px}
    #tokuten h2::before{
        width: 43.08px;
        height: 38.785px;
        background-size: cover;
        top: 10px;
        left: -50px;
    }
    .tokuten-box{
        padding:12px 0px 0px 0px;
        border-bottom:none
    }
    .tokuten-box > div{
        width:160px;
        height:162px;
        padding:0px 5px 20px 5px;
        border-bottom: 1px solid #D9D0BA;
    }
    .tokuten-box img{width: 97.017px;}
    .tokuten-box h3{
        font-size:12px;
        line-height: normal;
        letter-spacing:1.8px;
    }
    .tokuten-box h3 > strong{
        font-size: 12px;
        line-height: normal;
        letter-spacing:1.8px;
    }
    #tokuten .best{margin-top:40px;}
    #tokuten p{
        font-size: 14px;
        text-align:left;
        width:90%;
        margin:auto;
        padding:15px 0px;
    }
    #tokuten .catch2{
        text-align:center;
        font-size:14px;
        letter-spacing: 0.88px;
        
    }
    .agreement > div{
        width:100%;
        max-width:295px;
        display: flex;
        flex-direction: unset;
        padding:0px 0px 40px 100px;
    }
    .agreement > .point3{padding:0px 0px 10px 100px}
    .agreement > div img{
        order:2;
        width:100px;
        height:100px
    }
    .agreement > div > div{
        order:1;
        width:135px;
    }
    .agreement h3{
        text-align: center;
        font-size: 15px;
        font-style: normal;
        line-height: 19.5px; /* 130% */
        letter-spacing: 0.9px;
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-decoration-skip-ink: auto;
        text-decoration-color: #D9D0BA;
        text-decoration-thickness: 8%; /* 1.2px */ 
        text-underline-offset: 25%; /* 3.75px */
        text-underline-position: from-font;
    }
    .agreement span{
        color: #666;
        font-size: 14px;
        font-style: normal;
        font-weight: normal;
        line-height: 19.5px;
        letter-spacing: 0.9px;
    }
    .agreement h3::before{
        top:40px;
        left:-30px;
        bottom:0;
        width: 34.588px;
        height: 35.542px;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .agreement > div::after{
        width: 24px;
        height: 24px;
        left:0;
        right:0;
        bottom:-100px;
        top:0;
        margin:auto;
        background-size:cover;
    }
    #bridal-fair .fair-title{
        margin:14px 0px 20px 0px;
    }
    #wedding .introduction .text .body{
        font-size:14px;
        line-height: normal;
        letter-spacing:1.8px;
    }
    .pc_br{display:none;}
    .bottom-link{
        width:90%;
    }
    #sns-icon{
        padding:25px 0px
    }
    #tokuten .check{
        padding:0px 0px 15px 0px;
        font-size: 9px;
        
    }
    .catch3{
        max-width:300px;
        padding-bottom:15px
    }
    #tokuten .best::before {
        top: -10px;
    }
}