/* カスタマイズ用CSS /* 

/* Font読み込み */

@font-face {
    font-family: 'UtsukushiMincho';
    src: url(/html/user_data/assets/font/UtsukushiMincho.woff) format('woff'),
         url(/html/user_data/assets/font/UtsukushiMincho.ttf) format('ttf');
}

/* フォント指定 */

.UtsukushiFONT {
    font-family: 'UtsukushiMincho';
}

html,body {
    font-size: 50%;
}

@media only screen and (min-width: 768px) {
    html,body {
    font-size: 62.5%;
    }
}

/* /* /* /* 
/* ボタン*/
.btn-blue {
    background-color: #86CEE8;
    border-color: #86CEE8;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.main-btnwrap .btn-blue,
.concept-btnwrap .btn-blue{
    padding: 1rem 2rem;
    -webkit-border-radius: 100vh;
       -moz-border-radius: 100vh;
            border-radius: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
       -moz-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    width: 50vw;
    min-width: 40rem;
    text-decoration: none;
}

.main-btnwrap .btn-blue,
.concept-btnwrap .btn-blue {
    font-size: 1.8rem;
    letter-spacing: .3rem;
}

/* 初期設定のカラーから変更*/
.btn-blue:focus, 
.btn-blue:hover,
.btn-blue:visited {
    color: #fff;
}

/* ボタン　丸の中に矢印*/
.arrow {
    position: relative;
    display: inline-block;
    padding: 0 0 0 1.6rem;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 1.6rem;
}

.arrow::before,
.arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.btnicon::before{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 28px;
    height: 28px;
    border: 1.5px solid #fff;
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
         border-radius: 50%;
}

.btnicon::after{
    left: 6px;
    width: 12px;
    height: 12px;
    border-top: 3px solid #86CEE8;
    border-right: 3px solid #86CEE8;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
     -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
         transform: rotate(45deg);
}

/* ボタン位置調整 */
.main-btnwrap .btn-blue {
    position: absolute;
    top: 80%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); 
}

.concept-btnwrap .btn-blue {
    position: absolute;
    top: 120%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); 
}


@media only screen and (min-width: 768px) {
    .main-btnwrap .btn-blue,
    .concept-btnwrap .btn-blue {
        padding: 1.2rem 10rem;
        width: 30vw;
        min-width: 50rem;
    }
    
    .btn-blue:hover,
    .btn-blue:active{
        opacity: 0.85;
        color: #fff;
    }
    
    .main-btnwrap .btn-blue,
    .concept-btnwrap .btn-blue {
        padding: 1.2rem 5rem;
    }
    
    .main-btnwrap .btn-blue {
        font-size: 2.5rem;
    }
    
    .main-btnwrap .btn-blue {
        top: 70%;
        left: 65%;
    }
    
    .concept-btnwrap .btn-blue {
        top: 80%;
    }
}

/* 各タイトル部分 */
.ttl {
    text-align: center;
    color: #1a1a1a;
    letter-spacing: 0.4rem;
    margin-bottom: 5rem;
}

h2 {
    font-size: 2.5rem;
}

@media only screen and (min-width: 768px) {
    .ttl {
        margin-bottom: 7rem;
    }
    
    h2 {
    font-size: 3rem;
    }
}

/* タイトル下二重線 */
.ttl-text,
.usage-inner {
    border-bottom: 3px solid #333;	/* 内側の線の太さ・種類・色 */
    /*margin: 10px 10px;*/ /* 外側の余白 上下・左右 */
    padding: 2.5rem; /* 内側の余白 */
    position: relative;
    z-index: 0;
}

.ttl-text:before,
.usage-inner:before {
    border-bottom: 1px solid #333;	/* 外側の線の太さ・種類・色 */
    content: '';
    display: block;
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    z-index: -1;  
}


/* ヘッダー */
.ec-headerRole,
.ec-headerNaviRole {
  padding: 0;
}

.ec-headerRole .ec-headerRole__title {
  margin-left: 40px;
}

.ec-layoutRole__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ec-headerTitle .ec-headerTitle__title a {
  margin-bottom: 0;
}
.ec-headerTitle .ec-headerTitle__title {
  text-align: left;
}
.ec-headerNav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .ec-layoutRole__header {
    padding: 10px 20px 10px 10px;
  }
  .ec-headerTitle .ec-headerTitle__title {
    width: 70%;
  }
}

@media only screen and (min-width: 768px) {
  .ec-layoutRole__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .ec-headerRole {
    width: 40%;
    padding: 10px 20px;
  }

  .ec-headerNaviRole {
    width: 60%;
    padding: 10px 20px;
  }
}

/* カテゴリナビ */
.ec-categoryNaviRole {
    max-width: 100%;
    background-color: #666;
}

.ec-itemNav__nav li a {
    color: #fff;
    background: #666;
    font-weight: normal;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

/* セクション区切り斜め */
@media only screen and (min-width: 768px) {
    .ec-itemNav__nav li a {
        display: inline-block;
    }
    
    .ec-itemNav__nav li{
        display: inline-block;
    }
    
    .ec-itemNav__nav li:not(:first-child)::before {
        content: "/";
        color: #fff;
    }
}

/*
.ec-itemNav__nav li {
    transform: skewX(-20deg);
    border-right: 1px solid #fff;
}
*/

@media only screen and (min-width: 768px) {
    .ec-itemNav__nav li a:hover,
    .ec-itemNav__nav li a:active {
    background: #7e7e7e; 
  }
}

/* メインビジュアル */
.ec-sliderRole,
.ec-layoutRole .ec-layoutRole__contents {
  max-width: 100%;
}

.ec-sliderRole {
  padding-left: 0; /* 20px; */
  padding-right: 0; /* 20px; */
}

.main_visual_text {
  text-align: center;
  margin-top: 3rem;
  font-weight: bold;
  line-height: 2;
  color: #000;
}

.main_visual {
    position: relative;
}

/* コンセプト */
.ec-conceptRole {
    margin-top: 3rem;
    margin-bottom: 7rem;
}

.concept-inner {
    position: relative;
    margin-bottom: 7rem;
}

@media only screen and (min-width: 768px) {
    .ec-conceptRole {
    margin-top: 10rem;
    margin-bottom: 0;
    }
}

/* ピックアップ （プラグイン）*/
.recommendGrid {
    margin-top: 3rem;
}

.recommendGrid a {
    color: #fff;
}

.recommend-text,
.recommend-name {
    color: #000;
}

.recommend-text {
    font-size: 1.3rem;
    padding: 1rem 0;
}

.recommend-name {
    font-size: 1.5rem;
}

.ec-shelfGrid__item {
    text-align: center;
}

.ec-shelfRole img {
    width: auto;
    display: inline-block;
}

@media only screen and (min-width: 768px) {
    .ec-shelfGrid {
        -webkit-justify-content: space-around;
            -ms-flex-pack: distribute;
                justify-content: space-around;
    }
    
    .recommendGrid {
    margin-top: 10rem;
    }
}


/* naosolについて */
.ec-aboutRole {
    margin-top: 3rem;
}

.about-text,
.usage-text {
    color: #333;
    font-weight: 500;
    margin-top: 5rem;
}

.about-text .text-ttl {
    font-size: 1.8rem;
    padding-bottom: 5rem;
}

.about-text .text-details {
    padding-bottom: 1.5rem;
}

.text-details {
    font-size: 1.5rem;
    line-height: 1.7;
    letter-spacing: 0.1rem;
}

.usage-text .text-ttl {
    font-size: 1.8rem;
    color: #78B3CB;
    padding-bottom: 1rem;
}

.usage-text .text-details {
    padding-bottom: 1rem;
}

.about-wrap {
    margin-bottom: 6rem;
}

.about-inner,
.usage-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.about-image img,
.usage-image img {
    width: auto;
}

.usage-inner {
    margin-bottom: 4rem;
}

.annotation {
    text-align: center;
    font-size: 1.6rem;
}

.about-text .text-ttl::after {
  content: '';
  display: inline-block;
  background-image: url(/html/user_data/assets/img/icon_wind.png);
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  vertical-align: baseline;
  width: 15rem;
  height: 3rem;
  margin-left: 2rem;
}

.ttl-text-noboder {
    position: relative;
}

.ttl-text-noboder::before {
  content: '';
  display: inline-block;
  background-image: url(/html/user_data/assets/img/about_line.png);
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  vertical-align: baseline;
  width: 6.5rem;
  height: 6.5rem;
  position: absolute;
  top: -3rem;
  left: 0;
    
}

@media only screen and (min-width: 768px) {
    .about-text,
    .usage-text {
        margin-top: 0;
    }
    
    .about-inner,
    .usage-inner {
        -webkit-justify-content: space-around;
            -ms-flex-pack: distribute;
                justify-content: space-around;
    }
    
    .about-inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }
    
    .usage-inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
           -moz-box-orient: horizontal;
           -moz-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
    }
    
    .ec-aboutRole {
    margin-top: 10rem;
    }
    
    .about-wrap {
    margin-bottom: 12rem;
    }
    
    .about-text .text-details {
    padding-bottom: 3rem;
    }
    
    .usage-text .text-details,
    .usage-text .text-ttl {
    padding-bottom: 2rem;
    }

}
/* フッター */

.ec-footerRole {
    border-top: 1px solid #F0F0F0;
    background-color: #F0F0F0;
}

.ec-footerNavi,
.ec-footerTitle {
    color: #333;
}

@media only screen and (min-width: 768px) {
    .ec-footerNavi .ec-footerNavi__link a {
        text-decoration: none;
    }
}


/***********************
商品詳細
***********************/
#page_product_detail .ec-layoutRole .ec-layoutRole__contents{
    padding-top:7rem;
}