@charset "utf-8";
/* CSS INFORMATION -====================================================
File name : base.css
Description :
===================================================================== */

/* =====================================================================
*    共通・大枠
* =================================================================== */

html {
    font-size: 10px;
    font-size: 3.125vw;
}

.gDef-contents {
    font-family: "メイリオ", "ＭＳ Ｐゴシック", "小塚ゴシック Pro R", "ヒラギノ角ゴ Pro W3", "Meiryo", "MS PGothic", "KozGoPro-Regular", "Hiragino Kaku Gothic Pro", "MS UI Gothic", Osaka, sans-serif;
    color: #333;
}

.inner {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

img {
    width: 100%;
    height: auto;
    display: block;
}

@media screen and (min-width:768px) {
    html {
        font-size: 0.91vw;
    }

    .inner {
        max-width: 1100px;
    }
}

@media screen and (min-width:1100px) {
    html {
        font-size: 10px;
    }
}

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

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


/* =====================================================================
*    header
* =================================================================== */

.gDef-top-banner {
    background-color: #1d1d1d;
}

.header {
    position: relative;
}

.header::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 4.4%;
    background: url(../images/line_light.jpg) repeat-x left top;
    background-size: 6.27% auto;
}

@media screen and (min-width:768px) {
    .header::before {
        padding-top: 1.82%;
        background: url(../images/line_light.jpg) repeat-x center top;
        background-size: auto 100%;
    }
}

@media screen and (min-width:1100px) {
    .header::before {
        padding-top: 20px;
        background-size: auto 20px;
    }
}

/* mainvisual
---------------------------------------------------------- */

.mainvisual {
    position: relative;
    background: url(../images/top/bg_mv_sp.jpg) no-repeat left top;
    background-size: 100% auto;
}

.mainvisual .site_ttl {
    width: 68.27%;
    margin: 0 auto;
    padding-top: 1.2%;
}

.mainvisual .site_catch {
    width: 52.67%;
    margin: -1.5% auto 0;
    padding: 0 0 1.36%;
}

.mainvisual .sns_list {
    width: 9.2%;
    position: absolute;
    top: 0;
    right: 0;
    margin: 2.67% 2.67% 0 0;
}

.mainvisual .sns_list li {
    margin: 0 0 29%;
}

.mainvisual .sns_list li a {
    display: block;
}

@media screen and (min-width:768px) {
    .mainvisual {
        background: url(../images/top/bg_mv1_pc.png) no-repeat center top;
        background-size: 272.73% auto;
    }
    
    .mainvisual .inner {
        position: relative;
    }
    
    .mainvisual .inner::before, .mainvisual .inner::after {
        content: "";
        display: block;
        width: 13.82%;
        padding-top: 17.45%;
        background: url(../images/bg_mv2_pc.png) no-repeat left top;
        background-size: 100% auto;
        position: absolute;
        top: 0;
        left: 0;
        margin: 9.54% 0 0 14.43%;
    }
    
    .mainvisual .inner::after {
        width: 14.45%;
        padding-top: 17.73%;
        background: url(../images/bg_mv3_pc.png) no-repeat left top;
        background-size: 100% auto;
        left: auto;
        right: 0;
        margin: 9% 12.06% 0 0;
    }
    
    .mainvisual .site_ttl {
        width: 46.55%;
        padding-top: 0.9%;
    }
    
    .mainvisual .site_catch {
        width: 35.91%;
        margin: -2.2% auto 0;
        padding: 0 0 2%;
    }
    
    .mainvisual .sns_list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 7.27%;
        margin: 0.91% 3.45% 0 0;
    }
    
    .mainvisual .sns_list li {
        width: 43.75%;
        margin: 0;
    }
    
    .mainvisual .sns_list li a {
        -webkit-transition: 0.2s ease;
        transition: 0.2s ease;
    }
    
    .mainvisual .sns_list li a:hover {
        opacity: 0.7;
        -webkit-transition: 0.2s ease;
        transition: 0.2s ease;
    }
}

@media screen and (min-width:1100px) {
    .mainvisual {
        background-size: auto 100%;
    }
}

/* mainvisual (subpage)
---------------------------------------------------------- */
.subpage .mainvisual {
    background: url(../images/bg_mv_sp.jpg) no-repeat left top;
    background-size: 100% auto;
}

.subpage .mainvisual .site_ttl {
    width: 37.6%;
    margin: 0 0 0 30%;
    padding-top: 0.7%;
}

.subpage .mainvisual .site_ttl a {
    display: block;
}

.subpage .mainvisual .site_catch {
    width: 42.67%;
    margin: -0.2% auto 0;
    padding: 0 0 0.65%;
}

.subpage .mainvisual .sns_list {
    width: 9.2%;
    position: absolute;
    top: 0;
    right: 0;
    margin: 2.67% 2.67% 0 0;
}

.subpage .mainvisual .sns_list li {
    margin: 0 0 29%;
}

@media screen and (min-width:768px) {
    .subpage .mainvisual {
        background: url(../images/bg_mv1_pc.png) no-repeat center top;
        background-size: 272.73% auto;
    }
    
    .subpage .mainvisual .site_ttl {
        width: 23.27%;
        margin: 0 auto;
        padding: 0.6% 0 0.31%;
    }
    
    .subpage .mainvisual .site_catch {
        width: 22.45%;
        padding: 0;
        position: absolute;
        top: 0;
        left: 0;
        margin: 0.5% 0 0 3.9%;
    }
    
    .subpage .mainvisual .sns_list {
        width: 7.27%;
        margin: 0.91% 3.45% 0 0;
    }
    
    .mainvisual .inner::before {
        width: 8.27%;
        padding-top: 10.45%;
        margin: 2.82% 0 0 29%;
    }
    
    .mainvisual .inner::after {
        width: 8.64%;
        padding-top: 10.55%;
        margin: 2.52% 27.8% 0 0;
    }
}

@media screen and (min-width:1100px) {
    .subpage .mainvisual {
        background-size: auto 100%;
    }
}

/* nav
---------------------------------------------------------- */

.nav {
    position: relative;
    background: url(../images/bg_black.jpg) repeat center top;
    background-size: 34.13% auto;
}

.nav::before, .nav::after {
    content: "";
    display: block;
    width: 100%;
    padding-top: 4.4%;
    background: url(../images/line_light.jpg) repeat-x left top;
    background-size: 6.27% auto;
}

.nav .menu_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 91.47%;
    margin: 0 auto;
}

.nav .menu_list li {
    width: 29.45%;
}

.nav .menu_list li:nth-child(2) {
    width: 41.1%;
}

.nav .menu_list li a {
    display: block;
    padding: 20.79% 23.76%;
    position: relative;
}

.nav .menu_list li:nth-child(2) a {
    padding: 14.89% 17.02%;
}

@media screen and (min-width:768px) {
    .nav {
        background-size: 23.27% auto;
    }
    
    .nav::before, .nav::after {
        padding-top: 1.82%;
        background: url(../images/line_light.jpg) repeat-x center top;
        background-size: auto 100%;
    }
    
    .nav .menu_list {
        width: 61.82%;
    }
    
    .nav .menu_list li a {
        padding: 11.5% 23.56%;
        position: relative;
    }
    
    .nav .menu_list li:nth-child(2) a {
        padding: 8.24% 16.32%;
    }
    
    .nav .menu_list li a::after {
        content: "";
        display: block;
        width: 0;
        border-bottom: 2px solid #fff39c;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0 auto 4.5%;
        -webkit-transition: width 0.2s ease;
        transition: width 0.2s ease;
    }
    
    .nav .menu_list li a:hover::after {
        width: 55%;
        -webkit-transition: width 0.2s ease;
        transition: width 0.2s ease;
    }
    
    .nav .menu_list li:nth-child(2) a::after {
        margin: 0 auto 3.3%;
    }
    
    .nav .menu_list li:nth-child(2) a:hover::after {
        width: 67%;
    }
}

@media screen and (min-width:1100px) {
    .nav {
        background-size: 256px auto;
    }
    
    .nav::before, .nav::after {
        padding-top: 20px;
        background-size: auto 20px;
    }
}

/* banner
---------------------------------------------------------- */
.banner_text {
		color: #e6311a; 
		font-size:1em;
		font-weight:bold; 
		text-align:center; 
		margin-top:10px;
		background-color: #ffffff;
		border:solid 2px #e6311a;
		padding: 10px;
}

@media screen and (min-width:768px) {
    .banner_text {
		font-size:1.8em; 
		margin: 10px -250px 0 -250px;
    }
}




/* =====================================================================
*    .footer
* =================================================================== */

.footer {
    position: relative;
    background: url(../images/bg_pagetop.png) repeat-x left bottom;
    background-size: 13.33% auto;
}

.pagetop {
}

.pagetop a {
    display: block;
    width: 35.47%;
    margin: 0 auto;
    padding: 1.33% 0 0;
}

@media screen and (min-width:768px) {
    .footer {
        background: url(../images/bg_pagetop.png) repeat-x center bottom;
        background-size: 7.27% auto;
        padding: 7.55% 0 0;
    }
    
    .pagetop a {
        width: 19.27%;
        padding-top: 10.09%;
        background: url(../images/img_pagetop_pc.png) no-repeat left top;
        background-size: 100% auto;
        position: relative;
    }
    
    .pagetop a::before {
        content: "";
        display: block;
        width: 67.92%;
        padding-top: 35.38%;
        background: url(../images/img_pagetop_pc_arrow.png) no-repeat left top;
        background-size: 100% auto;
        position: absolute;
        top: 0;
        right: 0;
        margin: -35.38% 0 0;
        -webkit-transition: margin 0.2s ease;
        transition: margin 0.2s ease;
    }
    
    .pagetop a:hover::before {
        margin: -40.1% 0 0;
        -webkit-transition: margin 0.2s ease;
        transition: margin 0.2s ease;
    }
    
    .pagetop a img {
        display: none;
    }
}

@media screen and (min-width:1100px) {
    .footer {
        background-size: 80px auto;
        padding: 83px 0 0;
    }
}


/* =====================================================================
*    .popup
* =================================================================== */

.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: none;
}

.popup_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
}

.popup_inner {
    position: relative;
    width: 92%;
    max-height: 80%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    margin: 0;
    padding: 7.81%;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2.2vw solid #e6311a;
    margin: 1% auto 0;
}

.popup_close {
    position: relative;
    width: 92%;
    margin: 5% auto 0;
    z-index: 2;
}

.popup_close::before, .popup_close::after {
    content: "";
    display: block;
    width: 2px;
    padding-top: 10%;
    background-color: #ffe100;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 0 4% 0 auto;
}

.popup_close::after {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.popup_list {
    width: 100%;
    height: 100%;
}

.popup_details {
    display: none;
    position: relative;
}

.popup_details_ttl {
    color: #58800a;
    font-size: 1.45rem;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
    margin: 0 0 3.5%;
    position: relative;
}

.popup_details_ttl::before, .popup_details_ttl::after {
    content: "";
    display: block;
    width: 100%;
    border-bottom: 0.4rem solid #000;
    padding: 0 0 10%;
}

.popup_details_ttl::before {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0 0 2.4%;
    padding: 0;
}

.popup_details_date {
    color: #e6311a;
    font-size: 1.1rem;
    line-height: 1;
    text-align: right;
    margin: 0 0 6%;
}

.popup_details_txt {
}

.popup_details_txt_h {
    width: 92.59%;
    margin: 0 auto;
    font-size: 1.1rem;
    line-height: 1.5;
    margin: 0 auto 8%;
}

.popup_details_ul {
}

.popup_details_li {
    background: url(../images/line_dot.png) repeat-x left bottom;
    background-size: 3.4% auto;
    padding: 0 0 8%;
    margin: 0 0 8%;
}

.popup_details_li:last-child {
    background: none;
    padding: 0;
    margin: 0;
}

.popup_details_1col {
    width: 92.59%;
    margin: 0 auto;
}

.popup_details_1col_img {
    margin: 0 auto 8%;
}

.popup_details_1col_txt .popup_txt {
    margin: 0 0 5%;
}

.popup_link {
    color: #58800a;
    font-size: 1.05rem;
    font-weight: bold;
    text-decoration: none;
    position: relative;
}

.popup_link::after {
    content: "";
    display: inline-block;
    width: 1.1em;
    height: 1.1em;
    background: url(../images/btn_news_link.png) no-repeat left top;
    background-size: 100% auto;
    margin: 0 0 0 2.5%;
    position: relative;
    top: 0.1em;
}

.popup_details_2col {
    width: 92.59%;
    margin: 0 auto;
}

.popup_details_2col_img {
    width: 80%;
    margin: 0 auto 8%;
}

.popup_img {
    border: 0.8vw solid #000;
    margin: 0 0 9%;
}

.popup_amazon_btn {
    display: block;
    width: 65.5%;
    margin: 0 auto;
}

.popup_details_2col_txt {
}

.popup_details_2col_txt .popup_txt {
    margin: 0 0 5%;
}

.popup_txt {
    font-size: 1.05rem;
    line-height: 1.5;
}

.popup_txt_red {
    color: #e6311a;
    font-size: 1.05rem;
    line-height: 1.5;
}

.popup_txt_bold {
    font-weight: bold;
}

.popup_center {
    text-align: center;
}

@media screen and (min-width:768px) {
    .popup_bg {
        cursor: pointer;
    }
    
    .popup_inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 81.82%;
        max-width: 900px;
        height: auto;
        max-height: 80%;
        overflow-y: auto;
        -ms-flex-item-align: start;
        align-self: flex-start;
        padding: 3.64% 7.27%;
        margin: 0.45% auto 0;
        border-width: 10px;
    }
    
    .popup_close {
        width: 81.82%;
        max-width: 900px;
        margin: 2.73% auto 0;
        cursor: pointer;
    }
    
    .popup_close::before, .popup_close::after {
        padding-top: 5.5%;
        margin: 0 2% 0 auto;
    }
    
    .popup_close:hover::before, .popup_close:hover::after {
        opacity: 0.7;
    }

    .popup_list {
    }
    
    .popup_details_ttl {
        font-size: 2.4rem;
        margin: 0 0 1.5%;
    }
    
    .popup_details_ttl::before, .popup_details_ttl::after {
        border-bottom: 5px solid #000;
        padding: 0 0 3%;
    }
    
    .popup_details_ttl::before {
        margin: 0 0 1%;
        padding: 0;
    }
    
    .popup_details_date {
        font-size: 1.4rem;
        margin: 0 0 4%;
    }
    
    .popup_details_txt_h {
        width: 94.44%;
        margin: 0 auto 5%;
        font-size: 1.4rem;
    }
    
    .popup_details_li {
        padding: 0 0 5.5%;
        margin: 0 0 5%;
        background-size: 1.1% auto;
    }
    
    .popup_details_li:last-child {
        padding: 0 0 5.5%;
    }
    
    .popup_details_1col {
        width: 94.44%;
        margin: 0 auto;
    }
    
    .popup_details_1col_img {
        width: 73.53%;
        margin: 0 auto 5%;
    }
    
    .popup_details_1col_txt .popup_txt {
        margin: 0 0 4.5%;
    }
    
    .popup_link {
        font-size: 1.4rem;
    }
    
    .popup_link::after {
        width: 1.35em;
        height: 1.35em;
        margin: 0 0 0 1.2%;
        top: 0.25em;
    }
    
    .popup_link:hover {
        opacity: 0.7;
    }
    
    .popup_details_2col {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 97.22%;
        margin: 0 0 0 auto;
    }
    
    .popup_details_2col_img {
        width: 28.57%;
        margin: 0;
    }
    
    .popup_img {
        border-width: 3px;
        margin: 0 0 10%;
    }
    
    .popup_details_2col_txt {
        width: 64.29%;
    }
    
    .popup_txt, .popup_txt_red{
        font-size: 1.4rem;
    }
}

@media screen and (min-width:1100px) {
    .popup_inner {
        padding: 40px 80px;
        margin: 5px auto 0;
    }
    
    .popup_close {
        margin: 30px auto 0;
    }
}
