@charset "UTF-8";
@import url("https://use.typekit.net/yhb5zzy.css");
@keyframes bar-anime {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 50px;
  }
  100% {
    height: 40px;
    top: 50px;
  }
}
@keyframes bar-anime-sp {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 40px;
  }
  100% {
    height: 40px;
    top: 40px;
  }
}
/* ------------------------------------------------- Default and Common --------------------------------------------------- */
html, body {
  width: 100%;
  height: auto;
}

html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #FFF;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  background-color: #17120C;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
}
body.loaded {
  position: static;
}
body.looking {
  overflow: hidden;
}

a {
  color: #FFF;
  text-decoration: none;
  cursor: pointer !important;
}

a:hover, a:active, a.active {
  color: #FFF;
  opacity: 0.5;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

i {
  font-style: normal;
}

form, section, p, div, ul, li, dl, dt, dd, a, span, input, textarea, nav, footer {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  list-style: none;
}

.brsp {
  display: none;
}

.brpc {
  display: block;
}

/*--------- SLICK -----------*/
.slick-prev::before {
  content: "　";
  background: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.slick-next::before {
  content: "　";
  background: url(../images/arrow2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.slick-dots {
  display: block !important; /* ドットを強制的に表示 */
  position: absolute; /* スライダー内で配置調整 */
  bottom: 10px; /* 必要に応じて位置を調整 */
  list-style: none;
  text-align: center;
  width: 100%; /* 横幅をスライダーに合わせる */
}

.slick-dots li {
  width: 10px;
  height: 10px;
}

.slick-dots li button {
  width: 10px;
  height: 10px;
}

.slick-dots li button:before {
  width: 10px;
  height: 10px;
  content: " ";
  background-color: #FFF;
  /*font-size: 40px;  ドットのサイズ */
  /*color: $col4;  ドットの色 */
  opacity: 1; /* 透明度を100%に */
}

.slick-dots li.slick-active button:before {
  background-color: #CCCCCC;
  color: #CCCCCC; /* アクティブなドットの色 */
  opacity: 1;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

/* ---------------------------------------------------------page--------------------------------------------------------- */
#loader {
  width: 100%;
  height: 100vh;
  background-color: #17120C;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 9999;
  transition: opacity 0.5s ease-in 0s;
}
#loader .logo {
  width: 2212px;
  height: 40px;
  background-image: url(../images/logo_jsh.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
#loader .bar {
  width: 100%;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 5;
}
#loader .bar span {
  width: 0%;
  height: 100%;
  background-color: #FFF;
  display: block;
}
#loader.active h3 {
  opacity: 1;
}
#loader.complete {
  opacity: 0;
}

header {
  width: 100%;
  padding: 0 90px 280px 30px;
  box-sizing: border-box;
}
header .inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
header .inner.on .visual h2 {
  opacity: 1;
}
header .inner .logo {
  position: absolute;
  top: 20px;
  left: 20px;
}
header .inner .logo h1 {
  width: 100px;
  height: auto;
}
header .inner .text {
  width: 94%;
  position: absolute;
  bottom: -10%;
  left: 50%;
  transform: translateX(-50%);
}
header .inner .text h2 {
  width: 86%;
  height: auto;
  margin: 0 auto 40px;
}
header .inner .text h3 {
  width: 45%;
  height: auto;
  margin: 0 auto;
}
header .inner .photo {
  width: 100%;
}

nav {
  width: 50px;
  height: 178px;
  padding: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 2;
  border-bottom: solid 1px #17120C;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
nav .links {
  width: auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
nav .links p {
  color: #CCCCCC;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  font-style: normal;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
nav .links p:first-child {
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: solid 1px #CCCCCC;
}
nav .links p a {
  display: block;
  color: #CCCCCC;
  cursor: pointer !important;
}
nav .links p a:hover {
  transition: all 0.2s ease-in 0s;
  opacity: 0.5;
}

main {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main .js-scroll-overlap:not(.is-disabled) {
  --sticky-offset: -1px;
  position: sticky;
  top: var(--sticky-offset);
  background-color: #FFF;
}
main .notoverlap {
  position: relative;
}
main .main_visual {
  width: 50%;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}
main .main_visual .title {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 2;
}
main .main_visual .title p {
  width: 45%;
  position: absolute;
  bottom: 40px;
  left: 40px;
}
main .main_visual .logos {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 2;
}
main .main_visual .logos p {
  width: 20%;
  position: absolute;
  top: 40px;
  right: 40px;
}
main .main_visual .inner {
  position: relative;
  width: 100%;
  height: 100vh;
}
main .main_visual .inner .visual {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  opacity: 0;
  transition: opacity 0.6s ease;
}
main .main_visual .inner .visual.active {
  opacity: 1;
  z-index: 1;
}
main .main_contents {
  width: 50%;
  padding: 0 0 0 0;
  position: relative;
  background-color: #17120C;
  text-align: left;
}
main .main_contents .lead {
  width: 100%;
  padding: 70px 30px 70px;
}
main .main_contents .lead h2 {
  color: #FFF;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  font-style: normal;
  padding-bottom: 24px;
}
main .main_contents .lead .lead_text {
  width: 80%;
  margin: 0 auto;
  color: #FFF;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0em;
  font-style: normal;
}
main .main_contents .lead .lead_text:not(:last-child) {
  padding-bottom: 18px;
}
main .main_contents .sec {
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}
main .main_contents .sec:not(:last-of-type) {
  margin-bottom: 80px;
}
main .main_contents .sec .insec {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
main .main_contents .sec .insec:not(:last-child) {
  margin-bottom: 80px;
}
main .main_contents .sec .insec.type01 {
  width: 80%;
}
main .main_contents .sec .insec.type02 {
  width: 100%;
}
main .main_contents .sec .insec.type03 {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
main .main_contents .sec .insec.type03 > div {
  width: calc((100% - 20px) / 2);
}
main .main_contents .sec .insec.type04 {
  width: 80%;
  margin: 0 auto 0 0;
}
main .main_contents .sec .insec .items {
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
main .main_contents .sec .insec .credits {
  width: 100%;
  padding: 20px 0;
}
main .main_contents .sec .insec .staff {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
main .main_contents .sec .insec .staff .logo {
  width: 140px;
  margin: 0 auto 30px;
}
main .main_contents .sec .insec .staff p {
  text-align: center;
  color: #FFF;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.2rem;
  font-weight: 200;
  line-height: 2;
  letter-spacing: 0.03em;
  font-style: normal;
}
main .main_contents .sec .insec .info {
  color: #FFF;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0em;
  font-style: normal;
}

footer {
  position: relative;
  text-align: left;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  background-color: #17120C;
}
footer .infoot {
  width: 100%;
  margin: 60px auto 0;
  padding: 60px 30px;
  border-top: solid 1px #FFF;
  position: relative;
}
footer .infoot div h3 {
  width: 120px;
  margin: 0 auto 40px 0;
}
footer .infoot div ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 40px;
}
footer .infoot div ul li:not(:last-child) {
  margin-bottom: 12px;
}
footer .infoot div ul li a, footer .infoot div ul li span {
  color: #FFF;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
  transition: all 0.25s ease-in 0s;
}
footer .infoot div ul li a:hover, footer .infoot div ul li span:hover {
  color: #FFF;
  opacity: 0.5;
}
footer .infoot div p {
  color: #FFF;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
  text-align: left;
}
footer .infoot .pgtop {
  position: absolute;
  right: 20px;
  bottom: 60px;
  writing-mode: vertical-rl;
}
footer .infoot .pgtop a {
  color: #FFF;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
  transition: all 0.25s ease-in 0s;
}
footer .infoot .pgtop a:hover {
  color: #FFF;
  opacity: 0.5;
}

/* ---- common ---- */
.credits_wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.credits_wrap .credits:not(:last-child) {
  padding-bottom: 20px;
}

/*
.credits{
	width:100%;
	padding-top: 0;
	margin: 0 auto;


	.note{
		padding-bottom: 10px;
		@include myText($col2, $fontSet2, 1.3rem, normal, 400, 1, 0.05em);
		text-align: left;
	}
	>div{
		width: 100%;
		&:not(:last-child){ margin-bottom: 10px; }
		@include motion();
		&:hover{ opacity: 0.7; }
		&.item-d-none{
			dl{
				dt{ width: auto; }
				dd{
					width: auto;
					a{ display: none; }
					span{
						@include myText($col2, $fontSet2, 1.2rem, normal, 400, 1, 0.05em);
						padding: 2px 0;
						display: inline-block;
					}
				}
			}
		}
		dl{
			width: 100%;
			@include flexbox(nowrap,row,flex-end,center);
			dt{
				padding: 2px 0;
				text-align: left;
				@include flexbox(nowrap,row,flex-start,center);
				strong{
					@include myText($col2, $fontSet2, 1.3rem, normal, 400, 1, 0.05em);
					&:not(:first-child){ margin-left: 5px; }
				}
				span{
					@include myText($col2, $fontSet2, 1.3rem, normal, 400, 1, 0.05em);
					margin-left: 5px;
				}
			}
			dd{
				margin-left: 20px;
				a{
					@include myText($col2, $fontSet2, 1rem, normal, 400, 1, 0.05em);
					text-decoration: none;
					padding:3px 26px 3px;
					display: block;
					background-color: transparent;
					border: solid 1px $col5;
					//border-radius: 50vh;
				}
				span{ display: none; }
			}
		}
	}
}*/
.credits {
  width: 100%;
}
.credits > div {
  width: 100%;
}
.credits > div.item-d-none dl.items__credit dd {
  width: auto;
}
.credits > div.item-d-none dl.items__credit dd a {
  display: none;
}
.credits > div.item-d-none dl.items__credit dd a.line {
  color: #FFF;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
  text-decoration: underline;
  display: inline-block;
}
.credits > div.item-d-none dl.items__credit dd a.line:hover {
  color: #FFF;
}
.credits > div:not(:last-child) {
  margin-bottom: 10px;
}
.credits > div dl.items__credit {
  width: 100%;
  margin: 0 auto 0 0;
  padding-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
.credits > div dl.items__credit dt {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.credits > div dl.items__credit dt strong {
  color: #FFF;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  font-style: normal;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.credits > div dl.items__credit dt strong:not(:first-child) {
  margin: 0 0 0 5px;
}
.credits > div dl.items__credit dt strong span {
  font-weight: 400;
  padding: 0 0 0 10px;
}
.credits > div dl.items__credit dt strong span.items__price::after {
  content: none;
  color: #FFF;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  font-style: normal;
  margin-left: 5px;
  display: inline-block;
}
.credits > div dl.items__credit dt > span {
  color: #FFF;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  font-style: normal;
}
.credits > div dl.items__credit dt > span:last-child {
  width: 100%;
  padding: 5px 0 0 0;
}
.credits > div dl.items__credit dd {
  margin: 0 0 0 15px;
}
.credits > div dl.items__credit dd a {
  color: #FFF;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  font-style: normal;
  text-decoration: none;
  padding: 3px 26px 3px;
  display: block;
  background-color: transparent;
  border: solid 1px #CCCCCC;
}

/* ----------------------------------------------- Media Queries Smartphone ----------------------------------------------- */
@media screen and (max-width: 768px) {
  /* --------------------------- Default and Common --------------------------- */
  .brsp {
    display: block;
  }
  .brpc {
    display: none;
  }
  /* --------------------------- page --------------------------- */
  #loader .logo {
    width: 200px;
    height: 123px;
  }
  #loader .bar {
    height: 8px;
  }
  header {
    width: 100%;
    padding: 10px 50px 100px 10px;
    box-sizing: border-box;
  }
  header .inner {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  header .inner.on .visual h2 {
    opacity: 1;
  }
  header .inner .logo {
    position: absolute;
    top: 20px;
    left: 20px;
  }
  header .inner .logo h1 {
    width: 100px;
    height: auto;
  }
  header .inner .text {
    width: 94%;
    position: absolute;
    bottom: -11%;
    left: 50%;
    transform: translateX(-50%);
  }
  header .inner .text h2 {
    width: 100%;
    height: auto;
    margin: 0 auto 5px;
  }
  header .inner .text h3 {
    width: 50%;
    height: auto;
    margin: 0 auto;
  }
  header .inner .photo {
    width: 100%;
  }
  main {
    width: 100%;
    position: relative;
    box-sizing: border-box;
  }
  main .main_visual {
    width: 100%;
    height: auto;
    position: relative;
    top: auto;
    padding-bottom: 0;
  }
  main .main_visual .title {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
  }
  main .main_visual .title p {
    width: 56%;
    position: absolute;
    bottom: 24px;
    left: 24px;
  }
  main .main_visual .logos {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 2;
  }
  main .main_visual .logos p {
    width: 30%;
    position: absolute;
    top: 24px;
    right: 24px;
  }
  main .main_visual .inner {
    width: 100%;
    height: auto;
  }
  main .main_visual .inner .visual {
    position: relative;
    height: auto;
    opacity: 1;
    transition: none;
  }
  main .main_visual .inner .visual:not(:first-child) {
    display: none;
  }
  main .main_contents {
    width: 100%;
    padding: 0;
    position: relative;
  }
  main .main_contents .lead {
    width: 100%;
    padding: 50px 20px 50px;
  }
  main .main_contents .lead h2 {
    color: #FFF;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 3rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    font-style: normal;
    padding-bottom: 18px;
  }
  main .main_contents .lead .lead_text {
    width: 86%;
    margin: 0 auto;
    color: #FFF;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0em;
    font-style: normal;
  }
  main .main_contents .lead .lead_text:not(:last-child) {
    padding-bottom: 12px;
  }
  main .main_contents .sec {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
  main .main_contents .sec:not(:last-of-type) {
    margin-bottom: 60px;
  }
  main .main_contents .sec .insec {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  main .main_contents .sec .insec:not(:last-child) {
    margin-bottom: 60px;
  }
  main .main_contents .sec .insec.type01 {
    width: 86%;
  }
  main .main_contents .sec .insec.type02 {
    width: 100%;
  }
  main .main_contents .sec .insec.type03 {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
  }
  main .main_contents .sec .insec.type03 > div {
    width: calc((100% - 10px) / 2);
  }
  main .main_contents .sec .insec.type04 {
    width: 86%;
    margin: 0 auto 0 0;
  }
  main .main_contents .sec .insec .items {
    width: 100%;
    padding: 0;
  }
  main .main_contents .sec .insec .credits {
    width: 100%;
    padding: 20px 0 20px;
  }
  main .main_contents .sec .insec .credits:not(:last-child) {
    padding-bottom: 5px;
  }
  main .main_contents .sec .insec .staff .logo {
    width: 70px;
    margin: 0 auto 15px;
  }
  main .main_contents .sec .insec .staff p {
    text-align: center;
    color: #FFF;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1rem;
    font-weight: 200;
    line-height: 1.8;
    letter-spacing: 0.03em;
    font-style: normal;
  }
  main .main_contents .sec .insec .info {
    color: #FFF;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0em;
    font-style: normal;
  }
  footer {
    padding: 0 20px 0 20px;
  }
  footer .infoot {
    width: 100%;
    margin: 40px auto 0;
    padding: 40px 0 30px;
  }
  footer .infoot div h3 {
    width: 100px;
    margin: 0 auto 30px 0;
  }
  footer .infoot div ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }
  footer .infoot div ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  footer .infoot div ul li a, footer .infoot div ul li span {
    color: #FFF;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    font-style: normal;
  }
  footer .infoot div p {
    color: #FFF;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    font-style: normal;
    text-align: left;
  }
  footer .infoot .pgtop {
    right: 0;
    bottom: 30px;
  }
  footer .infoot .pgtop a {
    color: #FFF;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    font-style: normal;
  }
  /* common credits------ */
  /*
  .credits{
  	width: 100%;
  	&:first-child{padding-right: 0;}
  	>div{
  		width: 100%;
  		&:not(:last-child){ margin-bottom: 8px; }
  		&.item-d-none{
  			dl{
  				dt{ width: auto; }
  				dd{
  					width: auto;
  					a{ display: none; }
  					span{
  						@include myText($col2, $fontSet2, 1.2rem, normal, 400, 1, 0em);
  						padding: 4px 0;
  						display: inline-block;
  					}
  				}
  			}
  		}
  		dl{
  			width: 100%;
  			@include flexbox(nowrap,row,flex-end,center);
  			dt{
  				padding: 2px 0;
  				text-align: left;
  				@include flexbox(nowrap,row,flex-start,center);
  				strong{
  					@include myText($col2, $fontSet2, 1.2rem, normal, 400, 1, 0.05em);
  					&:not(:first-child){ margin-left: 2px; }

  				}
  				.s{font-size: 1rem;}
  				span{
  					@include myText($col2, $fontSet2, 1.2rem, normal, 400, 1, 0.05em);
  					margin-left: 2px;
  				}
  			}
  			dd{
  				margin-left: 10px;
  				a{
  					@include myText($col2, $fontSet2, 1rem, normal, 400, 1, 0.05em);
  					padding:2px 20px 2px;
  				}
  				span{ display: none; }
  			}
  		}

  	}
  }
  */
  .credits {
    width: 100%;
    margin: 0 auto;
  }
  .credits > div {
    width: 100%;
  }
  .credits > div.item-d-none dl.items__credit dd {
    width: auto;
  }
  .credits > div.item-d-none dl.items__credit dd a {
    display: none;
  }
  .credits > div.item-d-none dl.items__credit dd a.line {
    color: #FFF;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    font-style: normal;
    text-decoration: underline;
    display: inline-block;
  }
  .credits > div.item-d-none dl.items__credit dd a.line:hover {
    color: #FFF;
  }
  .credits > div:not(:last-child) {
    margin-bottom: 10px;
  }
  .credits > div dl.items__credit {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
  .credits > div dl.items__credit dt {
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .credits > div dl.items__credit dt strong {
    color: #FFF;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    font-style: normal;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .credits > div dl.items__credit dt strong:not(:first-child) {
    margin: 0 0 0 5px;
  }
  .credits > div dl.items__credit dt strong span {
    font-weight: 400;
    padding: 0 0 0 10px;
  }
  .credits > div dl.items__credit dt strong span.items__price::after {
    content: none;
    color: #FFF;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    font-style: normal;
    margin-left: 5px;
    display: inline-block;
  }
  .credits > div dl.items__credit dt > span {
    color: #FFF;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    font-style: normal;
  }
  .credits > div dl.items__credit dt > span:last-child {
    width: 100%;
    padding: 5px 0 0 0;
  }
  .credits > div dl.items__credit dd {
    margin: 0 0 0 15px;
  }
  .credits > div dl.items__credit dd a {
    color: #FFF;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0em;
    font-style: normal;
    text-decoration: none;
    padding: 2px 18px 2px;
    transition: all 0.25s ease-in 0s;
  }
  .credits > div dl.items__credit dd a:hover {
    color: #FFF;
    opacity: 0.6;
  }
}/*# sourceMappingURL=style.css.map */