@charset 'UTF-8';
/*---------------------------------
  共通スタイル
---------------------------------*/
body{
    font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3', 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    width: 100%;
    font-size: 15px;
    line-height: 1em;
    letter-spacing: .09em;
    color: #7d7d7d;
    margin: 0;
}

#wrapper { width: 100%;}

h2,h3,h4{
    font-weight: bold;
}

h5 {
    font-size: 18px;
    font-weight: bold;
}

p{
    margin-top: 0;
    margin-bottom: 0;
    line-height: 2em;
}

a{ color: #666; text-decoration: none;}
a:hover{  color: #666;}
a:visited{ color: #666;}

li{ list-style: none;}

.small {
    font-size: 21px;
}

.txs{
    font-size: 0.8rem;
    padding: 1rem 0 0 2rem;
}


/*---------------------------------
  レスポンシブ切り替え
---------------------------------*/
.pc { display: block;}
.sp { display: none;}
@media screen and (max-width: 768px) {
    .pc { display: none;}
    .sp { display: block;}
}



/*---------------------------------
  MV
---------------------------------*/
.mv {
    position: relative;
    overflow: hidden;
    height: 46vh;
    top: 40px;
}
@media screen and (max-width: 768px) {
    .mv {
        height: 50vh;
        top: 0;
    }
}

.mv img {
    width: 100%;
}

@media screen and (max-width: 768px) {
    img.thumb {
        width: 100%;
    }
}


/*---------------------------------
  アンカー
---------------------------------*/
.Anchor {
    max-width: 1024px;
    margin: 0 auto;
    margin-bottom: 40px;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .Anchor{
        width: 90%;
    }
}

.Anchor ul {
    padding: 0;
    text-align: center!important;
    display: flex;
}
@media screen and (max-width: 768px) {
    .Anchor ul {
        display: block;
    }
}

.Anchor .btn{
    border: 1px solid;
    padding: 10px;
    margin-right: 20px;
    vertical-align: top;
    width: 30%;
}
@media screen and (max-width: 768px) {
    .Anchor .btn{
        display: block;
        padding: 10px;
        margin: 0;
        vertical-align: top;
        width: 90%;
        margin-bottom: 20px;
    }
}

.Anchor .btn a{
    text-decoration: none;
    line-height: 1.3rem;
}

.Anchor .btn a:hover{
    text-decoration: underline;
}

.Anchor .btn.left {
    border-color:#ff6150;
    color: #ff6150;
}

.Anchor .btn.left a{
    color: #ff6150;
}

.Anchor .btn.center {
    border-color: #60c430;
    color: #60c430;
}

.Anchor .btn.center a{
    color: #60c430;
}

.Anchor .btn.right {
    border-color: #02a1e9;
    color: #02a1e9;
}

.Anchor .btn.right a{
    color: #02a1e9;
}


/*---------------------------------
  製品 共通スタイル
---------------------------------*/
.product_main {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}
@media screen and (max-width: 768px) {
    .product_main {
        display: block;
    }
}

.product_main .detail{
}
@media screen and (max-width: 768px) {
    .product_main .detail{
        padding: 0 2rem;
    }
}

.main-img {
    text-align: center;
}

.main-img img {
    width: 400px;
}

@media screen and (max-width: 768px) {
    .main-img img {
        width: 80%;
    }
}

.ProductWrap{
    padding-top: 3rem;
}
@media screen and (max-width: 768px) {
    .ProductWrap{
        padding-top: 0;
    }
}

.ProductWrap h2{
    font-size: 26px;
    line-height: 45px;
    text-align: left;
}
@media screen and (max-width: 768px) {
    .ProductWrap h2{
        line-height: 45px;
        text-align: left;
    }
}

.ProductWrap h3{
    font-size: 25px;
    letter-spacing: 0.2em;
    text-align: center;
    border-bottom: 1px solid;
    border-top: 1px solid;
    padding: 22px;
}
@media screen and (max-width: 768px) {
    .ProductWrap h3{
        padding: 12px;
        font-size: 140%;
    }
}

.ProductWrap h4{
    font-size: 20px;
}
@media screen and (max-width: 768px) {
    .ProductWrap h4{
        font-size: 120%;
    }
}

.products-text{
    font-size: 18px;
    line-height: 45px;
}
@media screen and (max-width: 768px) {
}


/*---------------------------------
  製品 Color
---------------------------------*/

.Col01 h2, .Col01 h3, .Col01 h4 {
    color: #39c99e;
}

/*---------------------------------
  特徴
---------------------------------*/
.detail-wrap {
    background: #fafafa;
    padding: 80px 0;
}
@media screen and (max-width: 768px) {
    .detail-wrap {
        padding: 20px 20px;
    }
}

.detail-wrap-inner {
    box-sizing: border-box;
    background: #fff;
    max-width: 1024px;
    padding: 40px 80px 80px 80px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
@media screen and (max-width: 768px) {
    .detail-wrap-inner {
        width: 100%;
        padding: 20px;
    }
}

.detail-wrap .detail {
    max-width: 860px;
    margin: 0 auto 60px;
    padding: 0;
}
@media screen and (max-width: 768px) {
    .detail-wrap .detail {
    }
}

.detail-wrap .detail-text {
    /*float: left;
    width: 52%;
    margin-right: 30px;*/
    margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
    .detail-wrap .detail-text {
        float: none;
        width: 100%;
    }
}


/*---------------------------------
  仕様
---------------------------------*/
.spec_table {
    max-width: 860px;
    margin: 40px auto 60px;
    overflow: hidden;
}
.head_05._style02 {
    font-size: 18px;
    margin-bottom: 15px;
}
.spec_table table {
    width: 100%;
    max-width: 1000px;
}
.spec_table table tr {
    display: block;
}
@media screen and (max-width: 768px) {
    .spec_table table tr {
        display: grid;
    }
}

.spec_table table tr:nth-of-type(2n-1) {
    background: #fafafa;
}

.spec_table table th {
    font-weight: bold;
    text-align: left;
    min-width: 10rem;
    padding-left: 2rem;
    width: 20%;
}
@media screen and (max-width: 768px) {
    .spec_table table th {
        padding: 1.5rem 0 0 1rem;
    }
}

.spec_table table td {
    padding: 0.8em 0;
    line-height: 1.5rem;
}
@media screen and (max-width: 768px) {
    .spec_table table td {
        padding-left: 1rem;
    }
}


/*---------------------------------
  フッター
---------------------------------*/
#breadcrumb a {
    font-size: 62.5%;
}

#footer .footer__inner .footer-nav .col-01 h4 {
    margin-top: 0;
}



/*---------------------------------
  オンラインショップ
---------------------------------*/
.OnlineShop h2 {
    font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3', 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-size: 28px;
    font-weight: bold;
    line-height: 45px;
    text-align: center;
    color: #fe5a51;
}

.OnlineShop .sub {
        font-family: Helvetica;
        font-size: 14px;
        font-weight: normal;
        line-height: 40px;
        display: block;
}




