@charset "UTF-8";
html{
    font-size: 62.5%;/* 10px*/
}
body {
	background-color: #FFF;
	margin:0;
    font-family: "FP-HiraKakuProN-W3";
    font-size: 1.6rem;/* 16px*/
	font-style: normal;
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
a{
    color: #000;
    text-decoration: none;
    position: relative;
}
a:hover{
    text-decoration: underline;
    opacity: 0.6;
}
a.ablock{
    display: block;
}
a.img_box:hover{
    text-decoration: none;
}
a.img_box:hover::after{
    display: none;
}
a.out_link::after{
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url(../images/link_blank.svg);
    background-size: contain;
    margin-left: 5px;
}

/* External Link Icon */
.external-link-icon {
    width: 12px;
    height: 12px;
    margin-left: 4px;
    vertical-align: middle;
    display: inline-block;
    flex-shrink: 0;
}

/* PC only elements */
@media (max-width: 767px) {
    .pc-only {
        display: none !important;
    }
}

/* MIMIO Banner */
.mimio-banner {
    width: 80vw;
    margin: 50px auto;
    text-align: center;
}

.mimio-banner-img {
    width: 100%;
    height: auto;
}

/* SP用のMIMIOバナー */
@media (max-width: 767px) {
    .mimio-banner {
        width: 100%;
        max-width: 500px;
        padding: 0 20px;
        box-sizing: border-box;
    }
}
::placeholder{
    color: #A0A0A0;
}
/* 見出し,改行,p, */
h2{
    font-size: 1.4rem;
    letter-spacing: 0;
}
h2,h3{
    text-align: center;
}
h2.title_large{
    position: relative;
    text-align: center;
    width: 100%;
    font-weight: normal;
}
h2.title_large p{
    font-size: 3.0rem;
    line-height: 1.5;
    margin: 0.5em;
	padding: 2em 0 1.5em;
    word-break: break-all;
    white-space: pre-wrap;
}
h2.title_large>span:first-child{
    position: absolute;
    font-size: 1.5rem;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
h2.title_large>span:last-child{
    position: absolute;
    font-size: 1.3rem;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
    letter-spacing: 0.05em;
    line-height: 1.5;
}
h2.title-mini{
	font-size: 1.5rem;
	margin: 3em 0;
}
@media (max-width: 756px) {
    h2.title_large>span:first-child{
        font-size: 8pt;
    }
    h2.title_large p{
        font-size: 2rem;
        letter-spacing: 0.2pt;
        padding: 1.5em 0;
    }
    h2.title_large>span:last-child{
        font-size: 1rem;
    }
}
.title_mini{
    font-size: 1.4rem;
    letter-spacing: 0.14px;
}
.title_mini span{
    font-size: 1.3rem;
    letter-spacing: 3.9px;
    display: block;
    margin-top: 1.3em;
}

.sns_icon{
    font-size: 30px;
}
.mt_15{
    margin-top: 15px;
}
.mb_10{
    margin-bottom: 10px;
}
.mb_30{
    margin-bottom: 30px;
}
.mt_mb100{
    margin: 100px 0;
}
.mb_60{
    margin-bottom: 60px;
}
.ml_1em{
	margin-left: 1em;
}
.style_bold{
    font-family: "FP-HiraKakuProN-W6";
    font-weight: bold;
}
@media (max-width: 756px) {
    .style_bold_sp{
        font-family: "FP-HiraKakuProN-W6";
    }
}
.style_en{
    font-family: "UniversNextPro-Cond";
}
.style_en_bold{
    font-family: "UniversNextPro-BoldCond";
    font-weight: bold;
}
.style_serif{
    font-family: "FP-HiraMinProN-W3",serif;
}
.cat_style{
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    margin: 1em;
    font-family: "UniversNextPro-BoldCond";
    font-size: 1.2rem;
}
.cat_style::before{
    content: '';
    position: absolute;
    left: 50%;
    bottom: -5px;
    display: inline-block;
    width: 26px;
    height: 1px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #707070;
}
@media (min-width: 768px) {
    .cat_style::before{
        width: 36px;
    }
}
.flex_box{
    display: -webkit-box;
    display: flex;
}
.flex_c{
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
}
a.list_page{
    font-size: 2.1rem;
    margin-top: 100px;
    padding: 20px 0 5px;
    border-bottom: 1px solid #707070;
    position: relative;
    font-family: "UniversNextPro-Cond";
    letter-spacing: 0;
}
a.list_page::before{
    display: block;
    position: absolute;
    width: 1px;
    height: 100px;
    background: #707070;
    content: '';
    top: -100px;
    left: 50%;
}
a.list_page:hover{
    text-decoration: none;
}
a.more{
	position: relative;
	display: block;
	width: 100%;
	max-width: 240px;
	text-align: center;
	background: #000;
	color: #FFF;
	padding: 15px 10px;
	border-radius: 25px;
    cursor: pointer;
	text-decoration: none;
	letter-spacing: 2px;
}
a.more::before{
	content: "";
	display: block;
	position: absolute;
	width: 30px;
	height: 30px;
	background: #FFF;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
	border-radius: 50%;
}
a.more::after{
	content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 19px;
    transform: translateY(-50%);
    border-right: 6px solid transparent;
    border-top: 10px solid #000;
    border-left: 5px solid transparent;

}
@media (min-width: 768px) {
	a.more{
		font-size: 1.8rem;
	}
}
@media (max-width: 767px) {
	a.more{
		font-size: 1.6rem;
	}
}

.br::before {
    content: "\A";
    white-space: pre;
}
@media (max-width: 767px) {
    .br_sp::before {
    content: "\A";
    white-space: pre;
    }
}
@media (min-width: 768px) {
    a[href^="tel:"]{
        pointer-events : none;
        cursor:default;
        text-decoration:none;
    }
}
/* ie,edge用 */
.object-fit-img {
    object-fit: contain;
    font-family: 'object-fit: contain';
}
.object-fit-img-cover {
    object-fit: cover;
}

/* button ================================= */
button{
    font-family: "FP-ヒラギノ角ゴ ProN W6";
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
}
.basic_btn{
	color: #000;
    background: #FFF;
    border: 1px solid #BFBFBF;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    display: block;
    font-size: 1.1rem;
    letter-spacing: 1.1px;
    transition: 0.3s;
}
.black_btn{
    background: #000;
    border: 1px solid #000;
    padding: 8px;
    box-sizing: border-box;
    text-align: center;
    display: block;
    color: #FFF;
    font-size: 1.3rem;
    transition: 0.3s;
}
.black_btn:disabled{
    opacity: 0.6;
    cursor:not-allowed;
}
.basic_btn:hover,
.black_btn:hover{
    opacity: 0.6;
}
.basic_btn:disabled{
    background: #D3D3D3;
    border-color: #D3D3D3;
    color: #000;
    cursor: not-allowed;
}
.basic_btn:disabled:hover{
    opacity: 1;
}
.basic_btn.big{
    width: 100%;
    max-width: 595px;
    height: 56px;
}
/* input~ ================================= */
input,select{
    font-size: 1.6rem;
    /*font-family: "FP-ヒラギノ角ゴ ProN W3";*/
}
.form_group {
    position: relative;
    margin: 30px 0;
}
.form_group input{
    display: block;
    width: 100%;
    height: 38px;
    padding: 0 8px;
    box-sizing: border-box;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    background-image: none;
    border: 1px solid #BFBFBF;
    font-size: 1.4rem;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
}
@media (max-width: 756px){
    input,textarea{
        font-size: 16px!important;
    }
    .form_group input{
        height: 48px;
    }
}
input[type="button"],input[type="reset"],input[type="submit"],select,button{
    cursor:pointer;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
}
.form_group_select,.form_group_select2,
.form_group_checkbox,.form_group_checkbox2{
    position: relative;
}
.form_group_select select::-ms-expand,
.form_group_select2 select::-ms-expand {
	display: none;
}
.form_group_select select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    display: inline-block;
    height: 35px;
    padding: 0 25px 0 8px;
    box-sizing: border-box;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    background-image: none;
    border: 1px solid #FFF;;
    border-bottom: 1px solid #BFBFBF;
    outline: none;
}
.form_group_select select:focus{
    border: 1px solid #BFBFBF;
}
.form_group_select::before {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 0.8em;
    height: 0.8em;
    padding: 0;
    content: "∨";
    color: #000;
    font-size: 1.3em;
    pointer-events: none;
    transform: translateY(-50%);
    z-index: 10;
    box-sizing: border-box;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}
@media (max-width: 756px){
    .form_group_select::before {
        right: 10px;
        font-size: 1em;
    }
}
.form_group_select2 select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    display: inline-block;
    padding: 5px 34px 4px 8px;
    box-sizing: border-box;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    background-image: none;
    border: 1px solid #BFBFBF;
    outline: none;
}
.form_group_select2::before {
    position: absolute;
    top: 50%;
    right: 0;
    width: 34px;
    height: 100%;
    border-left: 1px solid #BFBFBF;
    padding: 0;
    content: "";
    color: #000;
    font-size: 1.3em;
    pointer-events: none;
    transform: translateY(-50%);
    z-index: 10;
}
.form_group_select2::after {
    position: absolute;
    top: 50%;
    right: 8px;
    width: 0.8em;
    height: 1em;
    padding: 0;
    content: "∨";
    color: #000;
    font-size: 1.2em;
    pointer-events: none;
    transform: translateY(-50%);
    z-index: 10;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}
@media (max-width: 756px){
    .form_group_select2 select{
        padding: 11px 34px 11px 8px;
        height: 48px;
    }
}
.form_group_checkbox input[type="checkbox"],
.form_group_checkbox2 input[type="checkbox"]{
    display: none;
}
.form_group_checkbox input[type="checkbox"] + label{
    display: inline-block;
    position: relative;
    padding-left: 45px;
    cursor: pointer;
    user-select: none;
    margin: 20px 0 35px;
}
.form_group_checkbox2 input[type="checkbox"] + label{
    display: inline-block;
    position: relative;
    padding-left: 1.8em;
    cursor: pointer;
    user-select: none;
}
.form_group_checkbox input[type="checkbox"] + label > span{
    display: inline-block;
    width: 100%;
    margin: 20px 0;
}
.form_group_checkbox input[type="checkbox"] + label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 23px;
    height: 23px;
    border: 1px solid #707070;
    box-sizing: border-box;
    background: #fff;
}
.form_group_checkbox2 input[type="checkbox"] + label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 13px;
    height: 13px;
    border: 1px solid #707070;
    box-sizing: border-box;
    background: #fff;
}
.form_group_checkbox input[type="checkbox"] + label::after {
    content: "✓";
    position: absolute;
    top: 2px;
    left: 2px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    color: #000;
    transition: all .2s;
    width: 23px;
    height: 23px;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}
.form_group_checkbox2 input[type="checkbox"] + label::after {
    content: "✓";
    position: absolute;
    top: -2px;
    left: -3px;
    font-size: 1.4em;
    font-weight: 600;
    line-height: 1;
    color: #000;
    transition: all .2s;
    width: 13px;
    height: 13px;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}

.form_group_checkbox input[type="checkbox"]:not(:checked) + label::after,
.form_group_checkbox2 input[type="checkbox"]:not(:checked) + label::after{
    opacity: 0;
    transform:scale(0);
}
.form_group_checkbox input[type="checkbox"]:checked + label::after,
.form_group_checkbox2 input[type="checkbox"]:checked + label::after{
    opacity: 1;
    transform:scale(1);
}
/* readonly */
.form_group input:read-only{
    border-color: #FFF;
    outline: none;
}
/* disabled */
.form_group input:disabled{
    background: #ddd;
}
.form_group_checkbox input[type="checkbox"]:disabled + label,
.form_group_checkbox2 input[type="checkbox"]:disabled + label{
    cursor: not-allowed;
}
.form_group_checkbox input[type="checkbox"]:disabled + label::before,
.form_group_checkbox2 input[type="checkbox"]:disabled + label::before{
    box-shadow: none;
    background-color: #EEE;
}
.form_group_file {
    position: relative;
}
.form_group_file input{
    display: none;
}
.form_group_file label{
    display: inline-flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    background: #FFF;
    border: 1px solid #BFBFBF;
    width: 214px;
    height: 37px;
    padding: 6px;
    box-sizing: border-box;
    font-size: 1.3rem;
    cursor:pointer;
    font-family: "FP-ヒラギノ角ゴ ProN W6";
}
.form_group_file .file_name{
    display: inline-flex;
    font-size: 1.5rem;
    margin-left: 1.5em;
    word-break: break-all;
}
.form_group_textarea{
    position: relative;
}
.form_group_textarea textarea{
    border: 1px solid #D9D9D9;
    padding: 8px;
    box-sizing: border-box;
    line-height: 1.5;
    -webkit-appearance: none;
    border-radius: 0;
}

/* 番地の注意文言 */

.attention-text {
	color: #FE0000;
	margin-top: 0.4em;
}

/* Container ================================= */
.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 100px 0 0 0;
}
@media screen and (max-width: 1140px) {

    /*add202404*/
    .container {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding: 60px 0 0 0;
    }
}
.container article{
    box-sizing: border-box;
    padding: 20px 0 100px;
}
.container article.pdf_reader {
    padding-bottom: 0;
}
.container article:first-child{
    min-height: 600px;
}
.container article .inner_wrap {
    position: relative;
    padding: 100px 0;
    max-width: 1200px;
    min-height: 600px;
    margin: auto;
    box-sizing: border-box;
}
.basic{
    max-width: 1260px;
    margin: 0 auto;
}

.container article.pdf_reader.manual_dl .pdf_note_wrap {
    padding-top: 275px;
}

@media (max-width: 736px) {
    .mt_mb100{
        margin: 30px 0;
    }
    .container article{
        padding: 63px 0;
        background-repeat: no-repeat;
    }
    .container article:first-child{
        min-height: 500px;
        padding: 0 0 30px;
    }
}

@media (max-width: 736px) {
    .container article.pdf_reader:first-child {
        padding-bottom: 0;
    }
    .container article.pdf_reader.manual_dl .pdf_note_wrap {
        padding-top: 190px;
    }
}

/* パンくずリスト */
@media (max-width: 767px) {
    .breadcrumb{
        display: none;
    }
}
@media (min-width: 768px) {
    .breadcrumb{
        width: 100%;
        padding: 0 52px;
        margin: 0 auto 20px;
        box-sizing: border-box;
        font-size: 1.1rem;
    }
    .breadcrumb li{
        display:inline;
        list-style: none;
    }
    .breadcrumb li:after {
        content: '';
        display: inline-block;
        width: 50px;
        height: 1px;
        background: #1A1311;
        margin: 0 3px 4px;
    }
    .breadcrumb li:last-child:after {
        display: none;
    }
    .breadcrumb li a {
        text-decoration: none;
    }
    .breadcrumb li a:hover {
        text-decoration: underline;
    }
}

/*ページネーション*/
.pagination{
    font-size: 1.4rem;
    text-align: center;
}
.pagination li{
    display: inline-block;
    text-align: center;
    margin-right: 10px;
}
.pagination li a{
    color: #838383;
    text-decoration: none;
    display: block;
    box-sizing: border-box;
    border: 1px solid #FFF;
    padding: 7px 10px;

}
.pagination li.active a{
    border: 1px solid #454545;
}
.pagination li.active a{
    color: #454545;
}
.pagination li.next a,
.pagination li.prev a{
    font-size: 1.5rem;
    color: #454545;
    font-weight: 600;
}
/* Important-news=============================================== */
/* top */
#important-news-top{
	padding: 10px 0 30px;
}
#important-news-top .inner{
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
#important-news-top .inner a{
	display: block;
	box-sizing: border-box;
	text-align: center;
	font-size: 2rem;
	text-decoration: none;
	padding: 15px;
	transition: 0.3s;
}
#important-news-top .inner a::before{
    content: "";
    display: inline-block;
    background: url(../images/news_icon.png) no-repeat;
    background-size:contain;
    width: 1em;
    height: 1em;
    margin: 0 0.5em 5px 0;
    vertical-align: middle;
}
/* bottom */
#important-news .inner{
    max-width: 1018px;
    width: 65vw;
    margin: 0 auto;
    border: 1px solid #000;
    position: relative;
}
#important-news .inner .logo_mark{
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 60px;
    background: url(../images/logomark.svg) no-repeat #FFF center;
    background-size: contain;
}
#important-news .inner a{
    display: block;
    box-sizing: border-box;
    text-align: center;
    font-size: 2.5rem;
    text-decoration: none;
    margin: 50px 20px 40px;
    transition: 0.3s;
}
#important-news .inner a::before{
    content: "";
    display: inline-block;
    background: url(../images/news_icon.png) no-repeat;
    background-size:contain;
    width: 1em;
    height: 1em;
    margin: 0 0.5em 5px 0;
    vertical-align: middle;
}
#important-news .inner a::after{
    content: ">";
    display: inline-block;
    width: 20px;
    height: 1em;
    margin: 0 0 8px 20px;
    vertical-align: middle;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}
@media (max-width:812px){
    #important-news{
        padding: 80px 0;
    }
    #important-news .inner{
        width: 80vw;
    }
    #important-news .inner .logo_mark{
        height: 50px;
    }
    #important-news .inner a{
        position: relative;
        width: 100%;
        font-size: 1.4rem;
        padding: 50px 10px 40px;
        margin: 0;
    }
    #important-news .inner a::before{
        content: "";
        background: url(../images/news_icon.png) no-repeat;
        background-size:contain;
        width: 15px;
        height: 24px;
    }
    #important-news .inner a::after{
        width: 15px;
        margin: 0 0 5px 0.5em;
        font-size: 14px;
    }
}

/*pdf*/
.pdf_note_wrap{
    font-size: 1.4rem;
    align-items: flex-start;
    justify-content: center;
}
.pdf_note{
    display: inline-flex;
    align-items: center;
    width: 240px;
}
.pdf_note > a{
    display: block;
    margin: 18px;
}
.pdf_note_wrap > p{
    letter-spacing: 0.28px;
    line-height: 1.7;
}

/* エラー 吹き出し */
.error_wrap .balloon{
    position: relative;
    display: inline-block;
    min-width: 150px;
    margin: 12px 0;
    padding: 8px;
    background: #FFF5F5;
    border: solid 1px #FF0000 !important;
    box-sizing: border-box;
}
.error_wrap .balloon p{
    font-size: 1.2rem !important;
    color: #FF0000;
    text-align: left;
    margin: 0;
    line-height: 1.7;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}
.error_wrap_noabsolute .balloon{
    position: relative;
    display: inline-block;
    min-width: 150px;
    margin: 12px 0;
    padding: 8px;
    background: #FFF5F5;
    border: solid 1px #FF0000 !important;
    box-sizing: border-box;
}
.error_wrap_noabsolute .balloon p{
    font-size: 1.2rem !important;
    color: #FF0000;
    text-align: left;
    margin: 0;
    line-height: 1.7;
    font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}

[v-cloak] {
    display: none;
}

/* information ================================= */
.information_box{
    width: 80%;
    max-width: 1017px;
    margin: 0 auto;
    border: 1px solid #707070;
    box-sizing: border-box;
}
.information_box:hover{
    text-decoration: none;
}
@media (max-width: 767px) {
    .information_box{
        flex-direction: column;
        max-width: 298px;
        margin-bottom: 100px;
    }
    .information_box > img{
        width: 100%;
    }
    .information_box > .text_wrap{
        width: 90%;
        padding: 20px;
        box-sizing: border-box;
        max-width: 240px;
        position: relative;
    }
    .information_box > .text_wrap p:first-child{
        font-size: 2rem;
        letter-spacing: 0.3em;
    }
    .information_box > .text_wrap p:last-child{
        font-size: 1.2rem;
        letter-spacing: 0.02em;
        line-height: 1.5;
        margin: 0.5rem 0;
    }
    .information_box > .text_wrap::after{
        position: absolute;
        content: "→";
        font-size: 3rem;
        top: 50%;
        right: -8%;
        transform: translateY(-50%);
		font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    }
}
@media (max-width: 320px) {
    .information_box > .text_wrap p:first-child{
        font-size: 1.8rem;
    }
    .information_box > .text_wrap::after{
        font-size: 2.5rem;
        right: -5%;
    }
}
@media (min-width: 768px) {
    .information_box{
        position: relative;
        margin-bottom: 326px;
        align-items: center;
    }
    .information_box > img{
        width: 40%;
        max-width: 369px;
        object-fit: cover;
    }
    .information_box > .text_wrap{
        width: 50%;
        max-width: 350px;
        margin: 0 auto;
    }
    .information_box > .text_wrap p:first-child{
        font-size: 2.5rem;
        letter-spacing: 0.3em;
    }
    .information_box > .text_wrap p:last-child{
        font-size: 1.4rem;
        letter-spacing: 0.02em;
        line-height: 1.5;
    }
    .information_box::after{
        position: absolute;
        content: "→";
        font-size: 4rem;
        top: 50%;
        right: 3%;
        transform: translateY(-50%);
		font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    }
}

/* cart ================================= */
.cart_lists {
    width: 80%;
    max-width: 1260px;
    margin: 75px auto 20px;
    padding: 0 30px;
}

.cart_lists .row {
    display: flex;
    align-items: center;
    text-align: center;
}

.cart_lists .row .cart_lists_img { width: 10%;}
.cart_lists .row .cart_lists_name {
    width: 20%;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
}
.cart_lists .row .cart_lists_item {
    width: 46%;
    padding: 0 20px;
    vertical-align: top;
    text-align: left;
}
.cart_lists .row .cart_lists_color { width: 13%;}
.cart_lists .row .cart_lists_size { width: 13%;}
.cart_lists .row .cart_lists_quantity {  width: 17%;}
.cart_lists .row .cart_lists_delete { width: 17%;}
.cart_lists .row .cart_lists_price { width: 10%;}
.cart_lists .row.cart_lists_details { padding: 30px 0; }
.cart_lists .row .cart_lists_img img { max-width: 100%; }
.cart_lists .row .cart_lists_delete .item_btn { display: inline-block; }
.cart_lists .row .cart_lists_delete .item_btn .basic_btn {
    width: 90px;
    font-size: 1.2rem;
}
.cart_lists .row .cart_lists_quantity .form_group_select2 select { padding: 5px 30px 5px; }
.cart_lists .row .cart_lists_quantity .form_group_select2 select.pd_pref {
    width: 106px;
    height: 40px;
}

@media screen and (max-width: 768px) {
    .cart_lists {
        margin-top: 0;
        padding: 0;
        font-size: 0.8em;
    }

    .cart_lists .row { display: inherit; }
    .cart_lists .row .cart_lists_item {
        width: 100%;
        margin: 10px 0;
        box-sizing: border-box;
    }

    .cart_lists .row .cart_lists_img,
    .cart_lists .row .cart_lists_name,
    .cart_lists .row .cart_lists_color,
    .cart_lists .row .cart_lists_size,
    .cart_lists .row .cart_lists_quantity,
    .cart_lists .row .cart_lists_delete,
    .cart_lists .row .cart_lists_price {
        width: auto;
        text-align: center;
        margin-bottom: 10px;
    }

    .cart_lists .row .cart_lists_img { margin-bottom: 0; }
    .cart_lists .row .cart_lists_name { padding: 0; }
    .cart_lists .row.cart_lists_details {
        border-bottom: 1px solid #BFBFBF;
        padding: 20px 0;
    }

    .cart_lists .row.cart_lists_details:last-child {
        border-bottom: 0;
        padding-bottom: 0;
    }

    .cart_lists .row .cart_lists_img img { max-width: 80%; }
    .cart_lists .row .cart_lists_quantity .form_group_select2 select,
    .cart_lists .row .cart_lists_quantity .form_group_select2 select.pd_pref {
        width: 50%;
        padding: 5px 55px 5px;
    }

    .cart_lists .row .cart_lists_quantity .form_group_select2 select:after { left: 65%; }
    .cart_lists .row .cart_lists_delete .item_btn { display: inherit; }
    .cart_lists .row .cart_lists_delete .item_btn .basic_btn {
        width: 50%;
        margin: auto;
    }

    .cart_lists .row .cart_lists_price { font-size: 2em; }
}

.caution_box{
    line-height: 1.5;
    background: #f2f2f2;
    padding: 7px 15px;
    box-sizing: border-box;
}
.caution_box .help_text{
    font-size: 1.4rem;
    margin: 0.5em 0;
    width: 100%;
}
.caution-box-yellow{
    line-height: 1.5;
    background: #ffffcd;
    padding: 1em 1.5em;
    box-sizing: border-box;
	width: 100%;
	max-width: 900px;
}
.caution-box-yellow .title{
	width: 100%;
	margin: 1em 0;
	font-size: 1.4rem;
}
.caution-box-yellow .text{
    width: 100%;
    font-size: 1.4rem;
    margin: 1em 0;
    box-sizing: border-box;
}
.caution-box-yellow a{
	text-decoration: underline;
}
.mt50{margin-top: 50px;}
.mb50{margin-bottom: 50px;}

.tcl_online,.tcl_online_sc{
	display: block;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    padding: 2em;
    width: 80%;
    max-width: 850px;
    text-align: center;
}
.tcl_online{
    margin: 3em 0;
    box-sizing: border-box;
    word-break: keep-all;
	line-height: 1.5;
}
.tcl_online_sc{
	margin: 0 auto;
    font-size: 1.3rem;
    line-height: 1.5;
}
.tcl_online_gn{
	border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    width: 100%;
    max-width: 280px;
    justify-content: center;
    padding: 1.5em 0;
    margin: 1em 0;
}
.tcl_online_gn::after{
	display: none;
}
.border_box{
	border: 1px solid #B4B4B4;
	padding: 3em 0;
	margin-bottom: 3em;
}
.border_box .title{
	font-size: 1.8rem;
	margin: 1em 0;
}
.border_box .inner{
	width: 90%;
	max-width: 940px;
	margin: 0 auto;
	line-height: 1.5;
}
.border_box .inner p{
	margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
	.border_box{
		padding: 1em 0;
	}
	.border_box .inner{
		font-size: 1.4rem;
	}
	.border_box .inner .title{
		font-size: 1.6rem;
		text-align: center;
	}
	#important-news-top{
		padding: 10px 0;
        margin: 15px 0 10px;
	}
	#important-news-top .inner a{
		font-size: 1.4rem;
	}
}

/*IE対応*/
.object_cover {
    font-family: "object-fit:cover;";
}

/* loading ================================= */
.loading_container {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 10;
	background-color: #f5f5f555;
}

.loading_container img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

/*クッキー同意ポップアップ=================================*/
#cookie_control .cookie_inner {
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color: rgba(0,0,0,0.8);
	box-sizing: border-box;
	z-index: 500;
	min-height: 70px;
}
#cookie_control .cookie_flex {
	width: 90%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	padding: 15px 0 10px 0;
}
#cookie_control .cookie_left {
	width: 55%;
}
#cookie_control .cookie_right {
	width: 40%;
	text-align: center;
}
#cookie_control .cookie_text {
	font-size: 1.3rem;
	line-height: 1.7;
    color: #ffffff;
	display: inline-block;
}
#cookie_control a {
	color: #ffffff;
	text-decoration: underline;
}
#cookie_control button {
	border: none;
	font-size: 1.5rem;
}
#cookie_control .cookie_btn {
	display: flex;
	justify-content: center;
	margin-bottom: 8px;
}
#cookie_control .cookie_btn_ok {
	background: #0478C1;
	color: #ffffff;
	height: 40px;
	width: 55%;
	max-width: 280px;
	min-width: 200px;
	margin-right: 20px;
}
#cookie_control .cookie_btn_no {
	background: #E9E7E8;
	color: #616161;
	height: 40px;
	width: 30%;
	max-width: 180px;
	min-width: 110px;
}
#cookie_control .cookie_note {
	color: #ffffff;
	font-size: 1.1rem;
}
/*SP*/
@media screen and (max-width: 768px) {
	#cookie_control .cookie_flex {
		display: block;
		padding: 20px 0 14px 0;
	}
	#cookie_control .cookie_left {
		width: 100%;
		margin-bottom: 14px;
	}
	#cookie_control .cookie_right {
		width: 100%;
	}
	#cookie_control .cookie_btn {
	margin-bottom: 13px;
}
}