@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;
    font-size: 16px;
    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;
    }
    .gDef-contents {
        font-size: 18px;
    }
    .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
---------------------------------------------------------- */

.top .mainvisual {
    position: relative;
    width: 100%;
    background-color: #eeedf3;
}

.top .mainvisual::before {
    content: '';
    position: absolute;
    background: url(../images/top/bg_mv_sp.jpg) no-repeat center top;
    background-size: 100% auto;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.top .mainvisual .inner {
    padding-bottom: calc(21 / 750 * 100%);
}

.top .site_ttl {
    position: relative;
    width: calc(370 / 750 * 100%);
    margin: 0 auto;
    padding-top: calc(123 / 750 * 100%);
    z-index: 2;
}

.top .mv_photo {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    margin: calc(42 / 750 * 100%) 0 0;
}

.top .site_catch {
    position: relative;
    width: calc(657 / 750 * 100%);
    /*	margin: calc(75 / 750 * 100%) auto 0;*/
    margin: calc(25 / 750 * 100%) auto calc(50 / 750 * 100%);
    z-index: 2;
}

.mainvisual .sns_list {
    width: calc(70 / 750 * 100%);
    position: absolute;
    top: 0;
    right: 0;
    margin: calc(20 / 750 * 100%) calc(15 / 750 * 100%) 0 0;
    z-index: 2;
}

.mainvisual .sns_list li {
    margin: 0 0 calc(19 / 70 * 100%);
}

.mainvisual .sns_list li a {
    display: block;
}

.mv_bnr {
    width: calc(670 / 750 * 100%);
    margin: calc(9 / 750 * 100%) auto 0;
}

.mv_attention p {
    width: calc(670 / 750 * 100%);
    margin: calc(9 / 750 * 100%) auto;
    color: #000;
    font-size: 0.8em;
    text-align: center;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.owabi {
    width: 95%;
    background: #fff;
    font-weight: bold;
}

.owabi_text {
    color: #000;
    border: #FF0004 solid 2px;
    padding: 2rem;
    width: 90%;
    margin: 2rem auto;
    font-size: 0.9em;
}

.owabi_title {
    text-align: center;
}

.owabi_text p {
    font-weight: bold;
}

@media screen and (min-width:768px) {
    .top .mainvisual::before {
        background: url(../images/top/bg_mv_pc.jpg) repeat-x center top;
        background-size: auto 100%;
    }
    .mainvisual .inner {
        position: relative;
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .top .mainvisual .inner {
        padding: 0 calc(100 / 1200 * 100%) calc(20 / 1200 * 100%);
    }
    .top .mainvisual .inner::before {
        content: '';
        position: absolute;
        background: url(../images/top/img_mv_cloud1.png) no-repeat center/contain;
        width: calc(233/ 1200 * 100%);
        padding-top: calc(386 / 1200 * 100%);
        top: 0;
        left: 0;
        margin: calc(31 / 1200 * 100%) 0 0 calc(-120 / 1200 * 100%);
    }
    .top .mainvisual .inner::after {
        content: '';
        position: absolute;
        background: url(../images/top/img_mv_cloud2.png) no-repeat center/contain;
        width: calc(269 / 1200 * 100%);
        padding-top: calc(415 / 1200 * 100%);
        top: 0;
        right: 0;
        margin: calc(21 / 1200 * 100%) calc(-65 / 1200 * 100%) 0 0;
    }
    .top .site_ttl {
        width: calc(370 / 1000 * 100%);
        padding-top: calc(35 / 1000 * 100%);
    }
    .top .mv_photo {
        width: calc(966 / 1200 * 100%);
        margin: calc(11 / 1200 * 100%) 0 0 calc(87 / 1200 * 100%);
    }
    .top .site_catch {
        width: calc(493 / 1000 * 100%);
        margin: calc(23 / 1000 * 100%) auto 0;
    }
    .mainvisual .sns_list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: calc(80 / 1000 * 100%);
        margin: calc(10 / 1000 * 100%) calc(60 / 1000 * 100%) 0 0;
    }
    .mainvisual .sns_list li {
        width: calc(35 / 80 * 100%);
        margin: 0;
    }
    .sns_list li a,
    .mv_bnr a {
        -webkit-transition: 0.2s ease;
        transition: 0.2s ease;
    }
    .sns_list li a:hover,
    .mv_bnr a:hover {
        display: block;
        opacity: 0.7;
        -webkit-transition: 0.2s ease;
        transition: 0.2s ease;
    }
    .mv_bnr {
        width: calc(400 / 1000 * 100%);
        margin: calc(14 / 1000 * 100%) auto0;
    }
    .owabi_text {
        width: 60%;
    }
}

@media screen and (min-width:1200px) {
    .top .mainvisual {
        background-size: auto 100%;
    }
    .mainvisual .inner {
        padding: 0 100px 20px !important;
    }
}


/* mainvisual (subpage)
---------------------------------------------------------- */

.subpage .mainvisual {
    position: relative;
    width: 100%;
    background-color: #eeedf3;
}

.subpage .mainvisual::before {
    content: '';
    position: absolute;
    background: url(../images/bg_mv_sp.jpg) no-repeat center top/100% auto;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.subpage .mainvisual .inner {
    padding-bottom: calc(9 / 750 * 100%);
}

.subpage .site_ttl {
    position: relative;
    width: calc(223 / 750 * 100%);
    margin: 0 auto;
    padding-top: calc(15 / 750 * 100%);
}

.subpage .site_catch {
    position: relative;
    width: calc(481 / 750 * 100%);
    margin: calc(14 / 750 * 100%) auto 0;
    z-index: 2;
}

@media screen and (min-width:768px) {
    .subpage .mainvisual {
        background: url(../images/bg_mv_back.jpg) repeat-x left top/auto 100%;
    }
    .subpage .mainvisual::before {
        background: url(../images/bg_mv_pc.jpg) no-repeat center top/auto 100%;
    }
    .subpage .mainvisual .inner {
        padding: 0 calc(100 / 1200 * 100%) calc(18 / 1200 * 100%);
    }
    .subpage .mainvisual .site_ttl {
        width: calc(205/ 1000 * 100%);
        padding-top: calc(11 / 1000 * 100%);
    }
    .subpage .mainvisual .site_catch {
        width: calc(273 / 1200 * 100%);
        position: absolute;
        bottom: 0;
        right: 0;
        margin: 0 calc(70 / 1200 * 100%) calc(12 / 1200 * 100%) 0;
    }
}

@media screen and (min-width:1100px) {}


/* 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;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 0 auto;
}

.nav .menu_list li {
    display: block;
    width: calc(130 / 750 * 100vw);
    padding: calc(41 / 750 * 100vw) 0;
    position: relative;
}

.nav .menu_list li:nth-child(2) {
    width: calc(230 / 750 * 100vw);
}

.nav .menu_list li:nth-child(3) {
    width: calc(128 / 750 * 100vw);
}

@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: calc(860 / 1100 * 100%);
    }
    .nav .menu_list li {
        width: calc(106 / 1100 * 100vw);
        padding: calc(23 / 1100 * 100vw) 0;
    }
    .nav .menu_list li:nth-child(2) {
        width: calc(188 / 1100 * 100vw);
    }
    .nav .menu_list li:nth-child(3) {
        width: calc(110 / 1100 * 100vw);
    }
    .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: 100%;
        -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%;
    }
}

@media screen and (min-width:1100px) {
    .nav {
        background-size: 256px auto;
    }
    .nav::before,
    .nav::after {
        padding-top: 20px;
        background-size: auto 20px;
    }
    .nav .menu_list li {
        width: 106px;
        padding: 23px 0;
    }
    .nav .menu_list li:nth-child(2) {
        width: 188px;
    }
    .nav .menu_list li:nth-child(3) {
        width: 105px;
    }
}


/* .banner
---------------------------------------------------------- */

.banner {
    background: url(../images/bg_yellow.jpg) repeat left top;
    background-size: 32% auto;
}

.banner_notice {
    padding: 5.33% 0 0;
    text-align: center;
}

.banner_notice a {
    color: #e6311a;
    font-weight: bold;
    line-height: 1;
}

.banner .banner_box {
    width: 92%;
    margin: 0 auto;
    padding: 5.33% 0 20%;
}

.banner .banner_box a {
    display: block;
}

.banner_text {
    color: #e6311a;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
    background-color: #ffffff;
    border: solid 2px #e6311a;
    padding: 10px;
}


/* 2020.07.09add */

.banner .banner_box2 {
    width: 100%;
    margin: 0 auto;
    padding: 5.33% 0 10%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.banner .banner_box2 li {
    width: 92%;
    margin: 0 auto;
    margin-bottom: 8%;
    text-align: center;
    font-size: 1.1em;
}

.banner .banner_box2 p {
    margin-top: -1.5rem;
    text-align: center;
    font-size: 1.1em;
}

.banner .banner_box2 a {
    display: block;
}

.banner .banner_box1 {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 5rem
}

.banner .banner_box1 h4 {
    width: 40%;
    margin: 0 auto 1rem;
}

.banner .banner_box1 img {
    width: 100%;
    margin: 0 auto;
}

@media screen and (min-width:768px) {
    .banner {
        background: url(../images/bg_yellow.jpg) repeat center top;
        background-size: 18.18% auto;
    }
    .banner_notice a {
        font-size: 2.4rem;
    }
    .banner_notice a:hover {
        opacity: 0.7;
    }
    .banner .banner_box {
        width: 37.64%;
        padding: 2.73% 0 9.09%;
    }
    .banner .banner_box a {
        -webkit-transition: 0.2s ease;
        transition: 0.2s ease;
    }
    .banner .banner_box a:hover {
        opacity: 0.7;
        -webkit-transition: 0.2s ease;
        transition: 0.2s ease;
    }
    .banner_text {
        font-size: 1.8em;
        margin: 10px -250px 0 -250px;
    }
    .banner .banner_box2 {
        /*        width: 1100px;*/
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .banner .banner_box2 li {
        width: 415px;
        margin: 0 15px;
        width: calc(415 / 1100 * 100%);
        margin: 0 calc(15 / 1100 * 100%) calc(15 / 1100 * 100%);
    }
    .banner .banner_box1 {
        width: 100%;
        padding-bottom: 10rem;
        margin-top: -5rem;
    }
    .banner .banner_box1 h4 {
        width: 50%;
        margin: 0 auto 1.5rem;
    }
    .banner .banner_box1 img {
        width: 35%;
        margin: 0 auto;
    }
}

@media screen and (min-width:1100px) {
    .banner {
        background-size: 200px auto;
    }
}


/* =====================================================================
*    .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;
}

.footer_twitter {
    width: 23%;
    position: fixed;
    bottom: 0;
    right: 0;
    margin: 0 4% 5% 0;
    z-index: 10;
}

.fixed .footer_twitter {
    position: absolute;
}

@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;
    }
    .footer_twitter {
        width: calc(212 / 1100 * 100%);
        margin: 0 calc(85 / 1100 * 100%) calc(65 / 1100 * 100%) 0;
    }
}

@media screen and (min-width:1100px) {
    .footer {
        background-size: 80px auto;
        padding: 83px 0 0;
    }
    .footer_twitter {
        width: 212px;
        margin: 0 85px 65px 0;
    }
}


/* =====================================================================
*    .popup
* =================================================================== */

.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100000;
    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.2em;
    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: 0.9em;
    line-height: 1;
    text-align: right;
    margin: 0 0 6%;
}

.popup_details_txt {}

.popup_details_txt_h {
    width: 92.59%;
    margin: 0 auto;
    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-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 {
    line-height: 1.5;
}

.popup_txt strong {
    font-weight: bold;
}

.popup_txt_red {
    color: #e6311a;
    line-height: 1.5;
}

.popup_txt_bold {
    font-weight: bold;
}

.popup_center {
    text-align: center;
}

.popup_details_2col_list li {
    margin: 0 0 8%;
}

@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 {
        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 {
        margin: 0 0 4%;
    }
    .popup_details_txt_h {
        width: 94.44%;
        margin: 0 auto 5%;
    }
    .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::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_details_2col_list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 0 5%;
    }
    .popup_details_2col_list li {
        width: 49%;
        margin: 0 1.9% 1.9% 0;
    }
    .popup_details_2col_list li:nth-child(even),
    .popup_details_2col_list li:last-child {
        margin-right: 0;
    }
}

@media screen and (min-width:1100px) {
    .popup_inner {
        padding: 40px 80px;
        margin: 5px auto 0;
    }
    .popup_close {
        margin: 30px auto 0;
    }
}