@charset "utf-8";

/* common
-------------------------------------------------------*/
body{
      background-color: #fff;
}
/* 背景色★ */
main{
background-color: #ffedef;
}
section{
  font-weight: 400;
  font-style: normal;
  }
H2{

font-optical-sizing: auto;
font-weight: bold;
font-style: normal;
}
.contents_inner {
font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
font-size: 1rem;
line-height: 1.8;
color: #363636;
height: 100%;
min-width: 320px;
}
.contents_inner a {
  text-decoration: none;
  transition: .2s;
/*   border-bottom: solid 1px; */

}
.proflink{
    color: #1d8acd;
    border-bottom: solid 1px;
}
.small{
  font-size: 20px;
}

.contents__main{
  background:#EE7500;
}
.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__title{
  font-size: 20px;
}

.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;
}
section{
  background: none;
}

@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;
}
.lead{
	margin: 0;
	padding: 5% 5% 2.5%;
	font-size: 3.58vw;
	font-size: clamp(14px, 3.58vw, 16px);
	font-weight: bold;
	line-height: 1.4rem;
}
.small{
	margin: 0;
	padding: 2.5% 5%;
	font-size: 2.777777778vw;
	font-size: clamp(10px, 2.777777778vw, 12px);
	line-height: 1rem;
}

@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{
	font-size: 2.222222222vw;
	font-size: clamp(8px, 2.222222222vw, 10px);

      color: #161616;
      line-height: 3.2vw;
}
.lp_cautionList li:before {
  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;
  position: relative;
    z-index: 1;
}
.contents__body2{
	line-height: 1.8;
  background-color: #fff;
}
.contents_bg02{
  background-color: #FFD8D8 !important;
}
.contents_bg03{
  background-color: #FEECD8 !important;
}
.contents_bg04{
  background-color: #D4D4D4 !important;
}

@media screen and (max-width: 960px) {
	.contents__body {
		padding-left: 15px;
		padding-right: 15px;
	}
  	.contents__body2 {
  		padding-left: 15px;
  		padding-right: 15px;
  	}
}
@media screen and (max-width: 500px) {
}

/* 特集本文 - 見出し
----------------------------------------------- */

/* 見出しレベル1 */
.contents__heading_level1{
      margin: 5% 0 3%;
      padding: 0;
      text-align: center;
      background: none;
      font-size: 3.888888889vw;
      line-height: 1.4;
      color: #ff517a;
      font-weight: bold;
}

/* 見出しレベル2 */
.contents__heading_level2{
      margin: 5% auto 2.5%;
      padding: 0;
      text-align: center;
      font-size: 4.444444444vw;
      border: 0;
}

/* 見出しレベル3 */
.contents__heading_level3{
}

.proful{
  line-height: 1.3;
}
.proful li{
  margin: 10px 0;
}

/* 特集本文 - 段落
----------------------------------------------- */

/* 段落 */
.period{
	max-width: 800px;
	margin: 0 auto;
}

/* カラム★ */
.period_frame{
	margin: 0 auto;
	padding: 0px;
	background-color: #fff;
	border-radius: 13px;
	border:3px solid #ff5899;
	box-sizing: border-box;
}

@media screen and (max-width: 960px) {
	.period{
		max-width: none;
	}
}
@media screen and (max-width: 500px) {
	.period_frame{
		padding:  0px;
	}
}

/* 特集本文 - テキスト
----------------------------------------------- */

/* テキスト */
.period p{
  margin: 5% 0;
  padding: 0;
  line-height: 1.8em;
  font-weight: 600;
}

/* ボタン */
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_pickup{
	width: 100%;
	margin: 0 auto;
  padding:0 5%;
}
.contents__image img,
.contents__image_pickup img{
	display: block;
	width: 100%;
	height: auto;
	border: solid 1px #c3c3c3;
}
.contents__image p.contents__image_caption,
.contents__image_pickup p.contents__image_caption{
	margin: 4px 0 0;
	font-size: 0.75rem; /* 12px */
	color: #999;
}

@media screen and (max-width: 960px) {
}

/* 点線★ */
.dotling{
	max-width: 600px;
	margin: 0 auto;
	padding: 0 3%;
}

/* 今すぐ観る★ */
.watchbtn{
	max-width: 600px;
	margin: 0 auto;
	width: 95%;
}


/* 特集本文 - 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;
	}
}

/* フッタ
----------------------------------------------- */
.lp_footer{
  margin: 0 auto;
padding: 0 0 24px;
max-width: 800px;
}
.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: 100%;
  margin: 13px 0 0 0;
	/* 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 {
	}
}
@media screen and (max-width: 750px) {
	.lp_bannerList li{
		width: 100%;
		margin: 13px 0 0 0;
	}
	.lp_bannerList li:nth-child(2){
		margin-top: 13px;
	}
	.lp_bannerList li:nth-child(2n){
		margin-left: 0%;
	}
}


/* 特集本文 - 編集
----------------------------------------------- */
/* 枠線★ */
.period_frame{
  padding: 0;
}
.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 16px;
}
.yellow{
	background-color: #FDD23E;
}
.bleu{
	background-color: #0057B8;
}

.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__headline{
    position: relative;
      top: 0;
      width: 100%;
  }

 /* 矢印★ */
  .arrow{
    position: relative;
      top: -10px;
      width: 100%;
      margin: 0 auto;
  }

.contents__list{
padding: 15px 10px　10px;
border-radius: 1px;
margin: 20px 0;
color: #000;
font-weight: bold;
}
.contents__list li{
font-weight: bold;
padding: 1.5px 0;
}

/*----------------------------------------------------------
youtube
----------------------------------------------------------*/

/* 動画★ */
.movie-wrap_fr {
     padding:0 3%;
}

.movie-wrap {
     position: relative;
     padding-left:3%;
     padding-right:3%;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}

.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     padding:0 3%;
}

/*----------------------------------------------------------
paragraph
----------------------------------------------------------*/

.lp_paragraph p {
margin: 30px 0 30px;
padding: 0;
color:#1a1a1a;
font-family: yu-gothic-pr6n,sans-serif;
font-weight: 900;
font-style: normal;
text-align: center;
    font-size: 1.15rem;
}

.wh {
color:#FFFFFF !important;
}

.lp_paragraph {
padding-left: 15px;
padding-right: 15px;
max-width: none;
background: #EE7500;
margin-top: -20%;
    padding: 20% 0;
}
.lp_paragraph_in{
  margin: 0 auto;
  max-width: 800px;
  padding: 10px 15px 10px;
}

.question {
    color: #EE7500 !important;
}

.Profile_title{
  border-bottom: 1px solid #EE7500;
}

.profileBlock__head{
  text-align: left !important;
}

.check{
  max-width: 80px;
      left: 3%;
      top: 15px;
      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;
}
.lkc-internal-wrap {
background-color: #FDF1E8;
margin: 0;
padding: 2%;
border:solid 1px #FF5050;
border-radius: 10px;
}
.lkc-internal-wrap2 {
      background-color: #ffe5e5;
      margin: 0;
      padding: 2%;
      border: solid 2px #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;
}
}
.lkc-title {
display: flex;
justify-content: space-between;
}
.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 {
border-bottom: 1px solid #FF596D;
color: #FF596D !important;
font-size: 1rem;
line-height: 23px;
font-weight: bold;
overflow: hidden;
word-break: break-all;
padding: 10px 0 15px 0;
}
.lkc-title-text {
margin-right: 0.5em;
}
.lkc-excerpt{
padding: 5px 0 15px 0;
color:#FF5050;
}
.lkc-more-text {
color: #ffffff;
line-height: 40px;
border-radius: 6px;
text-align: center;
padding: 5px 30px;
margin: 4px 0;
background-color: #df5a24;
font-weight: bold;
}
.lkc-more-text2 {
color: #ffffff;
line-height: 23px;
border-radius: 6px;
text-align: center;
padding: 10px 30px;
margin: 4px 0;
background-color: #FF596D;
font-weight: bold;
}
.lkc-more-text span {
display: inline-block;
text-align: right;
margin: 0 -20px 0 20px;
}
.lkc-line{
  padding: 10px 8px;
}
.checkbtn {
  width: 100%;
  color: #ffffff;
  background-color: #df5a24;
  font-weight: bold;
  line-height: 40px;
  border-radius: 3px;
  text-align: center;
  border-radius: 2px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  display: block;
  position: relative;
  box-shadow: none;
}


/* buttonタグのリセットCSS（不要な場合、セレクタごと削除してください） */


/* ボタンのスタイル */
.buttonIconText02 {
  display: flex;
  gap: 8px;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 8px 64px 8px 8px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  overflow-wrap: anywhere;
  background-color: #FF5050;
  border-radius: 6px;
}

.buttonIconText02__reverse {
  flex-direction: row-reverse;
  padding: 8px 8px 8px 64px;
}

.buttonIconText02_icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 48px;
  aspect-ratio: 1;
  overflow: hidden;
}

.buttonIconText02_text {

}
.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__reverse {
    flex-direction: row-reverse;
    padding: 8px 8px 8px 64px;
}

.annotation{
  font-size:14px;
  margin-top:-15px !important;
}
.borderB{
      border-bottom: 1px #000 solid;
}
.information_text {
    font-weight: 600;
    padding: 1em 0;
    display: flex;
    word-break: break-all;
        font-size: 0.9rem;
}
.borderlink{
      border-bottom: 1px #1d80be solid;
      color: #1d80be;
}
.contents_inner a {
    text-decoration: none;
    transition: .2s;
}
.minw5e {
    min-width: 5em;
}
.minw6e {
    min-width: 6em;
}
.minw3e {
    min-width: 3em;
}
.minw4e {
    min-width: 4em;
}
/*----------------------------------------------------------
bottom-fixed
----------------------------------------------------------*/
.bottom-fixed-button {
   position: fixed;
    bottom: 4%;
    width: 90%;
    right: 50%;
    left: 50%;
    padding: 0 10px;
    max-width: 1000px;
    margin: 0 auto;
    transform: translate(-50%, -50%);
}

.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;
}

.twitter{
    position: relative;
    display: inline-block;
    margin: 0 auto !important;
    display: block;
    max-width: 360px;
}

.twitter img{
    width: 100%;
    margin: 0 auto !important;
}

@media screen and (max-width: 960px) {
	/* ウィンドウサイズ 960px以下 */
    a.lp_button {
        font-size: 1.125rem;
    }
}
@media screen and (max-width: 500px) {
	/* ウィンドウサイズ 500px以下 */
}
    a.lp_button {
        font-size: 1rem;
    }

    .twitter{
        max-width: 100%;
        padding: 0 20px;
    }
    /*----------------------------------------------------------
    max_image
    ----------------------------------------------------------*/

    .section_view{
        position: relative;
    }
    .section_view .bg_image{
        display: block;
        max-width: 100%;
        height: auto;
    }
    .section_view .btn_image{
        position: absolute;
        left: 50%;
    transform: translate(-50%, -50%);
        width: 100%;
        height: auto;
        padding: 0px 15px 0px;
    }
    .btn_image {
          width: 100%;
      margin: 0 auto;
        position: absolute;
          transform: translate(-50%, -50%);
          padding: 0px 15px 0px;
    }
    .btn_image_rank>div{
        /*コレ*/flex: 1;
    }
    .rank02{
      margin-bottom: -10px;
    }
    .rank03{
      margin-bottom: 13px;
    }
    .rank04-10{
    margin-bottom: 17px;
    }

    .sns_z-generation{
      left:70% !important;
      width:26% !important;
    }
.p-home__item{
      padding: 0px 0px 15px;
}
.p-home_list{
      padding: 0px 0px 10px;

}
.fs20{
  font-size: 20px;
}
.fc_black{
  color:#000;
}
.fc_white{
  color:#fff;
}
.inner_viewpd{
  padding: 30px 10% 20px;
}
.inner_image_hoshi{
  max-width: 40%; text-align: center;
margin: 0 auto; padding:20px 0;
}
.mgt-22{
  margin-top: -22%;
}

.p-home__section {
  padding: 0 ;
  margin: 0 ;
}


.p-home__section01 {
  background-color: #FFFFFF;
  padding: 0;
}

.p-home__section-inner {
  width: 100%;
  margin: 0 auto;
}

.Lead{
  padding: 4% 4% 4%;
}
.Lead_btn{
  padding: 4% 4% 4%;
}

.title01 {
  width: 30%;
  margin: 4% auto 10%;
}
.title03 {
  width: 88%;
  margin: 0 auto 1%;
  padding:10% 0 3%;
}
.title05 {
  width: 90%;
  margin: 0 auto 1%;
  padding:5% 0 3%;
}

.p-home__section01-item {
  margin: 10px auto;
}

.p-home__section01-item a {
  display: block;
  margin-top: 2%;
}

main img {
  width: 100%;
}

.bgbox02 {
  width:100%;
  padding: 5% 3% 10%;
}

.bgbox03 {
  background-image:
    radial-gradient(#cecece 20%, transparent 20%),
    radial-gradient(#cecece 20%, transparent 20%);
  background-size: 5px 5px;
  border-radius: 28px;
  background-color: #FFF;
  width:100%;
  padding: 5% 3%;
  margin:10% 0 3%;
}

.p-home__section01-btn {
  margin-top: -35%;
      position: absolute;
      width: 85%;
      left: 50%;
      transform: translate(-50%, -50%);
}

.p-home__section01-btn a {
  width: 82%;
}
.p-home__section02 {
    background-color: #ffffff;
    padding:4% 4% 45px;
}
.p-home__section02-bg {
  background-color: #ffda00;
  background-repeat: repeat;
  background-size: cover;
  padding: 20px 0 4%;
}
.p-home__section02-btn {
  margin-top: 3%;
}

.p-home__section02-btn a {
  width: 92%;
}
.p-home__section03-bg {
  background-image: url(../images/bg03.png);
  background-repeat: repeat;
  background-size: cover;
  padding: 4% 0 4%;
}
.p-home__section04-bg {
  background-image: url(../images/bg04.png);
  background-repeat: repeat;
  background-size: cover;
  padding: 4% 0 4%;
}

.btn-txt01 {
  width: 46%;
  margin: 0 auto;
}

.btn-txt02 {
  width: 60%;
  margin: 0 auto;
}

.btn-txt03 {
  width: 64%;
  margin: 0 auto;
}

.btn-txt04 {
  width: 72%;
  margin: 0 auto;
}

.btn-txt05 {
  width: 56%;
  margin: 0 auto;
}

.btn01 {
  display: block;
  width: 100%;
  margin: 0 auto;
  margin-top: 5%;
  margin-bottom: 5%;
}

.btn02 {
  display: block;
  width: 80%;
  margin: 0 auto;
  margin-top: 5px;
}
.btn05 {
    display: block;
    width: 80%;
    margin: 0 auto;
    margin-top: 6%;
    margin-bottom: 6%;
}

.p-home__section02-item {
  width: 96%;
  margin: 0 auto;
  margin-top: 8%;
  margin-bottom: 1%;
}


.p-home__section03 {
  padding: 0;
}

.p-home__section04 {
  padding: 0;
}

.p-home__section04-bg {
  background-image: url(../images/bg04.png);
  background-repeat: repeat;
  background-size: cover;
  padding: 4% 0 10%;
}

.p-home__section05 {
  padding: 0;
}

.p-home__section05-bg {
  background-image: url(../images/bg05.png);
  background-repeat: repeat;
  background-size: cover;
}

.img14 {
  width: 96%;
  margin-left: auto;
}

.p-home__section03-btn {
  margin-top: 25px;
}

.p-home__section03-item {
  width: 100%;
  margin-top: 6%;
}

.p-home__section04-item {
  width: 96%;
  margin-left: auto;
  margin-top: 14%;
}

.img17 {
  margin-top: -1%;
}


.btn11 {
  display: block;
  margin-top: 20px;
}

.p-home__section05-item02 {
  margin-top: 25px;
    padding: 3% 0;
}

.p-home__section05-txt {
  color: #000000;
    padding: 3% 0;
    font-size: 0.87rem;
}

.p-home__section05-txt p {
  margin-top: 16px;
}

.p-home__section05-txt p:first-child {
  margin-top: 6%;
}

.p-home__section06 {
  padding: 0 0 20px;
  position: relative;
  margin-top: -22.5%;
}

.section06-inner {
  width: 90%;
}

.img32 {
  position: absolute;
  top: 1%;
  height: 87.3%;
}

.img20 {
  margin: 0 auto;
}

.p-home__section06-item01 {
  width: 86%;
  margin: 0 auto;
}

.wrap {
  position: relative;
  z-index: 1;
}

.bottom-fixed-button {
  z-index: 2;
}

.p-home__section06-item01 p {
  font-size: 11px;
  margin-top: 20px;
}

.p-home__section06-line01 {
  display: block;
  width: 88%;
  margin: 20px auto;
}

.p-home__section06-item02 {
  width: 84%;
  margin: 0 auto;
}

.p-home__section06-img01 {
  width: 90%;
  margin: 0 auto;
}

.p-home__section06-item02 a {
  display: block;
  margin-top: 30px;
}

.p-home__section06-item02 .p-home__section06-link {
  margin-top: 10px;
}

.p-home__section06-line02 {
  display: block;
  width: 88%;
  margin: 60px auto 15px;
}

.p-home__section06-line03 {
  display: block;
  width: 88%;
  margin: 30px auto;
}

.p-home__section06-img04 {
  margin-top: 10px;
}

.p-home__section06-banner {
  width: 90%;
  margin: 0 auto;
  margin-top: 30px;
}

.img33 {
  width: 96%;
  margin: 0 auto;
  margin-bottom: 15px;
}

.img37 {
  display: block;
  margin-top: 20px;
}

.p-home__section06-item03 {
  display: flex;
  align-items: flex-end;
  column-gap: 35px;
  width: 90%;
  margin: 0 auto;
  margin-top: 60px;
}

.p-home__section06-item03 img {
  width: 40px;
}

.contents__smartpass .contents__smartpass__about__feature > img {
    width: 70px;
    display: inline-block;
}
.canpan{
  position: relative;
  margin-top: 5%;
    margin-bottom: 15%;
}



/* container */
.container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px; /* コンテンツの最大幅 */
    margin: 0 auto; /* コンテンツを中央揃え */
    padding: 4%;
    background-color: #ffffff;
    border-radius: 0px;
    margin: 7% 4% 0;
    font-size: 1.4em;
    line-height: 1.8em;
  }
  .title-image {
    width: 35%;
    height: auto; /* アスペクト比を維持する */
    margin:0 auto 6%;
  }
  ul.column_list{
    margin:5% 0;
  }
  .column_list li{
  font-size: 0.9em;
  color:#20c7d7;
  text-decoration:underline solid #20c7d7;

  }
  .left-column {
    width: 55%; /* 左側のカラム幅 */
    padding: 0 3% 0 0; /* 左右の余白 */
  }
  .right-column {
    width: 45%; /* 右側のカラム幅 */
    padding: 0 0 0 3%; /* 左右の余白 */
  }
  .content {
  }
  .image-link {
    display: block; /* リンクをブロックレベル要素にする */
    text-decoration: none; /* リンクの下線を消す */
  }
  .image-link img {
    width: 100%; /* 画像を親要素の幅いっぱいに広げる */
    height: auto; /* アスペクト比を維持する */
  }
  .first{
    margin-bottom: 12%; /* 画像間の余白 */
  }
  .tall-image {
    width: 100%; /* 画像を親要素の幅いっぱいに広げる */
    height: auto; /* アスペクト比を維持する */
  }
  .title_image{
    padding:0 1.5%;
  }
  .sumne_image{
    padding:0% 0.5%;
  }
.cp01{
}
.p-home__section05-item01{
  margin: 5% 0;
}
.contents__smartpass .contents__smartpass__about__feature > img {
    width: 70px;
}
.contents__btn{
  background-color: #fff;
}

/* cp */
.cp_title_01{
  text-align: center;
      color: #ff5050;
      line-height: 1.3em !important;
    font-size: 1.7rem;
  }

  @media screen and (max-width: 500px) {
  	/* ウィンドウサイズ 500px以下 */
    .cp_title_01{
      text-align: center;
          color: #ff5050;
          line-height: 1.3em !important;
    font-size: 0.9rem;
      }
  }


.line{
  margin:5% 0;
}
.kikan{
  margin:10% 0;
}
.fukidashi{
  margin:5% 0;
}
.wd65{
  width: 65%;
  text-align: center;
  margin: 6% auto;
}
.wd95{
  width: 95%;
  text-align: center;
  margin: 6% auto;
}
.canpen_waku{
  margin: 5%;
}
.canpen_tyusyaku{
  background-color: #FFFFFF;
    padding: 3%;
    border-radius: 7px;
}
.canpen_tyusyaku_text{
    font-size: 2.7vw !important;
}
.p-home__anshin{
  background-color: #FFFFFF;
  padding: 5px 0;

}
.contents__text{
	line-height: 1.8;
	font-size: 2.777777778vw;
	font-size: clamp(10px, 2.777777778vw, 14px);
	padding: 0 3%;
}

/* ボタンリンク
----------------------------------------------- */

.linkBlock {
  position: relative;
}
.linkBlock__item {
  position: absolute;
}
.linkBlock__anchor {
  display: inline-block;
}
.linkBlock__img {
  width: 100%;
}

/* 映像作品の楽しみ方はこちら */
.linkBlockType01__linkList__item001 {
  top: 0;
  right: 4.166666667%;
  bottom: 0;
  left: 4.166666667%;
}

/* X */
.linkBlockType01__linkList__item002 {
  top: 0;
  right: 4.166666667%;
  bottom: 0;
  left: 4.166666667%;
}

/* index */
.linkBlockType01__linkList__item003-1 {
  top: 0;
  right: 51.38888889%;
  bottom: 0;
  left: 4.166666667%;
}
.linkBlockType01__linkList__item003-2 {
  top: 0;
  right: 4.166666667%;
  bottom: 0;
  left: 51.38888889%;
}
.linkBlockType01__linkList__item003-3 {
  top: 0;
  right: 27.77777778%;
  bottom: 0;
  left: 27.77777778%;
}

/* アニメ一覧 2行 */
.linkBlockType01__linkList__item004 {
  top: 0;
  right: 7.592592593%;
  bottom: 0;
  left: 7.5%;
}

.linkBlockType01__linkList__item004-2 {
  top: 0;
  right: 7.592592593%;
  bottom: 0;
  left: 7.5%;
}

/* アニメ一覧 1行 */
.linkBlockType01__linkList__item005 {
  top: 0;
  right: 7.592592593%;
  bottom: 0;
  left: 7.5%;
}

/* 初回登録30日間無料クーポンを配布中！ */
.linkBlockType01__linkList__item006 {
  top: 0;
  right: 4.166666667%;
  bottom: 0;
  left: 4.166666667%;
}

/* おすすめ作品 */
.linkBlockType01__linkList__item007 {
  top: 0;
  right: 4.166666667%;
  bottom: 0;
  left: 4.166666667%;
}

/* あんしんバナー変更20250211- */
.linkBlockType01__linkList__item-anshin {
  top: 0;
  right: 7.962962963%;
  bottom: 0;
  left: 7.962962963%;
}