@charset "utf-8";

/* common
-------------------------------------------------------*/
body{
      background-color: #fff;
}

.contents_inner {
font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
font-size: 16px;
line-height: 1.8;
color: #000;
height: 100%;
min-width: 320px;
}
.contents_inner a {
text-decoration: none;
transition: .2s;
}
.contents_inner a:hover {
opacity: 0.7;
}
.contents_inner b {
font-weight: bold;
}
.contents_inner img {
width: 100%;
width: auto;
max-width: 100%;
height: auto;
vertical-align: top;
}
.contents_inner ol, .contents_inner ul {
list-style: none;
}
.contents_inner dl::before, .contents_inner dl::after,
.contents_inner ol::before, .contents_inner ul::before,
.contents_inner ol::after, .contents_inner ul::after {
display: none;
}
.contents_inner blockquote, q {
quotes: none;
}
.contents_inner blockquote:before, .contents_inner blockquote:after,
.contents_inner q:before, .contents_inner q:after {
content: '';
content: none;
}
.contents_inner table {
border-collapse: collapse;
border-spacing: 0;
}
@media screen and (max-width: 768px) {
.contents_inner {
	}
}
.contents_inner .sp {
    display: none;
}
@media screen and (max-width: 768px) {
	.contents_inner .pc {
	display: none;
	}
	.contents_inner .sp {
	display: block;
	}
}

/* common
----------------------------------------------- */
.inner {
max-width: 900px;
margin: 0 auto;
position: relative;
}
@media screen and (max-width: 768px) {
}

/* header
----------------------------------------------- */
#header {
background: #fff;
padding: 30px;
border-bottom: 1px solid #ddd;
}
#header .logo {
display: flex;
flex-flow: row nowrap;
align-items: center;
justify-content: center;
}
#header .logo01 {
max-width: 388px;
max-width: 310px;
width: 100%;
}
#header .times {
margin: 0 30px;
}
#header .times img {
max-width: 30px;
max-width: 24px;
width: 100%;
}
#header .logo02 {
max-width: 284px;
max-width: 228px;
width: 100%;
}
@media screen and (max-width: 768px) {
	#header {
	padding: 20px;
	}
	#header .logo01 {
	max-width: 287px;
	}
	#header .times {
	margin: 0 15px;
	}
	#header .times img {
	max-width: 20px;
	}
	#header .logo02 {
	max-width: 227px;
	}
}

/* footer
----------------------------------------------- */
#footer {
	text-align: center;
	background: #fff;
}
#footer.area {
	padding: 40px 40px 60px;
}
#footer .txt {
	margin: 0 0 20px;
	}
#footer .copy {
	font-size: 0.6875rem;
}
@media screen and (max-width: 768px) {
	#footer.area {
	padding: 20px 20px 40px;
	}
}

/* ファーストビュー
----------------------------------------------- */
.01View {
	width: 100%;
	height: auto;
}
.01View img{
	display: block;
	width: 100%;
	height: auto;
}
@media screen and (max-width: 960px) {
}
@media screen and (max-width: 500px) {
}

/* セカンドビュー
----------------------------------------------- */
.02View {
	padding: 0;
	padding-bottom: 10%;
	background: url("https://cdn.pass.auone.jp/koto/special/images/article/20230707_01/bridge_bg.png") no-repeat center bottom / 100% auto;
}
.02View img {
	margin-bottom: 50px;
}
.02View .period {
	font-size: 1rem;
	line-height: 1.8;
}
.02View .lp_cautionList {
	max-width: 800px;
	margin:0 auto 1em;
}
.lp_cautionList li{
  display: table-row;
	font-size: 0.6875rem; /* 11px */
}
.lp_cautionList li:before {
  display: table-cell;
  padding-right: 0.25em;
  min-width: 1em;
}
.02View .period:first-of-type{
	margin-bottom: 30px;
}
.contents__main__sns + .period{
	margin-top: 20px;
}
.02View .period:last-child{
	margin-bottom: 0;
}

@media screen and (max-width: 960px) {
	.02View .period,
	.02View .lp_cautionList {
		padding-left: 20px;
		padding-right: 20px;
		max-width: none;
	}
	.02View img {
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 500px) {
	.02View {
		padding-bottom: 50px;
	}
}

/* ボディ
----------------------------------------------- */
.contents__body{
	line-height: 1.8;
  background-color: #F9DDAC;
}
.contents__body2{
	line-height: 1.8;
  background-color: #D0D2D2;
}
.contents__body3{
	line-height: 1.8;
  background-color: #fff;
}

@media screen and (max-width: 960px) {
	.contents__body {
		padding-left: 20px;
		padding-right: 20px;
	}
  	.contents__body2 {
  		padding-left: 20px;
  		padding-right: 20px;
  	}
    	.contents__body3 {
    		padding-left: 20px;
    		padding-right: 20px;
    	}
}
@media screen and (max-width: 500px) {
}

/* 特集本文 - 見出し
----------------------------------------------- */

/* 見出しレベル1 */
.contents__heading_level1{
  margin: 0 0 0px;
      padding: 0;
      text-align: center;
      font-size: 30px;
      line-height: 1.2;
      font-weight: bold;
          font-family: 'Noto Sans Japanese', sans-serif;
}
.contents__heading_level1 span{
  font-size: 18px;
}

/* 見出しレベル2 */
.contents__heading_level2{
	margin: 0 0 30px;
	padding: 0 15px;
	text-align: center;
	font-size: 1.125rem; /* 18px */
	border: 0;
}

/* 見出しレベル3 */
.contents__heading_level3{
}

.contents__heading_level1 span,
.contents__heading_level2 span,
.contents__heading_level3 span{
	display: inline-block;
}
.contents__heading_level1 small,
.contents__heading_level2 small,
.contents__heading_level3 small{
	display: inline-block;
	font-size: smaller;
	font-weight: normal;
}

.contents__heading_level1 img,
.contents__heading_level2 img,
.contents__heading_level3 img{
	display: block;
	width: 100%;
	height: auto;
}

@media screen and (max-width: 960px) {
	.contents__heading_level1{
	}
	.contents__heading_level2{
	}
	.contents__heading_level3{
	}
}

/* 特集本文 - 段落
----------------------------------------------- */

/* 段落 */
.period{
	max-width: 800px;
	margin: 0 auto;
}

/* カラム */
.period_frame{
	margin: 0 auto;
	padding: 0px;
	background-color: #fff;
	border-radius: 5px;
}

@media screen and (max-width: 960px) {
	.period{
		max-width: none;
	}
}
@media screen and (max-width: 500px) {
	.period_frame{
		padding:  0px;
	}
}

/* 特集本文 - テキスト
----------------------------------------------- */

/* テキスト */
.period p{
  margin: 0 0 20px;
      padding: 0;
      font-size: 14px;
      line-height: 1.7em;
}

/* ボタン */
a.lp_button{
	position: relative;
	display: block;
	max-width: 640px;
	margin: 0 auto;
	padding: 0.6em 20px;
	text-align: center;
	font-size: 14px; /* 20px */
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	line-height: 1.3;
	border-radius: 5px;
	background: #39748E;
}
a.lp_button + a.lp_button{
	margin-top: 20px;
}
a.lp_button span{
	display: inline-block;
}
a.lp_button_red{
	background-color: #ff2f5f;
}
.lp_button::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 8px;
    width: 5px;
    height: 10px;
    vertical-align: middle;
    background: url(https://pass.auone.jp/entame/special/images/entertainment/right-arrow.png);
    background-size: 5px 10px;
  }

@media screen and (max-width: 960px) {
}
@media screen and (max-width: 500px) {
}

/* 特集本文 - 画像
----------------------------------------------- */

/* 画像 */
.contents__image{
	margin: 20px 0;
	padding: 0;
}
.contents__image_narrow{
	width: 100%;
	margin: 15px auto;
  padding: 0 10%;
}
.contents__image img,
.contents__image_narrow img{
	display: block;
	width: 100%;
	height: auto;
}
.contents__image p.contents__image_caption,
.contents__image_narrow p.contents__image_caption{
	margin: 4px 0 0;
	font-size: 0.75rem; /* 12px */
	color: #999;
}

@media screen and (max-width: 960px) {
}

/* 特集本文 - YouTube
----------------------------------------------- */
.lp_youtube {
	clear: both;
	position: relative;
	margin: 30px auto;
	padding-top: 56.25%;
	overflow: hidden;
}
.lp_youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* 特集本文 - ランキング
----------------------------------------------- */

/* ランキング */
.lp_ranking{
	margin: 0;
}
.lp_ranking ol{
	margin: 0;
	padding: 0;
}
.lp_ranking li{
	display: flex;
	margin: 0 0 5px;
	align-items: stretch;
	background-color: #333;
}
.lp_ranking_number{
	box-sizing: content-box;
	width: 15%;
	margin: 0 1px 0 0;
	padding: 4px 20px;
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff7400+1,ff7400+100 */
	background: #ff7400; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff7400 1%, #ff7400 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ff7400 1%,#ff7400 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ff7400 1%,#ff7400 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.lp_ranking01 .lp_ranking_number{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e7ce73+1,d7b749+100 */
	background: #e7ce73; /* Old browsers */
	background: -moz-linear-gradient(top,  #e7ce73 1%, #d7b749 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #e7ce73 1%,#d7b749 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #e7ce73 1%,#d7b749 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.lp_ranking02 .lp_ranking_number{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#aaaaaa+1,888888+100 */
	background: #aaaaaa; /* Old browsers */
	background: -moz-linear-gradient(top,  #aaaaaa 1%, #888888 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #aaaaaa 1%,#888888 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #aaaaaa 1%,#888888 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.lp_ranking03 .lp_ranking_number{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c8694c+1,b44624+100 */
	background: #c8694c; /* Old browsers */
	background: -moz-linear-gradient(top,  #c8694c 1%, #b44624 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #c8694c 1%,#b44624 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #c8694c 1%,#b44624 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8694c', endColorstr='#b44624',GradientType=0 ); /* IE6-9 */
}
.lp_ranking_number b{
	font-size: 2rem;
}
.lp_ranking_title{
	box-sizing: content-box;
	width: 85%;
	padding: 0.3em 20px;
	text-align: left;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.25;
}

@media screen and (max-width: 960px) {
	.lp_ranking li{
		margin: 0 0 2px;
	}
	.lp_ranking_number{
		font-size: 1.1rem;
		padding: 6px 10px;
	}
	.lp_ranking_number b{
		font-size: 1.2rem;
	}
	.lp_ranking_title{
		font-size: 1.2rem;
		padding: 10px 10px;
	}
}
@media screen and (max-width: 500px) {
}

/* フッタ
----------------------------------------------- */
.lp_footer{
	margin: 0 20px 40px;
	padding: 20px 18px 24px;
	border: solid 1px #999;
	border-radius: 5px;
}
.lp_footer h2{
	margin: 0 0 30px;
	padding: 0;
	text-align: center;
	background: none;
	font-size: 1.125rem; /* 18px */
}
.lp_footer h2 span{
	display: inline-block;
}
.lp_bannerList{
	display: flex;
	flex-wrap: wrap;
}
.lp_bannerList li{
	width: calc(50% - 10px);
	margin: 20px 0 0 0;
}
.lp_bannerList li:first-child,
.lp_bannerList li:nth-child(2){
	margin-top: 0;
}
.lp_bannerList li:nth-child(2n){
	margin-left: 20px;
}
.lp_bannerList img{
	display: block;
	width: 100%;
	height: auto;
	border: solid 1px #ddd;
}
@media screen and (max-width: 960px) {
	.lp_footer {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media screen and (max-width: 500px) {
	.lp_bannerList li{
		width: 90%;
		margin: 13px 5% 0 5%;
	}
	.lp_bannerList li:nth-child(2){
		margin-top: 13px;
	}
	.lp_bannerList li:nth-child(2n){
		margin-left: 5%;
	}
}


/* 特集本文 - 編集
----------------------------------------------- */
.period_frame{
	background-color: #fff;
}
.period p.lp_btn_lead {
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}

@media screen and (max-width: 960px) {
	/* ウィンドウサイズ 960px以下 */
}
@media screen and (max-width: 500px) {
	/* ウィンドウサイズ 500px以下 */
}


/* アンカーボタン
----------------------------------------------- */
.anc_down{
    text-align: center;
    margin: 40px auto;
    width: 10%;
}

.anc_side{
width: 90%;
    text-align: center;
    margin: 0 auto;
    }

    .contents__box{
    }

.contents__body_title01{
  text-align: center;
      background-color: #39748E;
      color: #fff;
      padding: 15px 0;
      line-height: 1.2;
      font-size: 18px;
      font-family: Noto sans-serif;
      font-weight: bold;
      text-shadow: 0px 3px 6px #00000029;
}

.contents__body_main01{
  background-color: #fff;
  padding: 0px 30px;
}

.contents__body_title02{
text-align: center;
  background-color: #8E3939;
  color: #fff;
  padding: 15px 0;
  line-height: 1.2;
  font-size: 18px;
  font-family: Noto sans-serif;
  font-weight: bold;
  text-shadow: 0px 3px 6px #00000029;
}

.contents__body_main02{
background-color: #E6C2C2;
padding: 0px 30px;
border: solid 1px #8E3939;
}


  .contents__icon{
    position: relative;
      top: -25px;
      left: 10px;
      max-width: 75px;
  }


@media (max-width: 800px){
  .contents__icon{
    position: relative;
      top: -25px;
      left: 10px;
      max-width: 75px;
  }
}
@media screen and (max-width: 600px){
  .contents__icon{
    position: relative;
      top: -25px;
      left: 10px;
      max-width: 60px;
  }
}
@media screen and (max-width: 480px){
  .contents__icon{
    position: relative;
      top: -25px;
      left: 10px;
      max-width: 50px;
  }
}


/*----------------------------------------------------------
youtube
----------------------------------------------------------*/

.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}

.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

/*----------------------------------------------------------
paragraph
----------------------------------------------------------*/

.lp_paragraph p {
margin: 0 0 30px;
padding: 0;
font-size: 1rem;
}
.lp_paragraph {
padding-left: 20px;
padding-right: 20px;
max-width: none;
}

.check{
  max-width: 80px;
      left: 3%;
      top: 12px;
      position: relative;
}

.pickup{
max-width: 70px;
left: 3%;
top: 8px;
position: relative;
}

.information_icon{
  max-width: 80px;
  padding:10px 0;
}

.lkc-card {
margin-top: 7px;
margin-right: 8px;
margin-bottom: 8px;
margin-left: 8px;
}
.lkc-content {
word-break: break-all;
white-space: normal;
overflow: hidden;
margin: 15px 0;
}
.lkc-internal-wrap {
background-color: #FBEFE6;
margin: 0;
padding: 2%;
border:solid 3px #982380;
border-radius: 8px;
}
.lkc-internal-wrap2 {
background-color: #FBEFE6;
margin: 0;
padding: 2%;
border:solid 3px #FF5050;
border-radius: 8px;
}
@media screen and (max-width: 480px){
.lkc-title {
}
}
@media screen and (max-width: 600px){
.lkc-title {
}
}
@media (max-width: 800px){
.lkc-title {
display: block;
justify-content: flex-start;
}
}
.minw96{
  min-width:96px;
}
.lkc-title {
display: flex;
justify-content: space-between;
border-bottom: 2px solid #FF5050;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.lkc-link:visited .lkc-title-text, #toplist li a:visited {
color: #7e54a5;
}
.lkc-link .lkc-title-text, #toplist li a {
color: #2fa4e2;
}
.lkc-title-text {
color: #FF5050;
font-size: 16px;
line-height: 23px;
font-weight: bold;
overflow: hidden;
word-break: break-all;
}
.lkc-title-text {
margin-right: 0.5em;
}
.lkc-excerpt{
padding: 5px 0 15px;
color: #982380;
font-weight: bold;
}
.lkc-excerpt2{
padding: 5px 0 15px;
color: #FF5050;
font-weight: bold;
}
.lkc-excerpt3{
padding: 5px 0 15px;
color: #000;
font-weight: bold;
}
.lkc-more-text {
display: inline;
color: #ffffff;
font-size: 12px;
line-height: 40px;
border-radius: 6px;
text-align: center;
padding: 10px 30px;
margin: 4px 0;
background-color: #dd5924;
font-weight: bold;
}
.lkc-more-text span {
display: inline-block;
text-align: right;
margin: 0 -20px 0 20px;
}
.lkc-line{
  padding: 10px 8px;
}
.borderB{
      border-bottom: 1px #000 solid;
}
.information_text{
  font-weight: bold;
  padding:1em 0;
  display: flex;
  word-break: break-all;
}
.borderlink{
      border-bottom: 1px #29ABE2 solid;
      color: #29ABE2;
}
.border_dotted{
  border-bottom:3px dotted #dd5924;
  margin:1.5em 0 ;
}
.contents_inner a {
    text-decoration: none;
    transition: .2s;
    /* border-bottom: solid 1px; */
}

.buttonIconText02__reverse {
    flex-direction: row-reverse;
    padding: 8px 8px 8px 64px;
}
.buttonIconText02 {
    display: flex;
    gap: 8px;
    align-items: center;
    width: 100%;
    height: 50px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    overflow-wrap: anywhere;
    background-color: #982380;
    border-radius: 6px;
}
.buttonIconText03 {
    display: flex;
    gap: 8px;
    align-items: center;
    width: 100%;
    height: 50px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    overflow-wrap: anywhere;
    background-color: #FF5050;
    border-radius: 6px;
}
.buttonIconText02_icon {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 48px;
    aspect-ratio: 1;
    overflow: hidden;
}
.buttonIconText02_text {
    flex-shrink: 1;
    width: 100%;
}
/*----------------------------------------------------------
bottom-fixed
----------------------------------------------------------*/
.bottom-fixed-button {
  position: fixed;
      bottom: 8%;
      width: 100%;
      right: auto;
      left: auto;
      padding: 0 10px;
}

.bottom-fixed-button button {
  font-size: 24px;
  cursor: pointer;
  vertical-align: middle;
}

.bottom-fixed-button button:hover {
  opacity: 0.8;
}
btn-all-features>a:after {
    top: 50%;
    transform: translateY(-50%);
}

.btn-all-features>a:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 22px;
    right: 8px;
    width: 5px;
    height: 10px;
    vertical-align: middle;
    background: url(https://pass.auone.jp/entame/special/images/entertainment/right-arrow.png);
    background-size: 5px 10px;
}
