/* pc */
@media screen and (min-width: 769px) {
    .sp_only {
        display: none !important;
    }
    .contents_ {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .mainframe_ {
        margin-top: 115px;
    }
    #present_gift .mv_ img {
        width: 100%;
    }
    #present_gift .present_gift_nav {
        background: rgba(139, 71, 5, 0.8);
        display: flex;
        padding: 20px 0;
        position: absolute;
        width: 100%;
        bottom: 0;
    }
    #present_gift .present_gift_nav li {
        display: flex;
        flex-wrap: wrap;
        width: 15%;
        border: 1px solid #fff;
        margin-right: 2%;
        text-align: center;
        align-items: center;
        line-height: 1.3;
        vertical-align: middle;
    }
    #present_gift .present_gift_nav li:first-child {
        margin-left: auto;
    }
    #present_gift .present_gift_nav li:last-child {
        margin-right: auto;
    }
    #present_gift .present_gift_nav li a {
        color: #fff;
        padding: 15px;
        font-size: 18px;
        position: relative;
        display: block;
        width: 100%;
    }
    #present_gift .present_gift_nav li a::after {
        content: "";
        display: block;
        position: absolute;
        transform: rotate(135deg);
        right: 15px;
        top: 0;
        bottom: 0;
        width: 9px;
        height: 9px;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
        transition: 0.5s;
        margin: auto 0 auto 20px;
    }
    #present_gift .topArea_ {
        position: relative;
        margin-bottom: 120px;
    }
    #present_gift h2 {
        text-align: center;
        margin-bottom: 70px;
        font-size: 37px;
        font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    }
    #present_gift #sec01_ {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 140px;
    }
    #present_gift #sec01_ ul {
        display: flex;
    }
    #present_gift #sec01_ ul li:first-child {
        margin-right: 4%;
    }
    #present_gift #sec02_ .img_ {
        background-color: #8d5b2c;
        text-align: center;
    }
    #present_gift #sec03_ {
        background: url(/img/usr/event/present_gift/bg_.png);
        padding: 140px 0 80px;
    }
    #present_gift #sec03_ .inner_ {
        background-color: #fff;
        margin: auto;
        padding: 60px 75px;
    }
    #present_gift #sec03_ .inner_ h3 {
        font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
        font-size: 30px;
        color: #996216;
        margin-bottom: 45px;
        font-weight: 500;
    }
    #present_gift #sec03_ .inner_ p {
        line-height: 1.4;
        font-weight: 500;
        font-size: 14px;
    }
    #present_gift #sec03_ .inner_ h4 {
        font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
        font-weight: 500;
        margin-bottom: 20px;
        font-size: 24px;
    }
    #present_gift #sec03_ .inner_sec01_ ol {
        display: flex;
        counter-reset: item;
    }
    #present_gift #sec03_ .inner_sec01_ ol li {
        list-style: none;
        position: relative;
        padding-left: 30px;
    }
    #present_gift #sec03_ .inner_sec01_ ol li:before {
        counter-increment: item;
        content: counter(item);
        padding: 3px 6px;
        font-weight: bold;
        color: #fff;
        background: #000;
        position: absolute;
        left: 0;
        top: 1px;
        line-height: 1;
        font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    }
    #present_gift #sec03_ .inner_sec01_ ol li p {
        width: 110%;
        position: relative;
        left: -30px;
    }
    #present_gift #sec01_ ul img {
        width: 100%;
    }
    #present_gift #sec03_ div[class^="inner_sec"] {
        margin-bottom: 30px;
        padding-bottom: 60px;
        border-bottom: 1px solid #eeeeee;
    }
    #present_gift #sec03_ .inner_ .txt_ {
        margin-bottom: 40px;
    }
    #present_gift #sec03_ .inner_ .img_ {
        text-align: center;
        margin-bottom: 60px;
    }
    #present_gift .img_flex {
        display: flex;
    }
    #present_gift .img_flex li {
        text-align: center;
    }
    #present_gift .img_flex li p {
        margin-top: 20px;
        text-align: center;
    }
    #present_gift .inner_sec03_ .img_flex li:first-child {
        margin-left: auto;
    }
    #present_gift .inner_sec03_ .img_flex li:last-child {
        margin-right: auto;
    }
    #present_gift .inner_sec03_ .img_flex li {
        margin-right: 8%;
    }
    #present_gift .inner_sec04_ .img_flex li {
        margin-right: 75px;
    }
    #present_gift .img_flex img {
        max-width: 100%;
    }
    #about_mizuhiki .tabList_ {
        display: flex;
        align-items: center;
    }
    #about_mizuhiki .BoxList_>li {
        display: none;
    }
    #present_gift .inner_sec05_ .img_flex li img {
        width: 50%;
    }
    /*水引き部分*/
    #about_mizuhiki .BoxList_>li.active_ {
        display: block;
        border: 1px solid #be965f;
        padding: 30px 70px;
    }
    #about_mizuhiki .BoxList_>li>ul {
        display: flex;
        align-items: baseline;
        flex-wrap: wrap;
    }
    #about_mizuhiki img {
        max-width: 100%;
    }
    #about_mizuhiki .tabList_ li {
        font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
        font-weight: bold;
        background: #fff;
        border: 1px solid #be965f;
        padding: 13px 35px;
        text-align: center;
        position: relative;
        font-size: 14px;
        padding: 13px 35px;
    }
    #about_mizuhiki .tabList_ li.active_ {
        background-color: #be965f;
        color: #fff;
    }
    #about_mizuhiki .BoxList_>li>ul li {
        margin-right: 8%;
        text-align: center;
        margin-bottom: 40px;
        width: calc((100% - 26%)/4);
    }
    #about_mizuhiki .BoxList_>li>ul li:nth-child(4n) {
        margin-right: 0;
    }
    #about_mizuhiki .BoxList_>li>ul li:last-child {
        margin-right: 0;
    }
    #about_mizuhiki .BoxList_>li>ul li .name_ {
        margin-top: 25px;
    }
    #about_mizuhiki .BoxList_>li>ul li:nth-child(n+5) {
        margin-bottom: 0;
    }
    #about_mizuhiki .tabList_ li::before,
    #about_mizuhiki .tabList_ li::after {
        content: "";
        position: absolute;
        top: -10px;
        left: -12px;
        width: 0px;
        height: 0px;
        border-style: solid;
        border-color: #ffffff transparent transparent transparent;
        border-width: 26px 17px 0 38px;
        transform: rotate(146deg);
    }
    #about_mizuhiki .tabList_ li::after {
        border-color: #be965e transparent transparent transparent;
        top: -8px;
        left: -13px;
    }
    #about_mizuhiki .tabList_ li::before {
        z-index: 1;
    }
    #about_mizuhiki .tabList_ li:first-child::before {
        left: -14px;
    }
    #about_mizuhiki .tabList_ li:first-child::after {
        top: -9px;
    }
    #fh5co-menus .fh5co-heading .heading, .fh5co-heading #eventtab1.heading {
        display: none;
    }
    h2#goodstitle_ {
        font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
        font-size: 40px;
        font-weight: 500;
        position: relative;
        width: 147%;
        margin-left: -23.66667%;
        margin-bottom: 60px;
    }
    h2#goodstitle_ span {
        background-color: #fff;
        position: relative;
        z-index: 2;
        padding: 0 50px;
    }
    h2#goodstitle_::before {
        content: "";
        position: absolute;
        display: block;
        width: 100%;
        height: 1px;
        background-color: #8d5b2c;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 0;
    }
    .col-md-4.col-md-offset-4.text-center.to-animate-2.fadeIn.animated {
        display: none;
    }
    #present_gift #sec03_ .inner_ .txt_ .red_ {
        color: #f00;
        display: inline-block;
        font-size: 16px;
        margin-bottom: 5px;
    }
    #present_gift #sec01_,#present_gift #sec03_ .inner_ {
        width: 1170px;
    }
    #present_gift .present_gift_nav li {
        width: 19%;
    }
    #present_gift #sec02_ .img_ img {
        width: 100%;
    }
    .block-pickup-list-p .block-pickup-list-p--items li.block-pickup-list-p--item {
        height: auto !important;
    }
    .block-pickup-list-p .block-pickup-list-p--items {
        justify-content: flex-start !important;
    }
}

/* sp */
@media screen and (max-width: 768px) {
    .pc_only {
        display: none !important;
    }
    #present_gift img {
        vertical-align: bottom;
    }
    #present_gift .mv_ img {
        width: 100%;
    }
    #present_gift .present_gift_nav {
        background: rgba(139, 71, 5, 0.8);
        display: flex;
        flex-wrap: wrap;
        padding: 15px 0;
        position: fixed;
        width: 100%;
        bottom: 0;
        z-index: 10;
        opacity: 1;
        visibility: visible;
        transition: .2s;
    }
    #present_gift .present_gift_nav.is-hide {
        opacity: 0;
        visibility: hidden;
    }
    #present_gift .present_gift_nav li {
        display: flex;
        flex-wrap: wrap;
        width: 48%;
        border: 1px solid #fff;
        margin-right: 2%;
        margin-bottom: 10px;
        text-align: center;
        align-items: center;
        line-height: 1.3;
        vertical-align: middle;
    }
    #present_gift .present_gift_nav li:nth-child(2n) {
        margin-right: auto;
    }
    #present_gift .present_gift_nav li:nth-child(n+3) {
        margin-bottom: 0;
    }
    #present_gift .present_gift_nav li a {
        color: #fff;
        font-size: 14px;
        min-height: 42px;
        position: relative;
        display: flex;
        align-items: center;
        width: 100%;
        text-decoration: none;
    }
    #present_gift .present_gift_nav li a::after {
        content: "";
        display: block;
        position: absolute;
        transform: rotate(135deg);
        right: 8px;
        top: 0;
        bottom: 0;
        width: 7px;
        height: 7px;
        border-top: solid 1px #fff;
        border-right: solid 1px #fff;
        transition: 0.5s;
        margin: auto 0 auto 20px;
    }
    #present_gift .present_gift_nav li a span {
        width: 100%;
    }
    #present_gift .topArea_ {
        margin-bottom: 53px;
    }
    #present_gift h2 {
        text-align: center;
        margin-bottom: 40px;
        font-size: 25px;
        font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    }
    #present_gift #sec01_ {
        margin: 0 4%;
        margin-bottom: 60px;
    }
    #present_gift #sec01_ ul {
        display: flex;
    }
    #present_gift #sec01_ ul li:first-child {
        margin-right: 4%;
    }
    #present_gift #sec03_ {
        background: url(/img/usr/event/present_gift/bg_.png);
        padding: 60px 0 50px;
    }
    #present_gift #sec03_ .inner_ {
        background-color: #fff;
        margin: 0 3%;
        padding: 30px 14px;
    }
    #present_gift #sec03_ .inner_ h3 {
        font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
        font-size: 24px;
        color: #996216;
        margin-bottom: 30px;
        font-weight: 500;
        text-align: left;
    }
    #present_gift #sec03_ .inner_ p {
        font-weight: 500;
    }
    #present_gift #sec03_ .inner_ h4 {
        font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
        font-weight: 500;
        font-size: 16px;
        margin-bottom:15px;
    }
    #present_gift #sec03_ .inner_sec01_ ol li {
        margin-bottom: 43px;
    }
    #present_gift #sec03_ div[class^="inner_sec"] {
        margin-bottom: 30px;
        padding-bottom: 44px;
        border-bottom: 1px solid #eeeeee;
        text-align: left;
    }
    #present_gift #sec03_ .inner_sec01_ ol li:last-child {
        margin-bottom: 0;
    }
    #present_gift #sec03_ .inner_sec01_ ol {
        counter-reset: item;
    }
    #present_gift #sec03_ .inner_sec01_ ol li {
        list-style: none;
        position: relative;
        padding-left: 30px;
    }
    #present_gift #sec03_ .inner_sec01_ ol li:before {
        counter-increment: item;
        content: counter(item);
        padding: 3px 6px;
        font-weight: bold;
        color: #fff;
        background: #000;
        position: absolute;
        left: 0;
        top: 2px;
        line-height: 1;
        font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    }
    #present_gift #sec03_ .inner_sec01_ ol li p {
        width: 110%;
        position: relative;
        left: -30px;
    }
    #present_gift #sec03_ .inner_ .txt_ {
        margin-bottom: 40px;
    }
    #present_gift #sec03_ .inner_ .img_ {
        text-align: center;
        margin-bottom: 60px;
    }
    #present_gift .img_flex {
        display: flex;
        flex-wrap: wrap;
    }
    #present_gift .img_flex li {
        text-align: center;
    }
    #present_gift .img_flex li p {
        margin-top: 16px;
        text-align: center;
    }
    #present_gift .inner_sec03_ .img_flex li {
        margin-right: 2%;
        width: 49%;
        margin-bottom: 30px;
    }
    #present_gift .inner_sec03_ .img_flex li:nth-child(n+3) {
        margin-bottom: 0;
    }
    #present_gift .inner_sec03_ .img_flex li:nth-child(2n) {
        margin-right: 0;
    }
    #present_gift .inner_sec04_ .img_flex li {
        margin-right: 2%;
        width: 49%;
    }
    #present_gift .inner_sec04_ .img_flex li:nth-child(2n) {
        margin-right: 0;
    }
    #present_gift .img_flex img {
        max-width: 100%;
        vertical-align: bottom;
    }
    #present_gift .inner_sec05_ .img_flex li img {
        width: 50%;
    }
    #present_gift .inner_sec05_ .img_flex li {
        width: 54%;
        margin-left: auto;
        margin-right: auto;
    }
    /*水引き部分*/
    #about_mizuhiki .BoxList_>li>ul {
        display: none;
        border-top: 0 white solid;
        padding-top: 0;
        padding-bottom: 0;
        flex-wrap: wrap;
    }
    #about_mizuhiki .BoxList_ ul.flex_block {
        display: flex;
    }
    #about_mizuhiki img {
        max-width: 100%;
        margin: 0 auto;
    }
    #about_mizuhiki .BoxList_>li>ul li {
        margin-right: 2%;
        text-align: center;
        margin-bottom: 40px;
        width: 48%;
    }
    #about_mizuhiki .BoxList_>li>ul li:nth-child(2n) {
        margin-right: 0;
    }
    #about_mizuhiki .BoxList_>li>ul li .name_ {
        margin-top: 16px;
        width: 100%;
    }
    #about_mizuhiki .BoxList_ .ttl_ {
        background-color: #be965f;
        font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
        color: #fff;
        text-align: center;
        padding: 12px 0;
        margin-bottom: 23px;
        font-size: 15px;
        position: relative;
    }
    #about_mizuhiki .BoxList_ .ttl_::after {
        content: "";
        display: block;
        position: absolute;
        transform: rotate(135deg);
        right: 18px;
        top: -10px;
        bottom: 0;
        width: 14px;
        height: 14px;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
        transition: 0.5s;
        margin: auto 0;
    }
    #about_mizuhiki .BoxList_ .ttl_.active_::after {
        transform: rotate(-45deg);
        top: 10px;
    }
    h2#goodstitle_ {
        font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
        font-weight: 500;
        position: relative;
        margin-bottom: 40px;
    }
    h2#goodstitle_ span {
        background-color: #fff;
        position: relative;
        left: 25%;
        z-index: 2;
        padding: 0 45px;
        font-size: 22px;
    }
    h2#goodstitle_::before {
        content: "";
        position: absolute;
        display: block;
        width: 100%;
        height: 1px;
        background-color: #8d5b2c;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 0;
    }
    .event_name_:after, .event_name_::after{
        display:none;
    }
    footer #footer_pagetop.fixed {
        bottom: 140px;
    }
    #present_gift #sec03_ .inner_ .txt_ .red_ {
        color: #f00;
        display: inline-block;
        font-size: 14px;
        margin-bottom: 5px;
    }
}
@media screen and (max-width:320px) {
    #present_gift .present_gift_nav li a span {
        font-size: 10px;
    }
}


.swiper-button {
	display:none !important;
}
.container {
	max-width: unset !important;
}
@media screen and (min-width:769px) {
    .block-event-page--goods,
    .revico-comment-outer-head,
    #revico-comment {
        width: 1200px;
        margin: 0 auto;
    }
    .block-event-page--goods .revico-review {
        margin-top: 50px !important;
    }
}