﻿body{
        font-family: "メイリオ",Meiryo,verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
    }
#main picture>img {
    width: 100%;
    height: auto;
}


#main nav.breadcrumb{
        
    }
#main nav.breadcrumb ol{
        display: inline;
        flex-wrap: wrap;
    }
#main nav.breadcrumb li{
        display: inline;
    }
#main nav.breadcrumb li:first-child a {
        padding-left: 0;
    }
#main nav.breadcrumb li a{
        display: inline;
    color: #83838f;
    position: relative;
    }
#main nav.breadcrumb li:nth-child(n+2)::before{
    content: "＞";
    margin: 0 0.5em 0 0.6em;
    }


.title{
    position: relative;
}
.title img{
    display: block;
}
.title span.heading01:before {
    content: '物置・収納庫特集';
    -webkit-text-stroke: 0.1em #000;
    position: absolute;
    z-index: -1;
}
.title span.heading01 {
    position: absolute;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 4.8rem;
    line-height: 1.2;
    letter-spacing: 0.05em;
    transform: translate(-50%, -50%);
    top: 62%;
    width: 100%;
    left: 50%;
    /*text-shadow: 0px 3px 6px rgba(0, 0, 0);*/
    font-feature-settings: "palt" 1;
}
.title span.heading01.sub-page {
    position: absolute;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 4.5rem;
    line-height: 1.2;
    letter-spacing: 0.05em;
    transform: translate(-50%, -50%);
    top: 32%;
    width: 100%;
    left: 50%;
    /*text-shadow: 0px 3px 6px rgba(0, 0, 0);*/
    font-feature-settings: "palt" 1;
}
.title span.heading02 {
        position: absolute;
    font-size: 1.75em;
    font-weight: bold;
    text-align: center;
    width: 72%;
    padding: 0.25em 0 0.3em;
    border-radius: 0.5em;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    background: #e3561c;
    /*box-shadow: 0px 3px 6px rgba(0, 0, 0);*/
}
.title span.heading02.sub-page {
    position: absolute;
    font-size: 1.25em;
    font-weight: bold;
    text-align: center;
    width: 52%;
    padding: 0.25em 0 0.3em;
    border-radius: 0.5em;
    top: 16%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    background: #e3561c;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, .5);
}
.title span.heading02:after {
       content: '';
    height: 0;
    width: 0;
    position: absolute;
    border-right: 15px solid transparent;
    border-top: 15px solid #e3561c;
    border-left: 15px solid transparent;
    border-top-color: #e3561c;
    top: 96%;
    left: calc(10% + 1px);
}
.title span.heading03 {
    position: absolute;
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    width: 66%;
    padding: 0.25em 0 0.3em;
    border-radius: 0.25em;
    top: 72%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    background: #294051;
    border: 1px solid #fff;
    box-sizing: border-box;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, .5);
}
.title span.heading03.sub-long {
    font-size: 1.75em;
}
#main h2.headingMiddle {
    margin: 60px 0 20px 0;
}

/* ----pc  h2 見出し---- */
#main .feature-hdg2 {
position: relative;
padding-bottom: 1.25rem;
border-bottom: 3px solid #B6B6B6;
font-size: 1.75rem;
margin-top: calc(80px - 0.6rem);
margin-bottom: calc(40px - 0.75rem); 
}
#main .feature-hdg2::after {
position: absolute;
content: " ";
border-bottom: solid 3px #E5002D;
bottom: -3px;
width: 8%;
display: block;
}
/* -- pc  h2 見出し end --  */

/* ----pc  h2 見出し 補足（リード文）---- */
#main .lead-text {
font-size: 1.15em;
line-height: 1.4; 
}
/* -- pc  h2 見出し 補足（リード文） end --  */

#main h3.checkPoint {
    position: relative;
    font-size: 1.25em;
    font-weight: bold;
    margin: 60px 0 20px 0;
    padding: 0 0 10px 0;
    text-align: left;
    border-bottom: #aaaaaa 2px solid;
    display: flex;
    align-items: center;
}
#main h3.checkPoint .st0{fill:#aaaaaa;}
#main h3.checkPoint .st1{fill:none;stroke:#ffffff;stroke-width:3;stroke-miterlimit:10;}
#main h3.checkPoint .st2{fill:#ffffff;}
#main h3.checkPoint.h2under {
    margin: 20px 0 20px 0;
}
#main h3.checkPoint span {
    margin: 0 0 0 20px;
}
#main .subTxt {
    line-height: 1.2;
    margin: 0.5em 0 1em;
}
.btnstyle{
display: flex;
flex-wrap: wrap;
justify-content:space-between;
    margin: 20px 0;
}
.btnstyle li{
width:calc(50% - 5px);
margin-bottom: 10px;	
border-radius: 5px;
border:1px solid #ababab;
background: #f1f1f1;	
display: flex;
overflow: hidden;	
}
.btnstyle .images{
height: 6em;
background: #fff;	
border-right: 1px solid #ababab;
display: inline-block;
padding: 5px;
box-sizing: border-box;
}
.btnstyle .images img{
    width: auto;
height:100%;
}
.btnstyle .textBox{
padding:0.5em;
font-weight:700;
line-height: 1.3em;	
}

.btnstyle a{
display: flex !important;
align-items:center;
width: 100%;
}
.btnstyle .videos{
display: flex !important;
align-items:center;
width: 100%;
position:relative;
cursor:pointer;
border: none;
box-sizing: border-box;
}
.btnstyle .videos img{
display: block;
}
.btnstyle .arrow{
background: #aaa;
height: 100%;
width: 2em;
display: flex;
color: #fff;
align-items: center;
justify-content: center;
}

#main .contents-block{
    margin: 0 0 40px;
}

p.catch-copy_01{
        font-size: 3.2em;
    display: flex;
    flex-wrap: wrap;
    font-weight: bold;
    justify-content: center;
    font-feature-settings: "palt" 1;
    align-items: center;
    } 
    p.catch-copy_01 span{
        width: 50%;
    }
    p.catch-copy_01 span.catch-copy_01--red{
        font-size: 2.2em;
    color: #f00;
    }

#main .campaign-bnr{
    margin: 40px 0 20px;
}
#main .campaign-bnr .campaign-header {
    font-size: 1.5em;
    margin: 0.5em auto;
    padding: 0.3em 0;
    border-bottom: 1px solid #333;
    width: 25%;
    display: block;
    font-weight: bold;
}
#main .campaign-bnr p{
    text-align: center;
    line-height: 1.5;
    margin: 0.5em 0 0 0;
    text-decoration: none;
}
#main .campaign-bnr img{
    width: 100%;
    height: auto;
}
#main .komerioriginal-goods{
        display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    }
    #main .komerioriginal-goods_cols{
        width: calc(48% - 10px);
    }
    #main .komerioriginal-goods_cols:nth-child(2){
        display: flex;
    flex-direction: column;
    justify-content: flex-end;
        width: calc(52% - 10px);
    }
    #main .komerioriginal-goods.single_item {
        text-align: right;
    }

    #main .komerioriginal-goods img{
        width: 100%;
        height: auto
    }
    #main .komerioriginal-goods .price{
        text-align: right;
        font-size: 3em;
        margin: 0 0 0 auto;
        width: 100%;
    }
    #main .komerioriginal-goods .price span{
        
    }
    #main .komerioriginal-goods .price span.tax,#main .komerioriginal-goods .price span.en{
        
    }
    #main .komerioriginal-goods .price_other{
        text-align: left;
        border: 1px solid #333;
        padding: 10px;
        box-sizing: border-box;
        margin: 10px 0 0;
    }
    #main .komerioriginal-goods .price_other {
        display: inline-block;
    margin: 15px 0 15px auto;
    text-align: right;
    }
    #main .komerioriginal-goods .price_other span{
    }
    #main .komerioriginal-goods .price_other span.option,
    #main .komerioriginal-goods.single_item .price_other span.option {    
        font-size: 1.25em;
        font-weight: bold;
        line-height: 1.2;
    }
    #main .komerioriginal-goods .price_other span.ex{
        line-height: 1.2;
    }
    #main .komerioriginal-goods .size{
    }
    #main .komerioriginal-goods .size ul{
        display: flex;
    flex-wrap: wrap;
        justify-content: flex-start;
    margin: 10px 0;
    }
    #main .komerioriginal-goods .size ul li{
        margin: 0 10px 10px 0;
    font-feature-settings: "palt" 1;
    width: auto;
    }
    #main .icon_outer {
        position: relative;
    }
    #main .icon_inner {
        position: absolute;
        display: block;
        width: 22%;
        left: 5%;
        top: 3%;
    }
    #main .supplement {
        text-align: left;
        margin-bottom: 30px;
    }
#main .goods-name{
        text-align: left;
    font-size: 1.75em;
    font-weight: bold;
            margin: 0 0 10px;
    width: 100%;
    }
#main .contents-block img{
    width: 100%;
    height: auto;
}
#main .main-catch{
    margin: 0 0 40px;
}
#main .main-cflex{
        display: flex;
        flex-wrap: wrap;
    }
    #main .main-cflex p{
        line-height: 1.5;
    } 
    #main .main-cflex li{
        width: calc(50% - 10px);
        margin: 0 10px 0 0;
        text-align: center;
    }  
    #main .main-cflex li:nth-child(2n){
        margin: 0 0 0 0;
    }  
	#main .img_container {
		width: 100%;
		height: auto;
	}
	#main .img_container img {
		width: 100%;
		height: auto;
	}

.maker_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  transition: 0.25s;
}

.maker_content:hover {
  opacity: 0.75;
  cursor: pointer;
}

#main li.maker_bnr a {
  position: relative;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  margin: 0 0 20px;
}

.maker_bnr a div.img_content img {
  max-width: 200px;
  height: auto;
}

.maker_bnr a div.text_content {
  padding: 15px;
    width: 100%;
    max-width: 600px;
}

.maker_bnr a div.text_content h3 {
  font-size: 1.5em;
  font-weight: bold;
  margin: 0 0 10px;
  line-height: 1.2;
}

.maker_bnr a div.text_content p {
  line-height: 1.2;
}

.maker_bnr a::after {
    content: "";
    position: absolute;
    right: 15px;
    border-top: 2px solid #b6b6b6;
    border-right: 2px solid #b6b6b6;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    bottom: 0;
    margin: auto;
}
.catch-text_blue {
    background-color: #002060;
    color: #fff;
    text-align: center;
    padding: 15px 0;
    font-weight: bold;
    font-size: 1.5em;
    line-height: 1.5;
    margin: 0 0 20px;
} 
.catch-text_red {
    background-color: #c40000;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    font-weight: bold;
    font-size: 1.75em;
    line-height: 1.5;
    margin: 0 0 20px;
}
.catch-text_blue > span,.catch-text_red > span{
    font-weight: normal;
    font-size: 0.8em;
}
@media screen and (max-width:767px) {
    .catch-text {
        font-size: 1.0rem;
        padding: 20px 15px;
        line-height: 1.5;
    }
}

.daimatu-goods {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.daimatu-goods--item {
    width: calc(50% - 10px);
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.daimatu-goods--img {
    min-height: 0%;
}
.daimatu-goods--img > img {
    width: 100%;
    height: auto;
}
.daimatu-goods--text {
    flex-grow: 1;
    font-weight: bold;
    line-height: 1.2;
    margin-top: 15px;
    font-size: 1.25rem;
}
.daimatu-goods--text a{
    text-decoration: none;
    color: #000;
}
.daimatu-goods .daimatu-goods--item:nth-child(n+3) {
    margin-top: 30px;
}
.daimatu-goods--btn {
    margin-top: 15px;
}
.daimatu-goods--btn a {
    text-decoration: none;
}
.daimatu-goods--btn-inner {
    background-color: #EA6D0D;
    font-weight: bold;
    color: #FFF;
    display: flex;
    cursor: pointer;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1.25rem;
    border-radius: 50px;
    padding: 25px 0;
    transition: 0.25s;
}
.daimatu-goods--btn-inner:hover {
    opacity: 0.9;
}
@media screen and (max-width:767px) {
    .daimatu-goods {
        margin-top: 30px;
    }
    .daimatu-goods--item {
        width: 100%;
    }
    .daimatu-goods--text {
        font-size: 1.0rem;
    }
    .daimatu-goods .daimatu-goods--item:nth-child(n+2) {
        margin-top: 20px;
    }
    .daimatu-goods--btn-inner {
        padding: 20px 0;
        font-size: 1.0rem;
    }
}
#main .eventbnr{
        display: flex;
        flex-wrap: wrap;
    }
    #main .eventbnr li{
    width: calc(50% - 5px);
    margin: 0 10px 20px 0;
    position: relative;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    }
    #main .eventbnr li:nth-child(2n){
    margin: 0 0 20px 0;
    }
    #main .eventbnr li a{
    display: flex;
        height: 8em;
    }
    #main .eventbnr li .linksTxt{
    font-size: 1em;
    margin: auto auto auto 10px;
    display: flex;
    flex-wrap: wrap;
    width: calc(80% - 20px);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    }
    #main .eventbnr li .linksTxt p{
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 10px;
    padding: 0.5em 0;
	font-weight: 700;
}
#main .eventbnr li .linksTxt p span {
    font-size: 0.75em;
    width: calc(90% - 10px);
    line-height: 1.2;
    font-weight: 400;
    padding-top: 0.5em;
    display: block;
}
    #main .eventbnr li .linksImg{
    margin: auto 15px auto auto;
    width: calc(30% - 20px);
    display: flex;
    align-items: center;
    }
    #main .eventbnr li .linksImg img {
    width: 100%;
}

    #main .monooki_select{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}
#main .monooki_select li:nth-child(n+3) {
    margin-top: 20px;
}

#main .monooki_select li{
    width: calc(50% - 10px);
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    margin: 0 0 20px;
}

#main .monooki_select li a{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10px 5px;
height: 100%;
    box-sizing: border-box;
position: relative;
}
#main .monooki_select li a .monooki_ex--img span{
          margin: 10px 0 0;
    display: block;
}
#main .monooki_ex--img span svg{
    margin-right: 0.2em;
}
#main .monooki_select li a .monooki_ex--img span svg{
    width: 1em;
    height: 1em;
    margin: -0.05em;
}

#main .monooki_ex{
        display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #ccc;
    padding: 10px;
    box-sizing: border-box;
margin: 30px 0 0;
}
#main .monooki_ex--box{
        width: 70%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#main .monooki_ex--box .monooki_ex--title{
      font-weight: bold;
      font-size: 1.25em;
    width: 100%;
}
#main .monooki_ex--img{
       width: 25%;
}
#main .monooki_ex--img img{
      width: 100%;
    height: auto;
}

#main .monooki_ex--img span{
display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#main .monooki_select li a .monooki_ex--img span.door_color{
    margin: 10px 0;
width: 100%;

}
#main  span.door_color-box{
margin: 10px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
#main  span.door_color-box svg{
margin-right: 0.1em;
}
.incl-area #main .monooki_ex--img span{
      margin: 10px 0;
}

#main .monooki_ex--txt{
      width: 75%;
    height: 100%;
    display: flex;
    padding: 10px 20px;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: flex-start;
}
#main .monooki_ex--title{
      font-weight: bold;
      font-size: 1.25em;
}
#main .monooki_ex--txt img{
       width: 100%;
    height: auto;
flex-shrink: 0
}
#main img.maker_logo{
position: absolute;
    bottom: 0;
    right: 0;
    margin: 0 0 0 auto;
    width: 150px;
    height: auto;
    display: block;
}
#main .monooki_ex--txt p{
       line-height: 1.2;
    margin: 10px 0;
}
#main .monooki_ex--detail_btn{
       width: 30%;
}

#main .color_ball--frame{
    fill: #7F7F7F;
}
#main .color_ball--komeri_c01{
    fill: #40382f;
}
#main .color_ball--komeri_c02{
    fill: #30343f;
}
#main .color_ball--takubo_c01{
    fill: #e7e4d5;
}
#main .color_ball--takubo_c02{
    fill: #857d70;
}
#main .color_ball--takubo_c03{
    fill: #ce946e;
}
#main .color_ball--takubo_c04{
    fill: #002f49;
}
#main .color_ball--takubo_c05{
    fill: #f1f2ec;
}
#main .color_ball--takubo_c06{
    fill: #1a3375;
}
#main .color_ball--takubo_c07{
    fill: #daddcc;
}
#main .color_ball--takubo_c08{
    fill: #887467;
}
#main .color_ball--takubo_c09{
    fill: #092e4b;
}
#main .color_ball--takubo_c10{
    fill: #c4865d;
}
#main .color_ball--takubo_c11{
    fill: #d0cec3;
}
#main .color_ball--takubo_c12{
    fill: #e1dac8;
}
#main .color_ball--takubo_c13{
    fill: #101010;
}
#main .color_ball--takubo_lei_c01{
    fill: #75835d;
}
#main .color_ball--takubo_lei_c02{
    fill: #33383b;
}
#main .color_ball--inaba_c01{
    fill: #878988;
}
#main .color_ball--inaba_c02{
    fill: #9ead82;
}
#main .color_ball--inaba_c03{
    fill: #d6dbdf;
}
#main .color_ball--inaba_c04{
    fill: #806c53;
}
#main .color_ball--inaba_c05{
    fill: #6c7077;
}
#main .color_ball--inaba_c06{
    fill: #b3bda0;
}
#main .color_ball--inaba_c07{
    fill: #babcbd;
}
#main .color_ball--inaba_c08{
    fill: #4e4941;
}
#main .color_ball--inaba_c09{
    fill: #cfd2d5;
}
#main .color_ball--inaba_c10{
    fill: #555c65;
}
#main .color_ball--inaba_c11{
    fill: #525961;
}
#main .color_ball--inaba_c12{
    fill: #d5dadc;
}
#main .color_ball--yodo_c01{
    fill: #f2f1ed;
}
#main .color_ball--yodo_c02{
    fill: #434540;
}
#main .color_ball--yodo_c03{
    fill: #224d6f;
}
#main .color_ball--yodo_c04{
    fill: #626665;
}
#main .color_ball--yodo_c05{
    fill: #6a564d;
}
#main .color_ball--yodo_c06{
    fill: #dad9d7;
}
#main .color_ball--yodo_c07{
    fill: #2f3a3c;
}
#main .color_ball--yodo_c08{
    fill: #95ab9e;
}
#main .color_ball--yodo_c09{
    fill: #56493f;
}

#main .color_ball--yodo_c10{
    fill: #fff;
}

#main .color_ball--yodo_c11{
    fill: #674132;
}

#main .color_ball--yodo_beams{
    fill: #2f2816;
}
#main .color_ball--yodo_erumo_coleman{
    fill: #472124;
}
#main .color_ball--yodo_coleman_st{
    fill: #064B49;
}

/* ----ページ内リンクボタン---- */
/* ----pc4列表示 sp2列表示---- */
#main .tab-menu-nav {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0 0 30px
}
#main .tab-menu-nav .fs-medium {
font-size: 1.0em;
padding: 0.5rem 2rem 0.5rem 1rem;
font-feature-settings: "palt";
min-height: 3rem;
line-height: 1.3; 
}
#main .tab-menu-nav::after,
#main .tab-menu-nav::before {
content: "";
display: block;
width: calc(25% - 15px);
height: 0;
}
#main .tab-menu-nav::before {
order: 1;
}
#main .tab-menu-nav li{
width: calc(25% - 15px);
margin-top:1.25rem;
position: relative;
min-height: 60px;
}
#main .tab-menu-nav li:nth-child(-n+4) {
margin-top: 0 
}
/* ----ページ内リンクボタン---- */
/* ----pc3列表示 sp2列表示---- */
#main .tab-menu-nav.col-3::after {
content: "";
display: block;
width: calc( 33.3% - 10px);
height: 0;
}
#main .tab-menu-nav.col-3 li {
width: calc( 33.3% - 10px);
margin-top:1.25rem; 
}
#main .tab-menu-nav.col-3 li:nth-child(-n+3) {
margin-top: 0 
}
/* ----ページ内リンクボタン---- */

/* ---- ボタンメニュー ---- */
/* ----pc2列表示 sp1列表示----*/
#main .menu-btn-list {
display: flex;
flex-wrap: wrap; 
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin: 1rem 0; 
}
#main .menu-btn-list li { 
width: calc( 50% - 10px);
margin-right: 20px;
line-height: 1.2; 
}
#main .menu-btn-list li:last-child {
margin-right: 0 
} 
#main .menu-btn-list .fs-large {
font-feature-settings: "palt";
min-height: 3rem;
font-size: 1.5em;
}
/* ----pc1列表示 sp1列表示----*/
#main .menu-btn-list.col-1 li { 
width: calc( 60% - 10px);
}
/* ----pc1列表示 sp1列表示----*/
#main .menu-btn-list.col-3 li { 
width: calc( 33% - 10px);
margin-right: 10px;
}
#main .menu-btn-list.col-3 li:last-child {
margin-right: 0 
}
#main .menu-btn-list.col-1 .flatbtn {
border-radius: 60px; 
}
/* -- ボタンメニュー end --  */

/* ----pc  ボタン組み合わせ---- */
#main .flatbtn {
box-sizing: border-box;
text-align: center;
border-radius: 40px;
color: #333; 
display: flex;
opacity: 1.0;
width: auto; 
height: 100%;
align-items: center;
justify-content: center;
cursor: pointer;
}
#main .flatbtn:hover,
#main .flatbtn:focus {
text-decoration: none;
opacity: 0.75;
transition: 0.6s; 
}
#main .flatbtn:active,
#main .flatbtn.active {
outline: 0;
box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.125); 
}
#main .flatbtn.disabled,
#main .flatbtn[disabled],
#main .flatbtn.disabled:hover,
#main .flatbtn[disabled]:hover,
#main .flatbtn.disabled:active,
#main .flatbtn[disabled]:active {
cursor: not-allowed;
opacity: 0.65;
filter: alpha(opacity=65);
box-shadow: none !important;
}
#main .default-btn{
background:#979797;
}
#main .orange-btn{
background:#EA6D0D;
}
#main .red-btn{
background:#E50012;
}
#main .blue-btn{
background:#19499c;
}
#main .mustard-btn{
background:#d7ab1a;
}
#main .default-btn,#main .orange-btn,#main .red-btn,#main .blue-btn,#main .mustard-btn {
color: #fff; 
}
#main .border-btn {
border: 1px solid #B6B6B6;
}
#main .border-btn:hover{
border-color: #E5002D;
}
#main .border-btn.selected {
border-color: #d4122c;
}
#main .border-btn-orange {
border: 1px solid #EA6D0D;
color: #EA6D0D;
}
#main .arrow-r,#main .arrow-d {
position: relative
}
#main .arrow-r::after {
content: "";
position: absolute;
right: 18px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
width: 8px;
height: 8px;
-webkit-transform: rotate( 45deg);
transform: rotate( 45deg);
top: 0;
bottom: 0;
margin: auto;
}
#main .arrow-r-gray::after {
border-color: #B6B6B6;
}
#main .arrow-r-orange::after {
border-color: #EA6D0D;
}
#main .arrow-r-red::after {
border-color: #E5002D;
}

#main .arrow-d::after {
content: "";
position: absolute;
right: 15px;
border-top: 2px solid #B6B6B6;
border-right: 2px solid #B6B6B6;
width: 8px;
height: 8px;
-webkit-transform: rotate( 135deg);
transform: rotate( 135deg);
top: 0;
bottom: 0;
margin: auto;
}
#main .arrow-d-red::after {
border-color: #E5002D;
}
#main .arrow-d-orange::after {
border-color: #EA6D0D;
}
#main .mwbtn{
max-width: 480px;
margin: 0 auto
}
#main .etcbtn{
font-size: 1.2rem
}
#main .fs-small { font-size: 0.8em; padding: 0.8rem 1.2rem; }
#main .fs-medium { font-size: 1.0em; 	padding: 0.8rem 0.2rem; }
#main .fs-large { font-size: 1.62em; padding: 1.05rem 1rem; }
/* -- pc  ボタン組み合わせend --  */

/*-- margin-right --*/ 
.mr00 { margin-right:  0px !important; }
.mr05 { margin-right:  5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
/*-- margin-left --*/
.ml00 { margin-left:  0px !important; }
.ml05 { margin-left:  5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
/*-- margin-top --*/
.mt10 { margin-top: 10px !important; }
.mt20 { margin-top: 20px !important; }
.mt30 { margin-top: 30px !important; }
.mt40 { margin-top: 40px !important; }
.mt50 { margin-top: 50px !important; }
.mt60 { margin-top: 60px !important; }
.mt70 { margin-top: 70px !important; }
.mt80 { margin-top: 80px !important; }
.mt90 { margin-top: 90px !important; }
/*-- margin-bottom --*/ 
.mb10 { margin-bottom: 10px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb90 { margin-bottom: 90px !important; }
/*-- font-size --*/ 
.fs08em { font-size: 0.8em; }
.fs10em { font-size: 1.0em; }
.fs15em { font-size: 1.5em; }
.fs20em { font-size: 2.0em; }
.fs25em { font-size: 2.5em; } 



.bold{
font-weight:bold;
font-size: x-large;
text-decoration:underline;
}
.red{
color:#CC0000;
}

.clearfix:after {  
content: ".";   
display: block;   
height: 0;   
clear: both;   
visibility: hidden;  
}  

.clearfix { display: inline-table; }  

/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { 
display: block; 
}  
/* End hide from IE-mac */  

#main p.pleft{
text-align:left;
margin:0 8px;
padding-left:20px;
padding-top:15px;
}	
#main .mono{
color:#904250;
font-weight:bold;
}

table.borderGlay {
width: 100%;
border: 1px #CCCCCC solid;
}
.borderGlay {
width: 100%
}
table.borderGlay a{
text-decoration:none;}

table.borderGlay th, table.borderGlay td {
border: 1px #CCCCCC solid;
/*	padding: 0.5em;*/
vertical-align:middle;
}

table.borderGlay th {
font-weight: bold;
}
table.borderGlay td {
padding:2px;
text-align: center;
}

.panmb {
margin-bottom: 15px;
text-align: left;
padding: 5px;
}


#main .komeri{
text-align:center;
font-size:1.1em;
}
#main .brandst{
display: flex;
}
#main .brandst li{
width: 50%;
}
#main .monologo{
text-align: center;
margin-top: 10px;
}
#main .monophoto{
text-align: center;
}
#main .ulmono{
margin:10px;
font-size:1.5em;
line-height: 1.5em;
}
#main .ulmono li{
margin-bottom:5px;
}
#main .fl{
float:left;
}
/*#main .kul{
margin-right:115px;
}*/
#main .topBtn ul {
    margin: 0px 0 10px 0;
}
#main .topBtn ul li a{
display: flex;
flex-wrap: wrap;
/*line-height: 0.3;*/
align-items: center;
padding-right: 1.5em;
height: 60px;
box-sizing: border-box;    
}

.cl{
clear:both;
}
.mr06_01 {
margin-right: 100px;
}
.mrtool2 {
margin-left: 210px;
}
.mrtool3 {
margin-left: 260px;
}
#main #tool{
border:2px solid #FF0000;
padding:5px;
font-weight:700;
color:#FF0000;
text-align:center;
}
#main #tool2{
border: 2px solid #606F86;
padding: 20px 40px;
font-weight: 700;
line-height: 1.5em;
color: #606F86;
text-align: left;
margin: 60px 30px 20px 30px;
font-size: 1.5em;
}
#main #tool3{
border:2px solid #41AD36;
padding:20px;
font-weight:700;
line-height: 1.5em;
color:#41AD36;
text-align:left;
margin: 30px 30px 20px 30px;
font-size:1.25em;
}
#main #tool4{
color: #333;
margin: 10px;
}

#main #tool5{
background-color:#3CB498;
text-align:center;
font-weight:800;
color:#FFFFFF;
padding:3px;
font-size:20px;
margin:15px;
}
#main .tl4{
background-color: #FF7F3B;
text-align: center;
font-weight: 700;
color: #FFFFFF;
padding: 10px;
font-size: 1.5em;
}
#main .mrp {
margin: 15px 0px 0px 20px;
}
#main .redn{
color:#FF0000;
}
#main .mr10 li{
margin-bottom: 10px;
}
#main h4{
margin:8px 15px;
color:#904250;
border-left:solid 7px #904250;
text-align:left;
font-size:1.3em;
font-weight:bold;
}
#main .pList.pList100 li{
width: 100%;
}
#main .pd{
padding-top:8px;
padding-bottom:8px;}
#main .pListImg.img100 img{
width: 100%;
}
#main .pbox{
border:1px solid #CCCCCC;
box-shadow:0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
-webkit-box-shadow:0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
-moz-box-shadow:0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
margin:5px;
text-align:left;
line-height:1.3;
font-size:0.95em;
padding:5px;
}
#main .cred{
color:#EA3939;
border-color:#EA3939}
#main .box{
border:3px solid #904250;
clear:both;
margin-top:15px;
margin-bottom: 40px; 
text-align:left;
padding:15px;
}
#main .box2{
border:1px solid #CCC;
clear:both;
margin-top:15px;
text-align:left;
padding-bottom:10px;
}
#main .ori2{
margin-left:34px; 
margin-top:70px; 
}

#main .mt10{
margin-top:15px;
}
#main #s2t{
margin-left:40px;
}
#main .bold{
font-weight:bold;
}
#main .red{
color:#FF0000;
font-weight:800;
font-size:1.1em;
}
#main .bkbl{
background-color: #0033FF;
color: #FFFFFF;
padding: 10px;
text-align: center;
/* margin-right: 290px; */
/* margin-left: 10px; */
font-size: 0.8em;
/* margin-top: 5px; */
/* margin-bottom: 5px; */
/* width: 350px; */
margin: 10px;
}
#main .mr100{
margin-right: 100px;
}
.seisan {
display: inline-block;
/*width: 100px;*/
border: 2px solid #211813;
padding: 0.5em;
text-align: center;
background-color: #888888;
color: #ffffff;
font-weight: bold;
border-radius: 5px;
}

.type {
overflow:hidden;
}
ul.type li img {
margin-left:7px;	
}
ul.type li {
width:220px;
float: left;
margin-bottom:2em;	
}
#main .type li a:hover{
display: block;
color: #904250;
}
#main .pList.pList31 li{
width: 31%;
}
#main .btn3{
display: block;
width: 206px;
height: 35px;
background-image: url(/contents/event/14_monooki/img/2001/btn_206.jpg);
background-repeat: no-repeat;
text-decoration: none;
color: #333333;
line-height: 2.2;
font-size: 1em;
font-weight: bold;
text-align: left;
text-indent: 70px;
margin-left: 10px;
}
#main .btn308{
display:block;
width: 308px;
height: 45px;
background-image:url(/contents/event/14_monooki/img/2001/btn_308.jpg);
background-repeat: no-repeat;
text-decoration: none;
color: #333333;
line-height: 3;
font-size: 0.9em;
font-weight: bold;
text-align: center;
text-indent: 10px;
margin:auto;
}

.hide{
display:none;
}
#main .tax{
color:#000000;
font-size:20px;
margin-right:10px;
font-weight:bold;
}

#main .price{
font-size:36px;
font-weight:bold;
color:#FF0000;
}

#main .en{
font-size:20px;
color:#FF0000;
margin:0 5px;
font-weight:bold;
}
#main .right{
/*text-align:right;*/
position:relative;
}

#main .small{
font-size:0.75em}
#main .btn2{
width:308px;
height:49px;
background-image: url(../img/bkbtn.jpg);
background-repeat:no-repeat;
float:left;
margin-right:8px;
margin-bottom:10px;

}
#btn{
margin:15px 0;
}
#main #btn p{
font-size:1em;
font-weight:700;
margin-left:45px;
margin-top:15px;}

.btn2l{
width:308px;
height:49px;
background-image: url(../img/bkbtn.jpg);
background-repeat:no-repeat;
float:left;
}
#main #btn a{
display:block;
color:#333333;
text-decoration:none}
#main #btn a:hover{
display:block;
color:#904250;
}
#main #btn p.mat15{
margin-top:15px}
#main #btn a{
color: #FF0000}
#boxr{
border:3px solid #FF0000;
margin-bottom:25px;
clear:both;
text-align:center;
padding:10px 15px;}
#boxr p{
text-align:left;
line-height:1.4;

padding-left:0;}
#main .box p{
line-height:1.5;
margin-left:15px;
}
#main .box .m10{
margin:0 10px 10px 10px;}

#main .bnone{
background-color:#FFFFFF;
color:#000000;
margin-bottom:10px;
padding-left:0;}
#main .inbox2{
/*width:620px;*/	
border:1px solid #CCCCCC;
box-shadow:0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
-webkit-box-shadow:0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
-moz-box-shadow:0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
margin-bottom:10px;
margin-top:10px;
text-align:center;
line-height:1.3;
font-size:0.95em;
padding-bottom:10px;
}
#main #hai{
color:#000000;
border:0}
#main .redn{
color:#FF0000}
#main .tleft{
text-align:left}
#main .inbox3{
/*width:625px;*/
border:1px solid #CCCCCC;
box-shadow:0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
-webkit-box-shadow:0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
-moz-box-shadow:0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
margin:15px auto;
text-align:center;
line-height:1.5;
font-size:0.95em;
padding-bottom:10px
}
#main .btn_p a:hover{
display: block;
color: #904250;
}
.content2 div{
	text-align:center;
}
.tab1,.tab2,.tab3,.tab4,.tab5,.tab6,.tab7,.tab8,.tab9,.tab10,.tab11,.tab12{
overflow:hidden;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between; 
margin:0;
padding: 0;
list-style: none;
}

.tab1 li,.tab3 li,.tab4 li,.tab5 li,.tab6 li,.tab7 li{
    background: #999;
	color: #fff;
cursor: pointer;
width: calc( 100% / 2);
padding: 20px 0;
border: 0;
line-height: 2.5;
font-size: 18px;
text-align: center;
}

.tab2 li,.tab8 li,.tab12 li,.tab11 li{
    background: #999;
	color: #fff;
cursor: pointer;
width: calc( 100% / 2);
padding: 20px 0;
border:0;
line-height: 2.5;
font-size: 18px;
text-align: center;
}

.tab9 li,.tab10 li{
    background: #999;
    color: #fff;
    cursor: pointer;
    width: calc( 100% / 4);
    padding: 20px 0;
    line-height: 2.5;
    font-size: 18px;
    text-align: center;
}

.tab9 li,.tab10 li {
	 background: #999;
    color: #fff;
    cursor: pointer;
    width: calc( 100% / 2);
    padding: 20px 0;
    line-height: 2.5;
    font-size: 18px;
    text-align: center;
}

.tab1 li:hover,.tab2 li:hover,.tab3 li:hover,.tab4 li:hover,.tab5 li:hover,.tab6 li:hover,.tab7 li:hover,.tab8 li:hover,.tab9 li:hover,.tab10 li:hover,.tab11 li:hover,.tab12 li:hover{
	background: #555;
}

.tab1 li.select,.tab2 li.select,.tab3 li.select,.tab4 li.select,.tab5 li.select,.tab6 li.select,.tab7 li.select,.tab8 li.select,.tab9 li.select,.tab10 li.select,.tab11 li.select,.tab12 li.select{
background: #fff;
color: #000;
font-weight: bold;
text-align: center; 
}
.tab2 li.bln{
}
#main p.ml0{
margin-left:0;
padding-left:0;
font-weight:bold;
color:#333}

.content9 div{
text-align:center;
}

.content9 p{
line-height:1.4;
}

.content10 div{
text-align:center;
}


.content3 div{
text-align:center;
}
.content3 p{
line-height:1.4;
}

.content4 p{
line-height:1.4;
}

.content5 div{
text-align:center;
}
.content5 p{
line-height:1.4;
}

.content6 div{
text-align:center; 
}
.content6 p{
line-height:1.4;
}

.content8 div{
text-align:center;
}
.content8 p{
line-height:1.4;
}
#main #tool4t{
border:2px solid #FF7F3B;
color:#333;
text-align:left;
width:320px; float: right; margin-right:20px;
font-size:1.1em;
margin-top:8px;
}
#main #big{
font-size:1.05em}

#main .mr150 {
margin-right: 150px;	
}


/*物置TOP ここから下に追加*/
.pListImg03 {
 text-align: center;
}
.pListImg03 img{
 width: 100%;
}
.pListImg02 {
display: flex;
-webkit-justify-content:space-around; 
justify-content: space-around;
-webkit-flex-wrap: wrap;
flex-wrap: wrap; 
}

.tabmenu {
margin: 40px 0 0;
	border:5px solid #999;
}
.tabmenu img{
width: 100%;
}
.tabpad{
	padding: 10px;
}
.imgspace {
margin: 10px auto;
width: 80% !important;
}
.sttxt {
line-height: 1.5;
margin: 10px auto;
padding: 0 30px; 
}
.sttxt.chui01{
text-align: right;
    line-height: 1.5;
    margin: 10px auto;
    padding: 0 10px;
font-size: 0.8em;
}
.listHeading span {
font-size: 16px 
}

#main .goods02 {
display: flex;
flex-wrap: wrap;
margin-top: 10px;
margin-bottom: 20px;
}
#main .goods02 li {
box-sizing: border-box;
}
#main .cols1-1st {
-webkit-justify-content: space-around;
justify-content: space-around;
}
 
#main .cols1-1st li {
padding-bottom: calc(1em + 4px);
}

#main .cols1-1st li {
width: auto !important;
margin-bottom: 20px;
} 

#main .cols2-1st {
-webkit-justify-content: space-between;
justify-content: space-between;
}
 

#main .cols2-1st {
align-items: center 
} 
#main .cols2-1st li {
width: calc(95% /2); 
margin-right: calc(10px / 1);
margin-bottom: 20px;
padding-bottom: calc(1em + 4px); 
}
#main .cols2-2st {
display: -webkit-flex;
display: flex; 
-webkit-flex-wrap: wrap;
flex-wrap: wrap; 
align-items: center;
-webkit-justify-content: space-around;
justify-content: space-around;
margin-bottom: 10px 
}
#main .cols2-2st li {
width: calc(85% / 2) !important; 
margin-right: 0;
padding: 15px;
margin-bottom: 20px; 
}
.itemCaption {
margin: 20px 0;
line-height: 1.5;
}
#main .bkbl02 {
width: 62%;
font-size: 1.0em;
background-color: #0033FF;
color: #FFFFFF;
padding: 10px;
text-align: center;
margin: 10px; 
} 
 
.two-columnsBox {
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
justify-content: center;
margin: 40px 0 5px;
} 
.two-columnsBox .caseImg {
width: 25%;
margin-right: 20px;
} 
.two-columnsBox img {
width: 100%;
} 
.two-columnsBox .caseText {
width: 50%;
border: 2px solid #606F86;
padding: 20px 40px;
font-weight: 700;
line-height: 1.5em;
color: #606F86;
text-align: center;
height: 100%; 
} 
.two-columnsBox02 {
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
justify-content: space-between;
margin: 40px 0 5px;
} 
.two-columnsBox02 img {
width: 100%;
}
.two-columnsBox02 .caseImg02 {
width: 40%;
}
.colorGreen {
border: 2px solid #41AD36 !important; 
color: #41AD36 !important; 
}
#main .pListTxt p {
color: #FF0000;
font-weight: bold;
float: right;  
}
.explanationTxt p{
line-height: 1.4;
text-align: left;
margin-top: 0; 
}
#main .peintabtn{
      width: 65%;
      margin: 20px auto;
	}
#main .peintabtn a{
      text-decoration: none;
	}
#main .monotitle{
	margin: 10px auto 10px auto;
	text-align: center;
}
#main .stitle{
	margin: 10px;
}
#main .stimg{
		text-align: center;
		margin: 10px;
	}

#main .breadcrumb {
box-sizing: border-box;
color: #83838f;
display: flex;
flex-wrap: wrap;
font-size: 0.875em;
line-height: 1.5;
margin-bottom: 10px;
}
#main .breadcrumb a{
color: #83838f !important;
text-decoration: none;
}
#main .backBtn {
    margin: 40px 0;
}
#main .yukitaika{
    display: flex;
    flex-wrap: wrap;
}
#main .yukitaika img{
    width: calc(50% - 5px);
    margin-right: 10px;
    
}
#main .yukitaika img:nth-child(2){
    margin-right: 0;
}
#main .campaign01{
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: #c40000;
    padding: 10px;
    margin: 20px 0;
}
#main .campaign02{
    font-size: 2.5em;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: #c40000;
    padding: 10px;
    margin: 20px 0;
    position: relative;
    border-radius: 10px;
}
#main .campaign02:before {
  content: "";
    position: absolute;
    top: 95%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #c40000;
}
#main .osusumeFlex{
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
    align-items: flex-start;
}
#main .listHeading.osusumeName{
    margin: 20px;
    font-size: 1.5em;
     padding-left: 5px;
    border-left: 5px solid #c40000;
}
#main .links li div.osusumeFlex img{
    width: 64%;
}
#main .links li div.osusumeFlex p{
    width: 32%;
    margin: 20px 0 0 0;
    line-height: 1.2;
    text-align: justify;
}
#main .links li img.campaignP{
    position: absolute;
    width: 24%;
    left: 2%;
    z-index: 1;
}
#main .links li img.campaignP02{
    position: absolute;
    width: 24%;
    left: 2%;
    top: 28%;
    z-index: 1;
}
#main .links li img.campaignP03{
    position: absolute;
    width: 30%;
    left: 2%;
    top:40%;
    z-index: 1;
}
#main .osusumeBtn{
    margin: 10px;
}
#main .nouki h3{
    margin: 0 0 20px 0;
    font-size: 1.3em;
    font-weight: bold;
}

#main .beams_flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#main .beams_flex div {
    width: calc(50% - 10px);
}

#main .beams_flex div img {
    width: 100%;
    height: auto;
}

#main .beams_flex div p {
    text-align: left;
    line-height: 1.2;
}

#main .tabpad {
    padding: 10px;
}

#main .tabmenu {
    margin: 40px 0 0;
    border: 5px solid #999;
}

#main .menu-btn-list li {
    width: calc(50% - 10px);
    margin-right: 20px;
    line-height: 1.2;
}

#main .fs-medium {
    font-size: 1.0em;
    padding: 0.8rem 0.2rem;
}

#main .colsinframe {
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 0px;

}

#main .gallery_container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

#main .gallery_container .img_container {
    width: 46%;
    margin: 15px 0;
}

#main .beams_spec {
    display: flex;
    flex-wrap: wrap;
}

#main .beams_spec div.beams_spec-left {
    border-right: 1px solid #000;
    margin: 0 10px 0 0;
}

#main .beams_spec div p {
    text-align: left;
    line-height: 1.2;
}

#main .beams_list {
    padding: 0 0 0 20px;
}

#main .beams_list li {
    list-style-type: disc;
    margin: 0 0 10px;
}

#main .beams_spec div {
    width: calc(50% - 10px);
}

/*240806*/
#main .copy_container {
display: flex;
justify-content: space-around;
text-align: justify;
margin-top: 20px;
align-items: center
}

#main .copy_box_right {
	line-height: 1;
	font-size: 2em;
	font-weight: bold;
}

#main .copy_add {
	font-weight: bold;
}

#main .copy_contents{
	margin-top: 10px;
}

#main .subheading {
	text-align: center;
    font-size: 1.5em;
    font-weight: bold;
	margin-top: 20px;
}

#main .color_variation li {
	display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
	
}

#main .color_variation .img_container {
	width:calc(50% - 5px) !important;
}

#main .explanation {
	width:calc(50% - 5px);
	display: flex;
	flex-direction: column;
    justify-content: center;
	flex-wrap: wrap
}

#main .explanation_top {
	font-size: 1.2em;
	font-weight: bold;
}

#main .explanation_bottom {
    line-height: 1.5;
}

#main .shelf_variation {
	display: flex;
    justify-content: space-between;
	margin-top: 50px;
	flex-wrap: wrap
}

#main .shelf_variation:first-of-type {
	margin-top: 0;
} 

#main .shelf_variation .img_container {
	width:calc(40% - 5px) !important;
}

#main .size-table {
        font-feature-settings: "palt" 1;
        margin: 0;
        white-space: nowrap;
        
    }

#main .table_box {
	width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
	flex-wrap: wrap
}
#main .shelf_variation .table_box {
	width: 100%;
	margin-top: 10px;
}
#main .size-table tr.xname {
        background-color: #50535d;
        color: #fff;
    }

 #main .size-table td, #main .size-table th {
        border: 1px solid #ccc;
        padding: 10px 4px;
        width: 99px;
        text-align: center;
        font-size: 0.9em;
		line-height: 1.4;
    }

#main .subheading2 {
	   line-height: 1.5;
	   margin-bottom: 10px;
       font-size: 1.5em;
       font-weight: bold;
}

#main .subheading2:last-of-type {
	   margin-bottom: 30px;
}

#main .explanation_box {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	width:calc(40% - 5px) !important;
	flex-wrap: wrap;
}

#main .explanation_box .img_container {
	width: 100% !important;
}

#main .table_box .explanation_top {
	margin-bottom: 10px;
	
}

#main .explanation_box .explanation_top {
	margin-top: 10px;
}

#main .table_box a {
   text-decoration: none;
}

#main .table_box a:hover {
	opacity: 0.75;
    transition: 0.6s;
}

#main .page--item-leave {
	width:  90%;
    padding: 10px 44px;
    margin: 0 auto;
}



#main .color_ball--takubo_bel_c01 {
	fill: #767171;
}

#main .color_ball--takubo_bel_c02 {
	fill: #d9d9d9;
}

#main .color_ball--takubo_bel_c03 {
	fill: #7f6000;
}

#main .color_ball--takubo_bel_c04 {
	fill: #c2b8aa;
}

#main .color_ball--takubo_bel_c05 {
	fill: #978861;
}

#main .color_ball--takubo_bel_c06 {
	fill: #242625;
}

#main .backgray {
	background: #797c81;
} 

#main .introduction_container {
	position: relative;
}
#main .img_container_top {
	width: 80%;
	height: auto;
	margin: 0 auto;
}

#main .catch_title {
	position: absolute;
    top: 1%;
    left: 6%;
    font-size: 4em;
    color: #FFF8F8;
    line-height: 1.3;
}
#main .introduction_box {
        margin-bottom: 40px;
        border-bottom: 1px solid #fff;
        padding-bottom: 40px;
    }

#main .introduction_container,.introduction_box,.introduction_box_2 {
	color: #fff;
}

#main .introduction_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

#main .introduction_container .img_container {
	width: calc(55% - 20px);
} 

#main .introduction_container .explanation_txt_box {
	width: calc(45% - 5px);
	
}

#main .introduction_container .explanation_add1{
	font-size: 1.8em;
	line-height: 1.2;
	font-weight: bold;
	
    }

#main .introduction_container .explanation_add2{
	font-size: 1.2em;
	
    }

#main .introduction_container .explanation_top {
	margin: 10px 0;
	line-height: 1.2;
	
}

#main .introduction_container ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 1px solid #fff;
	margin-bottom : 30px;
}

#main .introduction_container li,#main .introduction_box_2 .explanation_txt_box {
	width: calc(33% - 5px);
}

#main .introduction_container li .img_container {
	width: 100%;
	height: auto;
}

#main .introduction_container .centering {
	text-align: center;
	margin-top: 10px;
}

 #main .introduction_box_2 .explanation_txt_box {
	width: calc(33% - 5px);
}

#main .introduction_box_2 {
	display:flex;
	flex-wrap: wrap;
    justify-content: space-between;
}

#main .introduction_box_2 .explanation_txt_box {
	position: relative;
}
#main .icon_bel1 {
	position: absolute;
    top: 40px;
    left: 165px;
}

#main .icon_bel1 img {
	width: 50%;
	height: auto;
}
#main .icon_bel2 {
	position: absolute;
    top: 39px;
    left: 0;
}

#main .icon_bel2 img {
	width: 50%;
	height: auto;
}

#main .add3 {
	margin-left: 160px;
}
#main .spec_list {
	width: 100%;
	height: 1000px;
	color: #fff;
	hite-space: nowrap;
} 
#main .spec_list th,td {
	padding: 5px;
	border: 1px solid #ccc;
	text-align: center;
	line-height: 1.4;
}
#main .spec_list .xname{
	background: #50535d;
}
#main .spec_explanation {
	color: #fff;
	margin: 30px auto 10px;
    font-size: 2em;
	text-align: center;
}
#main .left_th{
	width: 30%;
}
#main .introduction_container .explanation_bottom {
	margin-top: 10px;
	line-height: 1.5;
} 
#main .heading_number {
	display: flex;
	flex-wrap: wrap;
}

#main .heading_number span {
	font-size: 1.3em;
    font-weight: 100;
    width: 35px;
    height: 35px;
    display: inline-block;
    background: #5a5657;
    text-align: center;
    line-height: 40px;
    margin-right: 10px;
}
#main .annotation_box p {
	margin-top: 10px;
	color: #fff;
}

#main .monooki_ex--txt .marker_logo,
#main .monooki_ex--img .marker_logo{
	width: 30%;
	height: auto;
	margin-left: 5px;
}
#main .nowrap {
	white-space: nowrap;
}

/*240903*/
#main .leisure_container .news {
        background-color: #385723;
        line-height: 1.75;
        color: #fff;
        font-weight: bold;
        font-size: 1.7em;
        padding: 15px 0;
        display: flex;
        justify-content: center;
    }
    #main .leisure_container .lead_text {
        text-align: center;
        line-height: 1.5;
        margin: 15px 0;
        font-size: 1.25em;
    }
   
    #main .information_12 {
        display: flex;
        justify-content: space-between;
        font-size: 1.15em;
        line-height: 1.5;
        padding: 20px 0;
    }
    #main .information_12 p {
        margin-bottom: 5px;
    }
    #main .information_12 .left {
        position: relative;
    }
    #main .information_12 .left,
    #main .information_12 .right {
        width: 50%;
        margin-left: 10px;
        box-sizing: border-box;
    }
    #main .information_12 .left::after {
        content: '';
        position: absolute;
        height: 100%;
        background-color: rgba(51,51,51,0.5);
        width: 1px;
        top: 0;
        right: 0;
    }
    #main .information_12 .item {
        margin: 20px 0;
    }
    

    #main .spec_12 .spec_content{
        display: flex;
        justify-content: space-around;
        align-items: center;
        margin: 50px 0;
    }
    #main .spec_12 .img_container {
        width: 45%;
    }
    #main .spec_12 .text_container {
        width: 50%;
    }
    #main .spec_12 .text_content {
        margin-left: 5px;
    }
    #main .spec_12 .lead_text {
        text-align: left;
    }
    #main .spec_12 .btn_container {
        margin-top: 40px;
    }
    #main .spec_12 .btn_container a{
        text-decoration: none;
    }
    #main .spec_12 .expectation {
        width: 100%;
        font-size: 1.5em;
        font-weight: bold;
        color: #fff;
        background-color: #767171;
        display: flex;
        justify-content: center;
        padding: 15px 0;
        margin-top: 40px;
    }
    
    .reform-b02 {
        margin: 20px 0;
    }
    .img-block {
        display: block;
        width: 100%;
        height: auto;
    }
    .reform-b02  img {
        width: 100%;
        height: auto;
    }

#main .leisure_container h3 .font_add {
color: #fff;
        font-weight: bold;
        line-height: 1.5;
        margin: 2px 0;
        display: flex;
        justify-content: center;
        padding: 10px 0;
        font-size: 2.75rem;
}

#main .tabmenu.elmo {
	margin-top: 0;
	
}

/*241212*/
#main .mouse p.explanation_txt {
	margin: 0;
}

#main .mouse p.title_txt {
	margin-top: 0;
	font-weight: bold;
}

#main .mouse .monooki_ex--img {
	margin-top: 16px;
}

#main .mouse .mouse_flex {
	display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

#main .mouse .beams_flex {
	display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

#main .mouse .beams_flex .product_name {
	margin: 10px 0 50px;
    font-size: 1.5em;
    font-weight: bold;
	font-feature-settings: "palt";
}

#main .mouse .product_name_lead {
	margin: 10px 0 ;
    font-size: 1em;
    font-weight: bold;
	text-align: center;
	line-height: 2;
}

#main .mouse .beams_flex img {
	width: 75%;
	height: auto;
}

#main .mouse p.features {
	margin-bottom: 5px;
}



#main .mouse ul.mouse_spec {
    margin-bottom: 0;
}

#main .mouse p.listHeading {
    padding: 10px 0;
    background: #000;
    color: #FFF;
	text-align: center;
}

#main .mouse .mouse_spec_table {
	margin: 10px 0 20px;
	text-align: left;
	
}

#main .mouse .mouse_spec_table p {
	margin-bottom: 5px;
}

#main .mouse .mouse_spec_table li {
	width: 100%;
}

#main .mouse .mouse_spec_table li:not(:last-child) {
	margin-bottom: 10px;
}

#main .mouse div.column_box {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#main ul.mouse_spec li {
	margin-bottom: 0;
}

#main .logo_txt p.title_txt {
	margin-top: 0;
	font-weight: bold;
}

/*250218*/
#main .leisure_container .news {
        line-height: 1.5;
        font-size: 2em;
    }

#main .leisure_container .explanation_container {
	padding: 20px 30px 0;
}

#main .leisure_container .explanation_txt {
        text-align: center;
        line-height: 1.5;
        margin: 15px 0;
        font-size: 1.25em;
    }

#main .leisure_container .explanation_Box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 40px;
}

#main .leisure_container .explanation_Box.center-add {
	align-items: center;
}

#main .leisure_container .explanation_container p {
	width: calc(60% - 10px);
	font-size: 1.2em;
	margin-bottom: 10px;
	position: relative;
	text-align: justify;
}

#main .leisure_container .explanation_container .column p{
	width: 100%;
}

#main .leisure_container .explanation_container h4 {
	width: calc(40% - 20px);
    display: block;
	margin: 0;
	position: relative;
	color: #1d89ab;
	border: none;
	font-size: 2em;
	line-height: 1.3;
	margin-top: -2px;
	font-feature-settings: "palt";
	margin-bottom: 20px;
	margin-left: 30px;
}

#main .leisure_container .explanation_container .column {
	width: calc(60% - 10px);
}
#main .leisure_container .explanation_container .column h4{
	width: 100%;
	margin: 0 0 20px 25px;
}

#main .leisure_container .explanation_container h4::before {
	    content: '';
        position: absolute;
        display: block;
        top: 3px;
        left: -25px;
        border-left: 15px #1d89ab solid;
        height: 40px;
    }


#main .leisure_container .img_container {
	width: calc(40% - 10px);
}

#main .leisure_container .img_container.main {
	width: 100%;
}

#main .leisure_container .explanation_container .column-2  {
	width: 100%;
	margin: 0 0 20px 30px;
}

#main .leisure_container .explanation_container .column-2 h4  {
	margin: 0;
}

#main .leisure_container .column-2 .img_container {
	width: 50%;
}

#main span.deco1::before {
	    content: '';
        display: block;
        top: 3px;
        left: -25px;
        width: 1em;
        height: 1em;
        background: #000;
        border-radius: 1em;
	    margin-right: 0.5em;
}

#main span.deco1 {
	display: flex;
	align-items: center;
}

#main .leisure_container .colorvariation h4 {
	font-weight: bold;
	font-size: 2em;
	border:none;
	color: #1d89ab;
	text-align: center;
	margin: 20px auto;
    position: relative;
	display: block;
    width: 70%;
	font-feature-settings: "palt";
}

#main .leisure_container .colorvariation h4::before {
	    content: '';
        position: absolute;
        display: block;
        left: 5px;
        border-left: 15px #1d89ab solid;
        height: 40px;
        bottom: -6px;
    }

#main .leisure_container .colorvariation .explanation_container {
	padding: 20px 10px;;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#main .leisure_container .colorvariation .img_container {
	width: 100%;
}

#main .leisure_container .colorvariation p {
	width:100%;
	text-align: center;
    margin: 20px 0 0;
    font-weight: bold;
}

#main .leisure_container .colorvariation .explanation_Box {
	width: calc(50% - 20px);
	margin-bottom: 0;
}

#main .leisure_container ul.leisure_spec {
        margin-bottom: 0;
    }

#main .leisure_container ul.cols2-1.leisure_spec li:not(:last-child) {
        margin-bottom: 30px;
    }

#main .leisure_container .leisure_spec_table li {
        margin-bottom: 10px !important;
    }

#main .leisure_container .leisure_spec_table {
        margin: 10px 0 20px;
        text-align: left;
    }

#main .leisure_container .leisure_spec_table p {
        margin-bottom: 5px;
    }

#main .leisure_container .leisure_spec_table li {
        width: 100%;
    }

#main .leisure_container  p.listHeading {
	text-align: center;
	font-size: 1.5em;
}

/*250320*/
#main .contents-block.viewmore {
	margin: 0 0 60px;
}

#main .yodo_erumo_coleman .beams_flex {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

#main .yodo_erumo_coleman .beams_flex .product_name {
    margin: 10px 0 30px;
    font-size: 1.5em;
    font-weight: bold;
    font-feature-settings: "palt";
    line-height: 1.3;
    text-align: start;
}

#main .yodo_erumo_coleman .product_name_lead {
    margin: 10px 0;
    font-size: 1em;
    font-weight: bold;
    text-align: start;
    line-height: 2;
}

#main .yodo_erumo_coleman .product_name_lead {
    margin: 10px 0;
    font-size: 1em;
    font-weight: bold;
    text-align: start;
    line-height: 2;
}

#main .yodo_erumo_coleman .features {
    margin: 0 0 20px;
    line-height: 1.2;
	text-align: start;
}

#main .yodo_coleman_st .features span, #main .yodo_erumo_coleman .features span {
    font-weight: bold;
    margin: 0 0 10px;
    line-height: 1.5;
}

#main .yodo_erumo_coleman .img_container img {
    border: 1px solid #333;
    margin: auto 0 0;
}

#main .yodo_erumo_coleman .img_container img {
    border: 1px solid #333;
    margin: auto 0 0;
}

#main .yodo_erumo_coleman .gallery_container .img_container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#main .yodo_erumo_coleman .img_container.w2 {
    width: 96%;
}

#main .yodo_erumo_coleman_table {
    margin: 20px 0 0;
}

#main .yodo_erumo_coleman_table th {
    padding: 5px;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 1.4;
}

.content3 div {
    text-align: left;
}

#main .yodo_coleman_st .img_container img {
    border: 1px solid #333;
    margin: auto 0 0;
}

#main .yodo_coleman_st .gallery_container .img_container {
    display: flex
;
    flex-direction: column;
    justify-content: space-between;
}

#main .yodo_coleman_st .features {
    margin: 0 0 20px;
    line-height: 1.2;
}

#main .yodo_coleman_st .beams_flex .product_name {
    margin: 10px 0 30px;
    font-size: 1.5em;
    font-weight: bold;
    font-feature-settings: "palt";
    line-height: 1.3;
    text-align: start;
}

#main .yodo_coleman_st .product_name_lead {
    margin: 10px 0;
    font-size: 1em;
    font-weight: bold;
    text-align: start;
    line-height: 2;
}

#main .logo_txt p.title_txt {
        margin-top: 0;
        font-weight: bold;
    }

/*250617*/
#main .shelf_variation.sizing_table {
	flex-direction: column;
}
  
#main .shelf_variation.sizing_table .explanation_box {
	flex-direction: row;
	width: 100% !important;
	align-items: flex-start;
    justify-content: space-between;
	flex-wrap: wrap;
}

#main .shelf_variation.sizing_table .explanation_box_l {
	width: calc(40% - 10px);
}

#main .shelf_variation.sizing_table .explanation_box_r {
	width: calc(60% - 10px);
}

#main .subheading3 {
	line-height: 1.5;
    margin-bottom: 10px;
    font-size: 1.5em;
    font-weight: bold;
	text-align: center;
}

#main .subheading3 span {
    font-size: 1.25rem;
    font-weight: normal;
}

#main table.gpj_table {
	width: 100%;
	text-align: center;
	margin: 10px 0 20px;

	
}
#main table.gpj_table th,
#main table.gpj_table td{
	border: 1px solid #969494;;
	border-collapse: collapse;
	padding: 5px;
	width: auto;
	height: 25px;
}

#main table.gpj_table th {
	background: #e8e8e8;
	border: 1px solid #595959;
}

#main .gpj_table_box {
	padding: 0 10px 0; 
	}

#main .shelf_variation.sizing_table .explanation_top {
	margin-bottom: 10px;
	text-align: start;
}

#main .fixed,#main .bg_gray {
        color: #fff;
        background: #50535d;
}

#main .point-icon--inner.background_blue {
	position: absolute;
    right: 0;
    color: #fff;
    background-color: #005cd3;
    padding: 10px 20px;
    font-size: 0.9rem;
    line-height: 1.2;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 2px 3px rgb(0 0 0 / 16%);
    z-index: 10;
    font-weight: bold;
}

#main .h3-point-icon {
	background-color: #005cd3;
    color: #fff;
    margin: 0 0 0 auto !important;
    display: inline-block;
    padding: 10px 20px;
    font-size: 0.9rem;
    line-height: 1.4;
    border-radius: 5px;
}
/*250703*/
#main .s_05 {
	border: 2px solid #13a9d2;
	border-radius: 2px;
    box-shadow: 3px 3px 5px -1px rgba(47, 79, 88, 0.22);
    margin: 20px 5px;
}

#main .s_05 .accordion_one {
        max-width: 870px;
        margin: 0 auto;
    }

#main .s_05 .accordion_one .accordion_header {
    text-align: center;
    font-size: 1.3rem;
    color: #000;
    font-weight: bold;
    line-height: 1.15;
    padding: 15px 0;
    position: relative;
    border-bottom: 1px solid rgba(21, 72, 158, 0);
    transition: border-bottom 0.5s;
	cursor: pointer;
	
    }

#main .i_box {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 50%;
        right: 5%;
        width: 40px;
        height: 40px;
        margin-top: -20px;
        box-sizing: border-box;
        transform: rotate(45deg);
        transform-origin: center center;
        transition-duration: 0.2s;
    }
#main .s_05 .accordion_one .accordion_header.open  {
        border-bottom: 1px solid #13a9d2;
}

#main .s_05 .accordion_one .accordion_header.open .i_box {
        transform: rotate(-180deg);
}

#main .s_05 .accordion_one .accordion_header.open .i_box .one_i:after {
        transform: rotate(-45deg);
    }
#main .s_05 .accordion_one .accordion_header.open .i_box .one_i:before {
        transform: rotate(45deg);
}

#main .one_i {
        display: block;
        width: 18px;
        height: 18px;
        transform: rotate(45deg);
        transform-origin: center center;
        transition-duration: 0.2s;
        position: relative;
    }

#main .one_i:before {
        background-color: #000;
        width: 4px;
        height: 18px;
        top: 0;
        left: 7px;
        display: flex;
        content: '';
        border-radius: 10px;
        position: absolute;
        transform: rotate(0deg);
        transform-origin: center center;
    }

#main .one_i:after {
        background-color: #000;
        display: flex;
        content: '';
        border-radius: 10px;
        width: 18px;
        height: 4px;
        position: absolute;
        top: 7px;
        left: 0;
        transform: rotate(0deg);
        transform-origin: center center;
    }
#main .accordion_inner {
	    padding: 10px;
}
#main .black_esumo .gallery_container {
	    justify-content: space-between;
	    margin-bottom: 30px;
}

#main .black_esumo .gallery_container .img_container {
	    width: 48%;
	    margin: 0;
}

#main .black_esumo .features_point {
	    font-weight: bold;
	    margin-bottom: 10px;
	    line-height: 1.2;
	    font-feature-settings: "halt";
}

#main .black_esumo .emphasis {
	    font-size: 1.2em;
}

#main .black_esumo .gallery_container.cols_3-2 {
	    display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
}

#main .black_esumo .gallery_container.cols_3-2 .img_container {
	    width: calc(100% / 3 - 10px);
	    margin: 0;
}

#main .black_esumo .gallery_container.cols_3-2 .img_container:nth-child(n+4) {
	    margin-top: 20px;
}

#main .black_esumo .features_name {
	   text-align: center;
	   font-weight: bold;
}

#main .black_esumo p.ml0 {
	   margin: 40px 0 5px;
}

/*250724*/
#main .cautionary-icon {
	   color: #005cd3;
       padding: 10px 20px;
       font-size: 0.9rem;
       line-height: 1.2;
       text-align: center;
       box-shadow: 0 2px 3px rgb(0 0 0 / 16%);
       z-index: 10;
       font-weight: bold;
       border: 2px solid #005cd3;
	   background: #fff;
}

#main .rows2 {
	display: flex;
	flex-wrap: wrap;
    align-items: flex-end;
	justify-content: space-between;
	line-height: 1;
}

#main .rows2 .cautionary-icon {
	margin-right: 70px;
	padding: 5px 20px;
}

#main h3.row2-icon span {
		width: auto;
	}
	
#main h3.row2-icon span.h3-point-icon {
		margin-left: 20px !important;
	}
	
#main h3.row2-icon .cautionary-icon {
		margin-left: auto;
		width: 200px;
        box-sizing: border-box;
		padding: 10px 10px;
	}
	
#main h3.row2-icon .cautionary-icon span {
		margin: 0;
	}

/*251009*/
#main ul.bnr-container-cols2 {
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}

#main ul.bnr-container-cols2 li {
	width: calc(50% - 10px);
}



