/*!
 * Start Bootstrap - Grayscale Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */


.top_wrap {
    background: url(../img/common/bg_01.jpg) repeat;
}




/* -----------------------------------------------------------------------------
  Top Intro
--------------------------------------------------------------------------------*/

.intro {display: table; width: 100%; height: auto; padding: 100px 0; text-align: center; color: #fff;}

.intro .intro-body {display: table-cell; vertical-align: middle;}

.intro .intro-body .brand-heading {font-size: 180%/*40px*/;}

.intro .intro-body .intro-text { font-size: 18px;}

@media(min-width:768px) {
    .intro { height: 100%; padding: 0;}

    .intro .intro-body .brand-heading {font-size: 200%/*100px*/;}

    .intro .intro-body .intro-text {font-size: 26px;}
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 100%!important;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:visited,
.btn-circle:hover,
:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.2);
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}


.btn {
    border-radius: 0;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default {
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
}


.btn-default  a:link {color: #fff; text-decoration: none;}
.btn-default  a:visited {color: #fff; text-decoration: none;}
.btn-default a:hover, a:focus, a:active { outline: 0; color: #fff; background-color: transparent;}



/* -----------------------------------------------------------------------------
  top message
--------------------------------------------------------------------------------*/
#msg {width: 90%; margin: 40px auto 40px;}

#msg .inner {padding: 0;}

#msg h1 {margin: 0; font-size: 2.4rem; line-height: 1.4;}

.msg_body { margin: 0 ; font-size: 1.4rem; line-height: 2;}

@media(min-width:768px) {
.msg_body { margin: 0 ; font-size: 1.8rem; line-height: 1.6;}
}


/* -----------------------------------------------------------------------------
  top slide パララックス
--------------------------------------------------------------------------------*/
/* Slide 1 */
#slide1{
  background-image:url('../img/top/lettering_bg1.jpg')  ;
  background-position:center center;
  background-size: cover;
  color:#ffffff;
}

#slide1 h1 {
  font-size: 3.0em;
  letter-spacing: 0px;
  line-height: 0px;
  color:#ffffff;
  font-weight: 700;
  line-height:normal;
}

/* Slide 2 */
#slide2{
  background-image:url('../img/top/lettering_bg2.jpg')  ;
  background-position:center center;
  background-size: cover;
  color:#fff;
}

#slide2 h1 {
  font-size: 3.0em;
  letter-spacing: 0px;
  line-height: 0px;
  color:#fff;
  font-weight: 700;
  line-height:normal;
}

/* General Slides */

.slide{
  width:100%;
  height:auto;
  position: relative;
  padding:30px 0;
}

@media(min-width: 768px) {
  .slide{
    background-attachment: fixed;
    padding:140px 0;
  }
}

.slide_copy {
  text-align:center;
  width:100%;
}

.slide_copy h2{ font-size:40px;}

@media(max-width: 767px) {
  .slide_copy h2{ font-size:20px;}
}

/* -----------------------------------------------------------------------------
  top.onlineshop
--------------------------------------------------------------------------------*/

#shop h3{ color:#900020; font-size:1.6rem;}

#shop .shop_read { border:solid 1px #ccc; padding:1rem; margin:1rem; font-size:1.6rem;}

.product_title {line-height: 1.5;font-size:120%; margin:10px 0; letter-spacing:normal;}
.product_title a:link {color: #444; text-decoration: none;}
.product_title a:visited {color: #444; text-decoration: none;}
.product_title a:hover, a:focus, a:active { color: #aaa;}

.price{font-size: 100%; margin:10px;}

/* -----------------------------------------------------------------------------
  Chinami Shop リンクボタン
--------------------------------------------------------------------------------*/

.button {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  height: 5rem;
  line-height: 5rem;
  outline: none;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}


.button_kv {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  height: 5rem;
  line-height: 5rem;
  outline: none;
}
.button_kv::before,
.button_kv::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button_kv,
.button_kv::before,
.button_kv::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button_shop {
  background-color: #fdd6d6;
  border: 2px solid #ea5e5e;
  color: #444;
  font-size:1.4rem;/*1.8rem;*/
  margin:1rem 0;/*margin:1rem;*/
  width: 25rem;/*26rem;*/
}

#shop .shop_read span {font-size:2rem; color:#DD1111; letter-spacing:.1rem;}

.red{color:#DD1111;}

.button_shop:hover {
  background-color: #fff;
  border-color: #DD1111;
  color: #444;
  text-decoration:none;
}


/* -----------------------------------------------------------------------------
  #top_news .news_box
--------------------------------------------------------------------------------*/

.top_title { width: 100%; margin: 3rem auto 3rem;}
.top_title h2{ display: block; margin: 0  0 20px 0!important; font-size: 150%; color: #878787; font-weight: normal; text-align: center;}

/*20170916*/
.news_list{background: #fff; padding:0 1rem 1rem; margin: 0 0 3rem;}
.news_list dl {margin-bottom: 0;}
.news_list dt {float: left; padding: 1rem 0 1rem; /*border-bottom: 1px solid #ccc;*/ font-weight: normal;font-size: .9em;}
.news_list dd {padding: 1rem 0 1rem 9rem;border-bottom: 1px solid #ccc;}

.news_list a:link {color: #444; text-decoration: none;}
.news_list a:visited {color: #444; text-decoration: none;}
.news_list a:hover, a:focus, a:active { color: #900020;}

@media(max-width:767px) {
  .news_list dt {float:left; padding: 1rem 0 1rem; border-bottom: none; }
}

/*20170916*/

.list_index{ list-style-type: none; overflow: hidden;}

#top_news .col-sm-3 { padding:.5rem 1rem; transition: .8s;}

.news_box{ text-align:center; background:#fff; padding:1rem;  margin:0;}

.news_box img{ max-width: 100%; height: auto;}

.news_box .news_title {line-height: 1.5; font-size:1.6rem; margin:.5rem 0 0; letter-spacing:normal;}
@media(max-width:767px) {
.news_box .news_title {font-size:1.4rem;}
}
.news_box .news_title a:link {color: #444; text-decoration: none;}
.news_box .news_title a:visited {color: #444; text-decoration: none;}
.news_box .news_title a:hover, a:focus, a:active { color: #900020;}

.news_box .catch{margin:0 1rem .5rem; font-size:1.4rem; line-height:1.2; }

.read_more {
  cursor: pointer;
  display: inline-block;
  font-size: 1.1rem;
  font-weight: normal;
  margin-bottom: 1rem;
  padding: .4rem 1.2rem;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  background-color: #615E5C;
  color: #fff;
}

.read_more a:link {color: #fff; text-decoration: none;}
.read_more a:visited {color: #fff; text-decoration: none;}
.read_more a:hover, a:focus, a:active { color: #aaa;}


.list-mv02{
  opacity: 0;
}
.mv02{
  opacity: 1.0;
}

.top_book{
  position: relative;
  width: 100%;/*　トリミングしたい枠の幅（固定にしたい場合はサイズを入力）　*/
  padding-top: 100%;/*　トリミングしたい枠の高さ（固定にしたい場合はサイズを入力）　*/
  overflow: hidden;/*　画像が枠からはみ出た部分はトリミング（非表示）する　*/
  margin: 0 auto;
}
.top_book img{
/* 画像を上下左右に中央配置する（絶対指定） */
  position: absolute;
  top: 70%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /* 画像の最大サイズは枠の1.5倍まで */
  max-width: 150%;
  max-height: 150%;
}
* 登録 */
.button_kv {
    background-color: #ff9900!important;
    border: 2px solid #ff9900!important;
}

/* a{color: #fff; text-decoration:none;}*/

.button_kv:hover {
    background-color: #fff;
    border-color: #ff9900;
    color: #ff9900;
}


.button_kv {
    display: inline-block;
    padding: 0 2em;
    height:60px;
    text-align: center;
    text-decoration: none;
    line-height: 37px;
    outline: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.button_kv::before,
.button_kv::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}
.button_kv,
.button_kv::before,
.button_kv::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

@media screen and (min-width:768px){
.button_kv {
    line-height: 52px;
}
}

/* -----------------------------------------------------------------------------
  top .news_letter
--------------------------------------------------------------------------------*/
.news_letter { width: 90%; margin: 10px auto 0;}

.top_news_letter_title { width: 100%; margin: 20px auto; text-align:center;}

.top_news_letter_title h2{ display: block; margin: 0  0 20px 0!important; font-size: 150%; color: #878787; font-weight: normal; text-align: center;}
.news_letter h3 {font-size:1.8rem;}
.news_letter p{font-size:1.6rem;}

/*ボタン*/

.button-container {
    text-align: center;
    margin-top:10px;
}

.button-container a{color: #fff; text-decoration:none; font-size:14px;}
@media screen and (min-width:360px){

.button-container a{color: #fff; text-decoration:none; font-size:16px;} 
    }

/* 登録 */
.button {
    background-color: #ff9900;
    border: 2px solid #ff9900;
}

/* a{color: #fff; text-decoration:none;}*/

.button:hover {
    background-color: #fff;
    border-color: #ff9900;
    color: #ff9900;
}


.button {
    display: inline-block;
    padding: 0 3em;
    height: 40px;
    text-align: center;
    text-decoration: none;
    line-height: 37px;
    outline: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.button::before,
.button::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}
.button,
.button::before,
.button::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

@media screen and (min-width:768px){
.button {
    height: 54px;
    line-height: 52px;
}
}



* 登録 */
.button_kv {
    background-color: #ff9900!important;
    border: 2px solid #ff9900!important;
}

/* a{color: #fff; text-decoration:none;}*/

.button_kv:hover {
    background-color: #fff;
    border-color: #ff9900;
    color: #ff9900;
}


.button_kv {
    display: inline-block;
    padding: 0 2em;
    text-align: center;
    text-decoration: none;
    line-height: 37px;
    outline: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.button_kv::before,
.button_kv::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}
.button_kv,
.button_kv::before,
.button_kv::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

@media screen and (min-width:768px){
.button_kv {
    line-height: 52px;
}
}


/* 解除 */
.button2 {
    background-color: #888;
    border: 2px solid #888;
}

.button2:hover {
    background-color: #fff;
    border-color: #888;
    color: #888;
}


.button2 {
    display: inline-block;
    padding: 0 3em;
    height: 40px;
    text-align: center;
    text-decoration: none;
    line-height: 37px;
    outline: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.button2::before,
.button2::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}
.button2,
.button2::before,
.button2::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

@media screen and (min-width:768px){
.button2 {
    height: 54px;
    line-height: 52px;
}
}
 
/*****************************************
 zoom slider
*****************************************/

#zoom_slider {
  position: absolute;
  width: 100%;
  height: 100vh;
  z-index: -9999999;
  top: 0;
  left: 0;
  overflow: hidden;
}
#zoom_slider div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

@media(max-width:1023px) {
  .intro {
    position: relative;
  }
  #zoom_slider {
    height: 100%;
  }
}

/*
#zoom_sliderの中に
枚数分の空divを設置して
3枚なら3,2,1と降順に背景画像を指定
 */

/* 1枚目 */
#zoom_slider div:nth-child(3) {
  background-image: url("../img/top_intro/001.jpg");
  background-position: center center;
  background-size: cover;
}

/* 2枚目 */
#zoom_slider div:nth-child(2) {
  background-image: url("../img/top_intro/002.jpg");
  background-position: center center;
  background-size: cover;
}

/* 3枚目 */
#zoom_slider div:nth-child(1) {
  background-image: url("../img/top_intro/003.jpg");
  background-position: center center;
  background-size: cover;
}

#zoom_slider div {
  animation-name: anim_slides;
  animation-duration: 30.0s; /* 時間の基準 */
  animation-timing-function: ease-in;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-delay: 0;
  animation-play-state: running;
  animation-fill-mode: forwards;
}

@keyframes anim_slides {
    0% {
        opacity:0;
        transform: scale(1.2, 1.2);
    }
    10% {
        transform: scale(1.2, 1.2);
        opacity:1;
    }
    30% {
        transform: scale(1, 1);
        opacity:1;
    }
    45% {
        opacity:0;
    }
    100% {
        opacity:0;
    }
}

/* 1枚目 */
#zoom_slider div:nth-child(3) {
  animation-delay: 0s;
}
/* 2枚目 */
#zoom_slider div:nth-child(2) {
  animation-delay: 10.0s; /* 時間の基準÷枚数×1 */
}
/* 3枚目 */
#zoom_slider div:nth-child(1) {
  animation-delay: 20.0s; /* 時間の基準÷枚数×2 */
}

/* topスライダー内 */

.header__img {
  margin:0 auto;
  padding: 0 0;
  width:90%;
  max-width:800px;
}
.header__img ul {
  position:relative;
  padding-bottom:105.875%;
  width:80%;
  height:0;
    margin:0 ;
    padding: 10px 0 ;
  list-style-type:none;
}
.header__img ul li {
  position:absolute;
  width:50%;
  line-height:0;
  font-size:0;
}
.header__img ul li:nth-child(1) {
  left:0%;
  top:65%;

}
/*.header__img ul li:nth-child(2) {
  left:50%;
  top:0;
}*/
.header__img ul li:nth-child(2) {
  left:80%;
    top:65%;
  bottom:0;
}

@media(max-width:768px) {
.header__img {
  margin:0 auto;
  width:90%;
  max-width:800px;
}
.header__img ul {
  position:relative;
  padding-bottom:20%;
  width:90%;
  height:0;
  list-style-type:none;
}
.header__img ul li {
  position:absolute;
  width:50%;
  line-height:0;
  font-size:0;
}
.header__img ul li:nth-child(1) {
  left:0%;
  top:65%;

}
/*.header__img ul li:nth-child(2) {
  left:50%;
  top:0;
}*/
.header__img ul li:nth-child(2) {
  left:61%;
    top:65%;
  bottom:0;
}
}



.header__text {
margin-top: 250px;
margin-bottom:-180px;
}

.header__text p{
 color:#fff!important;
}

.header__text p:hover{
 color:#aaa!important;
}

.header__text p{
 color:#fff!important;
}



.header__text a {
  display: inline-block;
  transition: .3s;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.header__text a:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

@media(min-width:768px) {
.header__text {
font-size: 100%;
}
.header__text span{
font-size: 120%;
}
}

@media(max-width:768px) {
.header__text {
margin-top: 80px;
margin-bottom:-50px;
}
}


.kv_news a{
    background-color: #ff9900;
    border: 2px solid #ff9900;
    color: #fff!important;
}

/* a{color: #fff; text-decoration:none;}*/

.kv_news a:hover {
    background-color: #fff!important;
    border-color: #ff9900!important;
    color: #ff9900!important;
}

.kv_news a {
    padding: 0.5rem 0.8em;
    height: auto;
    text-align: center;
    text-decoration: none;
    line-height: 30px;
    outline: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

@media screen and (max-width:768px){
.kv_news a  {
    height: auto;
    line-height: 25px;
    font-size: 80%;
}
}

.top_bn_ml{
padding:0rem 0.5rem 1rem; text-align: center; margin-bottom:10px;
}

.top_bn_ml02{
padding:0rem 0.5rem 0.5rem; text-align: center; margin-bottom:5px;
}


.button-container02 {
    text-align: center;
    margin-top:150px;
}

@media screen and (max-width:768px){
.button-container02 {
    text-align: center;
    margin-top:105px;
}
}

.button-container02 a{color: #fff; text-decoration:none; font-size:13px;}
@media screen and (min-width:360px){

.button-container02 a{color: #fff; text-decoration:none; font-size:14px;} 
    }

._width80 img{

width: 80%;
}