    @charset "UTF-8";
    /* Scss Document */
    
    * {
        font-family: 'Noto Sans JP', sans-serif;
        margin: 0;
        padding: 0;
        font-weight: 400;
        text-decoration: none;
        list-style: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        color: #4c3d36;
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 0.5px;
    }
    /* font-family: 'Noto Serif JP', serif; */
    
    /* ::selection {
        background-color: #393a34 !important;
        color: #ffffff !important;
    }*/

    img {
    max-width: 100%;
    height: auto;
}
    
    
    a,
    input[type="submit"] {
        display: block;
        cursor: pointer;
        text-decoration: none !important;
        outline: none;
    }
    
    a:before,
    a:after,
    .hovercon:before,
    .hovercon:after,
    input[type="submit"]:before,
    input[type="submit"]:after {
        position: absolute;
        z-index: -1;
        display: block;
        content: '';
    }
    
    a,
    a:before,
    a:after,
    .hovercon,
    .hovercon:before,
    .hovercon:after,
    input[type="submit"],
    input[type="submit"]:before,
    input[type="submit"]:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all .3s;
        transition: all .3s;
    }
    
    .display-pc {
        display: block;
    }
    
    .display-sp,
    .display-sp2 {
        display: none !important;
    }
    
    .width1080 {
        width: 1080px;
        margin: 0 auto;
    }
    
    .fixed {
        position: fixed;
        left: 0;
        top: 0;
    }
    /*アニメーション要素のスタイル*/
    
    .animation {
        opacity: 0;
        visibility: hidden;
        transition: 1s;
        transform: translateY(30px);
    }
    
    .active {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
    
    .animation2 {
        animation-name: fadein;
        animation-duration: 2s;
    }
    
    @keyframes fadein {
        from {
            opacity: 0;
            transform: translateY(20px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
    /* svgここから */
    
    #mask .st0 {
        fill: none;
        stroke: #FFFFFF;
        stroke-width: 40;
        /*線の太さを指定する*/
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke-miterlimit: 10;
        stroke-dasharray: 1500;
        /* 線の間隔を指定する */
        stroke-dashoffset: 1500;
        /* 線の位置を指定する */
    }
    /* svgここまで */
    /*header {
	position: -webkit-sticky;
    position: sticky;
	top: 0;
	z-index: 1;
} */
    
    header .top-main {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        width: 100%;
        height: 90px;
        background-color: #ffffff;
        z-index: 99;
    }
    
    header .top-main .top-main01 {
        display: inline-block;
    }
    
    header .top-main .top-main01 .mian_logo img {
        display: block;
        width: 200px;
        height: auto;
        margin: 20px;
    }
    
    header .top-main .top-main02 {
        height: 90px;
        float: right;
    }
    
    header .top-main .top-main02 .top-main02-1 {
        display: inline-block;
        vertical-align: top;
        padding: 15px;
    }
    
    header .top-main .top-main02 .top-main02-2 {
        display: inline-block;
        vertical-align: top;
    }
    
    header .top-main .top-main02 .top-main02-2 a {
        width: 360px;
        height: 90px;
        background-color: #1EAA96;
        padding: 23px;
        text-align: center;
    }
    
    header .top-main .top-main02 .top-main02-2 img {
        display: inline-block;
        width: 45px;
        height: auto;
        margin: 0 10px;
    }
    
    header .top-main .top-main02 .top-main02-2 p {
        display: inline-block;
        font-size: 22px;
        font-weight: 600;
        color: #ffffff;
        vertical-align: top;
        line-height: 50px;
    }
    
    header .top-text {
        width: 100%;
        /*height: 90vh;*/
        height: 600px;
        margin-top: 90px;
        background: url("../img/mv/top_main01.jpg") no-repeat;
        background-size: cover;
        /*background-position: 25% 50%;*/
        background-position: center center;
        animation: fadeIn 3s ease 0s 1 normal;
        -webkit-animation: fadeIn 3s ease 0s 1 normal;
    }
    
    header .top-text .rightlogo {
        background: url("../img/mv/zeitaku_bg.png") no-repeat;
        background-size: 100% auto;
        width: 40%;
        max-width: 405px;
        height: auto;
    }
    
    @keyframes fadeIn {
        0% {
            opacity: 0
        }
        100% {
            opacity: 1
        }
    }
    
    @-webkit-keyframes fadeIn {
        0% {
            opacity: 0
        }
        100% {
            opacity: 1
        }
    }
    
    header .top-text h2 {
        position: absolute;
        top: 40px;
        left: 0;
        right: 0;
        bottom: auto;
        margin: auto;
        color: #4c3d36;
        font-size: 32px;
        font-family: 'Noto Serif JP', serif;
        font-weight: 600;
        text-align: center;
        line-height: 40px;
        letter-spacing: 2px;
    }
    /*header .top-text:before {
    content: "";
	position: fixed;
    display: block;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-image: url(../img/top_main01.jpg);
	background-size: cover;
	background-position: 25% 50%;
}*/
    
    .iPhone-svg {
        display: none;
        width: 80vw;
        height: auto;
        position: absolute;
        top: 20px;
        left: 20px;
    }
    
    .iPhone,
    .iPad {
        -webkit-background-size: contain;
        background-size: contain;
    }
    
    .iPhone svg,
    .iPad svg {
        display: none;
    }
    
    .iPhone .iPhone-svg,
    .iPad .iPhone-svg {
        display: block;
    }
    
    header .top-text .width1080 {
        position: relative;
        height: 100%;
        display: flex;
        justify-content: space-between;
        padding: 30px 40px;
    }
    
    header .top-text .width1080 h1 {
        font-family: source-han-serif-japanese, serif;
        font-weight: 600;
        font-style: normal;
        writing-mode: vertical-rl;
        font-size: 20px;
        letter-spacing: 2px;
        line-height: 40px;
        padding: 30px 0 0 0;
    }
    /*header .top-text .width1080 svg {
        position: absolute;
        top: 50px;
        left: 0;
        width: 675px;
        height: auto;
    }*/
    
    header .top-text .top-text-sub {
        position: absolute;
        right: 0;
        bottom: 50px;
    }
    
    header .top-text .top-text-sub p {
        font-size: 25px;
        color: #ffffff;
        line-height: 55px;
    }
    
    header .top-text .top-text-sub img,
    header .top-text .top-text-logo img {
        width: 350px;
        height: auto;
    }
    
    header .top-text .top-text-logo img {
        display: block;
        margin: 0 auto;
    }
    
    header .top-text .top-text-logo {
        position: absolute;
        margin: auto;
        left: 0;
        right: 0;
        bottom: 40px;
        margin: auto;
    }
    
    .gift-button {
        position: fixed;
        top: 150px;
        right: 0;
        z-index: 15;
    }
    
    .gift-button a {
        background-color: #ad1826;
        width: 45px;
        height: 195px;
        padding: 20px 15px;
        color: #ffffff;
        line-height: 18px;
        writing-mode: vertical-rl;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 1px;
        text-align: center;
    }
    
    .contacttel .telp01 {
        font-size: 10px;
        line-height: 20px;
        display: block;
        text-align: center;
    }
    
    .contacttel .telp02 {
        display: inline-block;
        font-size: 35px;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        /*font-style: italic;*/
    }
    
    /*.contacttel img {
        display: inline-block;
        width: 30px;
        height: 30px;
        vertical-align: bottom;
        margin: 5px 2px 5px auto;}*/
    
    
    .contacttel.contacttel02 {
        border: solid 1px #ffffff;
        margin: 25px auto;
        padding: 30px 15px;
    }
    
    .contacttel.contacttel02 p {
        color: #ffffff;
    }
    
    .h2-1,
    .h2-2 {
        display: block;
        font-size: 34px;
        width: 95%;
        height: 80px;
        background-size: contain;
        text-align: center;
        margin: 0 auto;
        line-height: 80px;
        background-position: center;
        font-weight: 600;
    }
    
    .h2-1 {
        color: #ffffff;
        background-image: url("../img/title01.png");
    }
    
    .h2-2 {
        background-image: url("../img/title02.png");
    }
    
    .title03,
    .title04 {
        font-size: 28px;
        font-family: 'Noto Serif JP', serif;
        font-weight: 600;
        text-align: center;
        margin: 20px auto;
        line-height: 40px;
    }
    
    .title03 {
        color: #ffffff;
    }
    
    .p-center {
        text-align: center;
    }
    /* article {
        background-image: url("../img/backimg01.png");
        background-size: 200%;
        background-repeat: repeat;
    }*/
    
    .section1 {
        /*background-color: rgba(0, 0, 0, 0.75);
        background-blend-mode: multiply;*/
        z-index: 3;
        background: url(../img/haikei_1920.jpg) no-repeat;
        background-size: cover;
    }
    
    @media (min-width: 1366px) {
        .section1 {
            background: url('../img/haikei_1920.jpg') no-repeat;
            background-size: 110% auto;
        }
    }
    
    .section1 .width1080,
    .section2 .width1080 {
        width: 100%;
        max-width: 1020px;
        margin: 0 auto;
    }
    
    .section1 .width1080 .flex h2 span {
        display: block;
        padding: 8px 16px;
        color: #fff;
        font-size: 18px;
        font-family: "ヒラギノ角ゴ ProN W6", HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
        border-radius: 5px;
        margin: 0 auto 16px auto;
    }
    
    .section1 .width1080 .flex h2 {
        font-family: source-han-sans-japanese, sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 26px;
        letter-spacing: 1px;
    }
    
    .section1 .width1080 .flex h2 i {
        font-family: source-han-serif-japanese, serif;
        font-weight: 400;
        font-style: normal;
        display: block;
        font-size: 24px;
        margin: 16px auto;
    }
    /*---色変え---*/
    
    .section1 .width1080 .flex.blue h2 span {
        background-color: #004097;
    }

    .section1 .width1080 .flex.gold h2 span {
        background-color: #cb9b0c;
    }
    
    
    .section1 .width1080 .flex.olg h2 span {
        background-color: #C55B44;
    }
    
    .section1 .width1080 .flex.blue h2,
    .section1 .width1080 .flex.blue h2 i {
        color: #004097;
    }

    .section1 .width1080 .flex.gold h2 {
        color: #333;
    }

    
    .section1 .width1080 .flex.olg h2,
    .section1 .width1080 .flex.olg h2 i {
        color: #C55B44;
    }
    /*---色変え---*/
    
    .section1 .width1080 .flex .right.img_area,
    .section1 .width1080 .flex .left.img_area {
        position: relative;
    }
    
    .section1 .width1080 .flex .right.img_area img.day,
    .section1 .width1080 .flex .left.img_area img.day {
        position: absolute;
        z-index: 2;
        width: 90px;
        height: auto;
    }
    
    .section1 .width1080 .flex .left.img_area img.day {
        top: 12px;
        left: 12px;
    }
    
    .section1 .width1080 .flex .right.img_area img.day {
        top: 12px;
        right: 12px;
    }
    
    .section1 .width1080 .flex p {
        color: #4C3D36;
    }
    
    .section1 .width1080 .flex .right p,
    .section1 .width1080 .flex .left p {
        text-align: left;
        font-size: 16px;
        line-height: 24px;
        text-indent: 0rem;
    }
    
    .section1 .width1080 .flex .right .flex.item_meta,
    .section1 .width1080 .flex .left .flex.item_meta {
        margin: 20px auto 0 auto;
    }
    
    .section1 .width1080 .flex .right .flex.item_meta .left,
    .section1 .width1080 .flex .left .flex.item_meta .left {
        width: 70%;
    }
    
    .section1 .width1080 .flex .right .flex.item_meta .left table th,
    .section1 .width1080 .flex .right .flex.item_meta .left table td,
    .section1 .width1080 .flex .left .flex.item_meta .left table th,
    .section1 .width1080 .flex .left .flex.item_meta .left table td {
        color: #4C3D36;
        font-size: 16px;
        padding: 4px 8px;
    }
    
    .section2 .width1080 table.item_link th,
    .section2 .width1080 table.item_link td {
        color: #4C3D36;
        font-size: 16px;
        padding: 8px;
    }
    
    .section1 .width1080 .flex .right .flex.item_meta .left table th,
    .section1 .width1080 .flex .left .flex.item_meta .left table th {
        width: 30%;
        text-align: justify;
        text-align-last: justify;
    }
    
    .section1 .width1080 .flex .right .flex.item_meta .left table td,
    .section1 .width1080 .flex .left .flex.item_meta .left table td {
        width: 70%;
        position: relative;
        padding: 4px 8px 4px 18px;
    }
    
    .section1 .width1080 .flex .right .flex.item_meta .left table td:after,
    .section1 .width1080 .flex .left .flex.item_meta .left table td:after {
        position: absolute;
        content: '：';
        top: 4px;
        left: -4px;
    }
    
    .section1 .width1080 .flex .right .flex.item_meta .right,
    .section1 .width1080 .flex .left .flex.item_meta .right {
        width: 150px;
    }
    
    .section1 .width1080 .flex .right .flex.item_meta .right img,
    .section1 .width1080 .flex .left .flex.item_meta .right img {
        border: 1px solid #4C3D36;
    }
    
    .section1 .width1080 .flex .right table.item_link,
    .section1 .width1080 .flex .left table.item_link,
    .section2 .width1080 table.item_link,
    .section2 .item_list table.item_link {
        width: 100%;
    }
    
    .section1 .width1080 .flex .right table.item_link tr,
    .section1 .width1080 .flex .left table.item_link tr,
    .section2 .width1080 table.item_link tr {
        border-bottom: 1px solid #4C3D36;
    }
    
    .section2 .item_list table.item_link tr {
        border-bottom: 1px solid #fff;
    }
    
    .section1 .width1080 .flex .right table.item_link th,
    .section1 .width1080 .flex .left table.item_link th {
        font-weight: bold;
        font-size: 16px;
        padding: 12px 0;
        width: 60%;
    }
    
    .section2 .item_list table.item_link th,
    .section2 .item_list table.item_link td {
        color: #fff;
    }
    
    .section2 .width1080 table.item_link th,
    .section2 .item_list table.item_link th {
        width: 30%;
        font-weight: bold;
        font-size: 16px;
    }
    
    .section2 .item_list table.item_link th,
    .section2 .item_list table.item_link td,
    .section2 .item_list table.item_link td span {
        color: #fff;
    }
    
    .section1 .width1080 .flex .right table.item_link th span,
    .section1 .width1080 .flex .left table.item_link th span,
    .section2 .width1080 table.item_link td span,
    .section2 .item_list table.item_link td span {
        font-weight: bold;
        font-size: 16px;
    }
    
    .section1 .width1080 .flex .right table.item_link td,
    .section1 .width1080 .flex .left table.item_link td {
        width: 40%;
    }
    
    .section2 .width1080 table.item_link td,
    .section2 .item_list table.item_link td {
        width: 30%;
        padding: 8px;
        text-align: right;
    }
    
    .section1 .width1080 .flex .right table.item_link td a,
    .section1 .width1080 .flex .left table.item_link td a,
    .section2 .width1020 table.item_link td a,
    .section2 .flex .item_link a {
        display: block;
        background-color: #1EAA96;
        color: #fff;
        text-align: center;
        padding: 4px;
        font-size: 14px;
        font-weight: bold;
        border-radius: 40px;
    }
    
    .section1 .width1080 .flex .right table.item_link td a:hover,
    .section1 .width1080 .flex .left table.item_link td a:hover,
    .section2 .width1020 table.item_link td a:hover,
    .section2 .flex .item_link a:hover {
        opacity: 0.8;
    }
    
    .section2 .flex.point_ico {
        margin: 80px auto;
    }
    
    .section2 .flex.point_ico li {
        width: 22%;
    }
    
    .section1 .width1080 .flex.side_by_side {
        width: 100%;
        max-width: 860px;
        margin: 120px auto 0 auto;
        align-items: flex-start;
    }
    
    .section1 .width1080 .flex.side_by_side .left,
    .section1 .width1080 .flex.side_by_side .right {
        width: 35%
    }
    
    .section1 .width1080 .flex.side_by_side table.item_link {
        margin: 16px auto 8px auto;
    }
    
    .section1 .width1080 .flex.side_by_side .inner .img_area {
        position: relative;
    }
    
    .section1 .width1080 .flex.side_by_side .inner .img_area img.day {
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 2;
        width: 90px;
        height: auto;
    }
    
    .section1 .width1080 .flex.side_by_side p.small {
        font-size: 11px;
        line-height: 16px;
        margin: 5px auto 0 auto;
    }
    
    .section1 .width1080 .bunner {
        width: 90%;
        max-width: 510px;
        height: auto;
        margin: 80px auto;
    }
    
    .section1,
    .section2 {
        position: relative;
    }
    
    .section1 {
        padding: 50px 0;
    }
    
    .section2 {
        z-index: 2;
        padding: 0;
    }
    
    .section2 .wrap_bg {
        background: url('../img/haikei_1920.jpg') repeat-y;
        background-size: 100% auto;
        background-position: center top;
    }
    
    .section2 .wrap_bg .width1080 {
        margin: 0 auto 90px auto;
    }
    
    .section2 .sub_mv_area {
        width: 100%;
        height: 680px;
        background: url('../img/mv/top_main02.jpg') no-repeat;
        background-size: cover;
    }
    
    .section2 .sub_mv_area .width1020 {
        width: 100%;
        max-width: 1020px;
        margin: 0 auto;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    
    .width1020 {
        width: 100%;
        max-width: 1020px;
        margin: 0 auto;
    }
    
    .section2 .sub_mv_area h2 {
        margin: 0 0 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        width: 50%;
        max-width: 414px;
    }
    
    .section2 .sub_mv_area h2 img {
        width: 100%;
        max-width: 180px;
        height: auto;
    }
    
    .section2 .sub_mv_area h2 p,.contents-s-01-2 p {
        font-family: source-han-serif-japanese, serif;
        font-weight: 600;
        font-style: normal;
        writing-mode: vertical-rl;
        font-size: 20px;
        letter-spacing: 2px;
        line-height: 40px;
        color: #fff;
        display: block;
    }
    
    .section2 .flex .right h3 {
        margin: 0 auto;
        padding: 0 0 8px 0;
    }
    
    .section2 .flex .item_link {
        margin: 30px auto 0 auto;
    }
    
    .section2 .flex .item_link.topborder {
        border-top: 1px solid #4C3D36;
    }
    
    .section2 .item_list .flex .item_link.topborder {
        border-top: 1px solid #ffff;
    }
    
    .section2 .item_list {
        width: 100%;
        height: auto;
        background-color: rgba(0, 64, 151, 0.8);
        padding: 50px 0 70px 0;
    }
    
    .section2 .item_list .flex .left,
    .section2 .item_list .flex .right {
        width: 48%;
    }
    
    .section2 .item_list .flex h3,
    .section2 .item_list .flex p {
        color: #fff;
    }
    
    .section2 .item_list .flex p {
        font-size: 16px;
    }
    
    .section2 .width1080 table.item_link th,
    .section2 .width1080 table.item_link td {
        width: 100%;
        display: block;
        float: none;
        text-align: center;
    }
    
    .section1 h3,
    .section1 p,
    .section1 td,
    .section1 a {
        color: #ffffff;
    }
    
    .section2_2 {
        background: url('../img/bg/backimg01.png') repeat-y;
        background-size: 200% auto;
        background-attachment: fixed;
        padding: 80px 0 50px 0;
    }
    
    .gift_sub {
        display: block;
        padding: 30px 0 50px 0;
        text-align: center;
        font-family: source-han-serif-japanese, serif;
        font-weight: 600;
        font-style: normal;
        font-size: 28px;
        color: #4C3D36;
    }
    
    .section4 {
        position: relative;
        z-index: 2;
        background-color: #323250;
        padding: 80px 0;
    }
    
    .div-content01,
    .div-content02 {
        display: flex;
    }
    
    .section1 .mv {
        margin: 40px auto 0 auto;
    }
    
    .section1 .mv p {
        text-align: center;
        margin: 24px auto 0 auto;
    }
    
    .flex {
        display: flex;
    }
    
    .section1 .flex,
    .section2 .flex {
        justify-content: space-between;
        align-items: center;
        margin: 40px auto;
    }
    
    .flex .left,
    .flex .right {
        width: 48%;
        color: #fff;
    }
    
    .flex .left img,
    .flex .right img {
        width: 100%;
        height: auto;
    }
    
    .flex .left h3,
    .flex .right h3 {
        font-size: 20px;
        font-weight: bold;
        display: block;
        padding: 24px 0;
    }
    
    .flex .left p,
    .flex .right p {
        text-indent: 1rem;
    }
    
    .flex .left p.normal,
    .flex .right p.normal {
        text-indent: 0rem;
    }
    
    dl.items_meta:first-child {
        margin: 24px auto 0 auto;
    }
    
    dl.items_meta {
        border-top: 1px solid #4C3D36;
        padding: 10px 0;
    }
    
    dl.items_meta.one {
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        padding: 10px 0;
        margin: 24px auto 0 auto;
    }
    
    dl.items_meta.first {
        margin: 30px auto 0 auto;
    }
    
    dl.items_meta.last {
        border-bottom: 1px solid #4C3D36;
    }
    
    dl.items_meta dt {
        font-size: 16px;
        font-weight: bold;
        width: 150px;
        display: inline-block;
    }
    
    dl.items_meta.one dt,
    dl.items_meta.one dd span {
        color: #fff;
    }
    
    dl.items_meta dd {
        width: 130px;
        display: inline-block;
        text-align: right;
    }
    
    dl.items_meta dd span {
        font-size: 16px;
        font-weight: bold;
    }
    
    dl.items_meta dd.buy {
        width: 180px;
        
    }
    
    dl.items_meta dd.buy a {
        width: 170px;
        height: 30px;
        background-color: #1EAA96;
        color: #ffffff;
        border-radius: 15px;
        font-size: 15px;
        text-align: center;
        line-height: 28px;
        margin: 0 0 0 auto;
    }
    
    .div-content01 .div-content01-left {
        margin-right: 30px;
    }
    
    .img01 {
        display: block;
        margin: auto;
    }
    
    .div-content01 .div-content01-left,
    .div-content01 .div-content01-right {
        width: 48%;
        margin: 50px auto;
    }
    
    .div-content01 .div-content01-left>p,
    .div-content01 .div-content01-right>p,
    .div-content02 .div-content02-text p {
        line-height: 30px;
    }
    
    .div-content02 .div-content02-img,
    .div-content02 .div-content02-text {
        margin: 30px;
    }
    
    .div-content02 .div-content02-img {
        width: 340px;
    }
    
    .div-content02 .div-content02-text {
        width: 630px;
    }
    
    .div-content02 .div-content02-text2 {
        margin: 130px auto;
    }
    
    .div-content01 .div-content01-left .img00 {
        width: 450px;
        height: 450px;
    }
    
    .div-content01 .div-content01-left .img01,
    .div-content01 .div-content01-right .img01 {
        width: 480px;
        height: 340px;
    }
    
    .div-content02 .div-content02-img .img01 {
        width: 340px;
        height: 340px;
        margin-bottom: 15px;
    }
    
    .div-content01 h3,
    .div-content02 h3 {
        margin-bottom: 10px;
        font-size: 26px;
        line-height: 45px;
        font-weight: 600;
    }
    
    .section2 .div-content01 .div-content01-left h3,
    .section2 .div-content01 .div-content01-right h3 {
        margin-top: 30px;
    }
    
    .div-content02-img p {
        font-weight: 600;
    }
    
    .div-content02-img p:first-of-type {
        font-size: 26px;
        line-height: 39px;
    }
    
    .div-content02-img p:last-of-type {
        font-size: 16px;
        line-height: 28px;
    }
    
    .p03 {
        display: flex;
        margin: 60px auto 30px auto;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        color: #ffffff;
        font-weight: 600;
        letter-spacing: 1.5px;
    }
    
    .p03:before,
    .p03:after {
        border-top: 1px solid #ffffff;
        content: "";
        width: 100px;
    }
    
    .p03:before {
        margin-right: 20px;
    }
    
    .p03:after {
        margin-left: 20px;
    }
    
    .div-content03 .div-content03-inner {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 30px;
        justify-content: center;
    }
    
    .div-content03-button {
        width: 320px;
        margin: 0 10px;
    }
    
    .div-content03-button a {
        width: 320px;
        height: 80px;
        border-radius: 40px;
    }
    
    .div-content03-button img {
        display: inline-block;
        width: 22px;
        height: 22px;
        margin: 30px 20px;
    }
    
    .div-content03-button p {
        display: inline-block;
        font-size: 18px;
        line-height: 80px;
        font-weight: 600;
        color: #ffffff;
        vertical-align: top;
    }
    
    .div-content03-button.div-content03-button1 a {
        background-color: #72B7D9;
    }
    
    .div-content03-button.div-content03-button2 a,
    .foot3 .foot-button02 {
        background-color: #1EAA96;
    }
    
    .div-content03-button.div-content03-button3 a {
        background-color: #004097;
    }
    
    .table01 {
        margin-bottom: 10px;
    }
    
    .table01 tr td {
        padding: 0 5px;
        line-height: 30px;
    }
    
    .section3 {
        position: relative;
        top: 0;
        z-index: 2;
        width: 100%;
        height: 400px;
        padding: 50px 0 0 0;
        background-image: url("../img/sub_mv.jpg");
        background-position: center;
        background-size: 100% auto;
    }
    
    .section3 h2.normal {
        color: #fff;
        font-size: 28px;
        font-family: 'Noto Serif JP', serif;
        font-weight: 600;
        line-height: 40px;
    }
    
    @media screen and (min-width:1800px) {
        .section3 {
            height: 600px;
        }
    }
    /*.section3:before {
    content: "";
    display: block;
	position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
	background-image: url("../img/top_main02.jpg");
	background-position: center;
	background-size: cover;
}*/
    
    .section3 .width1080 {
        position: relative;
        height: 100%;
    }
    
    .section3 img,
    .section3 p {
        position: absolute;
        display: block;
    }
    
    .section3 img {
        width: 400px;
        height: auto;
        top: 0;
        left: 0;
    }
    
    .section3 p {
        color: #ffffff;
    }
    /* .section3 p:first-of-type {
	font-size: 30px;
	line-height: 44px;
	font-weight: 600;
	top: 150px;
	left: 0;
} */
    
    p.p-02 {
        font-size: 10px;
        line-height: 15px;
        bottom: 50px;
        right: 0;
    }
    
    p.p-03 {
        margin: 0 25px;
    }
    
    .font12px {
        font-size: 12px;
        line-height: 18px !important;
    }
    
    .span01,
    .span02 {
        display: block;
        height: 28px;
        margin-bottom: 10px;
        font-size: 12px;
        line-height: 28px;
        text-align: center;
        font-weight: 600;
        border-radius: 5px;
    }
    
    .span01 {
        width: 80px;
        background-color: #ffffff;
        color: #ad1826;
    }
    
    .span02 {
        width: 120px;
        background-color: #ad1826;
        color: #ffffff;
    }
    
    .g-ul,
    .gift-text2 {
        margin: 20px auto;
    }
    
    .g-ul li {
        padding: 0px;
        border-bottom: solid 1px #ffffff;
    }
    
    .g-ul li:first-child {
        border-top: solid 1px #ffffff;
    }
    
    .gift-text2 {
        padding: 10px;
        border-bottom: solid 1px #4c3d36;
    }
    
    .gift-text2 {
        border-top: solid 1px #4c3d36;
    }
    
    .g-ul li p,
    .g-ul li a {
        display: inline-block;
    }
    
    .g-ul p:first-child {
        width: 190px;
        font-size: 16px;
    }
    
    .g-ul p:nth-of-type(2) {
        width: 120px;
        font-size: 18px;
        font-weight: 600;
        margin-right: 10px;
    }
    
    .g-ul a,
    .gift-flex .gift-con .gift-text .gift-text2 a {
        display: inline-block;
        width: 170px;
        height: 30px;
        background-color: #1EAA96;
        color: #ffffff;
        border-radius: 15px;
        font-size: 15px;
        text-align: center;
        line-height: 28px;
    }
    
    .gift-con .img_sarea {
        position: relative;
    }
    
    .gift-con .img_sarea img.day {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 90px;
        height: auto;
    }
    
    .gift-flex {
        display: flex;
        flex-wrap: wrap;
    }
    
    .gift-flex .gift-con {
        width: 31%;
        margin: 1%;
    }
    
    .gift-flex .gift-con .gift-link img {
        width: 320px;
        height: 320px;
    }
    
    .gift-flex .gift-con .gift-text {
        margin: 20px auto;
    }
    
    .gift-flex .gift-con .gift-text .gift-text1,
    .gift-flex .gift-con .gift-text .gift-text2 {
        font-weight: 600;
    }
    
    .gift-flex .gift-con .gift-text .gift-text1 {
        font-size: 15px;
        
    }
    
    .gift-flex .gift-con .gift-text .gift-text2 {
        font-size: 15px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

@media (max-width:767px) {
        .gift-flex .gift-con .gift-text .gift-text2 {
        flex-direction: column;
    }
     dl.items_meta.one .d-block{
        display: block;
        padding: 16px 0 0 0;
    }

    }
    
    
    .gift-flex .gift-con .gift-text .gift-text2 a {
        margin-left: 20px;
    }
    
    .gift-flex .gift-con .gift-text .gift-text3 {
        font-size: 12px;
        line-height: 18px;
    }
    footer{
        padding: 0 !important;
    }
    footer,
    footer .foot1 a,
    footer .foot2 a
     {background-color: #333 !important;}
    footer {
        position: relative;
        z-index: 5;
        /*background-color: #393a34;*/
        
    }
    
    footer small {
        display: block;
        color: #ffffff;
        padding: 16px 0;
        font-size: 12px;
        line-height: normal;
        text-align: center;
        background-color: #131313;
    }
    
    footer .width1080 {
        display: flex;
        flex-wrap: wrap;
        text-align: center;
        padding: 70px;
    }
    
    .foot1 {
        width: 36%;
    }
    
    .foot2 {
        width: 25%;
    }
    
    .foot3 {
        width: 36%;
    }
    
    .foot2 img {
        width: 175px;
        height: auto;
    }
    
    .foot3 a {
        width: 340px;
        height: 65px;
        margin-bottom: 20px;
        text-align: center;
    }
    
    .foot3 a p {
        display: inline-block;
        color: #ffffff;
        font-size: 16px;
        font-weight: 600;
        line-height: 65px;
        vertical-align: top;
    }
    
    .foot3 .foot-button01 {
        background-color: #878788;
    }
    
    .foot3 .foot-button01 p {
        display: inline-block;
        height: auto;
    }
    
    .foot3 .foot-button02 img {
        display: inline-block;
        width: 32px;
        height: auto;
        margin: 15px;
    }
    
    footer #pageTop {
        position: fixed;
        right: 0;
        bottom: 0;
        z-index: 100;
        vertical-align: bottom;
        width: 70px;
        height: 70px;
    }
    
    footer #pageTop img {
        width: 100%;
        height: 100%;
    }
    
    @media (max-width: 1080px) {
        * {
            font-size: 14px;
            line-height: 23px;
        }
        body {
            width: 100%;
            overflow-y: hidden;
        }
        .display-pc {
            display: none !important;
        }
        .display-sp {
            display: block !important;
        }
        .display-sp2 {
            display: inline-block !important;
        }
        header .top-main {
            height: 60px;
        }
        /*
header .top-text:before {
	background-image: url("../img/top_main01_sp.jpg");	 
	 }*/
        header .top-text h2 {
            font-size: 22px;
            line-height: 40px;
            letter-spacing: 2px;
        }
        header .top-main .top-main01 .mian_logo img {
            width: 45px;
            height: 45px;
            margin: 7.5px;
        }
        header .top-main .top-main02 {
            display: flex;
            height: 60px;
        }
        header .top-main .top-main02 .top-main02-1 {
            width: 60px;
            height: 60px;
            padding: 17.5px;
            background-color: #eeeeee;
        }
        header .top-main .top-main02 .top-main02-2 a {
            width: 180px;
            height: 60px;
            padding: 10px;
        }
        header .top-main .top-main02 .top-main02-2 img {
            width: 20px;
            margin: 10px 3px 10px 0;
        }
        header .top-main .top-main02 .top-main02-2 p {
            font-size: 12px;
            line-height: 42px;
        }
        header .top-text .width1080 svg {
            top: 30px;
            left: 30px;
            width: 80vw;
        }
        header .top-text .top-text-sub {
            right: 30px;
            bottom: 30px;
        }
        header .top-text .top-text-sub p {
            font-size: 18px;
            line-height: 45px;
        }
        header .top-text .top-text-sub img {
            width: 250px;
        }
        .section1 {
            margin-top: -1px;
        }
        .gift-button {
            /*top: 90px;*/
            top: 20%;
        }
        .gift-button a {
            padding: 10px 7px;
            width: 30px;
            height: 135px;
            line-height: 18px;
            font-size: 12px;
            letter-spacing: 0.5px;
        }
        .width1080 {
            width: 100%;
            margin: 0 auto;
        }
        .h2-1 {
            background-image: url(../img/title01-sp.png);
        }
        .h2-2 {
            background-image: url(../img/title02-sp.png);
        }
        .h2-1,
        .h2-2 {
            font-size: 20px;
            width: 90%;
            height: 70px;
            line-height: 70px;
        }
        .div-content01 .div-content01-left,
        .div-content01 .div-content01-right {
            width: 85%;
            margin: 30px auto;
        }
        .div-content01 .div-content01-left .img01,
        .div-content01 .div-content01-right .img01 {
            width: 100%;
            height: auto;
        }
        .div-content01 .div-content01-left>p,
        .div-content01 .div-content01-right>p,
        .div-content02 .div-content02-text p {
            line-height: 26px;
        }
        .div-content01 h3,
        .div-content02 h3 {
            font-size: 20px;
            line-height: 28px;
        }
        .table01 tr {
            display: block;
            margin: 5px 0;
        }
        .table01 tr td {
            padding: 0;
            line-height: 20px;
            vertical-align: top;
        }
        .table01 tr td:first-of-type {
            width: 80px;
        }
        .g-ul li {
            text-align: center;
        }
        .g-ul li p {
            font-size: 14px !important;
            width: auto !important;
            margin-right: 10px;
        }
        .g-ul li p:nth-of-type(2) {
            font-size: 16px !important;
        }
        .g-ul li a {
            display: block;
            margin: auto;
        }
        .g-ul li a,
        .g-ul a,
        .gift-flex .gift-con .gift-text .gift-text2 a {
            margin-top: 5px;
        }
        .div-content01,
        .div-content02 {
            display: block;
            margin-bottom: 30px;
        }
        .div-content02 {
            display: block;
            width: 85%;
            margin: 20px auto 30px auto;
            padding: 0;
            text-align: center;
        }
        .div-content01 .div-content01-left,
        .div-content01 .div-content01-right {
            margin: 10px auto;
        }
        .div-content02 .div-content02-img,
        .div-content02 .div-content02-text {
            display: inline-block;
            margin: 10px;
            vertical-align: top;
        }
        .div-content02 .div-content02-img {
            width: 100%;
            margin: 0 auto 15px auto;
        }
        .div-content02 .div-content02-img .img01 {
            width: 60%;
            height: auto;
        }
        .div-content01 .img00 {
            display: block;
            width: 90% !important;
            height: auto !important;
            margin: 20px auto;
        }
        .div-content02 .div-content02-text {
            width: 100%;
            margin: auto;
            text-align: left;
        }
        .div-content02-img p:first-of-type {
            font-size: 18px;
            line-height: 24px;
            margin-bottom: 10px;
        }
        .div-content02-img p:last-of-type {
            font-size: 14px;
            line-height: 18px;
        }
        header .top-text .top-text-sub img,
        header .top-text .top-text-logo img {
            width: 70%;
            height: auto;
        }
        .section3 {
            /*position: -webkit-sticky;
    position: sticky;*/
            position: relative;
            height: 230px;
            padding: 0;
            /*background-image: url(../img/sub_mv_sp.jpg);*/
            background-image: url(../img/SP_top_main02.jpg);
            background-attachment: scroll;
        }
        .section3 img {
            width: 220px;
            height: auto;
            top: 20px;
            left: 7.5%;
        }
        .section3 h2.normal {
            width: 90%;
            display: block;
            padding: 24px 0 0 0;
            margin: 0 auto;
            font-size: 20px;
        }
        .section1 .mv p {
            width: 90%;
            display: block;
            text-align: left;
            margin: 24px auto 0 auto;
        }
        /*.flex {
            flex-direction: column;
        }*/
        /*.flex .left {
            order: 1;
        }
        .flex .right {
            order: 2;
        }
        .flex .left,
        .flex .right {
            width: 90%;
            margin: 0 auto;
        }*/
        p.p-02 {
            bottom: 20px;
            width: 85%;
            margin: auto;
            left: 0;
        }
        .section4 {
            padding: 50px 0;
        }
        .gift-flex {
            width: 90%;
            margin: auto;
        }
        .gift-flex .gift-con {
            width: 46%;
            margin: 2%;
        }
        .gift-flex .gift-con .gift-text {
            margin: 0 auto 10px auto;
        }
        .gift-flex .gift-con .gift-text .gift-text2 a {
            margin-left: 0;
        }
        .gift-flex .gift-con .gift-link img {
            width: 100%;
            height: auto;
        }
        .h2-2-b {
            line-height: 18px;
            font-size: 14px;
            padding: 15px 20px;
        }
        .title03,
        .title04 {
            font-size: 20px;
            line-height: 32px;
            margin: 30px 7.5%;
        }
        .gift-flex .gift-con .gift-text .gift-text3 {
            font-size: 11px;
            line-height: 16px;
        }
        .g-ul,
        .gift-text2 {
            text-align: center;
            margin: 10px auto;
        }
        .g-ul a,
        .gift-flex .gift-con .gift-text .gift-text2 a {
            width: 130px;
            letter-spacing: -0.5px;
            height: 30px;
            /*border-radius: 13px;*/
            font-size: 15px;
            line-height: 30px;
        }
        p.p-03 {
            margin: 0;
        }
        .div-content03-button {
            margin: 10px auto;
        }
        .div-content03-button a {
            width: 320px;
            height: 50px;
            border-radius: 25px;
        }
        .div-content03-button p {
            font-size: 18px;
            line-height: 50px;
        }
        .div-content03-button img {
            width: 18px;
            height: 18px;
            margin: 16px;
        }
        .div-content03 .div-content03-inner {
            margin-bottom: 0px;
            display: flex;
            justify-content: space-around;
        }
        .p03 {
            margin: 45px auto 15px auto;
            font-size: 18px;
        }
        .p03:before,
        .p03:after {
            width: 70px;
        }
        .span01,
        .span02 {
            margin-bottom: 5px;
        }
        footer {
            width: 100%;
        }
        footer .width1080 {
            padding: 7.5%;
        }
        .foots {
            width: 100%;
        }
        .foot2 {
            margin: 10px auto 25px auto;
        }
        .foot2 img {
            width: 130px;
            height: auto;
        }
        .foot3 a {
            width: auto;
            max-width: 400px;
            height: 50px;
            margin: auto;
            margin-bottom: 10px;
        }
        .foot3 a p {
            font-size: 14px;
            line-height: 50px;
        }
        .foot3 .foot-button02 img {
            width: 20px;
            margin: 15px 5px;
        }
        .contacttel .telp01 {
            line-height: 14px;
        }
        .contacttel.contacttel02 {
            padding: 10px;
        }
        .contacttel img {
            width: 25px;
            height: 25px;
            margin: 0;
            vertical-align: text-bottom;
        }
        .contacttel .telp02 {
            font-size: 25px;
            vertical-align: top;
            line-height: 30px;
        }
        footer #pageTop {
            width: 50px;
            height: 50px;
        }
    }
    
    @media screen and (max-width:480px) {
        header .top-text {
            z-index: 11;
            position: relative;
            background: url('../img/mv/SP_top_main01-4_2.jpg') no-repeat;
            /*background-size: cover;*/
            background-size: 100% auto;
        }
        .mv_txt_area {
            position: relative;
            width: 100%;
        }
        header .top-text .width1080 {
            position: relative;
        }
        header .top-text .rightlogo {
            position: absolute;
            top: 24px;
            left: auto;
            right: 0;
            width: 63%;
        }
        header .top-text .width1080 h1 {
            position: absolute;
            top: auto;
            left: 0;
            right: 0;
            bottom: -400px;
            margin: auto;
            width: 250px;
            padding: 30px;
            background-color: rgba(255, 255, 255, 0.8);
            font-size: 16px;
        }
        header .top-text {
            /*height: 75vh;*/
            height: 69vh;
            margin-top: 60px;
            background-position: 100%;
            background-attachment: scroll;
        }
        .section1 .width1080,
        .section2 .width1080 {
            width: 90%;
        }
        .section1 {
            padding: 380px 0 0 0;
            background: url(../img/haikei_1920SP.png) repeat;
            background-size: auto 100%;
        }
        .section2 .wrap_bg .width1080 {
            margin: 350px auto 20px auto
        }
        .section1 .width1080 .flex.blue h2 {
            text-align: center;
        }
        .section1 .width1080 .flex .right.img_area,
        .section1 .width1080 .flex .left.img_area {
            padding: 0 0 24px 0;
        }
        .section2 .wrap_bg {
            background: url('../img/haikei_1920SP.png') repeat;
            background-size: 100% auto;
            background-position: center top;
        }
        .section1 .width1080 .flex h2 {
            font-size: 18px;
        }
        .section1 .width1080 .flex h2 i {
            font-size: 16px;
            margin: 5px auto 20px auto;
        }
        .section1 .width1080 .flex .right p,
        .section1 .width1080 .flex .left p {
            font-size: 1em;
        }
        .section1 .width1080 .flex .right .flex.item_meta,
        .section1 .width1080 .flex .left .flex.item_meta {
            flex-direction: row;
        }
        .section1 .width1080 .flex .right .flex.item_meta .left table th,
        .section1 .width1080 .flex .left .flex.item_meta .left table th,
        .section1 .width1080 .flex .right .flex.item_meta .left table td,
        .section1 .width1080 .flex .left .flex.item_meta .left table td {
            font-size: 11px;
            line-height: 12px;
        }
        .section1 .width1080 .flex .right table.item_link,
        .section1 .width1080 .flex .left table.item_link,
        .section2 .width1080 table.item_link,
        .section2 .item_list table.item_link {
            margin: 30px auto 0 auto;
        }
        .section1 .width1080 .flex .right table.item_link th,
        .section1 .width1080 .flex .left table.item_link th,
        .section1 .width1080 .flex .right table.item_link td,
        .section1 .width1080 .flex .left table.item_link td,
        .section1 .width1080 .flex.side_by_side table.item_link th.normal,
        .section1 .width1080 .flex.side_by_side table.item_link td.normal {
            width: 100%;
            display: block;
            float: none;
        }
        .section2 .item_list .flex .item_link.topborder th {
            padding: 4px 0 0 0;
        }
        .section2 .item_list .flex .item_link.topborder th,
        .section2 .item_list .flex .item_link.topborder td {
            width: 100%;
            display: block;
            float: none;
            text-align: center;
        }
        .section1 .width1080 .flex .right table.item_link td a,
        .section1 .width1080 .flex .left table.item_link td a,
        .section2 .width1020 table.item_link td a {
            padding: 0px;
            font-size: 14px;
            margin: 4px auto 0 auto;
        }
        .section1 .width1080 .flex .right table.item_link td a,
        .section1 .width1080 .flex .left table.item_link td a {
            width: 140px;
            margin: 0 auto 16px auto;
            height: 35px;
            background-color: #1EAA96;
            color: #ffffff;
            border-radius: 17.5px;
            font-size: 16px;
            text-align: center;
            line-height: 35px;
            font-weight: normal;
        }
        .section1 .width1080 .flex .right.img_area img.day {
            left: 12px;
            right: auto;
        }
        .section1 .width1080 .flex.side_by_side .inner .img_area img.day {
            width: 50px;
        }
        .flex.olg .left {
            order: 2;
        }
        .flex.olg .right {
            order: 1;
        }
        .flex.item_meta .left,
        .section2 .wrap_bg .item_list .flex .right.one {
            order: 1;
        }
        .flex.item_meta .right,
        .section2 .wrap_bg .item_list .flex .left.one {
            order: 2;
        }
        .section1 .width1080 .flex.side_by_side {
            margin: 40px auto 0 auto;
            flex-direction: row;
        }
        .section1 .width1080 .flex.side_by_side .left,
        .section1 .width1080 .flex.side_by_side .right {
            width: 48%;
        }
        .section1 .width1080 .flex.side_by_side a {
            height: 30px;
            color: #ffffff;
            border-radius: 15px;
            font-size: 15px;
            text-align: center;
            line-height: 28px;
            padding: 0;
        }
        .section2 .sub_mv_area {
            height: 250px;
            background: url('../img/mv/SP_top_main02.jpg') no-repeat;
            background-size: 100% auto;
            position: relative;
        }
        .section2 .sub_mv_area .width1020 {
            flex-direction: column;
            justify-content: flex-start;
            align-items: initial;
        }
        .section2 .sub_mv_area h2 {
            width: 100%;
            align-items: flex-start;
        }
        .section2 .sub_mv_area h2 img {
            width: 60px;
            position: absolute;
            top: 0;
            right: 50px;
        }
        .section2 .sub_mv_area h2 p {
            display: block;
            padding: 24px;
            background-color: rgba(255, 255, 255, 0.8);
            color: #4C3D36;
            font-size: 16px;
            position: absolute;
            left: 0;
            right: 0;
            bottom: -300px;
            margin: auto;
            width: 250px;
        }
        .section2 .flex.point_ico {
            margin: 120px auto 40px auto;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: center;
        }
        .section2 .flex.point_ico li {
            width: 48%;
            padding: 16px;
        }
        .wrap_bg .flex .right {
            padding: 24px 0 0 0;
        }
        .section1 .width1080 .flex.olg h2 {
            text-align: center;
        }
        .section2 .width1080 table.item_link th,
        .section2 .item_list table.item_link th,
        .section2 .item_list table.item_link td {
            font-size: 14px;
        }
        /*.section2 .width1080 table.item_link th {
            width: 38%;
            padding: 4px 0;
            height: auto;
            line-height: 20px;
        }
        .section2 .item_list table.item_link td {
            width: 30%;
            padding: 4px 0;
            text-align: center;
            height: auto;
            line-height: 20px;
        } */
        .section2 .width1080 table.item_link td a,
        .section2 .item_list table.item_link td a {
            margin: 0 auto;
        }
        .section2 .width1080 table.item_link td span,
        .section2 .item_list table.item_link td span {
            font-size: 15px;
        }
        .section2 .item_list .flex .left,
        .section2 .item_list .flex .right {
            width: 80%;
        }
        .section2 .item_list .flex p {
            font-size: 1em;
        }
        .section1 .width1080 .flex .left .inner table.item_link th span,
        .section1 .width1080 .flex .right .inner table.item_link th span {
            margin: 0 auto;
            display: block;
            text-align: center;
        }
        .section1 .width1080 .flex .right .flex.item_meta .left table td.fst:after,
        .section1 .width1080 .flex .left .flex.item_meta .left table td.fst:after {
            position: absolute;
            content: '：';
            top: 11px;
            left: -4px;
        }
        .section1 .width1080 .flex .right .flex.item_meta .left table td:after,
        .section1 .width1080 .flex .left .flex.item_meta .left table td:after {
            position: absolute;
            content: '：';
            top: 5px;
            left: -4px;
        }
        .section2 .item_list {
            padding: 10px 0 40px 0;
        }
        .section2_2 .gift_sub {
            font-size: 20px;
            line-height: 30px;
        }
        .gift-flex .gift-con .gift-text .gift-text1 {
            font-size: 15px;
        }
        .section1 .width1080 .flex h2 span {
            font-size: 16px;
        }
        .section1 .width1080 .flex .right.img_area img.day,
        .section1 .width1080 .flex .left.img_area img.day {
            width: 50px;
        }
        .gift-con .img_sarea img.day {
            width: 50px;
        }
        .gift-flex .gift-con .gift-text {
            margin: 24px auto 0 auto;
        }
        dl.items_meta dt {
            font-size: 14px;
            width: 48%;
            text-align: right;
            padding: 0 4px 0 0;
        }
        dl.items_meta dd {
            width: 48%;
            text-align: left;
            padding: 0 0 0 4px;
        }
        dl.items_meta.one dt {
            width: 36%;
        }
        dl.items_meta.one dd {
            width: 45%;
        }
        dl.items_meta dd span {
            font-size: 16px;
        }
        dl.items_meta dd.buy {
            width: 100%;
            display: block;
        }
        dl.items_meta dd.buy a {
            margin: 8px auto 0 auto;
            width: 130px;
            font-size: 16px;
            height: 38px;
            line-height: 38px;
            padding: 0;
            font-weight: normal;
        }
    }
    /* @media screen and (max-width:375px) and (orientation: portrait) {
        .section2 .width1080 table.item_link th {
            width: 30%;
        }
    }*/
    
    @media screen and (max-height:667px) and (orientation: portrait) {
        header .top-text {
            height: 84vh;
        }
    }
    
    @media screen and (min-width:1366px) {
        .gift_sub br {
            display: none;
        }
        .section1 .width1080 .flex .right .flex.item_meta .left table td br.pcnone,
        .section1 .width1080 .flex .left .flex.item_meta .left table td br.pcnone {
            display: none;
        }
        .section1 .width1080,
        .section2 .width1080 {
            width: 100%;
            max-width: 1020px;
            margin: 0 auto;
        }
    }
    
    @media screen and (max-width:768px) {
        .flex {
            flex-direction: column;
        }
        .wrap_bg .flex {
            width: 90%;
        }
        .flex .left,
        .flex .right {
            width: 100%;
            margin: 0 auto;
        }
    }
    
    @media screen and (min-width:768px) {
        .section1 .width1080,
        .section2 .width1080,
        .width1020 {
            width: 90%;
            max-width: auto;
        }
    }
    
    @media screen and (min-width:1366px) and (max-width:2099px) {
        header .top-text {
            height: 800px;
        }
    }
    
    @media screen and (min-width:2100px) {
        header .top-text {
            height: 1000px;
        }
    }

.grecaptcha-badge {
    z-index: 999;
    bottom: 70px !important;
}
@media screen and (max-width:768px) {
	.grecaptcha-badge {
		bottom: 50px !important;
	}
}

@media screen and (max-width:767px) {
	.section1 .width1080 .flex.gold h2 span{
        text-align: center;

    }
		
}

