@charset "UTF-8";

/* font
========================================================== */
/*! icon font */
@font-face {
    font-family: "watabe-icon";
    src: url("/common/fonts/watabe-icon.eot?ckxm9t");
    src: url("/common/fonts/watabe-icon.eot?ckxm9t#iefix") format("embedded-opentype"), url("/common/fonts/watabe-icon.ttf?ckxm9t") format("truetype"), url("/common/fonts/watabe-icon.woff?ckxm9t") format("woff"), url("/common/fonts/watabe-icon.svg?ckxm9t#watabe-icon") format("svg");
    font-weight: normal;
    font-style: normal;
}

.ad_btn_icon:before {
    font-family: 'watabe-icon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* cmn
------------------------------------*/
.ad_section .ad_fade {
    transition: opacity .4s;
}

.ad_section .ad_fade:hover {
    opacity: .7;
}

.ad_section,
.ad_section * {
    box-sizing: border-box;
    font-family: "メイリオ", sans-serif;
    color: #4d4d4d;
}

.ad_section .ad_gothic,
.ad_section .ad_gothic * {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.ad_section .ad_min,
.ad_section .ad_min * {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.ad_section a {
    text-decoration: none;
}

.ad_section img {
    max-width: 100%;
}

.ad_section ul,
.ad_section li {
    padding: 0;
    list-style: none;
}

.ad_section * {
    margin: 0;
}

.ad_wrap {
    max-width: 1060px;
    width: 96%;
    margin: 0 auto;
}

.ad_c_title_en {
    font-size: 1.6rem;
    color: #eb6059;
    letter-spacing: 0.4em;
    text-align: center;
}

.ad_c_title {
    font-size: 3rem;
    line-height: 1.2;
    color: #eb6059;
    letter-spacing: 0.1em;
    text-align: center;
    margin-top: 0.5em;
}

.ad_c_sub_title {
    font-size: 1.4rem;
    line-height: 1.15;
    color: #eb6059;
    text-align: center;
    margin-top: 0.5em;
}

.ad_c_midashi {
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: 700;
    color: #eb6059;
}

.ad_c_lead {
    font-size: 1.6rem;
    line-height: 1.875;
    text-align: center;
    margin-top: 50px;
}

.ad_c_text {
    font-size: 1.6rem;
    line-height: 1.5;
}

.ad_c_note {
    font-size: 1.4rem;
    line-height: 1.25;
}

.ad_c_kv {
    width: 100%;
    height: 700px;
    background: no-repeat center center /cover
}

.ad_c_box {
    margin-top: -100px;
    padding: 60px 5.66%;
    background: #fff;
    position: relative;
}

.ad_btn+.ad_btn {
    margin-left: 60px;
}

.ad_btn a {
    font-size: 1.8rem;
    color: #eb6877;
    border: 4px solid #eb6877;
    padding: 25px 20px;
    width: 408px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    position: relative;
    transition: 0.4s ease;
    font-size: 2.0rem;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: .1em;
}

.ad_btn a:hover {
    background: #eb6877;
    color: #fff;
}

.ad_btn_icon {
    display: inline-flex;
    line-height: 1;
    margin-right: 10px;
    color: currentColor;
    font-size: 2.4rem;
    font-size: 24px;
}

.ad_btn__badgeCircle {
    position: absolute;
    top: -49px;
    right: -10px;
    width: 79px;
    height: 85px;
    font-size: 18px;
    font-size: 1.8rem;
    padding-bottom: 5px;
    color: #eb6877;
    background: url('/common/images/bg-btn-badge-circle.png') no-repeat;
    background-size: contain;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
    white-space: nowrap;
}

.ad_btn_wide a {
    width: 100%;
    height: 60px;
}

.ad_btn_pink a {
    color: #fff;
    background: #eb6877;
}

.ad_btn_pink a:hover {
    color: #eb6877;
    background: #fff;
}

.ad_black {
    color: #4d4d4d !important;
}

.ad_red {
    color: #eb6877 !important;
}

.ad_btn_icon.icon-document:before {
    content: "\e909";
}

.ad_btn_icon.icon-calendar:before {
    content: "\e905";
}

@media (min-width: 768px) {
    .ad_sp {
        display: none !important;
    }

}

@media (max-width: 767px) {
    .ad_pc {
        display: none !important;
    }

    .ad_wrap {
        max-width: 1060px;
        width: 100%;
        margin: 0 auto;
    }

    .ad_c_title_en {
        font-size: 1.2rem;
    }

    .ad_c_title {
        font-size: 2.6rem;
        line-height: 1.15;
    }

    .ad_c_sub_title {
        font-size: 1.4rem;
        line-height: 1.15;
    }

    .ad_c_midashi {
        font-size: 1.4rem;
        line-height: 1.25;
    }

    .ad_c_lead {
        font-size: 1.4rem;
        line-height: 1.7;
        margin-top: 20px;
        text-align: left;
    }

    .ad_c_lead.ad_sp_tac {
        text-align: center !important;
    }

    .ad_c_text {
        font-size: 1.2rem;
        line-height: 1.25;
    }

    .ad_c_note {
        font-size: 1rem;
        line-height: 1.25;
    }

    .ad_c_kv {
        height: auto;
        background: none !important;
    }

    .ad_c_box {
        margin: -20px auto 0;
        padding: 35px 10%;
        width: 92%;
        background: #fff;
    }

    .ad_btn+.ad_btn {
        margin-left: 0;
    }

    .ad_btn a {
        border-width: 2px;
        padding: 15px 10px;
        width: 81vw;
        max-width: 100%;
        margin: 0 auto;
        font-size: 1.5rem;
        font-size: 15px;
    }

    .ad_btn_icon {
        margin-right: 5px;
        font-size: 1.8rem;
        font-size: 18px;
    }

    .ad_btn__badgeCircle {
        top: -23px;
        right: -10px;
        width: 47px;
        height: 50px;
        font-size: 12px;
        font-size: 1.2rem;
        padding-bottom: 2px;
    }

    .ad_btn_wide a {
        height: 40px;
    }

    .ad_btn_wide.ad_btn_pink a {
        height: 60px;
    }
}


/* header
------------------------------------*/
.ad_header {
    text-align: center;
    background: #fff;
    padding: 15px 0;
}

@media (max-width: 767px) {
    .ad_header {
        padding: 7px 0;
    }

    .ad_header img {
        width: 166px;
        display: block;
        margin: 0 auto;
    }
}

/* slider
------------------------------------*/
.ad_photo_slider img {
    width: 100%;
    vertical-align: bottom;
    display: inline-block;
}

.ad_photo_slider .slick-arrow {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    font-size: 0;
    text-indent: 101%;
    overflow: hidden;
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: -25px;
    transform: translateY(-50%);
    background: url(/resort_wedding/campaign/okinawa_ad_two/arw.png) no-repeat center center /contain;
    z-index: 1;
    outline: none;
}

.ad_photo_slider .slick-next {
    left: auto;
    right: -25px;
    transform: translateY(-50%) scale(-1, 1);
}

.ad_photo_thumb {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 5px;
}

.ad_photo_thumb .ad_thumb {
    flex: 1;
}

.ad_photo_thumb .ad_thumb img {
    width: 100%;
}

.ad_normal_slider .slick-arrow {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    font-size: 0;
    text-indent: 101%;
    overflow: hidden;
    position: absolute;
    width: 50px;
    height: 50px;
    top: calc(50% - 40px);
    left: calc(50% - 285px);
    transform: translateY(-50%);
    background: url(/resort_wedding/campaign/okinawa_ad_two/arw.png) no-repeat center center /contain;
    z-index: 1;
    outline: none;
}

.ad_normal_slider .slick-next {
    left: auto;
    right: calc(50% - 285px);
    transform: translateY(-50%) scale(-1, 1);
}

.ad_normal_slider .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    margin-top: 50px;
}

.ad_normal_slider .slick-dots li {
    line-height: 0;
    margin: 0 5px;
}

.ad_normal_slider .slick-dots button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    font-size: 0;
    overflow: hidden;
    text-indent: 101%;
    width: 10px;
    height: 10px;
    background: #000;
    border-radius: 50%;
    background: #cececd;
}

.ad_normal_slider .slick-dots li.slick-active button {
    background: #494a60;
}

@media (max-width: 767px) {
    .ad_photo_slider {
        margin: 0 -7.5%;
    }

    .ad_photo_slider .slick-arrow {
        width: 25px;
        height: 25px;
        left: 3.35%;
    }

    .ad_photo_slider .slick-next {
        left: auto;
        right: 3.35%;
    }

    .ad_normal_slider .slick-arrow {
        width: 25px;
        height: 25px;
        top: calc(50% - 20px);
        left: 8%;
    }

    .ad_normal_slider .slick-next {
        left: auto;
        right: 8%;
    }

    .ad_normal_slider .slick-dots {
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 0;
        margin-top: 25px;
    }

    .ad_normal_slider .slick-dots li {
        line-height: 0;
        margin: 0 5px;
    }

    .ad_normal_slider .slick-dots button {
        width: 8px;
        height: 8px;
    }
}


/* contact
------------------------------------*/
.ad_sec_contact {
    padding: 100px 0;
}

.ad_sec_contact .ad_wrap {
    max-width: 1080px;
}

.ad_sec_contact .ad_c_lead {
    margin-top: 30px;
}

.ad_sec_contact .ad_btn_wrap {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

.ad_sec_contact_wide .ad_wrap {
    max-width: 940px;
}

.ad_sec_contact_wide .ad_item {
    width: 48%;
}

.ad_sec_contact_wide .ad_btn {
    margin-top: 60px;
}

@media (max-width: 767px) {
    .ad_sec_contact {
        padding: 35px 0;
    }

    .ad_sec_contact .ad_wrap {
        max-width: 100%;
    }

    .ad_sec_contact .ad_c_lead {
        margin-top: 15px;
        text-align: center;
    }

    .ad_sec_contact .ad_btn_wrap {
        display: block;
        width: 81%;
        margin: 40px auto 0;
    }

    .ad_sec_contact .ad_btn {
        margin-top: 15px;
    }

    .ad_sec_contact .ad_btn:first-child {
        margin-top: 0;
    }

    .ad_sec_contact_wide .ad_wrap {
        max-width: 100%;
        width: 92%;
    }

    .ad_sec_contact_wide .ad_item {
        width: auto;
        margin-top: 30px;
    }

    .ad_sec_contact_wide .ad_item:first-child {
        margin-top: 0;
    }

    .ad_sec_contact_wide .ad_btn {
        margin-top: 40px;
    }
}

/* mv
------------------------------------*/
.ad_sec_mv {
    position: relative;
    height: 800px;
    background: url(/resort_wedding/campaign/okinawa_ad_two/mv_bg.jpg) no-repeat top center /cover
}

.ad_sec_mv .img {
    position: absolute;
    bottom: 12%;
    left: 50%;
    width: 35%;
    min-width: 600px;
    padding: 30px 60px;
    background: rgba(255, 255, 255, 0.7);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

@media (max-width: 767px) {
    .ad_sec_mv {
        height: 100vw;
        background: url(/resort_wedding/campaign/okinawa_ad_two/mv_sp.jpg) no-repeat center center /cover;
    }

    .ad_sec_mv .img {
        width: 80%;
        padding: 20px;
        left: 50%;
        min-width: inherit;
        bottom: 25px;
    }
}

/* about
------------------------------------*/
.ad_sec_about {
    /* margin-top: -150px; */
    position: relative;
    z-index: 1;
}

.ad_sec_about .ad_wrap {
    padding: 85px 50px;
    background: rgba(255, 255, 255, .8);
}

.ad_sec_about .ad_text {
    font-size: 1.8rem;
    line-height: 2;
    text-align: center;
    margin-top: 1em;
}

.ad_sec_about .ad_text:first-child {
    margin-top: 0;
}

@media (max-width: 767px) {
    .ad_sec_about {
        margin-top: 0;
    }

    .ad_sec_about .ad_wrap {
        padding: 50px 3%;
    }

    .ad_sec_about .ad_text {
        font-size: 1.6rem;
        line-height: 1.67;
        margin-top: 1em;
    }

    .ad_sec_about .ad_text:first-child {
        margin-top: 0;
    }
}

/* trip
------------------------------------*/
.ad_sec_trip .ad_wrap {
    padding: 60px 5.66% 80px;
    background: #faf1eb;
}

.ad_sec_trip .ad_photo_slider_wrap {
    max-width: 660px;
    width: 100%;
    margin: 50px auto 0;
}

.ad_sec_trip .ad_point {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 90px;
    padding: 0;
}

.ad_sec_trip .ad_point .ad_item {
    width: 47%;
    margin-right: 6%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.ad_sec_trip .ad_point .ad_item:nth-child(2n) {
    margin-right: 0;
}

.ad_sec_trip .ad_point .ad_item:nth-child(n+3) {
    margin-top: 50px;
}

.ad_sec_trip .ad_point .ad_item .ad_num {
    position: absolute;
    top: -30px;
    right: -30px;
    width: 100px;
}

.ad_sec_trip .ad_point .ad_item .ad_c_midashi {
    order: 2;
    margin-top: 20px;
}

.ad_sec_trip .ad_point .ad_item .ad_c_text {
    order: 3;
    margin-top: 5px;
}

.ad_sec_trip .ad_point .ad_item .ad_img_wrap {
    position: relative;
    order: 1;
    min-height: 0%;
}

@media (max-width: 767px) {
    .ad_sec_trip .ad_wrap {
        padding: 45px 6.67% 40px;
        background: #faf1eb;
    }

    .ad_sec_trip .ad_photo_slider_wrap {
        max-width: 100%;
        margin: 35px auto 0;
    }

    .ad_sec_trip .ad_point {
        display: block;
        /* margin-top: 25px;
		padding-top: 25px; */
        margin-top: 0;
        border-top: 1px solid #f9eee9;
    }

    .ad_sec_trip .ad_point .ad_item {
        width: auto;
        margin-right: 0;
        margin-top: 25px;
        display: block;
    }

    .ad_sec_trip .ad_point .ad_item:first-child {
        margin-top: 0;
    }

    .ad_sec_trip .ad_point .ad_item:nth-child(2n) {
        margin-right: 0;
    }

    .ad_sec_trip .ad_point .ad_item:nth-child(n+3) {
        margin-top: 25px;
    }

    .ad_sec_trip .ad_point .ad_item .ad_num {
        position: absolute;
        top: -30px;
        right: -3.35%;
        width: 60px;
    }

    .ad_sec_trip .ad_point .ad_item .ad_c_midashi {
        margin-top: 0;
    }

    .ad_sec_trip .ad_point .ad_item .ad_c_text {
        margin-top: 0.5em;
        margin-right: 50px;
    }

    .ad_sec_trip .ad_point .ad_item .ad_img_wrap {
        margin-top: 0.5em;
    }
}

/* schedule
------------------------------------*/
.ad_sec_schedule {
    margin-top: 85px;
}

.ad_sec_schedule .ad_c_kv {
    background-image: url(/resort_wedding/campaign/okinawa_ad_two/schedule_img01_pc.jpg);
}

.ad_sec_schedule .ad_day {
    margin-top: 55px;
    padding: 60px 0 0;
    border-top: 1px solid #f3f3f3;
}

.ad_sec_schedule .ad_day .ad_item {
    margin-top: 55px;
}

.ad_sec_schedule .ad_day .ad_item:first-child {
    margin-top: 0;
}

.ad_sec_schedule .ad_day .ad_block {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 20px;
}

.ad_sec_schedule .ad_day .ad_block:first-child {
    margin-top: 0;
}

.ad_sec_schedule .ad_day .ad_block.ad_reverse {
    flex-direction: row-reverse;
}

.ad_sec_schedule .ad_day .ad_blockL {
    width: 390px;
    padding-right: 25px;
}

.ad_sec_schedule .ad_day .ad_blockL .ad_num {
    margin-left: -1em;
}

.ad_sec_schedule .ad_day .ad_blockR {
    width: 390px;
    padding-left: 25px;
}

.ad_sec_schedule .ad_day .ad_num {
    max-width: 249px;
    width: 70%;
}

.ad_sec_schedule .ad_day .ad_c_midashi {
    margin-top: 1em;
}

.ad_sec_schedule .ad_day .ad_c_midashi:first-child {
    margin-top: 0;
}

.ad_sec_schedule .ad_day .ad_c_text {
    margin-top: 1em;
}

.ad_sec_schedule .ad_day .ad_c_note {
    display: block;
    margin-top: 1em;
}

.ad_sec_schedule .ad_day .ad_col1_img {
    max-width: 550px;
    width: 60%;
}

.ad_sec_schedule .ad_day .ad_col2_img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.ad_sec_schedule .ad_day .ad_col2_img div {
    margin: 0 20px;
    max-width: 35%;
}

@media (max-width: 767px) {
    .ad_sec_schedule {
        margin-top: 0;
        padding-bottom: 15px;
        background: #f5f1e6;
    }

    .ad_sec_schedule .ad_day {
        margin-top: 40px;
        padding: 40px 0 0;
    }

    .ad_sec_schedule .ad_day .ad_item {
        margin-top: 55px;
        position: relative;
    }

    .ad_sec_schedule .ad_day .ad_item:first-child {
        margin-top: 0;
    }

    .ad_sec_schedule .ad_day .ad_block {
        display: block;
        margin-top: 15px;
    }

    .ad_sec_schedule .ad_day .ad_block:first-child {
        margin-top: 0;
    }

    .ad_sec_schedule .ad_day .ad_blockL {
        width: auto;
        padding-right: 0;
    }

    .ad_sec_schedule .ad_day .ad_blockL .ad_num {
        margin-left: 0;
    }

    .ad_sec_schedule .ad_day .ad_blockR {
        width: auto;
        padding-left: 0;
    }

    .ad_sec_schedule .ad_day .ad_num {
        max-width: 100%;
        width: 45%;
        position: absolute;
        top: -6vw;
        right: 0;
    }

    .ad_sec_schedule .ad_day .ad_c_midashi {
        margin-top: 0;
    }

    .ad_sec_schedule .ad_day .ad_c_midashi:first-child {
        margin-top: 0;
    }

    .ad_sec_schedule .ad_day .ad_c_text {
        margin-top: 0.5em;
    }

    .ad_sec_schedule .ad_day .ad_c_note {
        display: block;
        margin-top: 0.5em;
    }

    .ad_sec_schedule .ad_day .ad_col1_img {
        max-width: 100%;
        width: 100%;
        margin-top: 1em;
    }

    .ad_sec_schedule .ad_day .ad_col2_img {
        align-items: flex-start;
        margin-top: 10px;
    }

    .ad_sec_schedule .ad_day .ad_col2_img div {
        margin: 0;
        max-width: 100%;
        width: 60%;
    }

    .ad_sec_schedule .ad_day .ad_col2_img div:nth-child(1) {
        margin-right: -5%;
        position: relative;
        z-index: 1;
    }

    .ad_sec_schedule .ad_day .ad_col2_img div:nth-child(2) {
        margin-left: -5%;
        margin-top: 10vw;
    }
}

/* plan
------------------------------------*/
.ad_sec_plan .ad_c_kv {
    background-image: url(/resort_wedding/campaign/okinawa_ad_two/plan_img01_pc.jpg);
}

.ad_sec_plan .ad_c_box {
    background: #f5f1e6;
}

.ad_sec_plan .ad_item {
    margin-top: 55px;
    padding-top: 60px;
    border-top: 1px solid #edeae3;
}

.ad_sec_plan .ad_item .ad_pref {
    font-size: 1.4rem;
    text-align: center;
    margin-top: 0.5em;
}

.ad_sec_plan .ad_item .ad_name {
    font-size: 2.4rem;
    text-align: center;
    margin-top: 0.5em;
}

.ad_sec_plan .ad_item .ad_name_en {
    font-size: 1.4rem;
    text-align: center;
    margin-top: 0.5em;
}

.ad_sec_plan .ad_photo_slider_wrap {
    max-width: 660px;
    width: 100%;
    margin: 50px auto 0;
}

.ad_sec_plan .ad_item .ad_detail {
    max-width: 660px;
    width: 100%;
    margin: 75px auto 0;
}

.ad_sec_plan .ad_detail {
    max-width: 660px;
    width: 100%;
    margin: 0 auto;
}

.ad_sec_plan .ad_detail th,
.ad_sec_plan .ad_detail td {
    font-size: 1.6rem;
    line-height: 1.875;
    vertical-align: top;
    padding: 10px 0;
    border-top: 1px solid #edeae3;
    width: 27%;
}

.ad_sec_plan .ad_detail tr:last-child th,
.ad_sec_plan .ad_detail tr:last-child td {
    border-bottom: 1px solid #edeae3;
}

.ad_sec_plan .ad_detail th {
    font-weight: 700;
}

.ad_sec_plan .ad_detail td:nth-child(2) {
    width: 44%;
}

.ad_sec_plan .ad_detail td:last-child {
    text-align: right;
    font-weight: 700;
}

.ad_sec_plan .ad_detail td .ad_note {
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: 400;
    display: block;
}

.ad_sec_plan .ad_all_price {
    font-size: 2.4rem;
    line-height: 1.25;
    font-weight: 700;
    text-align: right;
    max-width: 660px;
    width: 100%;
    margin: 1em auto 0;
}

.ad_sec_plan .ad_all_price .ad_note {
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: 400;
    display: block;
}

.ad_sec_plan .ad_include {
    padding: 45px 95px;
    background: #fff;
    max-width: 660px;
    width: 100%;
    margin: 65px auto 0;
}

.ad_sec_plan .ad_include .ad_title {
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #efefef;
}

.ad_sec_plan .ad_include .ad_list {
    margin-top: 30px;
}

.ad_sec_plan .ad_include .ad_list li {
    font-size: 1.4rem;
    margin-top: 1em;
    position: relative;
    padding-left: 20px;
}

.ad_sec_plan .ad_include .ad_list li:first-child {
    margin-top: 1em;
}

.ad_sec_plan .ad_include .ad_list li::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 13px;
    height: 15px;
    background: url(/resort_wedding/campaign/okinawa_ad_two/check.png) no-repeat center center /contain;
}

@media (min-width: 768px) {
    .ad_sec_plan .ad_include .ad_title {
        pointer-events: none;
    }

    .ad_sec_plan .ad_cnt {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .ad_sec_plan .ad_item {
        margin-top: 30px;
        padding-top: 25px;
    }

    .ad_sec_plan .ad_item .ad_pref {
        font-size: 1rem;
        margin-top: 0;
    }

    .ad_sec_plan .ad_item .ad_name {
        font-size: 2.4rem;
    }

    .ad_sec_plan .ad_item .ad_name_en {
        font-size: 1.1rem;
    }

    .ad_sec_plan .ad_photo_slider_wrap {
        max-width: 100%;
        margin: 25px auto 0;
    }

    .ad_sec_plan .ad_photo_thumb {
        margin: 5px -7.5% 0;
    }

    .ad_sec_plan .ad_item .ad_detail {
        max-width: 100%;
        margin: 25px auto 0;
    }

    .ad_sec_plan .ad_item dt {
        font-size: 1.1rem;
        display: flex;
        justify-content: space-between;
        margin-top: 15px;
    }

    .ad_sec_plan .ad_item dd {
        font-size: 1.1rem;
        border-top: 1px solid #edeae3;
        margin-top: 5px;
        padding-top: 5px;
    }

    .ad_sec_plan .ad_all_price {
        font-size: 1.5rem;
        max-width: 100%;
    }

    .ad_sec_plan .ad_all_price .ad_note {
        font-size: 1.1rem;
    }

    .ad_sec_plan .ad_include {
        padding: 0;
        max-width: 100%;
        margin: 35px auto 0;
    }

    .ad_sec_plan .ad_include .ad_title {
        font-size: 1.1rem;
        padding: 20px 5%;
        text-align: left;
        border-bottom: 0;
        position: relative;
    }

    .ad_sec_plan .ad_include .ad_title::before,
    .ad_sec_plan .ad_include .ad_title::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 15px;
        width: 14px;
        height: 1px;
        background: #4d4d4d;
        transform: translateY(-50%);
    }

    .ad_sec_plan .ad_include .ad_title::after {
        width: 1px;
        height: 14px;
        right: 21px;
    }

    .ad_sec_plan .ad_include .ad_title.ad_open::after {
        display: none;
    }

    .ad_sec_plan .ad_include .ad_cnt {
        padding: 15px 5%;
        border-top: 1px solid #efefef;
        display: none;
    }

    .ad_sec_plan .ad_include .ad_list {
        margin-top: 0;
    }

    .ad_sec_plan .ad_include .ad_list li {
        font-size: 1rem;
        margin-top: 1em;
        padding-left: 1.2em;
    }

    .ad_sec_plan .ad_include .ad_list li:first-child {
        margin-top: 0;
    }

    .ad_sec_plan .ad_include .ad_list li::before {
        top: 2px;
        width: 0.8em;
        height: 0.8em;
    }
}

/* report
------------------------------------*/
.ad_sec_us {
    margin-top: 90px;
}

.ad_sec_us .ad_box {
    background: #f5f1e6;
    padding: 0 5.66% 60px;
}

.ad_sec_us .ad_title {
    font-size: 1.5rem;
    text-align: center;
}

.ad_sec_us .ad_title img {
    margin-top: -10px;
}

.ad_sec_us .ad_c_midashi {
    text-align: center;
    margin-top: 35px;
}

.ad_sec_us .ad_block {
    margin-top: 30px;
}

.ad_sec_us .ad_img {
    float: right;
    max-width: 480px;
    width: 51%;
    margin-left: 30px;
}

.ad_sec_us .ad_text {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-top: 1em;
}

@media (max-width: 767px) {
    .ad_sec_us {
        margin-top: 60px;
        background: #f5f1e6;
    }

    .ad_sec_us .ad_box {
        padding: 0 10% 30px;
        width: 92%;
        margin: 0 auto;
    }

    .ad_sec_us .ad_title {
        font-size: 1.4rem;
        margin: 0 auto;
    }

    .ad_sec_us .ad_title img {
        margin-top: -1.5em;
    }

    .ad_sec_us .ad_c_midashi {
        font-size: 1.2rem;
        margin-top: 2em;
        order: 1;
    }

    .ad_sec_us .ad_block {
        margin-top: 1em;
        display: flex;
        flex-direction: column;
    }

    .ad_sec_us .ad_img {
        float: none;
        max-width: 100%;
        width: 100%;
        margin-left: auto;
        margin-top: 1em;
        order: 3;
    }

    .ad_sec_us .ad_c_text {
        order: 2;
    }

    .ad_sec_us .ad_text {
        font-size: 1rem;
        margin-top: 1em;
        order: 4;
    }
}

/* charm
------------------------------------*/
.ad_sec_charm .ad_c_kv {
    background-image: url(/resort_wedding/campaign/okinawa_ad_two/charm_img05_pc.jpg);
}

.ad_sec_charm .ad_c_box {
    background: #fbf5f1;
}

.ad_sec_charm .ad_item {
    margin-top: 55px;
    padding-top: 60px;
    border-top: 1px solid #edeae3;
}

.ad_sec_charm .ad_block {
    display: flex;
    margin-top: 50px;
}

.ad_sec_charm .ad_block:first-child {
    margin-top: 0;
}

.ad_sec_charm .ad_blockL {
    background: #fff;
    width: calc(50% + 8%);
    margin-right: -8%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px calc(30px + 16%) 30px 30px;
}

.ad_sec_charm .ad_block .ad_c_text {
    margin-top: 1em;
}

.ad_sec_charm .ad_img {
    position: relative;
    top: 35px;
    margin-left: -75px;
    width: calc(50% + 75px);
}

@media (max-width: 767px) {
    .ad_sec_charm .ad_item {
        margin-top: 35px;
        padding-top: 20px;
    }

    .ad_sec_charm .ad_block {
        display: block;
        margin-top: 15px;
    }

    .ad_sec_charm .ad_block:first-child {
        margin-top: 0;
    }

    .ad_sec_charm .ad_blockL {
        background: transparent;
        width: auto;
        margin-right: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0;
    }

    .ad_sec_charm .ad_block .ad_c_text {
        margin-top: 0.5em;
    }

    .ad_sec_charm .ad_img {
        position: relative;
        top: 0;
        margin-left: 0;
        width: auto;
        margin-top: 1em;
    }
}

/* report
------------------------------------*/
.ad_sec_report {
    padding: 50px 0;
    background: #f5f1e6;
}

.ad_sec_report .ad_normal_slider {
    margin-top: 50px;
}

.ad_sec_report .ad_item {
    width: 550px !important;
    margin: 0 10px;
}

.ad_sec_report .ad_c_midashi {
    margin-top: 1em;
}

.ad_sec_report .ad_c_text {
    margin-top: 1em;
}

@media (max-width: 767px) {
    .ad_sec_report {
        padding: 30px 0 40px;
    }

    .ad_sec_report .ad_normal_slider {
        margin-top: 25px;
    }

    .ad_sec_report .ad_item {
        width: 80vw !important;
        margin: 0 5px;
    }

    .ad_sec_report .ad_c_midashi {
        margin-top: 1em;
    }

    .ad_sec_report .ad_c_text {
        margin-top: 1em;
    }
}

/* promise
------------------------------------*/
.ad_sec_promise {
    padding: 60px 0 0;
}

.ad_sec_promise .ad_text {
    font-size: 1.6rem;
    color: #494a60;
    text-align: center;
    font-weight: 700;
}

.ad_sec_promise .ad_c_title {
    margin-top: 30px;
}

.ad_sec_promise .ad_c_text {
    max-width: 660px;
    margin: 40px auto 0;
}

.ad_sec_promise .ad_img {
    text-align: center;
    margin-top: 40px;
}

.ad_sec_promise .ad_movie {
    text-align: center;
    margin-top: 40px;
}

.ad_sec_promise .ad_anxious {
    max-width: 940px;
    padding: 60px 0;
    margin: 0 auto 0;
    background: #f5f5f5;
}

.ad_sec_promise .ad_anxious .ad_title {
    font-size: 1.6rem;
    color: #494a60;
    text-align: center;
    font-weight: 700;
}

.ad_sec_promise .ad_anxious .ad_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 660px;
    margin: 20px auto 0;
}

.ad_sec_promise .ad_anxious .ad_box:first-of-type {
    margin-top: 50px;
}

.ad_sec_promise .ad_anxious .ad_circle {
    font-size: 3rem;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    width: 160px;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #5a80ac;
    border-radius: 50%;
}

.ad_sec_promise .ad_anxious .ad_circle span {
    color: #fff;
}

.ad_sec_promise .ad_anxious .ad_st {
    font-size: 4.8rem;
}

.ad_sec_promise .ad_anxious dl {
    width: calc(100% - 160px - 20px);
    max-width: 460px;
}

.ad_sec_promise .ad_anxious dl dt {
    font-size: 2.4rem;
    color: #5a80ac;
}

.ad_sec_promise .ad_anxious dl dd {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-top: 1em;
}

@media (max-width: 767px) {
    .ad_sec_promise {
        width: 92%;
        margin: 0 auto;
        padding: 35px 0 0;
    }

    .ad_sec_promise .ad_wrap {
        padding: 0 10%;
    }

    .ad_sec_promise .ad_text {
        font-size: 1.2rem;
    }

    .ad_sec_promise .ad_c_title {
        margin-top: 0.5em;
    }

    .ad_sec_promise .ad_c_text {
        max-width: 100%;
        margin: 1.5em auto 0;
    }

    .ad_sec_promise .ad_img {
        margin-top: 25px;
    }

    .ad_sec_promise .ad_movie {
        width: auto;
        position: relative;
        margin: 35px -10% 0;
    }

    .ad_sec_promise .ad_movie iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .ad_sec_promise .ad_anxious {
        max-width: 120%;
        padding: 25px 8%;
        margin: 0 -10% 0;
    }

    .ad_sec_promise .ad_anxious .ad_title {
        font-size: 1.2rem;
    }

    .ad_sec_promise .ad_anxious .ad_box {
        max-width: 100%;
        margin: 20px auto 0;
    }

    .ad_sec_promise .ad_anxious .ad_box:first-of-type {
        margin-top: 10px;
    }

    .ad_sec_promise .ad_anxious .ad_circle {
        font-size: 1.8rem;
        width: 100px;
        height: 100px;
    }

    .ad_sec_promise .ad_anxious .ad_st {
        font-size: 3.5rem;
    }

    .ad_sec_promise .ad_anxious dl {
        width: calc(100% - 100px - 10px);
        max-width: 100%;
    }

    .ad_sec_promise .ad_anxious dl dt {
        font-size: 1.8rem;
    }

    .ad_sec_promise .ad_anxious dl dd {
        font-size: 1.1rem;
        margin-top: 0.5em;
    }
}

/* lineup
------------------------------------*/
.ad_sec_lineup {
    padding: 50px 0;
    background: #f5f1e6;
}

.ad_sec_lineup .ad_normal_slider {
    margin-top: 50px;
}

.ad_sec_lineup .ad_item {
    width: 550px !important;
    margin: 0 10px;
    padding: 20px;
    background: #fff;
}

.ad_sec_lineup .ad_img a {
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}

.ad_sec_lineup .ad_img a:hover {
    opacity: .6;
}

.ad_sec_lineup .ad_photo_slider .slick-arrow {
    display: none !important;
}

.ad_sec_lineup .ad_photo_thumb {
    margin: 10px -5px 0;
}

.ad_sec_lineup .ad_thumb {
    margin: 0 5px;
}

.ad_sec_lineup .ad_c_midashi {
    text-align: center;
    margin-top: 1em;
}

.ad_sec_lineup .ad_c_text {
    margin-top: 1em;
    text-align: center;
}

.ad_sec_lineup .ad_c_btn {
    text-align: center;
    margin-top: 2em;
}

.ad_sec_lineup .ad_c_btn a {
    margin: 0 auto;
}

@media (max-width: 767px) {
    .ad_sec_lineup {
        padding: 35px 0;
    }

    .ad_sec_lineup .ad_wrap {
        width: 92%;
    }

    .ad_sec_lineup .ad_normal_slider {
        margin-top: 25px;
    }

    .ad_sec_lineup .ad_item {
        width: 80vw !important;
        margin: 0 5px;
        padding: 10px;
    }

    .ad_sec_lineup .ad_photo_thumb {
        margin: 10px -5px 0;
    }

    .ad_sec_lineup .ad_photo_slider {
        margin: 0;
    }

    .ad_sec_lineup .ad_thumb {
        margin: 0 5px;
    }

    .ad_sec_lineup .ad_c_midashi {
        text-align: center;
        margin-top: 1em;
    }

    .ad_sec_lineup .ad_c_text {
        margin-top: 1em;
        text-align: left;
    }
}

/* dial
------------------------------------*/
.ad_sec_dial .ad_title {
    font-size: 1.6rem;
    color: #eb6059;
    text-align: center;
}

.ad_sec_dial .ad_tel {
    font-size: 3.4rem;
    color: #eb6059;
    font-weight: 700;
    text-align: center;
    margin-top: 0.2em;
}

.ad_sec_dial .ad_tel img {
    width: 40px;
    margin-right: 0.2em;
    vertical-align: inherit;
}

@media (max-width: 767px) {
    .ad_sec_dial {
        padding-top: 20px;
    }

    .ad_sec_dial .ad_title {
        font-size: 1.5rem;
    }

    .ad_sec_dial .ad_tel {
        font-size: 3.4rem;
        margin-top: 0.2em;
    }

    .ad_sec_dial .ad_tel a {
        color: #eb6059;
    }
}

/* footer
------------------------------------*/
.ad_footer {
    text-align: center;
    padding: 50px 0;
}

@media (max-width: 767px) {
    .ad_footer {
        padding: 15px 0 100px;
    }

    .ad_footer img {
        width: 166px;
        display: block;
        margin: 0 auto;
    }
}

/* copyright
------------------------------------*/
.ad_copyright {
    text-align: center;
    padding: 35px 0;
    background: #d1c0a5;
}

.ad_copyright p {
    font-size: 1.2rem;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .ad_copyright {
        padding: 10px 0;
    }

    .ad_copyright p {
        font-size: 1.1rem;
    }
}

/* popup
------------------------------------*/
.mfp-content {
    width: 0 !important;
    -webkit-transition: width .3s;
    transition: width .3s;
}

.mfp-ready .mfp-content {
    width: 100% !important;
}

.mfp-removing .mfp-content {
    width: 0 !important;
}

.mfp-bg {
    background-color: rgba(255, 255, 255, 0.9);
}

.mfp-close {
    position: fixed;
    top: 40px !important;
    right: 40px !important;
    padding: 0 !important;
    width: 35px !important;
    height: 35px !important;
    opacity: 1 !important;
    cursor: pointer;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
}

.mfp-close:hover {
    opacity: 0.8;
}

@media screen and (max-width: 767px) {
    .mfp-close {
        top: 4.66667vw !important;
        right: 4.66667vw !important;
    }
}

.mfp-close:before, .mfp-close:after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 100%;
    height: 1px;
    background: #333;
    content: "";
}

.mfp-close:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.mfp-close:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.mfp-iframe-scaler iframe {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}




/*  c-section-presents
--------------------------------------------- */
.c-section-presents {
    position: relative;
    padding: 100px 0;
    background: url(/resort_wedding/campaign/okinawa_ad_two/bg_presents.png) 0 0 no-repeat;
    background-size: cover;
}

@media screen and (max-width: 1350px) {
    .c-section-presents {
        padding: 100px 0;
    }
}

@media screen and (max-width: 767px) {
    .c-section-presents {
        padding: 60px 0;
        background-image: url(/resort_wedding/campaign/okinawa_ad_two/bg_presents_sp.png);
    }
}

.c-section-presents__container {
    margin: 0 auto;
    width: 892px;
}

@media screen and (max-width: 950px) {
    .c-section-presents__container {
        width: 94%;
    }
}

@media screen and (max-width: 767px) {
    .c-section-presents__container {
        width: 92vw;
    }
}

.c-section-presents__circle {
    position: absolute;
    top: -23px;
    left: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    width: 161px;
    height: 161px;
    border-radius: 50%;
    background: linear-gradient(120deg, #ff8d7a 0%, #ea6c77 40.75%, #db5576 77.01%, #d64d75 100%);
    color: #fff;
    text-align: center;
    font-size: 26px;
    line-height: 1.3;
    -webkit-transform: translate(-440px, 15px) !important;
    transform: translate(-440px, 15px) !important;

    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

@media screen and (max-width: 950px) {
    .c-section-presents__circle {
        left: 3%;
        -webkit-transform: translateY(15px) !important;
        transform: translateY(15px) !important;
    }
}

@media screen and (max-width: 767px) {
    .c-section-presents__circle {
        top: -30px;
        left: 1.33333vw;
        width: 110px;
        height: 110px;
        font-size: 18px;
    }
}

.c-section-presents__circle.is-fadeup {
    -webkit-transform: translate(-440px, 0) !important;
    transform: translate(-440px, 0) !important;
}

@media screen and (max-width: 950px) {
    .c-section-presents__circle.is-fadeup {
        -webkit-transform: translateY(0) !important;
        transform: translateY(0) !important;
    }
}

.c-section-presents__ttl {
    margin-top: 0;
    color: #B73563;
    text-align: center;
    font-size: 44px;
    font-weight: 600;
    line-height: 1.4;
}

@media screen and (max-width: 767px) {
    .c-section-presents__ttl {
        font-size: 31px;
    }
}

.c-section-presents__lead {
    margin-top: 10px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.04em;
}

@media screen and (max-width: 767px) {
    .c-section-presents__lead {
        margin-top: 5px;
        font-size: 15px;
        line-height: 1.7;
    }
}

.c-section-presents__lead .large {
    font-size: 37px;
    color: inherit;
}

@media screen and (max-width: 950px) {
    .c-section-presents__lead .large {
        font-size: 31px;
    }
}

@media screen and (max-width: 767px) {
    .c-section-presents__lead .large {
        font-size: 27px;
    }
}

.c-section-presents__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -ms-flex-align: start;
    margin-top: 40px;

    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 950px) {
    .c-section-presents__contents {
        margin-top: 30px;
    }
}

@media screen and (max-width: 767px) {
    .c-section-presents__contents {
        display: block;
        margin-top: 20px;
    }
}

.c-section-presents__note {
    margin-top: 70px;
    font-size: 14px;
    font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    line-height: 1.8;
}

@media screen and (max-width: 767px) {
    .c-section-presents__note {
        margin-top: 50px;
        font-size: 12px;
    }
}

/*  c-box-presents
--------------------------------------------- */
.c-box-presents {
    width: 416px;
    position: relative;
    text-align: center;
}

@media screen and (max-width: 950px) {
    .c-box-presents {
        width: 47%;
    }
}

@media screen and (max-width: 767px) {
    .c-box-presents {
        margin-top: 60px;
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .c-box-presents:first-of-type {
        margin-top: 0;
    }
}

.c-box-presents__num {
    position: relative;
    color: #D64D70;
    text-align: center;
    font-size: 48px;
    font-family: "Marcellus", serif;
    margin-top: 70px;
}

@media screen and (max-width: 767px) {
    .c-box-presents__num {
        font-size: 34px;
        margin-top: 50px;
    }
}

.c-box-presents__num:before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 43px;
    height: 14px;
    background: url(/resort_wedding/campaign/okinawa_ad_two/txt_special.svg) 0 0 no-repeat;
    background-size: 100% auto;
    content: "";
}

@media screen and (max-width: 767px) {
    .c-box-presents__num:before {
        width: 35px;
        height: 10px;
    }
}

.c-box-presents__num span {
    font-family: inherit;
    color: inherit;
}

.c-box-presents__num span:before, .c-box-presents__num span:after {
    position: absolute;
    top: 50%;
    width: 432px;
    height: 1px;
    background-color: #D64D70;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 950px) {
    .c-box-presents__num span:before, .c-box-presents__num span:after {
        width: 45.443vw;
    }
}

@media screen and (max-width: 767px) {
    .c-box-presents__num span:before, .c-box-presents__num span:after {
        width: 33.86667vw;
        height: 0.26667vw;
    }
}

.c-box-presents__num span:before {
    left: 0;
}

@media screen and (max-width: 950px) {
    .c-box-presents__num span:before {
        left: 0;
    }
}

@media screen and (max-width: 767px) {
    .c-box-presents__num span:before {
        left: 9.067vw;
    }
}

.c-box-presents__num span:after {
    right: 0;
}

@media screen and (max-width: 950px) {
    .c-box-presents__num span:after {
        right: 0;
    }
}

@media screen and (max-width: 767px) {
    .c-box-presents__num span:after {
        right: 9.067vw;
    }
}

.c-box-presents__ttl {
    color: #D64D70;
    text-align: center;
    letter-spacing: 0.05em;
    font-weight: 600;
    font-size: 30px;
    margin-top: 20px;
}

@media screen and (max-width: 950px) {
    .c-box-presents__ttl {
        font-size: 30px;
    }
}

@media screen and (max-width: 767px) {
    .c-box-presents__ttl {
        margin-top: 10px;
        letter-spacing: 0;
        font-size: 25px;
        line-height: 1.2;
    }
}

.c-box-presents__contents {
    position: relative;
}

@media screen and (max-width: 767px) {
    .c-box-presents__contents {
        margin-top: 15px;
    }
}

.c-box-presents__figure figcaption {
    margin-top: 4px;
    margin-bottom: 30px;
    font-size: 14px;
    font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

@media screen and (max-width: 767px) {
    .c-box-presents__figure figcaption {
        margin-top: 5px;
        margin-bottom: 0;
        font-size: 10px;
    }
}

.c-box-presents__circle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -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;
    position: absolute;
    top: 0;
    left: 0;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: -o-linear-gradient(330deg, #ff8d7a 0%, #ea6c77 40.75%, #db5576 77.01%, #d64d75 100%);
    background: linear-gradient(120deg, #ff8d7a 0%, #ea6c77 40.75%, #db5576 77.01%, #d64d75 100%);
    line-height: 1.3;
    letter-spacing: .06em;
    -webkit-transform: translate(-30%, -30%);
    -ms-transform: translate(-30%, -30%);
    transform: translate(-30%, -30%);
}

.c-box-presents__circle span {
    display: block;
    color: #fff;
    font-size: 22px;
}

.c-box-presents__circle span strong {
    font-size: 50px;
    color: #fff;
    letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
    .c-box-presents__circle {
        width: 30vw;
        height: 30vw;
        -webkit-transform: translate(-2.5vw, -30%);
        -ms-transform: translate(-2.5vw, -30%);
        transform: translate(-2.5vw, -30%);
    }

    .c-box-presents__circle span {
        font-size: 4.825vw;
    }

    .c-box-presents__circle span strong {
        font-size: 7.6125vw;
    }
}

.c-box-presents__heading {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.7;
}

.c-box-presents__heading>span:nth-of-type(1) {
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
}

.c-box-presents__heading>span:nth-of-type(2) {
    display: block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.04em;
    margin-top: 5px;
}

.c-box-presents__heading>span:nth-of-type(2) .regular-price {
    font-size: 21px;
    padding: 0 1px;
    letter-spacing: 0;
    position: relative;
}

.c-box-presents__heading>span:nth-of-type(2) .regular-price::before {
    content: "";
    width: 90px;
    height: 1px;
    background-color: #4d4d4d;
    position: absolute;
    top: 13px;
    left: -1px;
    transform: rotate(12deg);
}

.c-box-presents__heading>span:nth-of-type(2) .special-price {
    font-size: 28px;
    letter-spacing: 0;
}

.c-box-presents__txt {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.8;
}

.c-box-presents__txt span {
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .c-box-presents__txt {
        margin-top: 0;
        padding: 0 8vw;
        letter-spacing: -0.05em;
        font-size: 12px;
        line-height: 1.75;
    }
}

.c-box-presents__period {
    margin-top: 25px;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 15px;
    display: flex;
    justify-content: center;
}

.c-box-presents__period p {
    font-weight: 600;
    letter-spacing: 0.04em;
    line-height: 1.8;
    text-align: left;
}

.c-box-presents__circle-img {
    position: absolute;
    top: 335px;
    right: -15px;
    width: 171px;
}

@media screen and (max-width: 950px) {
    .c-box-presents__circle-img {
        top: 34.36842vw;
        width: 18vw;
    }
}

@media screen and (max-width: 767px) {
    .c-box-presents__circle-img {
        top: auto;
        right: 0.93333vw;
        bottom: -8.66667vw;
        width: 40vw;
    }
}

.c-box-presents__circle-img img {
    width: 100%;
}

@media screen and (max-width: 767px) {
    .c-box-presents {
        position: relative;
    }

    .c-box-presents .ad_flex {
        display: flex;
        justify-content: space-between;
    }

    .c-box-presents .ad_flex .ad_txtbox {
        width: 49%;
    }

    .c-box-presents__ttl {
        font-size: 20px;
        text-align: center;
        margin-top: 10px;
        line-height: 1.4;
    }

    .c-box-presents__txt {
        padding: 0;
        font-size: 14px;
        margin-top: 10px;
    }

    .c-box-presents__contents {
        margin-top: 0;
    }

    .c-box-presents__figure figcaption {
        margin-top: 40px;
    }

    .c-box-presents {
        margin-top: 20px;
    }

    .c-box-presents__circle-img {
        width: 20vw;
        bottom: 40px;
    }
}

/*  c-section-specialpresent
--------------------------------------------- */
.c-section-specialpresent {
    padding: 100px 0;
    background: #fbf5f1;
}

@media screen and (max-width: 767px) {
    .c-section-specialpresent {
        padding: 60px 0;
    }
}

.c-section-specialpresent__container {
    margin: 0 auto;
    width: 892px;
}

@media screen and (max-width: 950px) {
    .c-section-specialpresent__container {
        width: 94%;
    }
}

@media screen and (max-width: 767px) {
    .c-section-specialpresent__container {
        width: 92vw;
    }
}

.c-section-specialpresent__heading p {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.8;
    letter-spacing: 0.08em;
}

@media screen and (max-width: 767px) {
    .c-section-specialpresent__heading p {
        font-size: 15px;
    }
}

.c-section-specialpresent__heading p:nth-of-type(1) {
    margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
    .c-section-specialpresent__heading p:nth-of-type(1) {
        margin-bottom: 12px;
    }
}

.c-section-specialpresent__heading h2 {
    color: #eb6059;
    font-size: 42px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.08em;
    margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
    .c-section-specialpresent__heading h2 {
        font-size: 27px;
        margin-bottom: 12px;
    }
}

.c-section-specialpresent__box {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-top: 60px;
    padding: 50px 16px;
    background: #fff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.04em;
}

@media screen and (max-width: 767px) {
    .c-section-specialpresent__box {
        flex-direction: column;
        gap: 10px;
        margin: 21px auto 0 ;
        padding: 33px 25px;
        font-size: 12px;
    }
}

.c-section-specialpresent__box figure {
    width: 400px;
}

@media screen and (max-width: 950px) {
    .c-section-specialpresent__box figure {
        width: 44%;
    }
}

@media screen and (max-width: 767px) {
    .c-section-specialpresent__box figure {
        width: 100%;
    }
}

.c-section-specialpresent__box > div {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

@media screen and (max-width: 767px) {
    .c-section-specialpresent__box > div {
        gap: 10px;
    }
}

.c-section-specialpresent__box > div > p:nth-of-type(1) {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.04em;
    line-height: 1.8;
}

@media screen and (max-width: 767px) {
    .c-section-specialpresent__box > div > p:nth-of-type(1) {
        font-size: 13px;
    }
}

/* ------------------------------
    clearfix
------------------------------ */

.ad_cf:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.ad_cf {
    display: inline-block;
}

/* Hides from IE Mac */
* html .ad_cf {
    height: 1%;
}

.ad_cf {
    display: block;
}

/* End Hack */

/*-------------------------
    btn side fixed
---------------------------*/
.btn-campaign {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 190px;
    z-index: 1000;
}

.btn-campaign a {
    transition: 0.4s ease;
}

@media screen and (max-width: 767px) {
    .btn-campaign {
        bottom: 25px;
        right: 10px;
        width: 120px;
    }
}

/*-------------------------
    newyear
---------------------------*/
.newyear_ttl {
    font-size: 30px;
    letter-spacing: 0.05em;
}
.newyear_txt1 {
    margin-top: 25px;
    color: #2966ad;
    font-weight: 600;
    font-size: 42px;
    letter-spacing: 0.05em;
    line-height: 1.2;
    text-align: center;
}
.newyear_txt1 .small {
    color: #2966ad;
    font-size: 0.8em;
}
.newyear_txt1 .large {
    color: #2966ad;
    font-size: 1.2em;
}
.newyear_txt2 {
    margin-top: 40px;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1.7;
    text-align: center;
}
.newyear_img {
    margin-top: 65px;
}
.newyear_img a {
    transition: 0.4s ease;
}
.newyear_box {
    position: relative;
    margin-top: 40px;
    padding: 50px 40px 40px;
    background-color: rgba(255, 255, 255, 0.6);
}
.newyear_box_more {
    background-color: #B73563;
    color: #ffffff;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 170%;
    letter-spacing: 0.12em;
    width: fit-content;
    padding: 8px 28px 7px;
    position: absolute;
    top: -21px;
    left: 50%;
    transform: translateX(-50%);
}
.newyear_box_more::before {
    content: "";
    background: #B73563;
    width: 2px;
    height: 17px;
    display: block;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
}
.newyear_box_more::after {
    content: "";
    background: #B73563;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    display: block;
    position: absolute;
    bottom: -21px;
    left: 50%;
    transform: translateX(-50%);
}
.newyear_box_txt {
    color: #333;
    font-size: 16px;
    line-height: 180%;
    letter-spacing: 0.12em;
    text-align: center;
}
.newyear_box_ttl {
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0.04em;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 40px;
    margin: 34px auto 24px;
}
.newyear_box_ttl::before {
    content: "";
    background: #b29d50;
    width: 100%;
    height: 1px;
    display: block;
    flex: 1;
}
.newyear_box_ttl::after {
    content: "";
    background: #b29d50;
    width: 100%;
    height: 1px;
    display: block;
    flex: 1;
}
.newyear_box_ttl span {
    position: relative;
    top: 2px;
    color: #b29d50;
    white-space: nowrap;
}
.newyear_box_row {
    display: flex;
}
.newyear_col_img {
    width: 54%;
    margin-right: 40px;
}
.newyear_col_txtarea {
    flex: 1;
}
.newyear_col_txt1 {
    font-weight: 600;
    font-size: 32px;
    line-height: 140%;
    letter-spacing: 0.04em;
    color: #2966ad;
    text-align: center;
    margin-bottom: 16px;
}
.newyear_col_txt2 {
    color: #333;
    font-size: 16px;
    line-height: 180%;
    letter-spacing: 0.12em;
}
.newyear_col_unit {
    display: flex;
    align-items: center;
    gap: 0 16px;
    margin-top: 16px;
}
.newyear_col_label {
    border: 2px solid #2966ad;
    width: fit-content;
    padding: 6px 20px;
    font-weight: 600;
    font-size: 16px;
    line-height: 180%;
    letter-spacing: 0.12em;
    color: #2966ad;
}
@media screen and (max-width: 767px) {
    .newyear_ttl {
        font-size: 20px;
    }
    .newyear_txt1 {
        margin-top: 20px;
        font-size: 24px;
    }
    .newyear_txt2 {
        margin-top: 30px;
        font-size: 13px;
    }
    .newyear_img {
        margin-top: 45px;
    }
    .newyear_img img {
        width: 100%;
    }
    .newyear_box {
        margin-top: 25px;
        padding: 35px 15px 25px;
    }
    .newyear_box_more {
        font-size: 14px;
        padding: 1.5px 15px 1.5px;
        top: -14px;
    }
    .newyear_box_more::before {
        width: 1px;
        height: 10px;
        bottom: -9px;
    }
    .newyear_box_more::after {
        width: 5px;
        height: 5px;
        bottom: -13px;
    }
    .newyear_box_txt {
        font-size: 14px;
        letter-spacing: 0;
    }
    .newyear_box_ttl {
        font-size: 16px;
        gap: 0 12px;
        margin: 20px auto 12px;
    }
    .newyear_box_ttl span {
        top: 1px;
    }
    .newyear_box_row {
        flex-direction: column;
        gap: 12px;
    }
    .newyear_col_img {
        width: 100%;
        margin: 12px auto;
    }
    .newyear_col_txt1 {
        font-size: 19px;
        letter-spacing: 0;
        margin-bottom: 0;
    }
    .newyear_col_txt2 {
        font-size: 14px;
    }
    .newyear_col_unit {
        margin-top: 12px;
    }
    .newyear_col_label {
        border: 1px solid #2966ad;
        width: 41%;
        max-width: 160px;
        padding: 4px 6.5px;
        font-size: 14px;
        letter-spacing: 0.04em;
        text-align: center;
    }
}