/* BOX2021秋用CSS */

/* ------------------------ */
/* Font関係 */
/* ------------------------ */
/* 見出し1 */
.box2021autumn .font_headline1 {
    font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 2.0rem;
    color: #666666;
    font-weight: 700;
    line-height: 1.5;
}
/* 見出し2 */
.box2021autumn .font_headline2 {
    font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 2.4rem;
    color: #666666;
    font-weight: 700;
    line-height: 1.5;
}
.box2021autumn .font_headline2_ruby {
    font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 1.2rem;
    color: #666666;
    font-weight: 500;
    line-height: 2;
}
/* 見出し3 */
.box2021autumn .font_headline3 {
    font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 2.2rem;
    color: #666666;
    font-weight: initial;
    line-height: 1.5;
}
/* 本文1 */
.box2021autumn .font_desc1 {
    font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 1.6rem;
    color: #666666;
    font-weight: initial;
    line-height: 1.5;
}
/* 本文2 */
.box2021autumn .font_desc2 {
    font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 1.2rem;
    color: #666666;
    font-weight: initial;
    line-height: 2;
}
/* リスト1 */
.box2021autumn .font_list1 {
    font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 1.4rem;
    color: #666666;
    line-height: 2;
}

@media screen and (min-width: 600px) {
    .box2021autumn .font_headline1 {
        font-size: 2.4rem;
    }
    .box2021autumn .font_headline2 {
        font-size: 2.8rem;
    }
    .box2021autumn .font_headline2_ruby {
        font-size: 1.4rem;
    }
    .box2021autumn .font_headline3 {
        font-size: 2.4rem;
    }
    .box2021autumn .font_desc1 {
        font-size: 2.0rem;
    }
    .box2021autumn .font_desc2 {
        font-size: 1.8rem;
        line-height: 1.5;
    }
    .box2021autumn .font_list1 {
        font-size: 1.8rem;
        line-height: 1.5;
    }
}

/* ------------------------ */
/* モーニング */
/* ------------------------ */
.opening_fade {
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 9999;
}
.opening_fade p {
    position: absolute;
    display: none;
    text-align: center;
    font-size: 2.0rem; 
}

/* ------------------------ */
/* セクション1 */
/* ------------------------ */
#page_user_data .ec-layoutRole .ec-layoutRole__contents{
    max-width: initial;
}

.box2021autumn .kv_headline {
    position: relative;
    background-image: url(/html/user_data/assets/img/box/2021autumn/kv_sp_2x.jpg);
    background-repeat:  no-repeat;
    background-position: bottom center;
    background-size: cover;
    width: 100%;
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box2021autumn .kv_headline h2 {
    position: absolute;
    margin: auto;
}
.box2021autumn .kv_headline img {
    width: 100%;
    max-width: 321px;
}
.box2021autumn .kv_concept {
    position: relative;
    background-image: url(/html/user_data/assets/img/box/2021autumn/kv_bg_concept_2x.png);
    background-repeat:  no-repeat;
    background-position:center center;
    background-size: 65%;
    width: 100%;
    height: auto;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 50px;
}
.box2021autumn .kv_description {
    width: 100%;
    text-align: center;
    margin-bottom: 80px;
}

@media screen and (min-width: 600px) {
    .box2021autumn .kv_headline {
        background-image: url(/html/user_data/assets/img/box/2021autumn/kv_2x.jpg);
    }
    .box2021autumn .kv_concept {
        background-size: 25%;
        padding-top: 30px;
        padding-bottom: 50px;
    }
}

/* ------------------------ */
/* セクション2-4 */
/* ------------------------ */
/* セクション全体 */
.box2021autumn .box_section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    max-width: 980px;
    margin: auto;
    margin-bottom: 80px;
    padding: 0 0;
}
.box2021autumn .box_section_reverse{
    flex-direction: row-reverse;
}
/* ヘッドライン要素 */
.box2021autumn .headline {
    width: 100%;
    margin-bottom: 40px;
}
.box2021autumn .headline h3 {
    margin-bottom: 0px;
}
.box2021autumn .headline img {
    display: block;
    margin-bottom: 24px;
    width: 100%;
    max-width: 474px;
}
.box2021autumn .headline .img_position_right{
    margin-left: auto;
}
.box2021autumn .headline_description {
    width: 90%;
    text-align: right;
    margin-left: 5%;
    margin-right: 5%;
}
.box2021autumn .headline_desc_left{
    text-align: left;
}
/* 商品要素 */
.box2021autumn .product {
    width: 100%;
    padding-left: 2.5%;
    padding-right: 2.5%;
}
.box2021autumn .product_dl1 {
    float: left;
    width: 45%;
    margin-left: 2.5%;
    margin-right: 2.5%;
}
.box2021autumn .product_dl2 {
    float: left;
    width: 45%;
    margin-left: 2.5%;
    margin-right: 2.5%;
}
.box2021autumn .product_dl1_reverse {
    float: right;
}
.box2021autumn .product_dl2_reverse {
    float: right;
}
.box2021autumn .product_dl_margin {
    margin-bottom: 36px;
}
.box2021autumn .product_img {
    text-align: center;
}
.box2021autumn .product_img img {
    width: 100%;
}
.box2021autumn .product_img_name {
    display: none;
}
.box2021autumn .product_title {
    margin-bottom: 16px;
}
.box2021autumn .product_desc_upper {
    margin-bottom: 16px;
}
.box2021autumn .product_disc_sup{
    display: block;
    line-height: 1.75;
    margin-top: 16px;
    font-size:1.1rem;
}

/* 商品説明ボタン */
.box2021autumn .product_button {
    display: block;
    width: 160px;
    height: 36px;
    margin: 0 auto;
    text-align: center;
    color: #666666;
    line-height: 36px;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #555555;
    border-radius: 5px;
    outline: none;
    position: relative;
    z-index: 2;
    overflow: hidden;
    cursor: pointer;
}
.box2021autumn .product_button::after {
    z-index: 1000;
    content: " ";
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(/html/user_data/assets/img/box/2021autumn/expand_more.png);
    background-size: contain;
    top: 5px;
}
@media screen and (min-width: 600px) {
    #product_btn1{
        display:none;
    }
    #product_btn2{
        display:none;
    }
    #product_btn3{
        display:none;
    }
    #product_btn4 {
        display:none;
    }
}
@media screen and (max-width: 599px) {
    #product_hidden_disc1{
        display:none;
    }
    #product_hidden_disc2{
        display:none;
    }
    #product_hidden_disc3{
        display:none;
    }
    #product_hidden_disc4 {
        display:none;
    }
}

/* セクション2-4 タブレット、PC切り替え */
@media screen and (min-width: 600px) {
    .box2021autumn .box_section {
        margin-bottom: 96px;
        padding: 0 4%;
    }
    .box2021autumn .headline {
        width: 48%;
        margin-left: 1%;
        margin-right: 1%;
        margin-bottom: 0px;
        align-self: flex-start;
    }
    .box2021autumn .product {
        width: 48%;
        margin-left: 1%;
        margin-right: 1%;
        padding-left: 0;
        padding-right: 0;
        align-self: flex-start;
        margin-top: 28px;
    }
    .box2021autumn .product_dl1 {
        width: 33%;
        margin-left: 0;
        margin-right: 0;
    }
    .box2021autumn .product_dl2 {
        width: 60%;
        margin-left: 0;
        margin-right: 0;
        padding-left: 32px;
    }
    .box2021autumn .product_dl_margin {
        margin-bottom: 64px;
    }
    .box2021autumn .product_disc_sup{
        font-size: 1.4rem;
    }
}

/* ---------------------------- */
/* セクション5 */
/* ---------------------------- */
.box2021autumn .purchase_title {
    width: 100%;
    margin-bottom: 24px;
}

.box2021autumn .purchase_product{
    display: block;
    width: 100%;
    margin-right: 5%;
    margin-left: 5%;
    margin-bottom: 24px;
}
.box2021autumn .purchase_introduction {
    width: 100%;
}
.box2021autumn .purchase_list {
    width: 100%;
    margin-right: 5%;
    margin-bottom: 20px;
    list-style-type: square;
}
.box2021autumn .purchase_action {
    width: 100%;
}
.box2021autumn .purchase_action dt {
    width: 50%;
    text-align: right;
}
.box2021autumn .purchase_action dd {
    width: 50%;
    text-align: right;
}
.box2021autumn .purchase_action input {
    width: 100%;
}
.box2021autumn .purchase_price {
    display: flex;
    align-items: baseline;
    width: 100%;
}
.box2021autumn .purchase_quantity {
    display: flex;
    align-items: baseline;
    width: 100%;
    margin-bottom: 16px;
}
.box2021autumn .purchase_img_sp {
    display: block;
    margin-right: 5%;
    margin-left: 5%;
    margin-bottom: 24px;
    width: 90%;
}
.box2021autumn .purchase_img_sp img {
    width: 100%;
}
.box2021autumn .purchase_img_pc {
    display: none;
}
.box2021autumn .cart_jump_button {
    display: block;
    width: 100%;
    height: 32px;
    margin-bottom: 16px;
    text-align: center;
    line-height: 30px;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #555555;
    outline: none;
    position: relative;
    z-index: 2;
    overflow: hidden;
    cursor: pointer;
}
.box2021autumn .cart_button {
    display: block;
    width: 100%;
    height: 32px;
    text-align: center;
    line-height: 30px;
    color: #FFFFFF;
    text-decoration: none;
    background-color: #6C6C6C;
    border: 1px solid #707070;
    outline: none;
    position: relative;
    z-index: 2;
    overflow: hidden;
    cursor: pointer;
}
.box2021autumn .cart_button:hover {
    transition: 0.4s;
    opacity: 0.6;
}
.box2021autumn .cart_button_disabled {
    opacity: 0.6;
    cursor: default;
}
.box2021autumn .purchase_share {
    width: 100%;
    text-align: center;
    margin-bottom: 104px;
}
.box2021autumn .purchase_share_title {
    font-size: 1.2rem;
    color: #666666;
    margin-bottom: 4px;
}
.box2021autumn .purchase_share_desc {
    display: flex;
    justify-content: center;
    align-items: center;
}
.box2021autumn .puchase_share_link {
    margin-left: 12px;
    margin-right: 12px;
}
.box2021autumn .puchase_share_color {
    color: #6E6E6E;
}
@media screen and (min-width: 600px) {
    .box2021autumn .purchase_img_sp {
        display: none;
    }
    .box2021autumn .purchase_img_pc {
        display: block;
        width: 50%;
    }
    .box2021autumn .purchase_img_pc img {
        width: 100%;
    }
    .box2021autumn .purchase_product{
        display: flex;
        margin-right: 0;
        margin-left: 0;
    }
    .box2021autumn .purchase_introduction{
        width: 50%;
    }
    .box2021autumn .purchase_list {
        margin-bottom: 40px;
    }
    .box2021autumn .purchase_action {
        padding-left: 30%;
    }
    .box2021autumn .purchase_share_title {
        font-size: 2.4rem;
    }
}

/* ------------------------ */
/* セクション6 */
/* ------------------------ */
.box2021autumn .timeebox_section {
    background-color: #F3F3F3;
    background-size: 100%;
    padding-top: 7%;
    padding-bottom: 10%;
    padding-left: 32px;
    padding-right: 32px;
    width: 80%;
    margin: 0 10%;
}
.box2021autumn .timeebox_img {
    text-align: center;
    margin: 32px auto;
    max-width: 234px;
}
.box2021autumn .timeebox_img img {
    width: 100%;
}
.box2021autumn .timeebox_description {
    text-align: center;
}

@media screen and (min-width: 600px) {
    .box2021autumn .timeebox_section {
        width: 70%;
        margin: 0 15%;
    }
    .box2021autumn .timeebox_img {
        margin: 40px auto;
    }
}

/* ---------------------------- */
/* その他 */
/* ---------------------------- */
.box2021autumn .spbr { 
    display: inline;
}
@media screen and (min-width: 600px) {
    .box2021autumn .spbr { 
        display: none;
    }
}