@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');

/*frame調整--------------------------*/
.frame_width {
  width: min(100%, 1120px);
}

.frame_width {
  padding: 0 16px;
}

.frame_footer {
  display: none;
}

/*===============================================================

	thema_header

===============================================================*/
.thema_header {
  top: 0;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  z-index: 102;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.thema_header a {
  font-weight: bold;
  color: #333;
  text-decoration: none;
}
.thema_header a:hover {
  opacity: 0.8;
  color: #333;
}
.thema_header .thema_header_inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 30px;
  width: min(100%, 1180px);
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.thema_header .title {
  line-height: 1;
  padding: 1rem 0;
  font-size: 20px;
  font-weight: 700;
  -webkit-perspective: 1000;
          perspective: 1000;
  will-change: transform;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
@media screen and (max-width: 1120px) {
  .thema_header .thema_header_inner {
    padding: 0 20px;
  }
  .thema_header .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 800px) {
  .thema_header .thema_header_inner {
    display: block;
  }
  .thema_header .title {
    padding: 1rem 0 0 0;
    font-size: 4.5vw;
    line-height: 1.3;
    width: 100%;
  }
}

/*===============================================================

	sns_wrp

===============================================================*/
.sns_wrp {
  padding: 1.5rem 0;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.sns_wrp .sns ul {
  letter-spacing: -0.3em;
  margin: 0 auto;
  width: min(100%, 1120px);
  /*max-width: 1030px*/
  text-align: right;
}
.sns_wrp.wide .sns ul {
  width: min(96%, 1160px);
}
.sns_wrp .sns li {
  display: inline-block;
  letter-spacing: normal;
  margin-left: 10px;
}
.sns_wrp .sns li.line {
  display: none;
}
.sns_wrp .sns li.twitter .sns li.facebook .sns li.line {
  width: 30px;
  height: 30px;
}
.sns_wrp .sns li.twitter a,
.sns_wrp .sns li.facebook a,
.sns_wrp .sns li.line a {
  width: 30px;
  height: 30px;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  display: block;
}
.sns_wrp .sns li.twitter a {
  background: url(/special/common/images/asset/icon_twitter.png) no-repeat 0 0;
  background: url(https://www.myjcom.jp/common/2022/images/common/logo-sns-tw.png) no-repeat 0 0/30px 30px;
  background-size: 30px 30px;
}
.sns_wrp .sns li.facebook a {
  background: url(/special/common/images/asset/icon_facebook.png) no-repeat 0 0;
  background: url(https://www.myjcom.jp/common/2022/images/common/logo-sns-fb.png) no-repeat 0 0/30px 30px;
  background-size: 30px 30px;
}
.sns_wrp .sns li.line a {
  background: url(/special/common/images/asset/icon_line.png) no-repeat 0 0;
  background: url(https://www.myjcom.jp/common/2022/images/common/logo-sns-li.png) no-repeat 0 0/30px 30px;
  background-size: 30px 30px;
}
.sns_wrp .sns_area_read {
  line-height: 30px;
  font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);
  font-weight: bold;
  vertical-align: top;
}
@media screen and (max-width: 1120px) {
  .sns_wrp {
    padding: 0.5rem 0;
  }
}
@media screen and (max-width: 800px) {
  .sns_wrp .sns li.line {
    display: inline-block;
  }
}

/*font調整--------------------------*/
.thiscontents * {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}


.thiscontents .tablet {
  display: none;
}

.thiscontents .sp {
  display: none;
}

.thiscontents .sp_tablet {
  display: none;
}

@media screen and (max-width: 1120px) {
  .thiscontents .pc {
    display: none;
  }
  .thiscontents .tablet,
  .thiscontents .pc_tablet,
  .thiscontents .sp_tablet {
    display: block;
  }
}
@media screen and (max-width: 800px) {
  .thiscontents {
    margin-bottom: 10px;
  }
  .thiscontents .sp {
    display: block;
  }
  .thiscontents .pc_tablet,
  .thiscontents .tablet {
    display: none;
  }
}
/*===============================================================

	fixed

===============================================================*/
.fixed {
  position: fixed;
  top: 0;
}

/* タブレット以下 */
@media screen and (max-width: 1120px) {
  .fixed {
    position: fixed;
    top: 0;
  }
} /* for tablet max-width: $width_content */


#tokinoyoin{
	font-size: 0;
    -moz-text-size-adjust:100%;
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust:100%;
	width: 100%;
	background: #000;
}

a, a:hover{
	text-decoration: none;
}

#tokinoyoin #mv{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto!important;
}

#tokinoyoin #mv img{
	width: 100%;
	height: auto;
}

#tokinoyoin #mv .m-slider li{
	position: relative;
}

#tokinoyoin #mv .m-slider li p{
	font-family: "Noto Serif JP", serif;
	font-size: 35px;
	font-size: clamp(12px, 2vw, 35px);
	line-height: 1.6em;
	color: #fff;
	position: absolute;
    width: calc(100% - 1.0em);
	text-align: center;
	left: 50%;
	transform: translateX(-50%);
	bottom: 30px;
}

#tokinoyoin #sub_slider .s-slider img{
	margin: 0 1.5px;
}

@media (max-width: 800px) {
	#tokinoyoin #mv img {
    width: 100%;  
    aspect-ratio: 1.7 / 1;  
    object-fit: cover;  
    object-position: center;
  }
	#tokinoyoin #sub_slider .s-slider img{
		width: 300px;
		height: auto;
	}

	#tokinoyoin #mv .m-slider li p{
		font-size: clamp(14px, 2vw, 20px);
		line-height: 1.4em;
		bottom: 10px;
	}
}

#tokinoyoin #read{
    width: calc(100% - 60px);
	max-width: 1200px;
	padding: 65px 30px;
	margin: 0 auto;
	color: #b8a149;
	text-align: center;
}

#tokinoyoin #read h3{
	font-family: "Noto Serif JP", serif;
	font-size: 42px;
	line-height: 1.6em;
	padding: 0.1em 0 0.5em;
	font-weight: 300;
}

#tokinoyoin #read p{
	font-family: "Noto Serif JP", serif;
	font-size: 23px;
	line-height: 1.6em;
	font-weight: 300;
}

#tokinoyoin #article {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

#tokinoyoin #article .episode{
	width: 100%;
	background: #fff;
	padding: 0 0 35px;
	margin-bottom: 50px;
}

#tokinoyoin #article .episode h2{
	width: 100%;
    padding: 0 0.5em;
	font-family: "Noto Serif JP", serif;
	text-align: center;
	font-size: 39px;
	line-height: 1.6em;
	font-weight: 500;
	color: #fff;
	background-color: #666;
}

#tokinoyoin #article .episode h3{
    width: calc(100% - 30px);
    padding: 0.7em 15px;
    margin: 0 auto;
	font-family: "Noto Serif JP", serif;
	text-align: center;
	font-size: 35px;
	line-height: 1.5em;
	font-weight: 500;
	color: #836324;
}

#tokinoyoin #article .episode h3 span{
	font-family: "Noto Serif JP", serif;
	font-size: 85%;
	font-weight: 300;
}

#tokinoyoin #article .episode .read{
    width: calc(100% - 30px);
    max-width: 1030px;
    padding: 0 15px;
    margin: 0 auto;		
}

#tokinoyoin #article .episode .read .ph{
	display: flex;
	justify-content: space-between;
}

#tokinoyoin #article .episode .read .ph img{
	width: 49%;
	height: auto;
}

#tokinoyoin #article .episode .read p{
	color: #1f1715;
	font-size: 25px;
	line-height: 1.6em;
	font-weight: 300;
	padding: 1.2em 0;
	text-align: justify;
}

#tokinoyoin #article .episode .schedule{
    width: calc(100% - 30px);
    max-width: 1030px;
    padding: 0 15px;
    margin: 0 auto;	
	display: flex;
	justify-content: space-between;
}

#tokinoyoin #article .episode .schedule > div{
	width: 49%;
	color: #1f1715;
}

#tokinoyoin #article .episode .schedule > div img{
	width: 100%;
	height: auto;
}

#tokinoyoin #article .episode .schedule > div h4{
	width: 100%;
    padding: 0 0.5em;
	font-size: 35px;
	line-height: 1.4em;
	font-weight: 300;
	color: #fff;
	background-color: #666;
}

#tokinoyoin #article .episode .schedule > div h5{
	font-size: 27px;
	line-height: 1.2em;
	font-weight: 300;
	display: flex;
	padding: 0 1.0em;
	margin-top: 0.8em;
	background-image: url(../images/circle.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 0.7em auto;
}

#tokinoyoin #article .episode .schedule > div p{
	font-size: 25px;
	line-height: 1.4em;
	font-weight: 300;
}

#tokinoyoin #article .episode .schedule > div p.others_txt{
	font-size: 21px;
	line-height: 1.6em;
	font-weight: 300;
}

#tokinoyoin #article .episode .schedule > div p .bold{
	font-weight: 500;
	padding-right: 1.0em;
}

#tokinoyoin #article .episode .schedule > div p .annotation{
	font-size: 15px;
	line-height: 1.2em;
	font-weight: 300;
}

#tokinoyoin #article .episode .overview{
    width: calc(100% - 60px);
    max-width: 1000px;
	padding: 20px 30px;
	margin: 30px auto 0;
	background: #f4f1ed;
}

#tokinoyoin #article .episode .overview > div{
	display: flex;
	justify-content: space-between;
}

#tokinoyoin #article .episode .overview > div > div{
	width: 49%;
}

#tokinoyoin #article .episode .overview > div > div:first-child p{
	font-size: 23px;
	line-height: 1.6em;
	font-weight: 500;
	text-align: justify;
	color: #836324;
	padding-right: 1.0em;
}

#tokinoyoin #article .episode .overview > div > div h4{
	font-size: 33px;
	line-height: 1.4em;
	font-weight: 400;
	color: #836324;
	border-bottom: 1px solid #836324;
}

#tokinoyoin #article .episode .overview > div > div ul{
	font-size: 25px;	
}

#tokinoyoin #article .episode .overview > div > div:last-child p{
	font-size: 25px;
	line-height: 1.6em;
	font-weight: 300;
	display: flex;
	padding: 0 0 0 1.0em;
	background-image: url(../images/circle.png);
	background-repeat: no-repeat;
	background-position: left 0.42em;
	background-size: 0.7em auto;
}

#tokinoyoin #article .episode .overview a{
	color: #fff!important;
	background-color: #836324;
	margin:  20px auto;
	max-width: 820px;
	text-align: center;
	background-color: #836324;
	display: block;
	transform 0.8s ease;
}

#tokinoyoin #article .episode .overview a:hover{
	background-color: #b89a5f;
	transform 0.8s ease;
}


#tokinoyoin #article .episode .overview a > p:first-child{
	font-size: 33px;
	line-height: 1.6em;
	font-weight: 600;
	padding: 0.3em 0.3em 0;
}

#tokinoyoin #article .episode .overview  a > p:last-child{
	font-size: 18px;
	line-height: 1.6em;
	font-weight: 300;
	padding: 0 0.3em 0.3em;
}

#tokinoyoin #foot{
    width: 100%;
	border-top: 1px solid #b8a149;
	text-align: center;
	color: #fff;
	padding:  25px 30px 50px;
}

#tokinoyoin #foot h4{
	font-size: 22px;
	line-height: 1.6em;
	font-weight: 300;
	padding-bottom: 0.5em;
}

#tokinoyoin #foot p{
	font-size: 15px;
	line-height: 1.6em;
	font-weight: 300;
}

@media (max-width: 1260px) {
	#tokinoyoin #article {
	    width: calc(100% - 30px);
	}
}

@media (max-width: 800px) {
	#tokinoyoin #read{
	    width: calc(100% - 30px);
		padding: 40px 15px;
	}
	
	#tokinoyoin #read h3{
		font-size: 24px;
	}
	
	#tokinoyoin #read p{
		font-size: 16px;
	}
	
	#tokinoyoin #article .episode{
		padding: 0 0 35px;
		margin-bottom: 50px;
	}
	
	#tokinoyoin #article .episode h2{
		font-size: 20px;
	}
	
	#tokinoyoin #article .episode h3{
		font-size: 18px;
	    width: calc(100% - 20px);
	    padding: 0.7em 10px;
	}

	#tokinoyoin #article .episode .read{
	    width: calc(100% - 20px);
	    padding: 0 10px;
	}
		
	#tokinoyoin #article .episode .read .ph{
		display: block;
		text-align: center;
	}
	
	#tokinoyoin #article .episode .read .ph img{
		width: 100%;
		max-width: 490px;
		height: auto;
		margin-bottom: 10px;
	}
	
	#tokinoyoin #article .episode .read p{
		color: #1f1715;
		font-size: 16px;
		padding: 1.2em 0 3.0em ;
	}
	
	#tokinoyoin #article .episode .schedule{
	    width: calc(100% - 20px);
	    padding: 0 10px;
	    margin: 0 auto;	
		display: block;
	}
	
	#tokinoyoin #article .episode .schedule > div{
		width: 100%;
	}
	
	#tokinoyoin #article .episode .schedule > div:last-child{
		text-align: center;
	}
	
	#tokinoyoin #article .episode .schedule > div img{
		width: 100%;
		max-width: 490px;
		height: auto;
		margin: 0 auto;
	}
	
	#tokinoyoin #article .episode .schedule > div h4{
		font-size: 20px;
	}
	
	#tokinoyoin #article .episode .schedule > div h5{
		font-size: 16px;
	}
	
	#tokinoyoin #article .episode .schedule > div p{
		font-size: 16px;
	}
	
	#tokinoyoin #article .episode .schedule > div p.others_txt{
		font-size: 14px;
		line-height: 1.6em;
		padding-bottom: 1.0em;
	}
	
	#tokinoyoin #article .episode .schedule > div p .annotation{
		font-size: 12px;
	}

	#tokinoyoin #article .episode .overview{
	    width: calc(100% - 20px);
		padding: 20px 10px;
	}

	#tokinoyoin #article .episode .overview > div{
		display: block;
	}
	
	#tokinoyoin #article .episode .overview > div > div{
		width: 100%;
	}
	
	#tokinoyoin #article .episode .overview > div > div:first-child p{
		font-size: 16px;
		padding: 0 0 1.0em;
	}
	
	#tokinoyoin #article .episode .overview > div > div h4{
		font-size: 20px;
		margin-bottom: 0.5em;
	}
	
	#tokinoyoin #article .episode .overview > div > div ul{
		font-size: 16px;	
	}
	
	#tokinoyoin #article .episode .overview > div > div:last-child p{
		font-size: 16px;
	}
	
	#tokinoyoin #article .episode .overview a > p:first-child{
		font-size: 18px;
	}
	
	#tokinoyoin #article .episode .overview  a > p:last-child{
		font-size: 14px;
	}

	#tokinoyoin #article .episode .overview a:hover{
		background-color: #836324;
	}

	#tokinoyoin #foot{
	    width: calc(100% - 20px);
		padding:  25px 10px 30px;
	}
	
	#tokinoyoin #foot h4{
		font-size: 18px;
		line-height: 1.6em;
		font-weight: 300;
		padding-bottom: 0.5em;
	}
	
	#tokinoyoin #foot p{
		font-size: 14px;
	}
}


/* エフェクト */
#tokinoyoin .scroll {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

#tokinoyoin .fade-in {
  opacity: 1;
  transform: translateY(0);
}
