@charset "UTF-8";
@import url("https://netdna.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.css");
/* CSS Document */

.hoverOp:hover {
  filter: alpha(opacity=40);
  opacity: 0.4;
}

a:link {
  color: #0066cc;
  text-decoration: none;
}

a:visited {
  color: #0066cc;
  text-decoration: none;
}

a:hover {
  color: #66b0ff;
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

a img {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

body {
  background-attachment: fixed;
  background-position: center top;
  background-image: url(../images/base.gif);
  background-repeat: repeat-y;
  background-size: 1350px;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
  font-family: sans-serif;
  color: #1A1A1A;
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}


.exLink:after {
  margin: 0 3px;
  /*font-family: FontAwesome;*/
  vertical-align: middle;
  content: '\f08e';
}

.wrapper {
  width: 100%;
  margin: 0 auto;
}

ul, li {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

br.sp {
  display: none;
}

.note {
  font-size: 85%;
  padding-left: 1em;
}

.note::before {
  content: '※';
  margin-left: -1em;
}

a[target=_blank]:after {
  font-family: "Hobonichi-Icons";
  content: "\e914";
  font-weight: normal;
  font-size: .8em; /* フォントサイズちょっと小さく */
  position: relative; /* ちょっと上付きにするための指定 */
  top: -.2em; /* ちょっと上付きにする */
}

/* ヘッダー
 * --------------------------------------------------------*/
.logo {
  width: 620px;
  text-align: center;
  margin: 0 auto;
  padding-top: 20px;
  position: relative;
}

.head {
  width:780px;
  text-align: center;
  margin: 0 auto;
  padding-top: 20px;
  position: relative;
}
.head img {
  max-width: 100%;
}

.pc {
  display: block !important;
}
.sp {
  display: none !important;
}


/*ヨドガワ
 * --------------------------------------------------------*/
 .yodogawa {
  width: 460px;
  font-size: 17px;
  font-family: "Shuei NijimiMGo B JIS2004";
  line-height: 1.9em;
  letter-spacing: 0.1em;
  text-align: left;
  margin:0 auto;
  padding-top: 40px;
  padding-bottom: 20px;
}

.text {
 width: 480px;
 font-size: 16px;
 line-height: 1.9em;
 letter-spacing: 0.1em;
 text-align: left;
 margin:0 auto;
 padding-top: 30px;
 padding-bottom: 10px;
}
.midashi {
 font-size: 28px;
 font-family: "Shuei NijimiMGo B JIS2004";
 line-height: 1.6em;
 color: #ED6D1F;
 padding-top: 10px;
 padding-bottom: 10px;
}
.midashi_s {
 font-size: 20px;
 font-family: "Shuei NijimiMGo B JIS2004";
 line-height: 1.6em;
 letter-spacing: 0.1em;
 color: #ED6D1F;
 padding-bottom: 10px;
}
.title {
  width: 520px;
  margin: 0 auto;
  padding-top: 40px;
}
.text_photo {
  width: 480px;
  margin: 0 auto;
  padding-top: 20px;
}
.cap {
 font-size: 13px;
 line-height: 1.7em;
 letter-spacing: 0.1em;
 color: #666;
 padding-bottom: 10px;
}


/*base
 * --------------------------------------------------------*/
 .white {
   width: 680px;
   text-align: center;
   margin:0 auto;
   padding-bottom: 20px;
   background: rgba(255,255,255,0.9);
   margin-top: 50px;
   margin-bottom: 10px;
   border-radius: 20px;        /* CSS3草案 */
  -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */
  -moz-border-radius: 20px;   /* Firefox用 */
 }


/*ボタン
 * --------------------------------------------------------*/
 .btn {
  padding-top: 20px;
  padding-bottom: 30px;
  font-size: 15px;
  font-family: "Shuei NijimiMGo B JIS2004";
 }
 .square_btn {
  display: inline-block;
  padding: 0.2em 0.8em;
  text-decoration: none;
  color: #fff !important;
  background: #ED6D1F;
  border: solid 1px #ED6D1F;
  border-radius: 3px;
  -webkit-transition: .4s;
  transition: .4s;
}
.square_btn:hover {
  background: #FFDC00;
  border: solid 1px #ED6D1F;
  color: #ED6D1F !important;
}
.presale_btn {
 display: inline-block;
 padding: 0.2em 0.8em;
 text-decoration: none;
 color: #fff !important;
 background: #ED6D1F;
 border: solid 1px #ED6D1F;
 border-radius: 3px;
 -webkit-transition: .4s;
 transition: .4s;
}

/*マーク
 * --------------------------------------------------------*/
 .mark {
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
  line-height: 1.8em;
 }
 .square_mark {
  display: inline-block;
  padding: 0.3em 0.6em;
  text-decoration: none;
  color: #666 !important;
  border: dashed 1px #666;
  border-radius: 3px;
  -webkit-transition: .4s;
  transition: .4s;
}


/*対談
 * --------------------------------------------------------*/
.end {
  text-align: center;
  padding-top: 30px;
  font-size: 14px;
  line-height: 1.9em;
}
.date {
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.1em;
  padding-top: 40px;
  padding-bottom: 40px;
  color: #666;
}
.pageback {
  text-align: center;
  margin:0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
}


/*ライン
 * --------------------------------------------------------*/
 .border_dot {
   border: dashed 0.5px #666;
   width: 680px;
   margin: 0 auto;
   margin-top: 30px;
 }
 .border_s {
   border: dashed 0.5px #666;
   max-width: 480px;
   margin: 0 auto;
   margin-top: 30px;
   margin-bottom: 30px;
 }


/*フッター
 * --------------------------------------------------------*/
 #footer {
   width: 660px;
   clear: both;
   height: auto;
   padding-left: 40px;
   padding-top: 40px;
   margin: 0 auto;
   overflow: hidden;
 }

#footer li {
  float: left;
  margin-right: 25px;
  list-style-type: none;
}

.mail {
  padding-top: 15px;
  margin-left: 30px;
}
.home {
  padding-top: 12px;
  margin-right: 0px;
}

.copyright {
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #666;
  padding-top: 40px;
  padding-bottom: 40px;
}


/*タブレット対応
* --------------------------------------------------------*/
@media screen and (max-width: 900px) {

  .wrapper {
    width: 100%;
  }

  #navi {
    width: 100%;
    clear: both;
    text-align: center;
    margin-top: -6px;
    margin-bottom: -3px;
  }

  #navi img {
    height: 80px;
  }

  .yodogawa {

  }
  .yodogawa .left {
    width: 400px;
  }
  .yodogawa .right {
    width: 300px;
  }

  #footer {
    width: 96%;
    padding-left: 0px;
  }
  #footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  #footer .mail {
    margin-left: 0px;
  }
  #footer .home {
    margin-right: 0px;
  }

}

/*スマホ対応
* --------------------------------------------------------*/
@media only screen and (max-width: 640px) {

  body:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/base_sp.gif);
    background-size: 100% auto;
    z-index: -1;
  }
  .wrapper {
    width: 100%;
  }

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

  br {
    display: none;
  }

  br.br {
    display: inherit;
  }

  br.sp {
    display: inherit;
  }

  /*スマホ対応 ヘッダ
   * --------------------------------------------------------*/
  .logo {
    width: 80%;
  }
  .head {
    width: 90%;
  }

  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  /*スマホ対応 ヨドガワ
   * --------------------------------------------------------*/
   .yodogawa {
     width: 85%;
     font-size: 16px;
     margin:0 auto;
     padding-top: 10px;
  }
  .text {
   width: 85%;
   padding-top: 10px;
  }
  .title {
   width: 85%;
  }
  .midashi {
    width: 100%;
   font-size: 24px;
  }
  .midashi_s {
    width: 100%;
   font-size: 20px;
   padding-bottom: 0px;
  }
  .text_photo {
    width: 100%;
    margin: 0 auto;
  }
  .cap {
    width: 100%;
   font-size: 13px;
  }

  /*スマホ対応 base
   * --------------------------------------------------------*/
   .white {
     width: 93%;
   }

  /*スマホ対応 ボタン
   * --------------------------------------------------------*/
   .btn {
     padding-top: 30px;
    width: 100%;
   }

  /*スマホ対応 対談
   * --------------------------------------------------------*/
  .end {
    width: 100%;
    font-size: 14px;
    margin: 0 auto;
    padding-bottom: 10px;
  }
  .date {
    width: 100%;
    font-size: 13px;
    padding-top: 0px;
    padding-bottom: 20px;
  }
  .pageback {
    width: 90%;
    font-size: 14px;
    margin: 0 auto;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
  }

  /*スマホ対応　ライン
   * --------------------------------------------------------*/
  .border_dot {
    width: 90%;
    margin-top: 20px;
  }

  /*スマホ対応 フッター
   * --------------------------------------------------------*/
   #footer {
     width: 100%;
     height: auto;
     clear: both;
     margin: 0;
     padding: 0;
     padding-top: 30px;
     text-align: center;
   }

   #footer ul {
     display: block;
   }

   #footer li {
     float: none;
     display: inline-block;
     margin-left: 15px;
     margin-right: 15px;
     padding-bottom: 5px;
   }

   #footer li img {
     width: auto;
     height: 40px;
   }

   #footer .mail img {
     width: 40%;
     height: 40%;
   }
   #footer .home img {
     width: 40%;
     height: 40%;
   }

  .copyright {
    width: 100%;
    font-size: 11px;
    padding-top: 10px;
    padding-bottom: 20px;
  }

}
/* 追加
 * --------------------------------------------------------*/
 #stage {
  position: relative;
  max-width:780px;
  margin: 0 auto;
}
.pic {
  position: absolute;
}
.pic img {
  width: 100%;
  height: auto;
  opacity:0;
  -webkit-animation: imgTrans 12s ease-in infinite;
  animation: imgTrans 12s infinite;
}
#photo1 img {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
#photo2 img {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
#photo3 img {
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
}
@-webkit-keyframes imgTrans {
  0%{ opacity: 0;}
  10%{ opacity: 1;}
  33.3%{ opacity: 1;}
  43.3%{ opacity: 0;}
  100%{ opacity: 0;}
}
@keyframes imgTrans {
  0%{ opacity: 0;}
  10%{ opacity: 1;}
  33.3%{ opacity: 1;}
  43.3%{ opacity: 0;}
  100%{ opacity: 0;}
}
.nav-wrapper{
  max-width: 820px;
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.nav{
  width: 820px;
  height: 60px;
  position: fixed;
  z-index: 20;
}
.global-nav {
  position: fixed;
  top: -100vh;
  width: 820px;
  height: 100vh;
  -webkit-transition: all .6s;
  transition: all .6s;
  z-index: 200;
  overflow-y: auto;
}
.nav-open .global-nav {
  top: 0;
  padding-top: 80px;
}
.global-nav p{
  color: #ED6D1F;
  font-size: 17px;
  max-width: 200px;
  margin: 20px auto 0;
  font-family: "Shuei NijimiMGo B JIS2004";
}
.global-nav__list {
  padding: 0;
  list-style: none;
  max-width: 200px;
  margin: 20px auto 0;
  visibility: hidden;
  -webkit-transition: all .6s;
  transition: all .6s;
  opacity: 0;
}
.nav-open .global-nav__list {
  opacity: 1;
  visibility: visible;
}
.global-nav__item {
  padding: 2vh 0;
}
.global-nav a{
  color: #000000;
  font: 17px;
  font-family: "Shuei NijimiMGo B JIS2004";
}
.hamburger {
  position: absolute;
  right: 25px;
  top: 18px;
  width: 45px;
  height: 45px;
  cursor: pointer;
  z-index: 300;
}
.hamburger__line {
  position: absolute;
  left: 10px;
  width: 25px;
  height: 3px;
  background-color: #ed6d1f;
  -webkit-transition: all .6s;
  transition: all .6s;
}
.hamburger__line--1 {
  top: 13px;
}
.hamburger__line--2 {
  top: 21px;
}
.hamburger__line--3 {
  top: 29px;
}
.nav-open .hamburger__line--1 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 21px;
}
.nav-open .hamburger__line--2 {
  width: 0;
  left: 50%;
}
.nav-open .hamburger__line--3 {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 21px;
}
.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: rgba(255,255,255);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .6s;
  transition: all .6s;
  cursor: pointer;
}
.nav-open .black-bg {
  opacity: .95;
  visibility: visible;
}
.navi_logo{
  visibility: hidden;
  -webkit-transition: all .6s;
  transition: all .6s;
  opacity: 0;
  text-align: center;
  padding-top: 50px;
}
.nav-open .navi_logo {
  opacity: 1;
  visibility: visible;
}

 .cart.sold .square_btn,
 .cart2.sold .square_btn {
  pointer-events: none;
  background: #bbbbbb;
  border: solid 1px #bbbbbb;
}
.stock{
  display: inline-block;
  margin-left: 1em;
  font-size: 13px;
  font-family: sans-serif;
}
#footer .link{
  clear: left;
  padding-top: 30px;
}
#footer .link a {
  color: #666;
  font-size: 12px;
  letter-spacing: .1em;
}
#footer .link li{
  margin-right: 15px;
}
#footer .link li:last-of-type{
  margin-right: 0;
}
@media only screen and (max-width: 768px){
  .nav {
    width: 100%;
  }
  .global-nav{
    width: 100%;
  }
  .nav-open .global-nav {
    padding-top: 10px;
  }
  .hamburger {
    width: 38px;
    height: 38px;
    right: 3%;
    top: 23%;
  }
}
@media only screen and (max-width: 640px){
  #footer .link li{
    display: block;
    margin-right: 0;
    margin-left: 0;
  }
}
