@charset "UTF-8";
/* ==========================================================
 topページ用スタイル
========================================================== */
/* header
---------------------------------------------------------- */
.header.is-top {
  position: static;
  height: 110px;
  background-color: #E9F5F5;
}

@media all and (max-width: 767px) {
  .header.is-top {
    height: 60px;
    position: fixed;
    background-color: #000;
  }
}

.header.is-top .header-in {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header.is-top .header-utility {
  position: absolute;
  top: 50%;
  right: 84px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media all and (max-width: 767px) {
  .header.is-top .header-utility {
    display: none;
  }
}

.header.is-top .header-utility a {
  width: 16px;
  height: 16px;
}

.header.is-top .header-utility a:hover {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media all and (max-width: 767px) {
  .header.is-top .header-utility a:hover {
    -webkit-backface-visibility: visible;
            backface-visibility: visible;
  }
}

.header.is-top .header-utility a:hover:hover {
  opacity: .6;
}

@media all and (max-width: 767px) {
  .header.is-top .header-utility a:hover:hover {
    opacity: 1;
  }
}

.header.is-top .header-utility img {
  width: 16px;
  height: 16px;
}

.header.is-top .header-logo {
  margin-right: 0;
  max-width: 300px;
  min-width: 198px;
  max-height: 28px;
  min-height: 19px;
  height: 100%;
  width: 300px;
}

@media all and (max-width: 767px) {
  .header.is-top .header-logo {
    max-width: none;
    max-height: none;
    min-width: 0;
    min-height: 0;
    height: 100%;
    width: 185px;
  }
}

.header.is-top .header-logo .image {
  max-width: 300px;
  min-width: 198px;
  max-height: 28px;
  min-height: 19px;
  height: 100%;
  width: 300px;
}

@media all and (max-width: 767px) {
  .header.is-top .header-logo .image {
    max-width: none;
    max-height: none;
    min-width: 0;
    min-height: 0;
    width: 185px;
  }
}

/* global-navi
---------------------------------------------------------- */
.nav-global.is-top {
  display: none;
}

/* contents
---------------------------------------------------------- */
.page-index {
  background-color: #E9F5F5;
}

@media all and (max-width: 767px) {
  .page-index {
    background-color: #fff;
  }
}

.wrapper.js-top-container {
  padding-top: 0;
  width: 100%;
  overflow: auto;
  background-color: #E9F5F5;
}

@media all and (max-width: 767px) {
  .wrapper.js-top-container {
    padding-top: 60px;
    background-color: #fff;
    height: auto;
  }
}

.contents-top {
  width: 100%;
  margin: 0 auto;
  min-width: 768px;
  height: 63%;
  overflow: hidden;
  position: relative;
}

@media all and (max-width: 767px) {
  .contents-top {
    min-width: 0;
    height: auto;
    padding-bottom: 60px;
  }
}

/* slider
---------------------------------------------------------- */
.js-slider-top {
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-property: opacity, visibilty;
  transition-property: opacity, visibilty;
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  position: relative;
}

@media all and (max-width: 767px) {
  .js-slider-top {
    display: block;
    visibility: visible;
    opacity: 1;
  }
}

.js-slider-top.is-active {
  visibility: visible;
  opacity: 1;
}

.js-slider-top .mod-slider-top-item {
  -webkit-transition-property: opacity, visibilty;
  transition-property: opacity, visibilty;
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media all and (max-width: 767px) {
  .js-slider-top .mod-slider-top-item {
    opacity: 1;
    visibility: visible;
    display: block;
    text-align: center;
    position: relative;
    height: auto !important;
  }
}

.js-slider-top a {
  outline: 0;
}

.js-slider-top .slider-image {
  margin: 0 auto;
  width: 100%;
  height: auto;
}

.js-slider-top .detail {
  position: relative;
}

.js-slider-top .block {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
}

.js-slider-top .block.small {
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.js-slider-top .block .title {
  color: #fff;
  font-size: 20px;
  text-shadow: 0.5px 0 1px #666;
}

.js-slider-top .block .btn-cmn-01 {
  margin-top: 10px;
}

/* loading
---------------------------------------------------------- */
.ico-spinner {
  margin: 100px auto 0;
  width: 70px;
  height: 18px;
  text-align: center;
  position: absolute;
  top: 200px;
  left: 50%;
}

@media all and (max-width: 767px) {
  .ico-spinner {
    display: none;
  }
}

.ico-spinner > div {
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.ico-spinner .ico-bounce1 {
  -webkit-animation-delay: -0.32s;
          animation-delay: -0.32s;
}

.ico-spinner .ico-bounce2 {
  -webkit-animation-delay: -0.16s;
          animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* footer
---------------------------------------------------------- */
.footer.is-top {
  background-color: #E9F5F5;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px 20px 20px;
  height: 24%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media all and (max-width: 767px) {
  .footer.is-top {
    background-color: #fff;
    position: relative;
    height: auto;
    padding: 0 8px;
    display: block;
  }
}

.footer.is-top .btn-pagetop {
  display: none;
}

@media all and (max-width: 767px) {
  .footer.is-top .btn-pagetop {
    display: block;
  }
}

.footer.is-top .footer-in {
  display: none;
}

@media all and (max-width: 767px) {
  .footer.is-top .footer-in {
    display: block;
  }
}

.footer.is-top .footer-top-links {
  width: 100%;
}

@media all and (max-width: 767px) {
  .footer.is-top .footer-top-links {
    display: none;
  }
}

.footer.is-top .footer-top-links-under {
  display: block;
}

@media all and (max-width: 767px) {
  .footer.is-top .footer-top-links-under {
    display: none;
  }
}

.footer.is-top .footer-top-list {
  text-align: center;
  width: 768px;
  margin: 0 auto 20px;
  letter-spacing: -0.4em;
}

.footer.is-top .footer-top-list-item {
  letter-spacing: 0.1em;
  margin: 0 55px;
  display: inline-block;
}

.footer.is-top .footer-top-list:nth-of-type(2) .footer-top-list-item {
  margin: 0 25px;
}


.footer.is-top .footer-top-list-item a {
  display: inline-block;
}

.footer.is-top .footer-top-list-item a.large {
  font-size: 21px;
}

.footer.is-top .footer-top-list-item a.small {
  font-size: 16px;
}

.footer.is-top .footer-top-list-item a:hover {
  color: #808080;
}

.footer.is-top .footer-top-list:nth-child(3) .footer-top-list-item{
  margin: 20px 25px;
}

.footer.is-top .footer-top-list-under {
  display: block;
  letter-spacing: -0.4em;
}

.footer.is-top .footer-top-list-under-item {
  display: inline-block;
  letter-spacing: 0.1em;
  margin: 0 15px;
}

.footer.is-top .footer-top-list-under-item a {
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
          transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  font-size: 11px;
}

@media all and (max-width: 767px) {
  .footer.is-top .footer-top-list-under-item a {
    -webkit-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    -webkit-backface-visibility: visible;
            backface-visibility: visible;
  }
}

.footer.is-top .footer-top-list-under-item a:hover {
  color: #808080;
}

/***************************************************
200617 TOPデザイン変更
***************************************************/
    .slide{
        margin: 0 auto;
        padding: 0;
    }
    .slide .slick-slide{
        text-align: center;
        outline:none;
    }
    .slick-slide img{
        /*width: 111vh;*/
        max-height: 100%;
        margin:auto;
    }
    .slick-slide a{
        display: inline-block;
        vertical-align: bottom;
        max-width: 1000px;
    }
    .slick-dotted.slick-slider{
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .slide .slick-dots{
        bottom: 10px;
    }
    .slick-dots li{
        height: 10px;
        width: 10px;
        margin: 0 15px;
    }
    .slide .slick-dots li button{
        background: #FFF;
        border: 1px solid #EEE;
        border-radius: 100%;
        display: block;
        height: 6px;
        width: 6px;
        outline: none;
        line-height: 0px;
        font-size: 0px;
        color: #FFF;
        padding: 4px;
        cursor: pointer;
    }
    .slide .slick-dots .slick-active button{
        background: #000;
    }
    .slick-next{
        right: 5vw;
        width: 30px;
        height: 30px;
        border-top: 2px solid rgba(0,0,0,0.3);
        border-right: 2px solid rgba(0,0,0,0.3);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        transition: all 0.3s;
    }
    .slick-prev{
        left: 5vw;
        width: 30px;
        height: 30px;
        border-top: 2px solid rgba(0,0,0,0.3);
        border-left: 2px solid rgba(0,0,0,0.3);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        transition: all 0.3s;
    }
    .slick-prev, .slick-next,
    .slick-prev:focus, .slick-next:focus{
        background: transparent;
        z-index: 9;
        transition: all 0.3s;
    }
    .slick-prev:hover, .slick-next:hover {
        outline: none;
        border-top: 2px solid rgba(0,0,0,1);
        border-right: 2px solid rgba(0,0,0,1);
        color: #FFF;
    }
    .footer.is-top{
        position: relative;
    }
    @media all and (max-width: 767px) {
        .page-index, .wrapper.js-top-container {
            background-color: #E9F5F5;
        }
        .slick-slide img{
            width: 100%;
        }
        .footer.is-top .footer-top-links{
            display: block;
        }
        .footer.is-top {
            background: none;
            padding: 30px 0 60px;
        }
        .footer.is-top .footer-top-list{
            width: 100%;
            margin: 0 0 4vw 0;
        }
        .footer.is-top .footer-top-list-item:nth-child(n+4){
            margin: 10px 10px;
        }
        .slick-slide img{
            padding: 0;
        }
        .slick-next {
            right: 2vw;
            width: 10px;
            height: 10px;
            top: 40vw;
        }
        .slick-prev {
            left: 2vw;
            width: 10px;
            height: 10px;
            top: 40vw;
        }
        .slide .slick-dots{
            bottom: 35px;
        }
    }
    @media all and (min-width: 481px) and (max-width: 766px) {
        .footer.is-top .footer-top-list-item{
            margin: 0 6vw !important;
        }
        .footer.is-top .footer-top-list:nth-of-type(2) .footer-top-list-item {
            margin: 0 3vw !important;
        }
        .footer.is-top .footer-top-list-item a.large{
            font-size: 3vw;
        }
        .footer.is-top .footer-top-list-item a.small{
            font-size: 2.5vw;
        }
        .footer.is-top .footer-top-list-item:nth-child(n+4) {
            margin: 10px 4vw;
        }
    }
    @media all and (max-width: 480px) {
        .footer.is-top .footer-top-list-item{
            margin: 0 3vw !important;
        }
        .footer.is-top .footer-top-list-item a.large{
            font-size: 4vw;
        }
        .footer.is-top .footer-top-list-item a.small{
            font-size: 3vw;
        }
    }

    
    /****************************************************
    以下ヘッダーメニュー用　CSS
    *****************************************************/
    @media all and (max-width: 767px) {
        .toppage-logo .header-logo{
            margin: 5vw auto 0;
            max-width: 185px;
            width: 80vw;
        }
        .header.is-top{
            background: #e9f5f5;
        }
        .btn-drawer .btn-drawer-border{
            fill: #000;
            stroke: black;
        }
        .btn-drawer .btn-drawer-menu polygon{
            stroke: #000;
        }
        .top-sp{
            position: relative;
            margin-top: 0;
        }
        .translation{
            top: 0;
            z-index: 10;
        }
    
    }


/***************************************************
重要なお知らせ
***************************************************/


.important{
    max-width: 768px;
    margin: 30px auto 0;
    padding: 0 20px;
}
.important a{
    display: block;
    text-align: center;
}
/*.important a:hover, .important a:hover .red{
    color: #808080;
}*/
.important a:hover{
     opacity: 0.7;
}
.important .red{
    display: inline-block;
    color: red;
}

@media all and (max-width: 767px) {
  .important{
    margin: 10px auto 0;
  }
  .important a{
    font-size: 3.8vw;
  }
}



/***************************************************
200820 TOPデザイン変更
***************************************************/

.top_news,.top_product,
.top_introduction,.top_quality,
.top_stores{
    padding: 0 20px;
}

.top_news .cont,.top_product .cont,
.top_introduction .cont,.top_quality .cont,
.top_stores .cont{
    max-width: 1000px;
    margin: 60px auto 0;
}

.top_news h1,.top_product h1,
/*.top_quality h1,*/.top_stores h1{
    text-align: center;
    font-size: 22px;
    font-weight: 100;
    padding: 20px;
}
.box a{
    display: block;
    transition: all 0.3s;
}
.box a:hover{
    opacity: 0.7;
}
.box .line-h-140{
     line-height: 140%;
}
.top_news .cont{
    background: #FFF;
    font-size: 14px;
    position: relative;
}
.top_news h1{
    border-bottom: 1px solid #e9f5f5;
}
.top_news .content{
    padding: 20px 30px;
    transition: all 0.3s;
}
.top_news a:hover .content{
    color:#666;
}
.top_news a .ico_new{
    margin: 0 20px 0 -30px;
    transition: all 0.3s;
}
.top_news a:hover .ico_new{
    background:#666;
}
.top_news .item{
    position: relative;
}
.top_news .item:after {
    content: '';
    display: inline-block;
    width: 5px;
    height: 9px;
    position: absolute;
    top: 45%;
    right: 30px;
    background-image: url(/common/img/ico_arrow_right_01.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.more{
    position: absolute;
    display: block;
    top: 33px;
    right: 30px;
    font-size: 12px;
    line-height: 1;
    cursor: pointer;
    transition: all 0.3s;
}
.more:hover{
    opacity: 0.7;
}
.more:after {
    content: '';
    display: inline-block;
    width: 5px;
    height: 9px;
    background-image: url(/common/img/ico_arrow_right_01.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-left: 5px;
}
.feature-more{
     margin: 0 auto;
} 
.feature-more a {
    margin-bottom: 10px!important;
    width: 145px!important;
    padding: 10px;
    margin: 0 auto;
    font-size: 12px;
    line-height: 1;
    background-color: #e9f5f5;
    cursor: pointer;
    transition: all 0.3s;  
}
.feature-more a:hover{
     background-color: #ddd;
}

.feature-more a:after {
    content: '';
    display: inline-block;
    width: 5px;
    height: 9px;
    background-image: url(/common/img/ico_arrow_right_01.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-left: 5px;
}
.feature-sen{
    border-bottom: 1px solid #e9f5f5;
    width: 100%!important;
    margin: 10px 0 60px!important;
}

.top_product{
    margin-top: 30px;
}
.top_product .box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    font-weight: 100;
    max-width: 1000px;
    margin: 0 auto;
}
.top_product .box div{
    width: 49%;
    margin-bottom: 2.3%;
}
.top_product .box div:last-of-type{
    margin-bottom: 0;
}

.top_product h2{
    font-weight: 100;
    padding: 5px;
    background: #000;
    color: #FFF;
}

.top_introduction .cont{
    background: #FFF;
    position: relative;
    font-size: 14px;
}
.top_introduction h1{
    font-size: 22px;
    font-weight: 100;
    text-align: center;
    padding: 20px 0 0;
}
.top_introduction h2{
    text-align: center;
    padding: 0 0 30px;
}
.top_introduction .more{
    top:45%;
}
.top_quality .cont{
    background: #FFF;
    font-size: 14px;
    position: relative;
}
.top_quality h1{
    font-size: 22px;
    font-weight: 100;
    text-align: center;
    padding: 20px 0 0;
}
.top_quality .top_quality_h2{
    text-align: center;
    padding: 0 0 30px;
    border-bottom: 1px solid #e9f5f5;    
}
.top_quality .more{
    top:5%;
}
.top_quality .box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    font-weight: 100;
    max-width: 1000px;
    margin: 0 auto;
    padding: 30px 30px 0;
}
.top_quality .box div{
    width: 30%;
    margin-bottom: 30px;
}
.top_quality .box img{
    margin-bottom: 10px;
}
.top_quality p{
    margin-bottom: -5px;
}

.top_stores .cont{
    font-size: 14px;
    position: relative;
}
.top_stores h1{
    border-bottom: 1px solid #e9f5f5;
}
.top_stores .box{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    font-weight: 100;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 0 60px;
}
.top_stores .box div{
    width: 30%;
    margin-bottom: 30px;
    margin-right: 30px;
}
.top_stores .box div:nth-of-type(2){
    margin-right: 0;
}
.top_stores .box img{
    margin-bottom: 20px;
}
.top_stores .box h2{
    line-height: 140%;
}

@media all and (max-width: 999px){
    .top_news .cont{
        font-size: 12px;
    }
}

@media all and (max-width: 767px){
    .top_news .cont,.top_product .cont,
    .top_introduction .cont,.top_quality .cont,
    .top_stores .cont{
        margin: 30px auto 0;
    }
    .top_news h1,.top_product h1,
    /*.top_quality h1,*/.top_stores h1{
        font-size: 18px;
        padding: 15px;
    }
    .top_news .cont{
        font-size: 12px;
    }
    .top_news a .ico_new{
        margin: 0 10px 5px 0px;
        transition: all 0.3s;
        position: absolute;
        top: 0;
        font-size: 10px;
        padding: 7px 22px 4px;
    }
    .top_news .item:after{
        right: 15px;
    }
    .top_news .content{
        padding: 30px;
    }
    .top_product,
    .top_product .cont{
        margin-top: 10px;
    }
    .top_product .box div{
        width: 100%;
        margin-bottom: 6vw;
    }
    .more{
        top: 24px;
        right: 15px;
        font-size: 10px;
    }
    .more span{
        display: none;
    }
    .feature-sen {
        margin: 10px 0 40px!important;
    }
    .top_introduction h1{
        font-size: 18px;
        padding: 20px 0 5px;
    }
    .top_introduction h2{
        font-size: 12px;
        padding: 0 0 25px;
    }
    .top_quality .box div{
        width: 47%;
        font-size: 12px;
        line-height: 120%;
        margin-bottom: 20px;
    }
    .top_quality .top_quality_h2{
        font-size: 12px;
        padding: 0 0 25px;
    } 
    .top_quality h1{
        font-size: 18px;
        padding: 20px 0 5px;
    } 
    .top_quality h2{
        /*letter-spacing: -0.5px;*/
        letter-spacing: 0.5px; 
        font-size: 10px;
    }
    .top_quality p{
        margin-bottom: 0;
    }
    .top_stores .box{
        justify-content: space-between;
        padding-bottom: 30px;
    }
    .top_stores .box h2{
        font-size: 12px;
    }
    .top_stores .box img{
        margin-bottom: 10px;
    }
    .top_stores .box div{
        width: 47%;
        margin-bottom: 20px;
        margin-right: 0;
    }
    .footer{
        padding-bottom: 50px;
    }
    .trans_pc{
        display: none;
    }
    .translation{
        top:8px;
        border-top: 1px solid #eee;
        border-radius: 6px 0px 0px 6px;
    }
    .translation .check:after{
        display: none;
    }
    img[src$=".svg"]{
        width: 100%;
    }
    .translation .check img[src$=".svg"]{
        width: 16px;
    }
    .translation .check{
        padding: 13px;
    }
}





