@charset "UTF-8";

/* ---------------------------------- ページ基本共通設定 ---------------------------------- */

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    backface-visibility: hidden;
}

*:after,
*:before {
    background-position: left top;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

::-webkit-input-placeholder {
    color: #999999;
    opacity: 1;
}

::-moz-placeholder {
    color: #999999;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #999999;
}

:focus::-webkit-input-placeholder {
    opacity: 1;
    color: transparent;
}

:focus:-moz-placeholder {
    opacity: 1;
    color: transparent;
}

:focus::-moz-placeholder {
    opacity: 1;
    color: transparent;
}

:focus:-ms-placeholder {
    opacity: 1;
    color: transparent;
}

body {
    font-size: 14px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    /*font-family: 'Noto Sans JP', sans-serif; */
    font-weight: 400;
    letter-spacing: 0.12em;
    line-height: 1.71;
    /*color: #000;*/
    color: #4c4c4c;
    min-width: 320px;
}

.font_sans {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    /*font-family: 'Noto Sans JP', sans-serif; */
    font-weight: 300;
}

.touch body {
    font-family: 'Noto Sans JP', sans-serif;
}

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

.normal a:hover {
    text-decoration: underline;
}

.underline {
    text-decoration: underline;
}

a.underline {
    text-decoration: underline;
}

.normal a.underline:hover {
    text-decoration: none;
}

a[href*="tel:"] {
    cursor: default !important;
    text-decoration: none !important;
    opacity: 1 !important;
}

img {
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
}

input[type="text"],
input[type="email"],
textarea,
.select_box {
    border: 1px solid #e5e5e5;
    padding: 0 1.28em;
    height: 50px;
    line-height: 1;
    color: #000;
    border-radius: 10px;
    width: 100%;
    background-color: #ffffff;
}

.error_color {
    border: 1px solid #e6b8b8 !important;
    background-color: #ffcccc !important;
}

textarea {
    height: 144px;
    padding: 1em 1.28em;
    line-height: 1.4;
}

.select_box {
    position: relative;
    padding: 11px 30px 11px 15px;
    white-space: nowrap;
}

.select_box:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.select_box:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 4px 0 4px;
    border-color: #000000 transparent transparent transparent;
}

.select_box select {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 2;
}

.select_box .select_box_text {
    overflow: hidden;
}

.select_box.no_val .select_box_text {
    color: #999999;
}

.font_Barlow {
    font-family: 'Barlow', sans-serif;
    font-weight: 800;
}

select {
    width: 100%;
}

hr {
    border-left: none;
    border-right: none;
    border-top: none;
    height: 0;
    border-bottom: 1px solid #66290a;
    margin: 10px 0;
}

figure {
    line-height: 0;
}

.t-main_nav_obj figcaption {
    font-size: 12px;
    color: #d00000;
    line-height: 1.75;
    padding-top: 15px;
    text-align: left;
    font-weight: bold;
}

.cancel {
    text-decoration: line-through;
    color: #999999;
}

.cancel-info {
    color: #d00000;
}

picture {
    line-height: 0;
}

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

    input,
    textarea,
    select {
        font-size: 16px;
    }

}

/* ---------------------------------------- SWIPER ----------------------------------------  */

.swiper-button-disabled {
    display: none !important;
}

.swiper-wrapper {
    flex-wrap: nowrap !important;
    -webkit-flex-wrap: nowrap !important;
    margin: 0 !important;
}

.swiper-container_wrap {
    position: relative;
    width: 100%;
}

.swiper-container_wrap.type_slide {
    position: relative;
    padding-bottom: 26px;
}

.swiper-pagination_wrap {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    line-height: 0;
    text-align: center;
}

.swiper-pagination {
    position: relative;
    text-align: left;
    vertical-align: bottom;
    display: inline-block;
    line-height: 0;
    margin: 0 -10px -10px 0;
    z-index: 3;
}

.swiper-pagination .swiper-pagination-bullet {
    display: inline-block;
    vertical-align: middle;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background-color: #DBDBDB;
    opacity: 1;
    margin: 0 10px 10px 0;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #E18A20;
}

.swiper-pagination .swiper-pagination-bullet:first-child:last-child {
    display: none;
}


.swiper-container_wrap .swiper_arrow_wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.swiper-container_wrap .swiper_arrow_wrap_in {
    height: 100%;
    position: relative;
}

.swiper-container_wrap .swiper-button-prev,
.swiper-container_wrap .swiper-button-next {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 200%;
    background-image: none !important;
    transition: opacity 0.4s ease 0s;
}

.normal .swiper-container_wrap .swiper-button-prev:hover,
.normal .swiper-container_wrap .swiper-button-next:hover {
    opacity: 0.7;
}

.swiper-container_wrap .swiper-button-prev:after,
.swiper-container_wrap .swiper-button-next:after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 50%;
    margin: -10px 0 0 0;
    width: 20px;
    height: 20px;
    transform-origin: 50% 50%;
    border-top: 2px solid #707070;
    border-right: 2px solid #707070;
}

.swiper-container_wrap .swiper-button-prev::after {
    left: 5px;
}

.swiper-container_wrap .swiper-button-next::after {
    right: 5px;
}

.swiper-container_wrap .swiper-button-prev:hover:after,
.swiper-container_wrap .swiper-button-next:hover:after {
    opacity: 0.7;
}

.swiper-container_wrap .swiper-button-prev:after {
    transform: rotate(225deg);
}

.swiper-container_wrap .swiper-button-next:after {
    transform: rotate(45deg);
}

.swiper-container_wrap .swiper_arrow_wrap_in {
    position: relative;
    height: 100%;
}

.swiper-container_wrap .swiper-button-prev {
    left: 0;
}

.swiper-container_wrap .swiper-button-next {
    right: 0;
}

.swiper-container_wrap .swiper_arrow_wrap_in {
    position: relative;
    height: 100%;
}


.swiper-container_wrap.arrow_no {
    padding: 0 !important;
}

.swiper-container_wrap.arrow_no .swiper_arrow_wrap {
    display: none !important;
}

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

    .swiper-container_wrap.type_slide {
        padding-bottom: 2.6rem;
    }

    .swiper-pagination {
        margin: 0 -1rem -1rem 0;
    }

    .swiper-pagination .swiper-pagination-bullet {
        width: 0.7rem;
        height: 0.7rem;
        margin: 0 1rem 1rem 0;
    }

    .swiper-container_wrap .swiper-button-prev,
    .swiper-container_wrap .swiper-button-next {
        width: 3rem;
        height: 3rem;
        margin-top: -1.5rem;
    }

    .swiper-container_wrap .swiper-button-prev:after,
    .swiper-container_wrap .swiper-button-next:after {
        margin: -1rem 0 0 0;
        width: 2rem;
        height: 2rem;
        border-top: 0.2rem solid #707070;
        border-right: 0.2rem solid #707070;
    }

    .swiper-container_wrap .swiper-button-prev::after {
        left: 0.5rem;
    }

    .swiper-container_wrap .swiper-button-next::after {
        right: 0.5rem;
    }

}

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

    .swiper-container_wrap .swiper-button-prev,
    .swiper-container_wrap .swiper-button-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
    }
}

/*
------------------------------------ .swiper-container_wrap.type01 ------------------------------------
*/

/* .swiper-container_wrap.type01 .swiper-container */

.swiper-container_wrap.type01 {
    position: relative;
    padding: 0 0 56px 0;
}

.swiper-container_wrap.type01 .swiper-wrapper {
    height: auto;
}

.swiper-container_wrap.type01 .swiper-slide {
    height: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.swiper-container_wrap.type01 .swiper-slide .product_block {
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.swiper-container_wrap.type01.arrow_no {
    padding-bottom: 0;
}

.swiper-container_wrap.type01.arrow_no .swiper-wrapper {
    transform: translate3d(0px, 0px, 0px) !important;
    transition: all 0s ease 0s !important;
}

.swiper-container_wrap.type01.arrow_no .swiper_arrow_wrap {
    display: none;
}

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

.swiper-container_wrap.type01 .swiper-container {
    overflow: visible;
}

.swiper-container_wrap.type01 .swiper-wrapper {
    z-index: 3;
}

.swiper-container_wrap.type01 .swiper-slide img {
    max-width: none;
    width: 100%;
}

.swiper-container_wrap.type01 .swiper_arrow_wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 56px);
}

.swiper-container_wrap.type01 .swiper-pagination_wrap {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    margin-bottom: -20px;
}

.swiper-container_wrap.type01 .swiper_arrow_wrap_in {
    height: 100%;
    position: relative;
}

.swiper-container_wrap.type01 .swiper-button-prev,
.swiper-container_wrap.type01 .swiper-button-next {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 200%;
    background-image: url(../img/template/slide_arrow02.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;

}

.swiper-container_wrap.type01 .swiper-button-next {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.swiper-container_wrap.type01 .swiper_arrow_wrap_in {
    position: relative;
    height: 100%;
}

.swiper-container_wrap.type01 .swiper-button-prev {
    left: -16px;
}

.swiper-container_wrap.type01 .swiper-button-next {
    right: -16px;
}

.swiper-container_wrap.type01 .swiper_arrow_wrap_in {
    position: relative;
    height: 100%;
}

/* pad莉･荳� */
@media screen and (max-width: 950px) {
    .swiper-container_wrap.type01 {}
}

/* pad */
@media screen and (max-width: 700px) {
    .swiper-container_wrap.type01 {}
}

/* sp */
@media screen and (max-width: 700px) {
    .swiper-container_wrap.type01 .swiper_arrow_wrap {
        display: none;
    }

    .swiper-container_wrap.type01 {
        padding-bottom: 0;
    }

    .swiper-container_wrap.type01 .swiper-pagination_wrap {
        position: static;
        margin: 23px auto -20px auto;
        max-width: 174px;
    }
}

/*
------------------------------------ .swiper-container_wrap.type_fade ------------------------------------
*/

.swiper-container_wrap.type_fade {
    cursor: pointer;
}

.swiper-container_wrap.type_fade.slide_no {
    cursor: default;
}

.swiper-container_wrap.type_fade .swiper-slide {
    position: relative;
    width: 100%;
    height: 100%;
}


/*
------------------------------------ .window_slide ------------------------------------
*/

.window_slide_wrap {
    margin: 0;
    position: relative;
    left: 50%;
    margin: 0 0 0 -50vw;
    width: 100vw;
    cursor: grab;
    user-select: none;
}

/*
.window_slide_wrap:hover .window_slide{
	animation-play-state: paused;
}
.window_slide_wrap.running:hover .window_slide{
	animation-play-state: running;
}*/


.window_slide_wrap.stop .window_slide {
    animation-play-state: paused;
}

.window_slide {
    display: inline-block;
    vertical-align: top;
    position: relative;
    white-space: nowrap;
}

.window_slide_list {
    display: inline-block;
    vertical-align: top;
    letter-spacing: -0.4em;
    white-space: nowrap;
}

.window_slide_list_item {
    display: inline-block;
    vertical-align: top;
    width: 538px;
    margin: 0 60px 0 0;
    letter-spacing: 0.05em;
    white-space: normal;
}

.window_slide_list_item img {
    opacity: 1 !important;
}

@media screen and (max-width: 700px) {
    .window_slide_list li {
        width: 269px;
        margin: 0 30px 0 0;
    }
}

.window_slide_wrap img {
    pointer-events: none;
    user-select: none;
    user-drag: none;
}