/*=================================
	overwrite 
===================================*/

.item-url {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

/*=================================
	root
===================================*/

:root {
  /* --font-primary: 'Sawarabi Mincho', sans-serif;
    --font-secondary: 'Roboto', sans-serif;
    --font-heading: 'Playfair Display', serif;
    --font-monospace: 'Courier New', monospace; */
}

/*=================================
	common
===================================*/
article {
  font-size: 14px;
}

article a {
  transition: 0.2s linear;
}

article a:hover {
  filter: alpha(opacity=60);
}

.category {
  margin: auto auto 30px;
  padding-bottom: 30px;
  overflow: hidden;
}




.second .background {
  /* position: fixed; */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  /* 背景として配置 */
  overflow: hidden;
  /* 描画範囲を制限 */
  /* border: #f00 thin solid; */
  background: url(../img/bg-title/mob/bg_title_mob.png) no-repeat top center;
  background-size: contain;
}


@media screen and (min-width: 768px) {
  /* #wrap.second {
    background: url(../img/bg-title/bg-second-header-pc.png) no-repeat top center;
  } */

  .second .background {
    background: url(../img/bg-title/bg-second-header-pc.png) no-repeat top center;
  }


}

/*=================================
	// web font
===================================*/

/* ///// sabon ///// */

.SabonLTProRegula {
  font-family: "linotype-sabon", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/**/
.SabonLTProItalic {
  font-family: "linotype-sabon", sans-serif;
  font-weight: 400;
  font-style: italic;
}

/**/

.SabonLTProBold {
  font-family: "linotype-sabon", sans-serif;
  font-weight: 700;
  font-style: normal;
}

/**/

.SabonLTProBoldItalic {
  font-family: "linotype-sabon", sans-serif;
  font-weight: 700;
  font-style: italic;
}

/* ///// Bodoni ///// */

.Bodoni-URW-Regular {
  font-family: "bodoni-urw", serif;
  font-weight: 400;
  font-style: normal;
}

.Bodoni-URW-Regular-Oblique {
  font-family: "bodoni-urw", serif;
  font-weight: 400;
  font-style: italic;
}

.Bodoni-URW-Bold {
  font-family: "bodoni-urw", serif;
  font-weight: 700;
  font-style: normal;
}

.Bodoni-URW-Bold-Oblique {
  font-family: "bodoni-urw", serif;
  font-weight: 700;
  font-style: italic;
}

.Bodoni-URW-ExtraBold {
  font-family: bodoni-urw, serif;
  font-weight: 800;
  font-style: normal;
}

/* .en {
    font-family: "Times New Roman", Times, serif;
} */

.noto-serif-jp {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.noto-serif {
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth"100;
}

.noto-serif.fw200 {
  font-weight: 200;
}

.noto-serif.fw300 {
  font-weight: 300;
}

.noto-serif.fw400 {
  font-weight: 400;
}

.zen-antique-soft-regular {
  font-family: "Zen Antique Soft", serif;
  font-weight: 400;
  font-style: normal;
}

/*=======================
 font 
=====================*/

.gray {
  color: #999;
}

.op05 {
  opacity: 0.5;
}

.op06 {
  opacity: 0.6;
}

.op08 {
  opacity: 0.8;
}

/*=================================
	a
===================================*/

a:hover {
  opacity: 0.6 !important;
  transition: 0.5s;
}



ul.link a {
  margin: auto;
  /* padding: 3px 25px 3px 20px; */
  padding: 10px 25px 10px 20px;
  border-radius: 3em;
  text-align: center;
  border: #000 thin solid;
}


.link a .arrow {
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #555;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  ul.link a {
    margin: auto;
    /* padding: 3px 25px 3px 20px; */
    padding: 5px 25px 5px 20px;
    border-radius: 2em;
    text-align: center;
    border: #000 thin solid;
  }

}



/*=================================
	header
===================================*/

header {
  width: 90%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 0 15px;
  border-bottom: #000;
}

header .shop-logo {
  width: 70%;
}


header nav li span {
  display: block;
  /* background-color: #f00; */
}

@media screen and (min-width: 768px) {

  header {
    padding: 45px 0 60px;
  }

  header .shop-logo {
    /* width: 200px; */
    width: 380px;
  }

  header nav {
    /* width: calc(100% - 260px); */
    /* width: 50%; */
    width: 70%;
    font-size: 18px;
  }

  header nav li .jp {
    font-size: 20px;
  }
}


@media screen and (min-width: 1024px) {

  header nav li {
    text-align: right;
  }

  header nav li:first-child {
    width: 26%;
  }

  header nav li:nth-child(2) {
    width: 26%;
  }

  header nav li:nth-child(3) {
    width: 18%;
  }

  header nav li:nth-child(4) {
    width: 18%;
  }


}



@media screen and (max-width: 1024px) {

  header nav li {
    text-align: center;
    border-bottom: #ccc thin solid;
  }

  header nav li:last-child {
    border: none;
  }

  header nav li a {
    display: block;
    padding: 10px 0;

  }

}

/*=================================
	// class .contents
===================================*/

/* 
.contents {
    background-color: #555;
} */

.contents .lv_02 {
  width: 90%;
  max-width: 1600px;
  margin: auto;
}

.contents h2 {
  height: 100px;
  font-size: 20px;
  font-weight: normal;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1.3;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  /* 擬似要素のために必要 */
}

.contents h2::before,
.contents h2::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  /* thinな線 */
  background-color: black;
  transform: scaleX(0);
  /* 初期状態で線を非表示 */
  transform-origin: left;
  /* 左から右へ（before） */
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  /* イージングを変更 */
}

.contents h2::after {
  bottom: 0;
  /* border-bottom */
  transform-origin: right;
  /* 右から左へ */
  transition-delay: 0.6s;
  /* 遅延を少し長めに */
  transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1);
  /* 下線の動きも優しく */
}

.contents h2::before {
  top: 0;
  /* border-top */
}

.contents h2::after {
  bottom: 0;
  /* border-bottom */
  transform-origin: right;
  /* 右から左へ */
  transition-delay: 0.6s;
  /* 遅延を少し長めに */
  transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1);
  /* 下線の動きも優しく */
}

/* アクティブ状態（スクロール時に適用） */
.contents h2.active::before {
  transform: scaleX(1);
  /* 左から右へ線を引く */
}

.contents h2.active::after {
  transform: scaleX(1);
  /* 遅れて右から左へ線を引く */
}

/* .contents h2 span,
.contents h3 span {
    display: block;
} */

.sub_category h3 {
  padding: 15px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: normal;
  font-size: 22px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1.3;
  text-align: center;
  /* background-color: #ecddcb; */
}

.strings .sub_category h3 {
  color: #fff;
  background-color: #555;
}

.recorder .sub_category h3 {
  color: #fff;
  background-color: #9f7f68;
}

.contents .jp {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}

.contents .en {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
}

.link-lineup a {
  width: 90%;
  border-radius: 3em;
}

.contents img {
  width: 100%;
}

/* 

.contents h2 em {
    width: 100%;
    height: 100%;
    display: block;
}


.second.strings h2 em {
    color: #fff;
    background-color: #555;
} */

/* //////////////////// */



.link-lineup a {
  padding: 1em 0;
  text-align: center;
  color: #555;
  font-size: 1.6rem;
  background: #fff;
  border: #555 thin solid;
  display: block;
  border-radius: 3em;
}


.link-lineup a.gray {
  color: #fff;
  background: #555;
  border: none;
}

.link-lineup a.gray .arrow {
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #fff;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  /* .contents {
        padding-top: 90px;
        padding-bottom: 90px;
    } */

  .contents h2 {
    height: 200px;
    font-size: 36px;
  }

  .contents h2 .en {
    font-size: 28px;
    padding-top: 10px;
  }

  .sub_category h3 {
    font-size: 36px;
  }

  .second .contents h3 {
    width: 95%;
    margin: auto auto 60px;
    height: 150px;
  }

  /* .contents .sub_category h3 {
        font-size: 30px;
    } */



  .link-lineup a {
    width: 50%;
  }

}
















/*=====================
	// #access
=======================*/

#access iframe {
  width: 100%;
  height: 360px;
}

#access a:hover {
  color: #d3c9c7;
}

@media screen and (min-width: 1000px) {
  #access iframe {
    height: 600px;
  }
}