@charset "UTF-8";
/* CSS Document */

a {
    transition: all 0.3s ease 0s;
}

img {
    transition: all 0.3s ease 0s;
}

h1 {
    margin: 0;
}

.section-ttl {
    margin: 0px auto 10px;
    text-align: left;
    font-size: 46px;
    line-height: 1.2;
    font-family: "Arial", serif;
    letter-spacing: -.5px;
}

.tbl_none {
    display: none !important;
}

.m-aside {
    border-top: none;
    padding-top: 0px;
    margin: 0 0 50px 0;
}

/* EDIT フォーマッ�? */
.ctt_ttl {
    width: 1000px;
    display: block;
    overflow: hidden;
    text-align: left;
    margin: 0 auto 10px;
}

.ctt_ttl ul li {
    display: block;
    overflow: hidden;
    float: left;
    padding: 0 20px;
    border-right: 1px solid #eee;
    font-size: 11px;
}

.ctt_ttl ul li:first-of-type {
    font-size: 9px;
    letter-spacing: 0.1em;
    text-align: center;
    padding: 0 20px 0 0;
}

.ctt_ttl ul li:first-of-type img {
    width: 90%;
}

.ctt_ttl ul li:nth-of-type(2) {
    font-size: 40px;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 2em;
    font-weight: lighter;
}

.ctt_ttl ul li:nth-of-type(3) {
    border-right: 1px solid #fff;
    line-height: 1.6em;
    padding: 10px 0 0 20px;
}

.ctt_ttl ul li:nth-of-type(3) p {
    margin: 0;
}

.ctt_ttl ul span {
    display: block;
    overflow: hidden;
    font-size: 8px;
    letter-spacing: 1em;
    margin-bottom: 5px;
}

/* レイアウ�? */

.ttl_box,
.navi,
.section-wrapper {
    list-style: none;
    font-family: "Noto Sans JP", sans-serif;
}


.ttl_box {
    display: block;
    float: left;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    width: 100%;
}

.main_box {
    display: block;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
}

.main_box img {
    display: block;
    margin: 0 auto 0;
    overflow: hidden;
    position: relative;
}

.ttl_text {
    display: block;
    margin: 10px auto 30px;
    overflow: hidden;
    width: 100%;
    font-size: 14px;
    text-align: center;
    padding: 20px 0;
    color: #212121;
}

.main_box_logo1 {
    display: block;
    left: 26.5vw;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 22vw;
}

.main_box_logo2 {
    display: block;
    left: 42.3vw;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 20vw;
}

.main_box_logo1 img {
    display: block;
    overflow: hidden;
    margin: 0px;
}

.main_box_logo2 img {
    display: block;
    overflow: hidden;
    margin: 0px;
}


.navi {
    display: block;
    overflow: hidden;
    width: 100%;
    text-align: center;
}

.navi ul {
    width: 100%;
    display: block;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    font-size: 20px;
    max-width: 1000px;
    margin-bottom: 20px;
}

.navi ul li {
    display: inline-block;
    overflow: hidden;
    margin: 10px;
    text-align: center;
    position: relative;
    border-radius: 4px;
    width: 21%;
    background-color: #8e8989;
}

.navi ul li a {
    color: #fff;
    text-decoration: none;
    padding: 7px 5px 5px 5px;
    display: block;
    overflow: hidden;
    font-size: 15px;
    font-weight: bold;
}

.navi ul li a::after {
    top: 45%;
    margin-top: -6px;
    right: 8px;
    position: absolute;
    content: '';
    display: inline-block;
    width: 9px;
    height: 9px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(130deg) skew(-10deg, 0);
    transform: rotate(130deg) skew(-10deg, 0);
    transition: all 0.2s linear;
}

.nav-tab {
    margin: 0 0 20px;
}

.nav-tab ul {
    text-align: center;
}

.nav-tab ul li {
    display: inline-block;
    font-size: 0;
    margin: 0 5px;
    vertical-align: bottom;
    width: 200px;
}

.nav-tab li a {
    border: 1px solid #ddd;
    border-bottom: none;
    border-radius: 2px 2px 0 0;
    color: #aaa;
    display: block;
    font-size: 14px;
    height: 28px;
    line-height: 30px;
    margin-bottom: 1px;
    overflow: hidden;
    padding: 0 10px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nav-tab li.active a {
    border: 1px solid #919191;
    border-bottom: 1px solid #fff;
    color: #333;
    height: 30px;
    line-height: 30px;
    margin-bottom: -2px;
    transition: .3s;
}

.nav-tab::after {
    background: #919191;
    content: '';
    display: block;
    height: 1px;
    margin-top: 1px;
    width: 100%;
}

.main_box_img {
    margin: 0 auto;
    width: 722px;
    height: auto;
}

.con1 {
    display: block;
    overflow: hidden;
    width: 100%;
    text-align: center;
    margin: 0;
}

.con1>div {
    display: flex;
    align-items: center;
    overflow: hidden;
    margin: 0 0 0 5%;
    text-align: left;
    padding: 20px 0;
}

.section_header_1,
.section_header_2,
.section_header_3,
.section_header_4 {
    display: block;
    overflow: hidden;
    /*float: right;*/
    position: relative;
    font-size: 0;
}

.section_header_inner {
    width: 60%;
}

.section_header_inner p {
    font-size: 12px;
    line-height: 1.7;
}

.con1 ul li:nth-of-type(2) {
    display: block;
    overflow: hidden;
    width: 500px;
    margin: 0 0 0 50px;
    position: relative;
    /*top: -200px;*/
    color: #3e3e3e;
}

.con1 ul li img {
    width: auto;
    margin: 0;
    vertical-align: middle;
}

.con_come {
    display: block;
    overflow: hidden;
    text-align: left;
    font-size: 14px;
    padding: 0px 0;
}

.con_come p {
    background-color: #f0ded9;
    display: inline-block;
}

.sale-price {
    color: red;
}

.con2 {
    display: block;
    overflow: hidden;
    width: 100%;
    text-align: center;
    margin: 70px auto 0;
}

.con2 img {
    width: 124px;
}

.con2 h3::after {
    border-bottom: 1px solid #9e9e9e;
    content: "";
    display: inline-block;
    height: 10px;
    vertical-align: text-top;
    width: 850px;
}

.con2 ul {
    display: block;
    overflow: hidden;
    width: 1000px;
    text-align: left;
    margin: 0 auto 50px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.con2 ul li {
    display: flex;
    overflow: hidden;
    width: 23%;
    margin: 0 20px 40px 0;
}

.con2 ul li a {
    display: flex;
    flex-direction: column;
    color: #000;
    text-decoration: none;
    font-size: 12px;
}

.con2 ul li img {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.m-sign-form-btn-area {
    width: 378px;
}

.m-btn-active {
    background-color: #ffa13c;
}

a .icon {
    background-color: #3e3e3e;
    color: #fff;
    font-size: 11px;
    margin: 0;
    padding: 8px 25px;
    text-align: center;
    transition: all 0.3s ease 0s;
    float: right;
    border-radius: 4px;
    font-weight: bold;
    margin-top: auto;
    margin-left: auto;
}

a .icon2 {
    background-color: #3e3e3e;
    color: #fff;
    font-size: 10px;
    margin: 10px auto;
    padding: 8px 25px;
    text-align: center;
    transition: all 0.3s ease 0s;
    display: inline-block;
    border-radius: 4px;
    font-weight: bold;
}

.sml_ttl_box_underbtn2 {
    display: block;
    overflow: hidden;
    padding: 0 0 80px 0;
    position: relative;
}

.sml_ttl_box_underbtn2 a {
    font-size: 13px;
    display: block;
    overflow: hidden;
    width: 300px;
    margin: 10px auto;
    text-align: center;
    background-color: #3e3e3e !important;
    color: #fff;
    border-radius: 4px;
}


.m-sign-form-btn-area {
    margin: 10px auto;
}

.m-btn-active {
    background-color: #444;
}

.section_header_1 {
    background: url(../esm260316_goods/small_ttl_1.webp) no-repeat right / contain;
}

.section_header_1 .section-ttl,
.section_header_1 .con_come {
    color: #6997c5;
}

.section_header_2 {
    background: url(../esm260316_goods/small_ttl_2.webp) no-repeat right / contain;
}

.section_header_2 .section-ttl,
.section_header_2 .con_come {
    color: #bba63e;
}

.section_header_3 {
    background: url(../esm260316_goods/small_ttl_3.webp) no-repeat right / contain;
}

.section_header_3 .section-ttl,
.section_header_3 .con_come {
    color: #668747;
}

.section_header_4 {
    background: url(../esm260316_goods/small_ttl_4.webp) no-repeat right / contain;
}

.section_header_4 .section-ttl,
.section_header_4 .con_come {
    color: #ae916f;
}


.tfslive_box {
    display: block;
    margin: 40px auto 30px;
    width: 100%;
    max-width: 700px;
    overflow: hidden;
    text-align: center;
}


.tfslive_box p {
    font-size: 20px;
    margin-bottom: 10px;
}

.content-box {
    margin: 0 auto;
    width: 1000px;
    padding-bottom: 40px;
}

.content-box h2 {
    color: #424242;
    margin-top: 40px;
    font-family: "Arial", sans-serif;
    letter-spacing: 1px;
    font-weight: 700;
}

.main-content section.content-box {
    padding-top: 40px;
    padding-bottom: 60px;
}

.main-content section {
    margin: 0 auto;
    width: 1000px;
}

.content-box h2.head {
    font-size: 40px;
    line-height: .8em;
    text-align: center;
    letter-spacing: .8px;
    margin: 0 10px 24px;
}

.head {
    font-family: 'Gotu', sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1px;
}

.head span {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    display: block;
    font-size: .4em;
    margin-top: 8px;
    font-feature-settings: "palt";
}

.pkuit {
    width: 100%;
    display: block;
    padding: 0;
    overflow: hidden;
}

.pkuit ul {
    width: 1000px;
    display: block;
    padding: 0 6px;
    margin: 0 auto;
    box-sizing: border-box;
}

.pkuit ul li {
    vertical-align: top;
    width: 22.5%;
    display: inline-block;
    box-sizing: border-box;
    padding: 10px 10px 15px;
    margin: 0 1% 20px;
    background-color: #fff;
    text-align: center;
}

.pkuit ul li img {
    width: 100%;
}

@media screen and (min-width: 640px) {

    .con1>div {
        overflow: hidden;
        width: 800px;
        margin: 0 auto;
        text-align: left;
        padding: 0px;
        height: 240px;
    }

    .section_header_inner {
        width: 1000px;
        margin: 0 auto 0 50px;
    }

    .section_header_inner p {
        font-size: 14px;
    }


    .m-btn-active:hover {
        background-color: #ffc17f;
    }

    .navi ul li:hover {
        opacity: 0.7;
    }

    .con1 ul li a img:hover {
        opacity: 0.7;
    }

    .con_items_list p a:hover {
        background-color: #eae0d7;
    }

    .con2 ul li a:hover {
        opacity: 0.7;
    }

    .sml_ttl_box_underbtn_footer a:hover {
        background-color: #7d7d7d;
    }

    .sml_ttl_box_underbtn2 a:hover {
        opacity: 0.7;
    }

    .con_under_sharebox a img:hover {
        opacity: 0.7;
    }

    /* nav-tab */
    .nav-tab {
        margin: 40px 0;
    }

    .nav-tab::after {
        background: #919191;
        content: '';
        display: block;
        height: 1px;
        margin-top: 1px;
        width: 100%;
    }

    .nav-tab ul {
        text-align: center;
    }

    .nav-tab ul li {
        display: inline-block;
        font-size: 0;
        margin: 0 5px;
        vertical-align: bottom;
        width: 200px;
    }

    .nav-tab li a {
        border: 1px solid #ddd;
        border-bottom: none;
        border-radius: 2px 2px 0 0;
        color: #aaa;
        display: block;
        font-size: 13px;
        height: 28px;
        line-height: 30px;
        margin-bottom: 1px;
        overflow: hidden;
        padding: 0 10px;
        text-align: center;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .nav-tab li.active a {
        border: 1px solid #919191;
        border-bottom: 1px solid #fff;
        color: #333;
        height: 30px;
        line-height: 30px;
        margin-bottom: -2px;
        transition: .3s;
    }


}


@media screen and (max-width: 640px) {

    /* 表示領域�?640px未満の場合に適用するスタイル */
    .pc_none {
        display: none !important;
    }

    .tbl_none {
        display: block !important;
    }

    .sp_none {
        display: block !important;
    }

    .main_box {
        height: 400px;
    }

    .main_box img {
        width: 100%;
    }

    .section-ttl {
        width: 100%;
        font-size: 26px;
    }

    .section-ttl img {
        width: 100%;
    }

    /* EDIT フォーマッ�? スマ�?? ここまで*/

    .con2 h3::after {
        width: 50%;
    }

    .main_box_moji {
        margin: 0 5%;
        width: 90%;
        display: block;
        position: static;
    }

    .main_box_moji h1 {
        font-size: 11px;
        width: auto;
    }

    .main_box {
        height: auto;
        margin: 0 0 20px 0;
    }

    .main_box img {
        margin: 0;
    }

    .ttl_text {
        width: 90%;
        font-size: 14px;
        line-height: 1.8;
        padding: 20px 5%;
        margin: 20px 0 20px;
        text-align: left;
    }

    .main_box_moji2 {
        font-size: 12px;
        margin: 0 5%;
        top: 90vw;
        width: 90%;
    }

    .main_box_logo2 {
        margin: 0 5%;
        width: 33%;
        top: 5vw;
    }

    .main_box_logo3 {
        margin: 0 5%;
        width: 33%;
        top: 5vw;
    }

    .navi {
        width: 100%;
    }

    .navi ul {
        width: 100%;
        padding: 0px;
        margin: 0;
        font-size: 20px;
    }

    .navi ul li {
        width: 45%;
        margin: 0% 1%;
    }

    .navi ul li a {
        font-size: 13px;
        padding: 5px 5px 5px 0;
    }

    .navi ul li a::after {
        top: 40%;
    }

    .navi ul li img {
        width: 100%;
    }

    .con1,
    .con2 {
        width: 100%;
        padding: 0;
        margin: 30px auto 0;
    }

    .con1 ul {
        width: 100%;
        height: auto;
    }


    .con2 h2 {
        width: 100%;
    }

    .con2 h2 img {
        width: 124px;
    }

    .con2 ul {
        width: 100%;
        margin: 0 auto;
    }

    .con2 ul li a {
        font-size: 11px;
    }

    .con2 ul li {
        width: 43% !important;
        margin: 0 3.5% 20px;
    }

    .con2 ul li img {
        width: 100%;
    }


    .con_come {
        font-size: 12px;
    }


    .sml_ttl_box_underbtn2 {
        width: 100%;
        padding: 0 0 50px 0;
    }

    .sml_ttl_box_underbtn2 a {
        width: 90%;
    }

    .icon2 {
        padding: 8px 0px !important;
        width: 90%;
    }

    .tfslive_box img {
        width: 100%;
        aspect-ratio: 5/2;
    }

    .nav-tab {
        margin-top: 20px;
    }

    .nav-tab ul li {
        margin: 0 2px;
        width: 30%;
    }

    .nav-tab li.active a {
        height: 4.2vw;
        line-height: 1.5;
        padding: 2vw 0 4.5vw;
    }

    .main_box_img {
        width: 100%;
        height: auto;
        vertical-align: top;
    }

    .main_box_img img {
        width: 100%;
        height: auto;
        vertical-align: top;
    }

    .content-box {
        width: 100%;
    }

    .content-box h2.head {
        text-align: center;
        font-size: 30px;
        margin-bottom: 18px;
    }

    .pkuit ul {
        width: 100%;
    }

    .pkuit ul li {
        margin: 0 1% 20px;
        width: 47%;
        font-size: 11.2px;
    }


    /* SMP nav-tab */
    .nav-tab {
        margin: 0 0 5vw;
    }

    .nav-tab ul {
        text-align: center;
    }

    .nav-tab ul li {
        margin: 0 2px;
        vertical-align: bottom;
        width: 30%;
    }

    .nav-tab li a {
        font-size: 4vw;
        height: 4vw;
        line-height: 1.5;
        padding: 2vw 0 4vw;
    }

    .nav-tab li.active a {
        height: 4.2vw;
        line-height: 1.5;
        padding: 2vw 0 4.5vw;
    }

    .section_header_inner {
        width: 70%;
    }

    .section_header_inner p {
        background-color: #ffffffc7;
        padding: 3% 5%;
    }


}

@media screen and (min-width: 320px) {

    .section_header_1,
    .section_header_2,
    .section_header_3,
    .section_header_4 {
        text-align: center;
    }

}