@charset "utf-8";
/* ===================================================================
CSS information

 style info: common

=================================================================== */

/*----------------------------------------------------------------
  layout
----------------------------------------------------------------*/

.home main{
}

.slick-slide .for-pc{display: block;}
.slick-slide .for-sp{display: none;}
@media screen and (max-width: 800px) {
  .slick-slide .for-sp{display: block;}
  .slick-slide .for-pc{display: none;}
}

#main-slider img,
video{
  width: 100%;
  height: auto;
}
video::-webkit-media-controls-enclosure {
    overflow:hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px); /* Adjust as needed */
}
@media screen and (max-width: 800px) {
  .home main{
    min-width: inherit;
  }
  .home #side{
    min-height: inherit;
  }
  .home #contents{
    margin: 0 0 35px;
  }
  #main-slider img{
    width: 100%;
    height: auto;
  }
  .sp-buttons{
    display: none;
  }
}

/*----------------------------------------------------------------
  footer
----------------------------------------------------------------*/
.home footer .language{
  display: block;
}

/*----------------------------------------------------------------
  modal
----------------------------------------------------------------*/
#modal.language{
  width: 100%;
  max-width: 350px;
  height: 150px;
}
.home #modal.language main{
  width: 100%;
  max-width: 340px;
  min-width: 340px;
}
.mfp-close-btn-in .mfp-close{
  visibility: hidden;
}

@keyframes fadeInUp {

  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.mfp-wrap.mfp-ready {
	-webkit-animation: .5s cubic-bezier(.13, .75, .67, .98) 1s 1 forwards fadeInUp;
	animation: .5s cubic-bezier(.13, .75, .67, .98) 1s 1 forwards fadeInUp;
	-webkit-animation-play-state: running;
	animation-play-state: running;
	opacity: 0;
}
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.2;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
@media screen and (max-width: 800px) {
  #modal.language{
    height: 120px;
  }
}

.modal {
  max-width: 600px;
  margin: 0 auto;
  padding: 10px;
  background: #fff;
}
.modal-inner {
  border: 1px solid #4a3c31;
  padding: 58px 0 70px;
  position: relative;
  box-sizing: border-box;
}
.modal-btn {
  position: absolute;
  right: 12px;
  top: 10px;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.modal-btn span {
  position: relative;
  display: block;
}
.modal-btn span::before,
.modal-btn span::after {
  content: '';
  display: block;
  width: 50px;
  height: 1px;
  background: #55473d;
  position: absolute;
  top: 28px;
  bottom: 0;
  margin: auto;
}
.modal-btn span::before {
  transform: rotate(45deg);
}
.modal-btn span::after {
  transform: rotate(-45deg);
}

.modal h1 {
  font-family: 'Suranna', serif;
  color: #4a3c31;
  font-size: 38px;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-align: center;
}
.modal h1 > span {
  font-size: 18px;
  display: block;
  line-height: 1.777;
  letter-spacing: .1em;
}
.modal h1 + .modal-text {
  margin-top: 26px;
}
.modal-text {
  font-size: 14px;
  line-height: 1.857142857;
  letter-spacing: 0.02em;
  text-align: center;
}
.modal-text + .modal-detail {
  margin-top: 7px;
}
.modal-detail {
  font-size: 12px;
  line-height: 1.8333;
  letter-spacing: 0.02em;
  text-align: center;
}
.modal-detail a {
  color: #b7aca1;
}

.modal .btn {
  background: #4a3c31;
  max-width: 400px;
  margin: 36px auto 0;
  transition: opacity .2s;
}
@media screen and (min-width: 800px) {
  .modal .btn:hover {
    opacity: .8;
  }
  .modal-detail a:hover {
    text-decoration: underline;
  }
}
.modal .btn > a {
  display: block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: relative;
  color: #fff;
  font-size: 13px;
}
.modal .btn > a:before {
  content: "";
  display: block;
  border: 1px solid #fff;
  width: 8px;
  height: 6px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 72px;
  margin: auto;
}
.modal .btn > a:after {
  content: "";
  display: block;
  border: 1px solid #fff;
  border-left: none;
  border-bottom: none;
  width: 8px;
  height: 6px;
  position: absolute;
  top: -5px;
  bottom: 0;
  right: 70px;
  margin: auto;
}

@media screen and (max-width: 800px) {
  .mfp-container {
    padding: 0!important;
  }
  .modal {
    width: 88%;
    padding: 5px;
  }
  .modal-inner {
    padding: 36px 0 44px;
  }
  .modal h1 {
    font-size: 26px;
  }
  .modal h1 > span {
    line-height: 2;
  }
  .modal-text {
    font-size: 13px;
  }
  .modal-detail {
    font-size: 11px;
  }
  .modal .btn {
    /* max-width: 270px; */
    width: 84.375%;
    margin: 26px auto 0;
  }
  .modal .btn > a {
    height: 40px;
    line-height: 40px;
  }
  .modal-btn {
    right: -9px;
    top: -39px;
    width: 25px;
    height: 25px;
  }
  .modal-btn span::before, .modal-btn span::after  {
    background: #fff;
    width: 25px;
    top: 0;
  }
  .modal .btn > a:before {
    right: 16px;
  }
  .modal .btn > a:after {
    right: 13px;
  }
  .modal h1 + .modal-text {
    margin-top: 12px;
  }
  .modal-text + .modal-detail {
    margin-top: 5px;
  }
}
@media screen and (max-width: 360px) {
  .modal .btn > a:before,
  .modal .btn > a:after {
    content: none;
  }
}


.section {
  margin: 92px 0 0;
}

.title {
  color: #473729;
  margin: 0 0 18px;
  font-family: 'Suranna', serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 2.0;
  letter-spacing: 0.1em;
  word-break: break-word;
}
.item img {
  width: 100%;
  margin-top: 0 !important;
}

.top-mv {
  position: relative;
}
.top-mv .scroll {
  position: fixed;
  left: 0;
  right: 0;
  bottom: -50px;
  margin: auto;
  text-align: center;
}

.top-mv .title {
  width: 100%;
  letter-spacing: 0.1em;
  font-weight: 300;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 220px;
  margin: 0;
  color: #fff;
   z-index: 1;
}

.top-mv .more {
  height: 125px;
  
}
.top-mv .more a {
  color: #fff;
  font-family: 'Suranna', serif;
  font-size: 12px;
}
.top-mv .more span {
  display: inline-block;
  height: 125px;
  position: relative;
  -webkit-transition: transform 0.5s;
  transition: transform .5s;
  letter-spacing: 0.2em;
}
.top-mv .more span::before {
  content: "";
  display: block;
  width: 1px;
  height: 50px;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 25px;
  margin: auto;
  transition: all .5s;
}
.top-mv .more span::after {
  content: "";
  display: block;
  width: 1px;
  height: 50px;
  background: #000;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: all .5s;
}

.top-mv .more a:hover span {
  transform: translate(0, 10px);
}
.top-mv .more a:hover span::before {
  height: 40px;
  bottom: 60px;
}
.top-mv .more a:hover span::after {
  height: 60px;
}

.mv-slider img {
  width: 100%;
}
.mv-slider a {
  width: 100%;
}

.top-collection .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-collection .item {
  width: 50%;
}
.top-collection .item:nth-child(2) {
  margin: 100px 0 0;
}
.top-collection .item:nth-child(2) .title {
  margin: 0 0 18px 20px;
}

.top-item .conts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -1.5%;
}
.top-item .title {
  text-align: center;
}
.top-item .item {
  width: 30.420711974%;
  margin: 0 1.456310679%;
}
.sp-image-container {
  line-height: 0;
}
.item-slider {
  position: relative;
}

.item-slider li {
  background: #000;
}

.slick-next,
.slick-prev {
  width: 4.2553191%;
  height: 6.3333333%;
  cursor: pointer;
}
.slick-next {
  right: 4.255319148%;
}
.slick-prev {
  left: 4.255319148%;
  z-index: 1;
}

.slick-next:before,
.slick-prev:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: all 0.5s ease;transition: all 0.5s ease;
  opacity: 0;
}

.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
  opacity: 0;
}


.slick-next::before {
  background: url(../img/icn_arrow_r_03.png) no-repeat top left;
  background-size: 100% auto;
}
.slick-prev::before {
  background: url(../img/icn_arrow_l_03.png) no-repeat top left;
  background-size: 100% auto;
}

.item .item-slider:hover .slick-next::before {
  opacity: 1;
}
.item .item-slider:hover .slick-prev::before {
  opacity: 1;
}

.top-item .sub-title {
  color: #473729;
  margin: 0 0 15px;
  font-family: 'Suranna', serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 2.5;
  letter-spacing: 0.1em;
  text-align: center;
}

.top-times .title {
  text-align: center;
}
@media screen and (max-width: 800px) {
  .section {
    margin: 50px 0 0;
  }

  .title {
    margin: 0 0 9px;
    text-align: center;
  }
  .top-mv .inner {
    margin: 0;
  }
  .top-mv .more {
    height: 100px;
  }
  .top-mv .more a {
    letter-spacing: 0.2em;
  }
  .top-mv .more span {
    height: 100px;
  }
  .top-mv .more span::before {
    height: 30px;
    top: 40px;
  }
  .top-mv .more span::after {
    height: 30px;
  }
  .top-mv .more a:hover span {
    transform: translate(0, 0);
  }
  .top-mv .more a:hover span::before {
    height: 30px;
    bottom: 30px;
  }
  .top-mv .more a:hover span::after {
    height: 30px;
  }
  .top-mv .scroll {
    bottom: -30px;
  }
  .top-mv .title {
    bottom: 150px;
  }
  .top-collection .inner {
    display: block;
  }
  .top-collection .item {
    width: 100%;
  }
  .top-collection .item:nth-child(2) {
    margin: 40px 0 0;
  }
  .top-collection .item:nth-child(2) .title {
    margin: 0 0 9px;
  }
  .top-item {
    margin: 40px 0 0;
  }
  .top-item .conts {
    display: block;
    margin: 0;
  }
  .top-item .title {
    margin: 0 0 7px;
  }

  .top-item .item {
    width: 100%;
    margin: 0;
  }
  .top-item .item + .item {
    margin: 24px 0 0 ;
  }

  .top-item .sub-title {
    line-height: 1.1;
    letter-spacing: 0.1em;
  }

  .top-times {
    margin: 40px 0 0;
  }

  .slick-next,
  .slick-prev {
    width: 18px;
    height: 34px;
  }
  .slick-next {
    right: -8px;
  }
  .slick-prev {
    left: -8px;
  }

  .slick-next:before,
  .slick-prev:before {
    width: 17.5px;
    height: 34px;
    opacity: 1;
  }

  .slick-next::before {
    background-size:18px 34px;
  }
  .slick-prev::before {
    background-size:18px 34px;
  }
  .slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
    opacity: 1;
  }
}
.mfp-container {
  padding: 0;
  
}
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; }
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }



.top-news .title {
  text-align: center;
}
.top-news .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -1.5%;
}
.top-news .list li{
  width: 30.420711974%;
  margin: 0 1.456310679%;
}
.top-news .list li > .hover-wrp {
  background: #000;
}
.top-news .list li > p{
  background: #fff;
  font-size: 12px;
  color: #473729;
  text-align: center;
  padding-top: 20px;
}
.top-news .list li > p span{
  display: block;
  margin-bottom: 6px;
  font-size: 10px;
}
@media screen and (max-width: 800px) {
  .top-news .list {
    display: block;
    margin: 0;
  }
  .top-news .list li{
    width: 100%;
    margin: 0;
  }
  .top-news .list li+li{
    margin: 24px 0 0;
  }
  .top-news .list li > p{
    padding-top: 15px;
  }
}