@charset "utf-8";
html, body {
    width: 100%;
    height: 100%;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

body {
    margin: 0;
    padding-top: 81px;
    position: relative;
    color: #2C2C2C;
    font-feature-settings: "palt";
}
.pc {
    display: block;
}

.sp {
    display: none;
}

.text_center {
    text-align: center;
}

a {
    text-decoration: none;
    color: inherit;
}

#totop {
    position: fixed;
    bottom: 30px;
    right: 50px;
    width: 40px;
    height: 40px;
    background: #F8F8F8;
    text-align: center;
    border-radius: 30px;
}

#totop a {
    display: flex;
    align-items: center;
    justify-self: center;
    width: 100%;
    height: 100%;
}
#totop a:hover {
    border-radius: 30px;
    background: #CCC;
    transition: background-color .2s ease-in-out;
}

#totop img {
    display: block;
    width: 10px;
    margin: auto;
}

/* margin & padding */
.mt_9 {
    margin-top: 90px;
}
.mt_5 {
    margin-top: 50px;
}
.mt_3 {
    margin-top: 30px;
}
.mt_2 {
    margin-top: 20px;
}
.mb_5 {
    margin-bottom: 50px;
}
.mb_3 {
    margin-bottom: 30px;
}
.mb_2 {
    margin-bottom: 20px;
}


/* ヘッダ */

header {
    position: fixed;
    height: 81px;
    width: 100%;
    background: #fff;
    z-index: 1000;
    top: 0;
}

#header_container {
    position: relative;
    height: 81px;
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
}

#header_logo {
    height: 30px;
    position: absolute;
    top: 26px;
    left: 5vw;
}

#header_logo img {
    height: 100%;
}

nav {
    position: absolute;
    top: 18px;
    right: 10px;
    display: flex;
    height: 45px;
}

nav>a {
    display: block;
    padding: 0 2vw;
    text-align: center;
    text-decoration: none !important;
    color: #2C2C2C !important;
    font-size: 14px;
}

.nav_en {
    margin-top: 7px;
    font-size: 10px;
    color: #EA4D07;
    letter-spacing: .2em;
}

.nav_ja {
    margin-top: 3px;
    font-weight: bold;
    letter-spacing: .2em;
}

nav>a:hover .nav_ja {
    color: #EA4D07;
    transition: color .2s ease-in-out;
}

.catalog_button {
    position: absolute;
    top: 18px;
    right: 3vw;
    width: 150px;
    display: inline-block;
    padding: 0 30px;
    text-align: center;
    height: 45px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: .2em;
    line-height: 45px;
    padding: 0 33px;
    color: #fff;
    background-color: #EA4D07;
    border-radius: 6px;
    border: 1px solid #EA4D07;
}

.catalog_button:hover {
    background-color: #FFF;
    color: #EA4D07;
    transition: color, background-color .2s ease-in-out;
}

.nav_button:hover {
    background-color: #F56800;
    transition: background-color .2s ease-in-out;
}

.menu_button {
    display: none;
}


/* 20210218 */
nav > .dropdown a {
  display: block;
  padding: 0 2vw;
  text-align: center;
  text-decoration: none;
  color: #2C2C2C;
  font-size: 14px;
}
 
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    top: 45px;
}
  
.dropdown-content .shop-link {
    padding: 15px;
    text-decoration: none;
    display: block;
    word-break: keep-all;
}
  
.dropdown-content .shop-link:hover {
    background-color: #f1f1f1
}
  
.dropdown:hover .dropdown-content {
    display: block;
}
/* 20210218 end  */

/* 20220711 menu_paypay  */
.top_paypay_logo {
    width: 100%;
    max-width: 100px;
}
.top_paypay_logo-sp {
    width: 100%;
    max-width: 200px;
}
.top_paypay_logo_txt {
    font-size: 14px;
    color: #EA4D07;
    margin: 10px 0 0 0;
}


/* SUPPORT */

#support {
    background: #F8F8F4;
    padding: 120px 0;
    position: relative;
}

#support_container {
    display: flex;
}

#support_container_image {
    width: 50%;
}

#support_container_image img {
    width: 100%;
}

#support_container_data {
    width: 50%;
    padding: 0 6%;
    background: #fff;
    display: flex;
    align-items: center;
}

#support_container_data>div {
    width: 100%;
}

#support_container_data_en {
    font-size: 16px;
    color: #EA4D07;
    margin-bottom: 3px;
    letter-spacing: .1em;
    text-align: center;
}

#support_container_data_title {
    font-size: 25px;
    color: #EA4D07;
    margin-bottom: 33px;
    letter-spacing: .05em;
    text-align: center;
}

#support_container_data_read {
    color: #302D2C;
    font-size: 16px;
    line-height: 2;
    text-align: center;
    margin-bottom: 58px;
}

#support_container_data_button a {
    display: block;
    width: 260px;
    padding: 15px 5px;
    background: #2C2C2C;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    font-size: 14px;
    letter-spacing: .2em;
    text-align: center;
    margin: auto;
    border: 1px solid #2C2C2C;
    box-sizing: border-box;
}

#support_container_data_button a:hover {
    color: #2c2c2c;
    background: #fff;
    border: 1px solid #2C2C2C;
    transition: .2s ease-in-out;
}

#support_container_data_button a img {
    height: 17px;
    margin-right: 10px;
    vertical-align: middle;
}

#support_container_data_button a span.leaf {
    display: inline-block;
    width: 14px;
    height: 17px;
    margin-right: 10px;
    vertical-align: middle;
    background: url(../images/leaf.png) center/contain no-repeat;
}

#support_container_data_button a:hover span.leaf {
    background: url(../images/leaf_green.png) center/contain no-repeat;
}

#support_leaf {
    position: absolute;
    top: -17px;
    width: 373px;
    width: 25%;
}

#support_leaf img {
    width: 100%;
}

#support_warranty {
    text-align: center;
    margin-top: 30px;
}

#support_warranty img {
    height: 60px;
    vertical-align: middle;
}

#support_warranty span.text {
    font-size: 16px;
    font-weight: bold;
    margin-left: 20px;
}

/* COL */
.row_center {
    align-items: center;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}	
.col-2 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.col-2 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.col-3 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
}
.col-4 {
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
}
    
.col-6 {
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
}
.col-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
}
.col-8 {
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
}
.col-8 {
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%;
 }



/* FOOTER */

footer {
    background: #2C2C2C;
    color: #fff;
    padding: 44px 40px 28px;
}

footer a {
    color: #fff !important;
    text-decoration: none !important;
}

#footer_container {
    max-width: 1200px;
    margin: auto;
}

#footer_container>div {
    display: flex;
    justify-content: space-between;
}

#footer_address {
    font-size: 13px;
    letter-spacing: .1em;
    line-height: 2;
    margin-bottom: 32px;
}

#footer_address_name {
    font-size: 15px;
    font-weight: bold;
}

#footer_address a:hover,
#footer_submenu a:hover {
    color: #EA4D07;
}

#footer_logo {
    width: 100%;
    max-width: 168px;
}

#footer_logo img {
    width: 100%;
}

#footer_submenu a {
    margin-right: 60px;
    font-size: 13px;
    letter-spacing: .1em;
}

#footer_copyright {
    font-size: 12px;
}
#footer_SNS {
display: block;
}
#footer_SNS img {
max-width: 35px;
width: 100%;
}
#footer_SNS ul {
list-style: none;
}
#footer_SNS ul li {
display: inline-block;
padding: 0 10px;
}

/* CONTENT */

#content_head {
    height: 196px;
    text-align: center;
    padding-top: 72px;
}

#content_head h1 {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: .1em;
}

#content_head h2 {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: .1em;
    margin-bottom: 3px;
}

/* 利用規約 */

#terms_list {
    max-width: 1000px;
    margin: 0 auto 5em;
}
.terms_list_p {
    line-height: 1.7;
    margin-bottom: 2em;
}
.terms_list_p>p {
    margin-top: 0.5em;
}
.terms_list_p>ul,
.terms_list_p>ol {
    margin-top: 0.5em;
}
.terms_list_p>ol>li,
.terms_list_p>ul>li {
    list-style-position: outside;
    margin-left: 2em;
}
.terms_list_date {
    text-align: right;
}

/**/
/* SP */

/*pc only*/
@media screen and (min-width: 961px) {
    .pc_mr-3 {
        margin-right: 30px;
    }
    .pc_pt_3 {
        padding-top: 30px;
    }
}
/**/


@media screen and (max-width: 960px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    .sp_br {
        display: block;
    }
    .sp_mt_3 {
        margin-top: 30px !important;
    }
    .sp_mb_3 {
        margin-bottom: 30px !important;
    }
    .sp_mb_6 {
        margin-bottom: 60px !important;
    }
    body {
        padding-top: 50px;
    }
    #totop {
        bottom: 20px;
        right: 20px;
    }
    /* ヘッダ */
    header {
        height: 50px;
    }
    #header_container {
        height: 50px;
    }
    #header_logo {
        height: 19px;
        top: 16px;
        left: 20px;
    }
    #header_logo img {
        height: 100%;
    }
    nav {
        display: none;
        position: absolute;
        top: 50px;
        right: 0;
        height: auto;
        width: 100%;
        background: rgba(255, 255, 255, 1);
        padding: 65px;
    }
    nav>a {
        display: block;
        padding: 0 30px;
        text-align: center;
        text-decoration: none;
        color: #2C2C2C;
        font-size: 20px;
        margin-bottom: 40px;
    }
    nav>div.sp {
        text-align: center;
        font-size: 14px;
        letter-spacing: .1em;
        margin-top: 70px;
        display: block;
    }
    nav>div.sp a {
        display: block;
        margin-top: 36px;
    }
    .nav_en {
        margin-top: 7px;
        font-size: 10px;
        color: #EA4D07;
        letter-spacing: .2em;
    }
    .nav_ja {
        margin-top: 3px;
        font-weight: bold;
        letter-spacing: .2em;
    }
    nav>a:hover .nav_ja {
        color: #EA4D07;
        transition: color .2s ease-in-out;
    }
    .catalog_button {
        position: absolute;
        top: 0;
        right: 50px;
        height: 50px;
        font-size: 13px;
        letter-spacing: .1em;
        line-height: 50px;
        border-radius: 0;
    }
    .catalog_button a {
        width: 100%;
        height: 100%;
        display: block;
    }
    .menu_button {
        position: absolute;
        top: 0;
        right: 0;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }
    .menu_button img {
        width: 22px;
    }
    .nav_button:hover {
        background-color: #F56800;
        transition: background-color .2s ease-in-out;
    }
    /* SUPPORT */
    #support {
        padding: 60px 0;
        background: #fff;
    }
    #support_container {
        flex-flow: column-reverse nowrap;
    }
    #support_container_image {
        width: 100%;
    }
    #support_container_data {
        width: 100%;
    }
    #support_container_data_en {
        font-size: 30px;
        margin-top: 38px;
        margin-bottom: 3px;
        letter-spacing: .2em;
    }
    #support_container_data_title {
        font-size: 18px;
        margin-bottom: 34px;
        letter-spacing: .1em;
    }
    #support_container_data_read {
        margin-bottom: 38px;
    }
    #support_container_data_button a {
        width: 300px;
        padding: 20px 5px;
    }
    #support_leaf {
        position: absolute;
        top: 30%;
        width: 60%;
        transform-origin: left bottom;
        transform: rotate(12deg);
    }
    #support_leaf img {
        width: 100%;
    }

/* 利用規約 */

#terms_list {
  margin: 0 1em 5em 1em;
  font-size: 0.9em;
}

    /* FOOTER */
    footer {
        padding: 44px 40px 28px;
        text-align: center;
    }
    #footer_container>div {
        display: block;
    }
    #footer_address {
        font-size: 13px;
    }
    #footer_address_name {
        font-size: 14px;
    }
    #footer_logo {
        width: 168px;
        margin: 0 auto ;
    }
    #footer_logo img {
        width: 100%;
    }
    #footer_SNS {
     margin: 0 auto 27px;
    }
    #footer_submenu {
        display: none;
    }
    #footer_copyright {
        line-height: 1.5;
    }
    /* CONTENT */
    #content_head {
        height: 145px;
        text-align: center;
        padding-top: 60px;
    }
    #content_head h1 {
        font-size: 25px;
        line-height: 30px;
        letter-spacing: .1em;
    }
    #content_head h2 {
        font-size: 16px;
        line-height: 30px;
        letter-spacing: .1em;
        margin-bottom: 3px;
    }
    /* COL */
    .col-2 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-3 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-4 {
        -ms-flex: 0 0 100%;
         flex: 0 0 100%;
        max-width: 100%;
    }
    .col-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-8 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}