@charset "UTF-8";
/* CSS Document */
/*--------------------
01.共通
02.ヘッダー
03.
04.
--------------------*/
/*----------
01.共通
----------*/
@font-face {
font-family: 'YuGothic';
/*-- src:url('../font/YuGothic/YuGothM.ttc'); --*/
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: 'YuGothic';
/*-- src:url('../font/YuGothic/YuGothB.ttc'); --*/
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: 'A-OTF-GothicMB101Pro';
/*-- src:url('../font/A-OTF Gothic MB101 Pro/A-OTF-GothicMB101Pro-Medium.otf') format('opentype'), 
url('../font/A-OTF Gothic MB101 Pro/A-OTF-GothicMB101Pro-Bold.otf') format('opentype'); --*/
font-weight: normal;
font-style: normal;
}
body{
-webkit-font-smoothing: antialiased;
}
*{
box-sizing: border-box;
}
*:focus {
outline: none;
}
#wrapper{
width: 100%;
overflow: hidden;
font-family: 'YuGothic';
font-weight: 500;
font-size: 16px;
color: #000000;
}
main{
position: relative;
}
.pc{
display: block;
}
.sp{
display: none;
}
.contents_in{
max-width: 980px;
width: 96%;
margin: 0 auto;
}
a{
color: #000000;
}
a:hover{
color:#000000;
}
a:link{
color:#000000;
}
img{
width: 100%;
height: auto;
display: block;
}
.din_font {
font-family: din-2014, sans-serif;
font-weight: 400;
font-style: normal;
}
.din_narrow_font {
font-family: din-2014-narrow, sans-serif;
font-weight: 400;
font-style: normal;
}
.futura_pt {
font-family: futura-pt, sans-serif;
font-weight: 400;
font-style: normal;
}
.gothic_mb101 {
font-family: 'A-OTF-GothicMB101Pro';
}
.flex_box{
display: flex;
}
.h2_title_ptn01 {
text-align: center;
margin-bottom: 65px;
}
.h2_title_ptn01 .h2_en {
font-family: din-2014-narrow, sans-serif;
font-size: 60px;
line-height: 70px;
font-weight: 600;
text-transform: uppercase;
}
.h2_title_ptn01 .h2_jp {
font-size: 20px;
line-height: 43px;
font-weight: 700;
letter-spacing: 0.13em;
display: block;
}
.h3_title {
display: flex;
align-items: flex-end;
justify-content: flex-start;
}
.h3_title .h3_en {
font-family: din-2014-narrow, sans-serif;
font-weight: 600;
}
.h3_title .h3_jp {
font-weight: 700;
letter-spacing: 0.13em;
}
.btn_ptn01 {
max-width: 230px;
width: 100%;
}
.btn_ptn01 a {
font-size: 16px;
line-height: 1;
font-weight: 700;
border: solid #000000 2px;
background: #FFFFFF;
border-radius: 64px;
padding: 13px 0;
display: block;
position: relative;
}
.btn_ptn01 a span {
display: block;
width: fit-content;
padding-right: 19px;
position: relative;
margin: 0 auto;
}
.btn_ptn01 a span::after {
position: absolute;
content: "";
background: url("../img/icon_arrow01_01.png")no-repeat center/contain;
width: 9px;
height: 15px;
top: 50%;
transform: translateY(-50%);
right: 0;
transition: 0.3s;
}
.btn_ptn01 a span:hover::after {
right: -10px;
}
.btn_ptn02 {
max-width: 230px;
width: 100%;
}
.btn_ptn02 a {
font-size: 16px;
line-height: 1;
font-weight: 700;
border-radius: 64px;
padding: 15px 0;
display: block;
background: #2EA0E6;
color: #FFFFFF;
position: relative;
}
.btn_ptn02 a span::after {
position: absolute;
content: "";
background: url("../img/icon_arrow02_01.png")no-repeat center/contain;
width: 8px;
height: 12px;
top: 50%;
transform: translateY(-50%);
right: 0;
transition: 0.3s;
}
.btn_ptn02 a:hover span::after {
right: -10px;
}
.btn_ptn02 a:hover::after {
right: 34px;
}
.btn_ptn02 a span {
display: block;
width: fit-content;
padding-right: 19px;
position: relative;
margin: 0 auto;
}
.page_top_btn {
max-width: 179px;
font-size: 30px;
line-height: 39px;
font-weight: 600;
text-align: center;
margin: 0 auto;
padding-bottom: 64px;
}
.page_top_btn .cnt_img {
margin: 0 auto 23px;
}
.wp-pagenavi {
font-size: 22px;
line-height: 1;
font-weight: 600;
font-family: din-2014-narrow, sans-serif;
display: flex;
align-items: center;
justify-content: center;
}
.wp-pagenavi .previouspostslink {
width: 24px;
height: 24px;
margin-right: 46px;
border: none;
color: rgba(0,0,0,0);
position: relative;
}
.wp-pagenavi .previouspostslink::before {
position: absolute;
content: "";
background: url("../img/icon_arrow01_02.png")no-repeat center/contain;
width: 12px;
height: 20px;
top: 50%;
left: 50%;
transform: translateX(-50%)translateY(-50%);
}
.wp-pagenavi .nextpostslink {
width: 24px;
height: 24px;
margin-left: 46px;
border: none;
color: rgba(0,0,0,0);
position: relative;
}
.wp-pagenavi .nextpostslink::before {
position: absolute;
content: "";
background: url("../img/icon_arrow01_01.png")no-repeat center/contain;
width: 12px;
height: 20px;
top: 50%;
left: 50%;
transform: translateX(-50%)translateY(-50%);
}
.wp-pagenavi .page {
padding: 0 3px;
margin: 0 3px;
border: none;
}
.wp-pagenavi .current {
color: #FFFFFF;
width: 31px;
height: 31px;
background: #000000;
border-radius: 50%;
display: inline-block;
text-align: center;
padding: 4px 0;
margin: 0 6px;
}
.wp-pagenavi .extend {
font-size: 18px;
line-height: 1;
padding: 0 7px;
margin: 0 5px;
border: none;
}
.wp-pagenavi .first {
border: none;
}
.wp-pagenavi .last {
border: none;
}
#loading {
width: 100vw;
height: 100vh;
background-color: #FFFFFF;
position: fixed;
top: 0;
left: 0;
z-index: 9999;
}
.loading_g {
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%)translateX(-50%);
width: 100%;
height: 100%;
max-height: 900px;
min-height: 700px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.loading_g .cnt_img.logo {
max-width: 226px;
}
.loading_images {
width: 100%;
height: 377px;
background-image: url(../img/loading_images.png);
background-repeat: repeat-x;
background-size: auto 377px;
animation: loading 25s linear infinite;
min-width: 1200px;
margin: 5.27% 0 5.34%;
}
@keyframes loading {
from {
background-position: 0 0;
}
to {
background-position: -2000px 0;
}
}
.loading_g .cnt_img.img {
max-width: 97px;
margin: 0 auto 21px;
}
.loading_g .cnt_img.text {
max-width: 80px;
margin: 0 auto;
}
.loading_g .loading_gif {
width: 105%;
min-width: 1200px;
max-width: 1585px;
position: absolute;
bottom: 8%;
left: 50%;
transform: translateX(-50%);
}
/* Hide Loading Block */
.loaded {
opacity: 0;
visibility: hidden;
}
.loaded .loading_images {
animation: none;
}
main {
padding-top: 134px;
}
.ranking_g {
margin-bottom: 45px;
}
.ranking_g .cnt_list {
display: flex;
align-items: flex-start;
justify-content: space-between;
}
.ranking_g .cnt_list .cnt_box {
max-width: 316px;
width: 32%;
}
.ranking_g .cnt_list .cnt_box .cnt_img {
position: relative;
margin-bottom: 17px;
width: 100%;
height: 170px;
}
.ranking_g .cnt_list .cnt_box .cnt_img img {
object-fit: cover;
height: 100%;
}
.ranking_g .cnt_list .cnt_box .cnt_img::before {
position: absolute;
content: "";
width: 29px;
height: 23px;
top: 15px;
left: 15px;
}
.ranking_g .cnt_list .cnt_box:first-child .cnt_img::before {
background: url("../../img/top/icon_no01.png")no-repeat center/contain;
}
.ranking_g .cnt_list .cnt_box:nth-child(2) .cnt_img::before {
background: url("../../img/top/icon_no02.png")no-repeat center/contain;
}
.ranking_g .cnt_list .cnt_box:nth-child(3) .cnt_img::before {
background: url("../../img/top/icon_no03.png")no-repeat center/contain;
}
.ranking_g .cnt_list .cnt_box .cnt_img img {
border-radius: 15px;
}
.ranking_g .cnt_list .cnt_box .cnt_text .title_text {
font-size: 16px;
line-height: 24px;
font-weight: 700;
margin-bottom: 17px;
}
.ranking_g .cnt_list .cnt_box .cnt_text .flex_box {
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
}
.ranking_g .cnt_list .cnt_box .cnt_text .cat_list {
display: flex;
align-items: center;
justify-content: flex-start;
flex-wrap: wrap;
width: fit-content;
}
.ranking_g .cnt_list .cnt_box .cnt_text .cat_list li {
font-size: 12px;
line-height: 1;
padding: 3px 5px;
width: fit-content;
border: solid #000000 1px;
margin: 0 15px 3px 0;
}
.ranking_g .cnt_list .cnt_box .cnt_text .cat_list li:last-child {
margin-right: 0;
}
.ranking_g .cnt_list .cnt_box .cnt_text .date {
font-size: 14px;
line-height: 1;
letter-spacing: 0.02em;
font-family: din-2014, sans-serif;
margin: 3px 0 0 auto;
}
.tag_box{
text-decoration: underline;
}
.tag_g .cnt_g {
background: #EFEFEF;
border-radius: 10px;
padding: 20px;
}
.tag_g .cnt_g .tag_box {
display: flex;
align-items: center;
justify-content: flex-start;
flex-wrap: wrap;
}
.tag_g .cnt_g .tag_box a {
font-size: 12px;
line-height: 18px;
display: flex;
margin-right: 5px;
}
.anime_info h3{
font-size: 24px;
font-weight: 700;
line-height: 32px;
}
.anime_info{
justify-content: space-between;
margin-bottom: 41px;
}
.anime_info h3{
margin-bottom: 16px;
}
.anime_info .cnt_left{
line-height: 24px;
font-weight: 500;
width: 49.18%;
}
.anime_info .cnt_left p{
font-size: 14px;
line-height: 24px;
}
.anime_info .cnt_right{
width: 49%;
}
.anime_info .tab_list{
display: flex;
font-size: 12px;
letter-spacing: 0.13em;
line-height: 16px;
font-weight: 700;
margin-left: 14px;
}
.anime_info .tab_list li{
padding: 8px 0;
text-align: center;
width: 78px;
border-radius: 14px 14px 0 0;
border: 2px solid #000000;
border-bottom: none;
background: #000;
color: #fff;
cursor: pointer;
margin: 0 1px;
}
.anime_info .tab_list li.active{
background: #fff;
color: #000;
}
.anime_info .tab_box{
display: none;
border: 2px solid;
border-radius: 10px;
padding: 21px 21px 18px;
}
.anime_info .tab_box {
font-size: 14px;
line-height: 24px;
}
.anime_info .tab_box dl{
display: flex;
}
.anime_info .tab_box dt{
width: 34%;
}
.anime_info .tab_box dd{
width: 66%;
}
.anime_info .tab_box.active{
display: block;
}
.anime_info .tab_box a {
color: #2EA0E6;
font-weight: 700;
}
.haishin_info{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-bottom: 18px;
}
.haishin_info_h3{
margin-bottom: 11px;
font-size: 24px;
font-weight: 700;
line-height: 32px;
}
.haishin_info::after{
content: "";
display: inline-block;
width: 32%;
}
.haishin_info li{
width: 32%;
margin-bottom: 12px;
}
.haishin_info a{
display: block;
font-weight: 700;
line-height: 21px;
letter-spacing: 0.1em;
color: #fff;
padding: 12px 0 13px 71px;
border-radius: 84px;
background-color: #2EA0E6;
position: relative;
z-index: 1;
}
.haishin_info a::after{
content: "";
display: inline-block;
width: 8px;
height: 14px;
background: center/contain no-repeat url(../img/icon_arrow02_01.png);
z-index: 2;
top: 50%;
transform: translateY(-50%);
position: absolute;
right: 51px;
transition: 0.3s;
}
.haishin_info a:hover::after{
right: 41px;
}
.video_wrap{
width: 100%;
padding-top: 56.25%;
position: relative;
max-width: 980px;
margin: 0 auto 50px;
}
.video_wrap iframe {
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
}
.product_info{
justify-content: space-between;
margin-bottom: 61px;
}
.product_info h3{
margin-bottom: 13px;
font-weight: 700;
line-height: 27px;
font-size: 20px;
}
.product_info .cnt_left{
width: 41.8%;
}
.product_info .cnt_right{
width: 50.81%;
}
.product_info .cnt_text{
line-height: 24px;
font-size: 14px;
margin-bottom: 18px;
}
.product_info .shiyou{
padding: 17px 20.2px;
border-radius: 10px;
background-color: #F5F4F4;
font-size: 12px;
line-height: 18px;
margin-bottom: 20px;
}
.product_info .shiyou h4{
font-size: 14px;
font-weight: 700;
letter-spacing: 0.13em;
line-height: 19px;
margin-bottom: 10px;
}
.product_info .btn_g{
max-width: 424px;
margin: 0 auto;
}
.product_info .btn_g ul{
justify-content: space-between;
}
.product_info .btn_g li{
width: 200px;
}
.product_info .btn_g li a{
display: block;
font-weight: 700;
line-height: 21px;
letter-spacing: 0.1em;
color: #fff;
padding: 12px 26.2px 13px;
border-radius: 84px;
background-color: #2EA0E6;
position: relative;
z-index: 1;
}
.product_info .btn_g li a::after{
content: "";
display: inline-block;
width: 9px;
height: 15px;
background: center/contain no-repeat url(../img/icon_arrow02_01.png);
z-index: 2;
top: 50%;
transform: translateY(-50%);
position: absolute;
right: 26.8px;
transition: 0.3s;
}
.product_info .btn_g li a:hover::after{
right: 16.8px;
}
/*ページ下固定ボタン*/
main #follow_btn {
position: fixed;
bottom: 20px;
opacity: 0;
z-index: 2;
}
main #follow_btn.btn_link {
right: -145px;
max-width: 365px;
width: 100%;
padding-top: 145px;
}
main #follow_btn.btn_link .cnt_img {
max-width: 175px;
width: 100%;
position: absolute;
top: 0;
right: 50px;
transition: 0.3s;
}
main #follow_btn.btn_link:has(a:hover) .cnt_img {
top: 15px;
}
main #follow_btn.btn_link a {
display: block;
color: #FFFFFF;
font-size: 25px;
line-height: 1;
font-weight: 700;
letter-spacing: 1px;
text-align: center;
border-radius: 37px;
padding: 24px 0;
}
main #follow_btn.icon_link {
right: -72px;
min-width: 185px;
min-height: 185px;
}
main #follow_btn.icon_link a {
display: block;
}
main #follow_btn.icon_link a:hover .cnt_img {
min-width: 185px;
}
main #follow_btn.icon_link a .cnt_img {
min-width: 175px;
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%)translateX(-50%);
transition: 0.3s;
}
main #follow_btn.UpMove{
animation: Follow_UpAnime 0.8s forwards;
}
@keyframes Follow_UpAnime{
  from {
    opacity: 1;
  transform: translateY(120%)translateX(-50%);
  }
  to {
    opacity: 1;
  transform: translateY(0)translateX(-50%);
  }
}
main #follow_btn.DownMove{
animation: Follow_DownAnime 0.8s forwards;
}
@keyframes Follow_DownAnime{
  from {
    opacity: 1;
  transform: translateY(0)translateX(-50%);
  }
  to {
    opacity: 1;
  transform: translateY(120%)translateX(-50%);
  }
}
/*----------
02.ヘッダー
----------*/
header {
position: fixed;
top: 0;
left: 0;
z-index: 9;
width: 100%;
background: #FFFFFF;
}
header .contents_in {
max-width: 1450px;
}
header .header_wrapper {
width: 100%;
margin: 0 auto;
padding: 22px 0;
position: relative;
transition: 0.4s;
}
header .logo {
max-width: 181px;
transition: 0.4s;
}
header h1 {
margin: 0 auto;
}
header .nav_btn {
max-width: 55px;
min-width: 55px;
font-size: 20px;
line-height: 1;
font-weight: 600;
text-align: center;
cursor: pointer;
transition: 0.4s;
}
header .header_wrapper .menu_btn {
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 0;
transition: 0.4s;
}
header .menu_btn .cnt_img {
margin-bottom: 10px;
transition: 0.4s;
}
header .contents_in .nav_g {
background: url("../img/header_bg.png")no-repeat center/cover;
width: 70%;
height: calc(100vh);
position: absolute;
top: 0;
right: -100%;
transition: 0.5s;
}
header .contents_in .nav_g.active {
position: fixed;
top: 0;
right: 0;
z-index: 10;
overflow-y: auto;
}
header .nav_g .nav_wrapper {
max-width: 1450px;
width: 94%;
margin: 0 auto;
position: relative;
}
header .nav_g .nav_top {
padding: 22px 0 30px;
max-width: 1450px;
width: 100%;
transition: 0.4s;
}
header .nav_g .nav_wrapper .close_btn {
color: #FFFFFF;
position: absolute;
top: 32px;
right: 0;
transition: 0.4s;
}
header .nav_g .close_btn .cnt_img {
max-width: 40px;
margin: 0 auto 10px;
transition: 0.4s;
}
header .nav_g .nav_list {
max-width: 350px;
margin: 0 auto 25px;
}
header .nav_g .nav_list li {
font-size: 18px;
line-height: 28px;
font-weight: 700;
letter-spacing: 0.2px;
margin-bottom: 20px;
position: relative;
}
header .nav_g .nav_list li:last-child {
border-bottom: none;
margin-bottom: 0;
}
header .nav_g .nav_list li.coming_soon {
color: rgba(255,255,255,0.26);
}
header .nav_g .nav_list li.coming_soon span {
color: #BF9B4B;
margin-left: 25px;
text-transform:uppercase;
}
header .nav_g .nav_list li a {
color: #FFFFFF;
display: block;
width: fit-content;
}
header .nav_g .nav_list li a.document {
position: relative;
padding-right: 25px;
}
header .nav_g .nav_list li a.document::after {
position: absolute;
content: "";
background: url("../img/icon_document.png")no-repeat center/contain;
width: 14px;
height: 14px;
top: 50%;
transform: translateY(-50%);
right: 0;
}
header .nav_g .nav_list li.arrow_btn {
position: relative;
}
header .nav_g .nav_list li .arrow {
width: 20px;
height: 28px;
position: absolute;
top: 0;
right: 0;
}
header .nav_g .nav_list li .arrow:hover {
cursor: pointer;
}
header .nav_g .nav_list li .arrow::after {
position: absolute;
content: "";
background: url("../img/icon_arrow02_02.png")no-repeat center/contain;
width: 17px;
height: 12px;
top: 50%;
transform: translateY(-50%)rotate(-180deg);
right: 1px;
transition: 0.3s;
}
header .nav_g .nav_list li .arrow.active::after {
transform: translateY(-50%)rotate(0deg);
}
header .nav_g .nav_list li .sub_menu_list {
margin: 15px 0 0 45px;
}
header .nav_g .nav_list li .sub_menu_list li {
font-size: 14px;
line-height: 22px;
font-weight: 700;
letter-spacing: 0.2px;
margin-bottom: 10px;
}
header .nav_g .nav_bottom {
border-top: solid #FFFFFF 1px;
padding-top: 20px;
margin-top: 20px;
max-width: 350px;
margin: 0 auto 40px;
}
header .serch_box  {
width: 100%;
/*max-width: 300px;*/
margin: 0 auto 22px 0;
}
header .serch_box .search_form {
background: #FFFFFF;
display: flex;
align-items: stretch;
justify-content: space-between;
border-radius: 3px;
}
header .serch_box input {
-webkit-appearance: none;
appearance: none;
border: none;
border-radius: 3px 0 0 3px;
}
header .serch_box .input_text {
background: #FFFFFF;
width: 100%;
font-size: 18px;
line-height: 28px;
font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
font-weight: 500;
padding: 6px 10px 4px;
}
header .serch_box .input_btn {
border: none;
display: block;
max-width: 40px;
width: 100%;
position: relative;
}
header .serch_box .input_btn #search_submit {
border: none;
background: #000000;
width: 100%;
height: 100%;
min-height: 38px;
border-radius: 0 3px 3px 0;
display: block;
cursor: pointer;
}
header .serch_box .input_btn::after {
position: absolute;
content: "";
background: url("../img/icon_serch.png")no-repeat center/contain;
width: 20px;
height: 20px;
top: 50%;
transform: translateY(-50%);
left: 10px;
pointer-events: none;
}
header .nav_g .sns_list {
display: flex;
align-items: center;
justify-content: space-between;
max-width: 150px;
margin: 0 auto 0 0;
}
header .nav_g .sns_list li {
max-width: 39.32px;
}
header.thin .header_wrapper{
padding: 15px 0;
transition: 0.4s;
}
header.thin .logo{
max-width: 130px;
transition: 0.4s;
}
header.thin .nav_btn {
max-width: 44px;
min-width: 44px;
font-size: 18px;
line-height: 25px;
font-weight: 600;
text-align: center;
cursor: pointer;
transition: 0.4s;
}
header.thin  .menu_btn .cnt_img {
margin-bottom: 2px;
margin-top: 4px;
transition: 0.4s;
}
header.thin .nav_g .nav_top {
padding: 15px 0 0;
max-width: 1450px;
width: 100%;
transition: 0.4s;
}
header.thin .nav_g .nav_wrapper .close_btn {
color: #FFFFFF;
position: absolute;
top: 20px;
right: 0;
transition: 0.4s;
}
header.thin .nav_g .close_btn .cnt_img {
max-width: 32px;
margin: 0 auto 5px;
}
/*----------
03.フッター
----------*/
footer {
background: url("../img/footer_bg_pc01.jpg")no-repeat center/cover;
color: #FFFFFF;
padding: 103px 0 770px;
position: relative;
}
footer .cnt_top {
padding: 0 0 53px;
position: relative;
}
footer .cnt_top::after {
position: absolute;
content: "";
background: #FFFFFF;
width: 100%;
height: 1px;
bottom: 0;
left: 0;
}
footer .cnt_top h2 {
font-size: 31px;
line-height: 40px;
font-weight: 700;
}
footer .cnt_top .menu_g {
display: flex;
align-items: flex-start;
justify-content: space-between;
}
footer .cnt_top .menu_g .menu_list {
display: flex;
align-items: center;
justify-content: flex-start;
flex-wrap: wrap;
max-width: 773px;
min-width: 769px;
width: 80%;
margin: 12px 0 8px;
}
footer .cnt_top .menu_g .menu_list li {
padding-right: 22px;
margin: 0 22px 22px 0;
border-right: solid #FFFFFF 1px;
}
footer .cnt_top .menu_g .menu_list li a {
color: #FFFFFF;
font-size: 16px;
line-height: 1;
}
footer .cnt_top .menu_g .menu_list li:nth-child(6) {
padding-right: 0;
margin-right: 0;
border-right: none;
}
footer .cnt_top .sns_g {
display: flex;
align-items: center;
justify-content: space-between;
max-width: 417px;
margin: 0 auto;
}
footer .cnt_top .sns_g .sns_list {
display: flex;
align-items: center;
justify-content: space-between;
max-width: 225px;
width: 100%;
}
footer .cnt_top .sns_g .sns_list li:first-child {
max-width: 44px;
}
footer .cnt_top .sns_g .sns_list li:nth-child(2){
max-width: 37px;
}
footer .cnt_top .sns_g .sns_list li:nth-child(3){
max-width: 35.3px;
/* max-width: 40px; */
}
footer .cnt_top .sns_g .sns_list li:nth-child(4){
max-width: 37px;
}
footer .cnt_bottom {
padding: 59px 0 0;
}
footer .cnt_bottom .logo {
max-width: 254px;
margin: 0 auto 26px;
}
footer .cnt_bottom .copyright {
text-align: center;
font-size: 16px;
line-height: 20px;
}
@media only screen and (max-width:960px){
/*----------
01.共通
----------*/
.contents_in{
width: calc(100% - 20px - 20px);
}
.h2_title_ptn01  {
margin-bottom: 50px;
}
.h2_title_ptn01 .h2_en {
font-size: 50px;
line-height: 60px;
font-weight: 600;
}
.h2_title_ptn01 .h2_jp {
font-size: 17px;
line-height: 28px;
}
.btn_ptn01 {
max-width: 210px;
width: 100%;
}
.btn_ptn01 a {
font-size: 15px;
line-height: 1;
border: solid #000000 2px;
border-radius: 64px;
padding: 12px 0;
display: block;
}
.btn_ptn01 a::after {
right: -10px;
}
.btn_ptn01 a span {
display: block;
width: fit-content;
padding-right: 25px;
position: relative;
margin: 0 auto;
}
.btn_ptn02 {
max-width: 210px;
width: 100%;
}
.btn_ptn02 a {
font-size: 15px;
line-height: 1;
border-radius: 64px;
padding: 14px 0;
display: block;
background: #2EA0E6;
color: #FFFFFF;
}
.btn_ptn02 a span {
display: block;
width: fit-content;
padding-right: 25px;
position: relative;
margin: 0 auto;
}
.btn_ptn02 a span::after {
position: absolute;
content: "";
background: url("../img/icon_arrow02_01.png")no-repeat center/contain;
width: 8px;
height: 12px;
top: 50%;
transform: translateY(-50%);
right: 0;
transition: 0.3s;
}
.loading_g {
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%)translateX(-50%);
width: 100%;
height: 100%;
max-height: 600px;
min-height: 600px;
}
.loading_g .cnt_img.logo {
max-width: 188px;
}
.loading_g .loading_gif {
width: 180%;
min-width: 1000px;
max-width: 1100px;
position: absolute;
bottom: 6%;
left: 50%;
transform: translateX(-50%);
}
.loading_images {
height: 290px;
background-size: auto 290px;
margin: 48px 0 54px;
}
main {
padding-top: 114px;
}
.ranking_g {
max-width: 750px;
margin: 0 auto 40px;
}
.ranking_g .cnt_list .cnt_box {
max-width: 316px;
width: 32%;
}
.ranking_g .cnt_list .cnt_box .cnt_img {
position: relative;
margin-bottom: 12px;
height: 130px;
}
.ranking_g .cnt_list .cnt_box .cnt_img::before {
position: absolute;
content: "";
width: 29px;
height: 23px;
top: 9px;
left: 9px;
}
.ranking_g .cnt_list .cnt_box .cnt_img img {
border-radius: 10px;
}
.ranking_g .cnt_list .cnt_box .cnt_text .title_text {
font-size: 14px;
line-height: 24px;
font-weight: 700;
margin-bottom: 12px;
}
.ranking_g .cnt_list .cnt_box .cnt_text .cat_list li {
font-size: 11px;
line-height: 1;
padding: 3px 5px;
width: fit-content;
border: solid #000000 1px;
margin: 0 12px 3px 0;
}
.ranking_g .cnt_list .cnt_box .cnt_text .date {
font-size: 12px;
line-height: 1;
width: fit-content;
margin: 2px 0 0 auto;
}
.tag_g {
max-width: 750px;
margin: 0 auto;
}
.anime_info {
flex-direction: column;
}
.anime_info .cnt_left{
margin-bottom: 15px;
}
.anime_info .cnt_left,.anime_info .cnt_right,.product_info .cnt_left,.product_info .cnt_right{
width: 100%;
}
.haishin_info li {
width: 49%;
}
.product_info{
flex-direction: column;
}
/*パージ下部固定バナー*/
main #follow_btn {
z-index: 10;
position: fixed;
opacity: 0;
}
main #follow_btn.btn_link {
bottom: 20px;
right: -125px;
max-width: 300px;
width: 100%;
padding-top: 100px;
}
main #follow_btn.btn_link .cnt_img {
max-width: 120px;
width: 100%;
position: absolute;
top: 0;
right: 30px;
transition: 0.3s;
}
main #follow_btn.btn_link a {
display: block;
font-size: 20px;
line-height: 1;
font-weight: 700;
letter-spacing: 1px;
text-align: center;
border-radius: 37px;
padding: 18px 0;
}
main #follow_btn.icon_link {
right: -47px;
min-width: 135px;
min-height: 135px;
}
main #follow_btn.icon_link a:hover .cnt_img {
min-width: 135px;
}
main #follow_btn.icon_link a .cnt_img {
min-width: 125px;
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%)translateX(-50%);
transition: 0.3s;
}
/*----------
02.ヘッダー
----------*/
header .header_wrapper {
width: 100%;
margin: 0 auto;
padding: 20px 0;
position: relative;
}
header .logo {
max-width: 150px;
}
header h1 {
margin: 0 auto;
}
header .nav_btn {
max-width: 44px;
min-width: 44px;
font-size: 16px;
line-height: 1;
font-weight: 600;
text-align: center;
cursor: pointer;
}
header .menu_btn .cnt_img {
margin-bottom: 8px;
}
header .contents_in .nav_g {
background: url("../img/header_bg.png")no-repeat center/cover;
width: 85%;
height: calc(100vh);
position: absolute;
top: 0;
right: -100%;
transition: 0.4s;
}
header .nav_g .nav_wrapper {
max-width: 1450px;
width: calc(100% - 20px - 20px );
margin: 0 auto;
position: relative;
}
header .nav_g .nav_top {
padding: 27px 0 15px;
max-width: 1450px;
width: 100%;
}
header .nav_g .nav_wrapper .close_btn {
color: #FFFFFF;
position: absolute;
top: 34px;
right: 0;
}
header .nav_g .close_btn .cnt_img {
max-width: 30px;
margin: 0 auto 8px;
}
header .nav_g .nav_list {
max-width: 280px;
margin: 0 auto 25px;
}
header .nav_g .nav_list li {
font-size: 16px;
line-height: 28px;
font-weight: 700;
letter-spacing: 0.2px;
margin-bottom: 20px;
position: relative;
}
header .nav_g .nav_list li:last-child {
border-bottom: none;
margin-bottom: 0;
}
header .nav_g .nav_list li a {
color: #FFFFFF;
display: block;
}
header .nav_g .nav_bottom {
border-top: solid #FFFFFF 1px;
padding-top: 20px;
margin-top: 20px;
max-width: 280px;
margin: 0 auto 40px;
}
header .serch_box  {
width: 100%;
/*max-width: 240px;*/
margin: 0 auto 22px;
}
header .serch_box .search_form {
background: #FFFFFF;
border: solid #FFFFFF 1px;
display: flex;
align-items: stretch;
justify-content: space-between;
border-radius: 3px;
}
header .serch_box input {
-webkit-appearance: none;
appearance: none;
border: none;
border-radius: 0;
}
header .serch_box .input_text {
background: #FFFFFF;
width: 100%;
font-size: 16px;
line-height: 28px;
padding: 3px 10px 2px;
}
header .serch_box .input_btn {
border: none;
display: inline-block;
max-width: 34px;
width: 100%;
position: relative;
}
header .serch_box .input_btn input {
background: #000000;
width: 100%;
height: 100%;
min-height: 33px;
border-radius: 0 3px 3px 0;
}
header .serch_box .input_btn::after {
position: absolute;
content: "";
background: url("../img/icon_serch.png")no-repeat center/contain;
width: 19px;
height: 19px;
top: 50%;
transform: translateY(-50%);
left: 10px;
}
header .nav_g .sns_list {
display: flex;
align-items: center;
justify-content: space-between;
max-width: 135px;
margin: 0 auto 0 0;
}
header .nav_g .sns_list li{
max-width: 28px;
}
header .banner_img {
max-width: 335px;
margin: 0 auto;
}
header .banner_img img {
border-radius: 5px;
}
header.thin .header_wrapper{
padding: 13px 0;
transition: 0.4s;
}
header.thin .logo{
max-width: 110px;
transition: 0.4s;
}
header.thin .nav_btn {
max-width: 38px;
min-width: 38px;
font-size: 16px;
line-height: 1;
font-weight: 600;
text-align: center;
cursor: pointer;
}
header.thin  .menu_btn .cnt_img {
margin-bottom: 5px;
margin-top: 4px;
transition: 0.4s;
}
header.thin .nav_g .nav_top {
padding: 15px 0 0;
max-width: 1450px;
width: 100%;
transition: 0.4s;
}
header.thin .nav_g .nav_wrapper .close_btn {
position: absolute;
top: 20px;
right: 0;
transition: 0.4s;
}
header.thin .nav_g .close_btn .cnt_img {
max-width: 27px;
margin: 0 auto 5px;
}
/*----------
03.フッター
----------*/
footer {
background: url("../img/footer_bg_pc02.jpg")no-repeat center/cover;
padding: 80px 0 520px;
}
footer .cnt_top h2 {
font-size: 26px;
line-height: 32px;
}
footer .cnt_top {
padding: 0 0 53px;
position: relative;
}
footer .cnt_top::after {
position: absolute;
content: "";
width: 100%;
height: 1px;
bottom: 0;
left: 0;
}
footer .cnt_top .menu_g {
max-width: 500px;
margin: 0 auto;
}
footer .cnt_top .menu_g .menu_list {
display: flex;
align-items: center;
justify-content: flex-start;
flex-wrap: wrap;
max-width: 340px;
min-width: inherit;
width: 80%;
margin: 12px 0 8px;
}
footer .cnt_top .menu_g .menu_list li {
padding-right: 15px;
margin: 0 15px 22px 0;
border-right: solid #FFFFFF 1px;
}
footer .cnt_top .menu_g .menu_list li a {
font-size: 14px;
line-height: 1;
}
footer .cnt_top .menu_g .menu_list li:nth-child(5) {
padding-right: 15px;
margin-right: 15px;
border-right: solid #FFFFFF 1px;
}
footer .cnt_top .menu_g .menu_list li:nth-child(3n) {
padding-right: 0;
margin-right: 0;
border-right: none;
}
footer .cnt_top .sns_g {
display: flex;
align-items: center;
justify-content: space-between;
max-width: 375px;
margin: 0 auto;
}
footer .cnt_top .sns_g .sns_list {
display: flex;
align-items: center;
justify-content: space-between;
max-width: 225px;
width: 100%;
}
footer .cnt_top .sns_g .sns_list li:first-child {
max-width: 39px;
}
footer .cnt_top .sns_g .sns_list li:nth-child(2){
max-width: 33px;
}
footer .cnt_top .sns_g .sns_list li:nth-child(3){
max-width: 33px;
}
footer .cnt_top .sns_g .sns_list li:nth-child(4){
max-width: 33px;
}
footer .cnt_bottom {
padding: 59px 0 0;
}
footer .cnt_bottom .logo {
max-width: 220px;
margin: 0 auto 23px;
}
footer .cnt_bottom .copyright {
text-align: center;
font-size: 14px;
line-height: 18px;
}
}
@media only screen and (max-width:550px){
/*----------
01.共通
----------*/
.pc{
display: none;
}
.sp{
display: block;
}
.h2_title_ptn01 {
text-align: center;
margin-bottom: 30px;
}
.h2_title_ptn01 .h2_en {
font-size: 40px;
line-height: 50px;
font-weight: 600;
}
.h2_title_ptn01 .h2_jp {
font-size: 14px;
line-height: 24px;
}
.btn_ptn01 {
max-width: 335px;
}
.btn_ptn01 a {
font-size: 14px;
line-height: 1;
border: solid #000000 2px;
border-radius: 64px;
padding: 11px 0;
display: block;
}
.btn_ptn01 a span {
display: block;
width: fit-content;
padding-right: 36px;
position: relative;
margin: 0 auto;
}
.btn_ptn01 a span::after {
position: absolute;
content: "";
background: url("../img/icon_arrow01_01.png")no-repeat center/contain;
width: 8px;
height: 12px;
top: 50%;
transform: translateY(-50%);
right: 0;
transition: 0.3s;
}
.btn_ptn02 {
max-width: 335px;
}
.btn_ptn02 a {
font-size: 14px;
line-height: 1;
border-radius: 64px;
padding: 13px 0;
display: block;
background: #2EA0E6;
color: #FFFFFF;
}
.btn_ptn02 a span {
display: block;
width: fit-content;
padding-right: 36px;
position: relative;
margin: 0 auto;
}
.btn_ptn02 a span::after {
position: absolute;
content: "";
background: url("../img/icon_arrow02_01.png")no-repeat center/contain;
width: 8px;
height: 12px;
top: 50%;
transform: translateY(-50%);
right: 0;
transition: 0.3s;
}
.page_top_btn {
max-width: 172px;
font-size: 30px;
line-height: 39px;
font-weight: 600;
text-align: center;
margin: 0 auto;
padding-bottom: 34px;
}
.loading_g {
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%)translateX(-50%);
width: 100%;
height: 100%;
max-height: 600px;
min-height: 600px;
}
.loading_g .loading_gif {
width: 280%;
min-width: 1050px;
max-width: 1000px;
position: absolute;
bottom: 8%;
left: 50%;
transform: translateX(-50%);
}
.loading_images {
height: 254px;
background-size: auto 254px;
}
main{
padding-top: 70px;
}
.ranking_g {
margin: 0 auto 35px;
}
.ranking_g .cnt_list {
display: block;
}
.ranking_g .cnt_list .cnt_box {
max-width:inherit;
width: 100%;
padding: 12px 0;
border-bottom: solid #CECECE 1px;
}
.ranking_g .cnt_list .cnt_box:last-child {
padding: 12px 0 0;
border-bottom: none;
}
.ranking_g .cnt_list .cnt_box a {
display: flex;
align-items: stretch;
justify-content: space-between;
}
.ranking_g .cnt_list .cnt_box .cnt_img {
max-width: 125px;
margin: 0 10px 0 0;
height: 71px;
}
.ranking_g .cnt_list .cnt_box .cnt_img::before {
position: absolute;
content: "";
width: 29px;
height: 23px;
top: 5px;
left: 7px;
}
.ranking_g .cnt_list .cnt_box .cnt_img img {
border-radius: 4px;
}
.ranking_g .cnt_list .cnt_box .cnt_text {
max-width: 345px;
width: 72%;
position: relative;
}
.ranking_g .cnt_list .cnt_box .cnt_text .title_text {
font-size: 12px;
line-height: 17px;
font-weight: inherit;
margin-bottom: 12px;
}
.ranking_g .cnt_list .cnt_box .cnt_text .flex_box {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
}
.ranking_g .cnt_list .cnt_box .cnt_text .cat_list li {
font-size: 10px;
line-height: 1;
padding: 3px 5px;
width: fit-content;
border: solid #000000 1px;
margin-right: 10px;
}
.ranking_g .cnt_list .cnt_box .cnt_text .date {
font-size: 10px;
line-height: 14px;
letter-spacing: 0.02em;
}
.tag_g .cnt_g .tag_box a {
line-height: 17px;
}
.tag_g  .tab_list a {
padding: 3.5px 9px;
border-radius: 174px;
font-size: 14px;
letter-spacing: 0.13em;
line-height: 19px;
}
.anime_info{
margin-bottom: 0;
}
.anime_info h3 {
font-size: 20px;
text-align: center;
line-height: 27px;
}
.anime_info .cnt_left{
margin-bottom: 9px;
}
.anime_info .tab_box {
padding: 23px 21px 18px;
margin-bottom: 21px;
}
.anime_info .tab_box dt {
width: 37.5%;
}
.anime_info .tab_box dd {
width: 62.5%;
}
.anime_info .tab_list li{
width: 21.8%;
}
.haishin_info_h3 {
margin-bottom: 13px;
font-size: 14px;
line-height: 19px;
}
.haishin_info li{
width: 100%;
}
.video_wrap{
margin-bottom: 16px;
}
.product_info{
margin-bottom: 40px;
}
.product_info h3 {
margin-bottom: 10px;
line-height: 21px;
font-size: 16px;
}
.product_info .cnt_left{
margin-bottom: 13px;
}
.product_info .cnt_text {
margin-bottom: 8px;
}
.product_info .btn_g{
max-width: initial;
width: 100%;
margin-bottom: 1px;
}
.product_info .btn_g ul {
flex-direction: column;
}
.product_info .btn_g li {
width: 100%;
margin-bottom: 15px;
}
.product_info .btn_g li a {
text-align: center;
color: #000;
border: 2px solid;
background: #fff;
}
.product_info .btn_g li a::after {
content: none;
}
.product_info .btn_g li a span{
position: relative;
}
.product_info .btn_g li a span::after {
content: "";
display: inline-block;
width: 8px;
height: 14px;
background: center/contain no-repeat url(../img/icon_arrow01_01.png);
z-index: 2;
top: 50%;
transform: translateY(-50%);
position: absolute;
right: -37.8px;
transition:0.3s;
}
.product_info .btn_g li a:hover span::after{
right: -47.8px;
}
.product_info .shiyou{
margin-bottom: 0;
}
/*パージ下部固定バナー*/
main #follow_btn {
z-index: 10;
position: fixed;
bottom: 20px;
opacity: 0;
}
main #follow_btn.btn_link {
right: inherit;
left: 50%;
transform: translateX(-50%)translateY(115px);
max-width: 335px;
width: 100%;
padding-top: 88px;
}
main #follow_btn.btn_link .cnt_img {
max-width: 106px;
width: 100%;
position: absolute;
top: 0;
right: 20px;
}
main #follow_btn.btn_link:has(a:hover) .cnt_img {
top: 10px;
}
main #follow_btn.btn_link a {
display: block;
font-size: 16px;
line-height: 1;
font-weight: 700;
letter-spacing: 1px;
text-align: center;
border-radius: 37px;
padding: 15px 0;
}
main #follow_btn.icon_link {
right: -33px;
min-width: 106px;
min-height: 106px;
}
main #follow_btn.icon_link a .cnt_img {
min-width: 106px;
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%)translateX(-50%);
transition: 0.3s;
}
main #follow_btn.icon_link a:hover .cnt_img {
min-width: 116px;
}
/*----------
02.ヘッダー
----------*/
header .header_wrapper {
width: 100%;
margin: 0 auto;
padding: 14px 0 6px;
position: relative;
}
header .logo {
max-width: 100px;
}
header h1 {
margin: 0 auto 0 0;
}
header .nav_btn {
max-width: 33px;
min-width: 33px;
font-size: 12px;
line-height: 1;
font-weight: 600;
text-align: center;
cursor: pointer;
}
header .menu_btn .cnt_img {
margin-bottom: 4px;
}
header .contents_in .nav_g {
background: url("../img/header_bg.png")no-repeat center/cover;
width: 100%;
height: calc(100vh);
position: absolute;
top: 0;
right: -100%;
transition: 0.3s;
}
header .contents_in .nav_g.active {
position: fixed;
top: 0;
right: 0;
z-index: 10;
}
header .nav_g .nav_top {
display: flex;
align-items: center;
justify-content: space-between;
padding: 14px 0 20px;
max-width: 1450px;
width: 100%;
}
header .nav_g .nav_wrapper .close_btn {
color: #FFFFFF;
position: absolute;
top: 21px;
right: 0;
}
header .nav_g .close_btn .cnt_img {
max-width: 22px;
margin: 0 auto 4px;
}
header .nav_g .nav_list {
max-width: 214px;
margin: 0 auto 24px;
}
header .nav_g .nav_list li .arrow::after {
position: absolute;
content: "";
width: 13px;
height: 8px;
top: 50%;
transform: translateY(-50%)rotate(-180deg);
right: 3px;
}
header .nav_g .nav_list li {
font-size: 14px;
margin-bottom: 10px;
}
header .nav_g .nav_list li .sub_menu_list {
margin: 8px 0 0 35px;
}
header .nav_g .nav_list li .sub_menu_list li {
font-size: 12px;
line-height: 22px;
font-weight: 700;
letter-spacing: 0.2px;
margin-bottom: 10px;
}
header .serch_box  {
width: 100%;
max-width: 181px;
margin: 0 auto 19px;
}
header .serch_box .search_form {
background: #FFFFFF;
border: solid #FFFFFF 1px;
display: flex;
align-items: stretch;
justify-content: space-between;
border-radius: 3px;
}
header .serch_box input {
-webkit-appearance: none;
appearance: none;
border: none;
border-radius: 0;
}
header .serch_box .input_text {
background: #FFFFFF;
width: 100%;
font-size: 14px;
line-height: 28px;
padding: 1px 10px 0;
}
header .serch_box .input_btn {
border: none;
display: inline-block;
max-width: 32px;
width: 100%;
position: relative;
}
header .serch_box .input_btn input {
background: #000000;
width: 100%;
height: 100%;
min-height: 30px;
border-radius: 0 3px 3px 0;
}
header .serch_box .input_btn::after {
position: absolute;
content: "";
background: url("../img/icon_serch.png")no-repeat center/contain;
width: 17px;
height: 17px;
top: 50%;
transform: translateY(-50%);
left: 9px;
}
header .nav_g .sns_list {
display: flex;
align-items: center;
justify-content: space-between;
max-width: 97px;
margin: 0 auto 22px;
}
header .nav_g .sns_list li {
max-width: 23px;
}
header .banner_img {
max-width: 280px;
margin: 0 auto;
}
header .banner_img img {
border-radius: 4px;
}
header.thin .header_wrapper {
padding: 14px 0 6px;
}
header.thin .logo {
max-width: 100px;
}
header.thin .nav_btn {
max-width: 33px;
min-width: 33px;
font-size: 12px;
line-height: 1;
font-weight: 600;
text-align: center;
cursor: pointer;
}
header.thin .menu_btn .cnt_img {
margin-bottom: 3px;
margin-top: 0;
}
header.thin  .nav_g .nav_top {
padding: 14px 0 20px;
}
header.thin .nav_g .nav_wrapper .close_btn {
color: #FFFFFF;
position: absolute;
top: 21px;
right: 0;
}
header.thin .nav_g .close_btn .cnt_img {
max-width: 22px;
margin: 0 auto 3px;
}
/*----------
03.フッター
----------*/
footer {
background: url("../img/footer_bg_sp.jpg")no-repeat bottom/cover;
color: #FFFFFF;
padding: 55px 0 360px;
}
footer .cnt_top h2 {
font-size: 22px;
line-height: 28px;
text-align: center;
margin-bottom: 14px;
}
footer .cnt_top {
padding: 0 0 30px;
position: relative;
}
footer .cnt_top::after {
position: absolute;
content: "";
background: #FFFFFF;
width: 43px;
height: 1px;
bottom: 0;
left: 50%;
transform: translateX(-50%);
}
footer .cnt_top .menu_g {
display: block;
margin-bottom: 27px;
}
footer .cnt_top .menu_g .menu_list {
display: flex;
align-items: center;
justify-content: center;;
flex-wrap: wrap;
max-width: 250px;
margin: 0 auto;
}
footer .cnt_top .menu_g .menu_list li {
padding-right: 12px;
margin: 0 12px 10px 0;
border-right: solid #FFFFFF 1px;
}
footer .cnt_top .menu_g .menu_list li a {
font-size: 10px;
line-height: 1;
}
footer .cnt_top .menu_g .menu_list li:nth-child(5) {
padding-right: 12px;
margin-right: 12px;
border-right: solid #FFFFFF 1px;
}
footer .cnt_top .sns_g {
display: block;
max-width: 417px;
margin: 0 auto;
}
footer .cnt_top .sns_g .sns_list {
display: flex;
align-items: center;
justify-content: space-between;
max-width: 169px;
width: 100%;
margin: 0 auto;
}
footer .cnt_top .sns_g .sns_list li:first-child {
max-width: 34px;
}
footer .cnt_top .sns_g .sns_list li:nth-child(2){
max-width: 29px;
}
footer .cnt_top .sns_g .sns_list li:nth-child(3){
max-width: 29px;
}
footer .cnt_top .sns_g .sns_list li:nth-child(4){
max-width: 29px;
}
footer .cnt_bottom {
padding: 35px 0 0;
}
footer .cnt_bottom .logo {
max-width: 180px;
margin: 0 auto 20px;
}
footer .cnt_bottom .copyright {
text-align: center;
font-size: 12px;
line-height: 15px;
}
}
@media only screen and (max-width:360px){
.anime_info .tab_list li{
font-size: 10px;
}
.anime_info .tab_list{
justify-content: center;
margin: 0 auto;
}
}