@charset "utf-8";
/* ===================================================================
CSS information

 style info: common

=================================================================== */

/*----------------------------------------------------------------
  base
----------------------------------------------------------------*/
html{
  overflow-x: auto;
}
body {
  font-family: sans-serif,'游ゴシック','YuGothic', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Helvetica, Arial, Verdana;
  font-size: 12px;
  background: #fff;
  line-height: 1.5;
  color: #4a3c31;
  letter-spacing: 0.05em;
}
.for-pc{display: block;}
.for-sp{display: none;}
body.nav-open{
  background: #f2f2f2;
}
body.nav-open #contents,
body.nav-open footer{
  position: fixed;
  left: 9999px;
}

@media screen and (max-width: 960px) {
  html{
    overflow-x: auto;
  }
}
@media screen and (max-width: 800px) {
  html,body{
    min-width: inherit;
    min-width: 320px;
  }
  .for-sp{display: block;}
  .for-pc{display: none;}
  .inner{
    max-width: 100%;
    margin: 0 auto;
    position: relative;
  }
}
a{
  display: inline-block;
  text-decoration: none;
  color: #1a1a1a
}
a.current{
  color: #000;
}
.fade{
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.pc .fade:hover{
  opacity: .6;
}

::-moz-selection {
  background: #000;
  color: #fff;
}
::selection {
  background: #000;
  color: #fff;
}
::-moz-selection {
  background: #000;
  color: #fff;
}
img {
  height: auto;
}
.img {
  background: #000;
}
.hover {
  display: block;
  background: #000;
  transition: opacity .3s;
}
.hover:hover {
  opacity: .8;
}
@media screen and (max-width: 800px) {
  .hover:hover {
    opacity: 1;
  }
}


/*----------------------------------------------------------------
  headline
----------------------------------------------------------------*/
.headline {
  font-family: 'Suranna', serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
  color: #473729;
}
.headline span {
  font-size: 16px;
}
@media screen and (max-width: 800px) {
  .headline {
    font-size: 22px;
    line-height: 1.8;
  }
}
/*----------------------------------------------------------------
  select language
----------------------------------------------------------------*/
.language{
  display: table;
  table-layout: fixed;
  margin: 0 auto;
  background: #fff;
}
.language main{
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.language main h1{
  margin: 0 0 75px;
}
.language main h2{
  font-size: 16px;
  margin: 0 0 25px;
}
.language main a{
  display: block;
  font-size: 14px;
  line-height: 50px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.language main a:hover{
  color: #aaa;
}
.language main ul{
  width: 300px;
  margin: 0 auto;
  overflow: hidden;
  height: 50px;
}
.language main ul li{
  width: 50%;
  float: left;
  position: relative;
}
.language main ul li:first-child:after{
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1px;
  width: 1px;
  height: 15px;
  background: #000;
}
.language .copy {
  font-size: 12px;
  margin-top: 60px;
}
@media screen and (max-width: 800px) {
  .language #wrap{
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .language main{
    text-align: center;
    display: table-cell;
    vertical-align: middle;
  }
  .language main h1{
    width: 187px;
    margin: 0 auto 45px;
  }
  .language main h2{
    font-size: 14px;
    margin: 0 0 25px;
  }
  .language main a{
    display: block;
    font-size: 14px;
    line-height: 40px;
  }
  .language main ul{
    width: 265px;
    overflow: hidden;
    height: 40px;
  }
  .language main ul li{
    width: 50%;
    float: left;
    position: relative;
  }
  .language main ul li:first-child:after{
    content: "";
    display: block;
    top: 0;
    bottom: 0;
    right: -1px;
    width: 1px;
    height: 12px;
    background: #000;
  }
  .language .copy {
    font-size: 10px;
    margin-top: 35px;
  }
}
/*----------------------------------------------------------------
  layout
----------------------------------------------------------------*/
main{
}
.inner {
  margin: 0 50px;
}
@media screen and (max-width: 800px) {
  .inner {
    margin: 0 6%;
  }
}

/*----------------------------------------------------------------
  header
----------------------------------------------------------------*/
header {
  height: 100px;
  padding: 30px 0;
  background: #736357;
}
header .logo {
  width: 165px;
  margin: 0 auto;
}
header .logo img {
  height: 36px;
}

header .inner {
  position: relative;
}
@media screen and (max-width: 800px) {
  header {
    height: 60px;
    padding: 18px 0;
  }
  header .logo {
    width: 107.5px;
  }
  header .logo img {
    height: auto;
  }
}

/*----------------------------------------------------------------
  #menu
----------------------------------------------------------------*/
#menu{
  display: block;
  position: absolute;
  top: 11px;
  left: 0;
  width: 30px;
  height: 19px;
}
#menu a{display: block;width: 30px; height: 19px;}
#menu span {
  width: 30px;
  height: 1px;
  background-color: #fff;
  display: inline-block;
  position: absolute;
  left: 0;
  margin: 0 auto;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
#menu span:nth-child(1) {
  top: 0px;
}
#menu span:nth-child(2) {
  width: 22px;
  top: 9px;
}
#menu span:nth-child(3) {
  bottom: 0;
}

#menu.active span:nth-child(1) {
  top: 50%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
#menu.active span:nth-child(2) {
  opacity: 0;
}
#menu.active span:nth-child(3) {
  top: 50%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}
@media screen and (max-width: 800px) {
  #menu{
    top: 5px;
    left: inherit;
    right: 0;
    width: 20px;
    height: 15px;
  }
  #menu a{width: 20px; height: 15px;}
  #menu span {
    width: 20px;
    height: 1px;
  }
  #menu span:nth-child(2) {
    width: 16px;
    top: 7px;
  }
  #menu.active span:nth-child(1) {
    top: 50%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
  }
  #menu.active span:nth-child(2) {
    opacity: 0;
  }
  #menu.active span:nth-child(3) {
    top: 50%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
  }
}
/*----------------------------------------------------------------
  #gnav
----------------------------------------------------------------*/
#gnav{
  display: none;
  position: absolute;
  top: 100px;
  z-index: 99;
  width: 300px;
  height: 100%;
  min-height: 850px;
  background: #fff;
  padding: 50px 0 0 70px;
  -webkit-transition: width .3s;
  transition: width .3s;
}
#gnav.active {
  width: 620px;
}
#gnav ul{
  
}
#gnav li {
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: 300;
}
#gnav .list > li{
  margin: 0 0 18px 0;
  position: relative;
}
#gnav .list > li:nth-child(7) + li{
  margin-top: 60px;
}
#gnav ul li a,
#gnav ul li span{
  font-family: 'Suranna', serif;
  letter-spacing: 0.1em;
  color: #b7aca1;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  display: inline-block;
}
#gnav ul li a:hover,
#gnav ul li span:hover,
#gnav ul li a.current,
#gnav ul li span.current{
  color: #473729;
}
#gnav .list > .in-sub {
  margin: 0;
  padding-bottom: 18px;
}
#gnav .in-sub.active span {
  color: #000;
  position: relative;
  z-index: 100;
}
#gnav .in-sub.active span::before {
  border-color: #000;
}
#gnav .in-sub > span{
  display: block;
  width: 144px;
  cursor: pointer;
  position: relative;
}
#gnav .in-sub > span::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  border-right: solid 1px #aaa;
  border-bottom: solid 1px #aaa;
  transform: rotate(-45deg);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  transition: border-color .3s;
}
#gnav .in-sub ul{
  display: none;
  width: 426px;
  padding: 0 0 0 120px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
#gnav .in-sub > span:hover {

}
#gnav .in-sub ul li{
  margin: 0 0 19px;
}

#gnav .list > .stand-out {
  font-size: 16px;
  margin: 0 0 40px;
  position: relative;
}
#gnav .list > .stand-out a {
  display: block;
  letter-spacing: .15em;
  padding: 8px 0 18px;
}

#gnav .list > .stand-out a[target="_blank"] span {
  position: relative;
  display: inline-block;
  font-size: inherit;
  padding: 0;
}
#gnav .list > .stand-out a[target="_blank"] span::before {
  content: "";
  display: block;
  border: 1px solid;
  width: 8px;
  height: 6px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -17px;
  margin: auto;
}
#gnav .list > .stand-out a[target="_blank"] span::after {
  content: "";
  display: block;
  border: 1px solid;
  border-left: none;
  border-bottom: none;
  width: 8px;
  height: 6px;
  position: absolute;
  top: -5px;
  bottom: 0;
  right: -20px;
  margin: auto;
}
#gnav .list > .stand-out::after {
  content: '';
  border-bottom: 1px solid #b7aca1;
  width: 210px;
  position: absolute;
  bottom: 0;
  left: -15px;
}

#gnav .bottom {
  position: absolute;
  bottom: 115px;
  left: 0;
  overflow: hidden;
}

#gnav .language{
  text-align: center;
  margin: 0;
  float: left;
}
#gnav .language li{
  display: inline-block;
  margin: 0 0 0 19px;
  position: relative;
}
#gnav .language li:first-child {
  margin: 0 19px 0 0;
}
#gnav .language li:first-child:after{
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -18px;
  width: 1px;
  height: 11px;
  background: #aaa;
}
#gnav .language li a{
  display: block;
  color: #aaa;
  font-size: 12px;
}
#gnav .language li a.current{
  color: #000;
}
#gnav #sns{
  float: left;
  margin: 0 0 0 74px;
  position: relative;
  z-index: 10;
}
#gnav #sns ul{
  display: flex;
  align-items: center;
}
#gnav #sns ul li{
  line-height: 0;
}
#gnav #sns ul li + li{
  margin-left: 10px;
}
@media screen and (max-width: 800px) {
  #gnav{
    width: 100%;
    height: calc(100% - 60px) !important;
    margin: 0;
    padding: 0;
    display: none;
    background: #f2f2f2;
    top: 60px;
  }
  #gnav .gnav_inner {
    height: calc(100vh - 60px);
    overflow: auto;
    padding: 20px 6%;
  }
  #gnav ul{
  }
  #gnav .list > li{
    margin: 0;
  }
  #gnav ul li a,
  #gnav ul li span{
    letter-spacing: 0.1em;
    color: #aaa;
    font-size: 14px;
    display: block;
    padding: 12px 15px;
  }
  #gnav ul li a:hover,
  #gnav ul li span:hover {
    color: #aaa;
  }
  #gnav .list > .in-sub {
    padding: 0;
  }
  #gnav .in-sub{
    margin: 0;
  }
  #gnav .in-sub > span{
    display: block;
    width: 100%;
    margin: 0;
  }
  #gnav .in-sub > span::before {
    width: 9px;
    height: 9px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
      transform: rotate(45deg);
    top: -3px;
    right: 18px;
    transition: transform .3s;
  }
  #gnav .in-sub.active span::before {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  #gnav .in-sub ul{
    display: none;
    margin: 0 0 0 12px;
    padding: 0;
    width: 100%;
    position: relative;
    opacity: 1 !important;
    z-index: 0;
  }
  #gnav .in-sub ul li{
    margin: 0;
  }
  #gnav .bottom {
    display: flex;
    justify-content: space-between;
    position: relative;
    bottom: 0;
    left: 0;
    margin: 25px 0 0;
    padding: 0 15px;
  }
  #gnav .language{
    background: none;
    text-align: center;
    float: none;
  }
  #gnav .language li{
    margin: 0 0 0 14px;
  }
  #gnav .language li:first-child {
    margin: 0 14px 0 0;
  }
  #gnav .language li:first-child:after{
    right: -13px;
  }
  #gnav .language li a{
    display: block;
    font-size: 14px;
    padding: 0;
  }
  #gnav #sns{
    text-align: center;
    margin: 0 0 30px;
    width: 100%;
  }
  #gnav #sns ul li a {
    padding: 0;
  }
  #gnav #sns ul li a img{
    width: 17px;
  }
  #gnav .list > li:nth-child(7) + li{
    margin-top: 30px;
  }
  #gnav .list > .stand-out {
    margin: 10px 0 30px;
  }
  #gnav .list > .stand-out a {
    font-size: 16px;
    padding: 17.5px 15px;
  }
  #gnav .list > .stand-out::after {
    left: 0;
    right: 0;
    width: 100%;
  }
}

/*----------------------------------------------------------------
  footer
----------------------------------------------------------------*/


footer #copy{
  text-align: center;
  font-family: 'Suranna', serif;
  letter-spacing: 0.1em;
  width: 100%;
  height: 110px;
  line-height: 110px;
  color: #473729;
}
footer #copy span{
  display: block;
}
@media screen and (max-width: 800px) {
  footer #copy{
    height: 55px;
    line-height: 55px;
  }
  footer #copy span{
    font-size: 10px;
  }
}
/*----------------------------------------------------------------
  side_menu - collection
----------------------------------------------------------------*/
#gnav .in-sub ul li.sidemenu_season + .sidemenu_look {
  margin: 0 0 20px;
}
#gnav .in-sub ul li.sidemenu_look + .sidemenu_movie {
  margin: -8px 0 20px;
}
.sidemenu_season > p {
  color:#aaa;
  cursor: default;
}
@media screen and (max-width: 800px) {
  .sidemenu_season > p {
    font-size: 14px;
    padding: 8px;
  }
}