/****************************************
		2. レイアウト
*****************************************/
/*
フォント
*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic:wght@400;700;900&display=swap');
/*=================================
layout
=================================*/
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
body{
	font-family: "Noto Sans JP", sans-serif;
     font-optical-sizing: auto;
     font-weight: 900;
     font-style: normal;
     
	color: #000;
	font-size: 16px;
     background-color: #c5b5ff;
     background-image: url("../img/common/bg.jpg");
     background-position: center top;
     background-repeat: repeat-y;
}
.fadeleft ,
.fadeup ,
.fade {
     opacity: 0;
     filter: alpha(opacity=0);
     -ms-filter: "alpha(opacity=0)";
}
img{vertical-align: bottom;}
:root {
	--bg-base: #000;
	--line-color: #820000;
	--dt-color: #a08f50;
}

/*表示*/
.view_pc{display: block;}
.view_pc_tb{display: block;}
.view_tb{display:none;}
.view_tb_sp{display:none;}
.view_sp{display:none;}
/*==================
header
==================*/
header{
    position: fixed;
    z-index: 5;
    right: 0;
    color: #000;
}

.header_logo{
    width: 15%;
    display: inline-block;
    left: 1%;
    top: 1%;
    z-index: 51;
    /*position: fixed;*/
    max-width: 200px;
    position: absolute;
}
.header_logo img{
    width: 100%;
}

.nav_box,
.header_link ,
.nav_close{
    display: none;
}

#pc_nav{
    padding: 1.0em 1.5em;
    border-radius: 100px;
    background-color: #675ab8;
    display: inline-block;
    position: fixed;
    z-index: 51;
    font-size: min(3.2vw, 16px);
    margin: 30px;
    right: 0;
    box-shadow: 0 4px 12px rgba(103, 90, 184, 0.2);
    border: 2px solid #fff;
}
#pc_nav a{
    color: #fff;
    margin: 0 0.5em;
}
#pc_nav a:hover{
    color: #fb92ff;
}
#pc_nav a.x_icon{
    display: inline-block;
    width: 1.4em;
}
#pc_nav a.x_icon img{
    width: 100%;
}
nav .sns{
    display: none;
}
/*==================
load
==================*/
#pagetop {
     width: 10%;
     max-width: 80px;
     text-align: center;
     position: fixed;
     cursor: pointer;
     z-index: 5;
     bottom: 2%;
     right: 2%;
}
#pagetop a{
     position: relative;
     width: 100%;
     background-size: 100%;
}
#pagetop img{
	width: 100%;
}
#pagetop:hover img.pagetop_on{
	opacity: 1.0;
}


/*==================
BG
==================*/

html {
  height:100%;
}

body {
  margin:0;
}

@keyframes slide {
  0% {
     transform:translateX(-25%);
  }
  100% {
     transform:translateX(25%);
  }
}

/*==================
BG
==================*/

/**/
.contents_bg{
     background-size: 100%;
}


/*==================
contents
==================*/
.contents_box{
    text-align: center;
    padding: 4em 0;
}
.contents_box h3{
    font-family: "Zen Maru Gothic", sans-serif;
    color: #fff;
    background-color: #675ab8;
    padding: 0.2em;
    display: inline-block;
    text-align: center;
    max-width: 400px;
    width: 10em;
    font-size: min(4.0vw, 48px);
}
.contents_box p.read{
    font-size: min(3.2vw, 21px);
    margin: 0.5em auto;
}
h3.read_en{
    color: #fff;
    padding: 0.2em;
    display: inline-block;
    text-align: center;
    width: 100%;
    font-size: min(4.0vw, 48px);
}
.border_box{
    text-align: left;
    padding: 1.0em 0.5em;
    border-radius: 10px;
    background-color: #f4f1ff;
    border: 3px #675ab8 solid;
    width: 90%;
    max-width: 1000px;
    margin: 2.0em auto;
}
.border_box h3{
}
/**/
ul.ul_list,
ul.attention{
    line-height: 1.4em;
    margin: 0.5em 0;
}
ul.ul_list li ,
ul.attention li {
	padding-left: 1em;
	text-indent: -1em;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	max-width: 1300px;
	margin: 0 auto;
    font-weight: normal;
    font-size: min(2.8vw, 16px);
}
ul.ul_list li::before{
	content: "・";
	display: inline-block;
	text-indent: 0em;
}
/**/
ul.attention li::before{
	content: "※";
	display: inline-block;
	text-indent: 0em;
}
ul.attention_non li {
	padding-left: 1em;
	text-indent: -1em;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	max-width: 1300px;
	margin: 0 auto;
}
.border_box ul.ul_list,
.border_box ul.attention{
    margin-bottom: 0;
    width: 100%;
}
.more_btn{
    display: inline-block;
    background: #000;
    text-decoration: none;
    color: #fff;
    padding: 1.0em;
    border-radius: 6px;
    transition: all 0.3s ease;
    text-align: center;
    width: 80%;
    max-width: 400px;
    margin: 0 auto;
    font-size: min(3.4vw, 21px);
}
.more_btn:hover{
    color: #fb92ff;
}

/*==================
news
==================*/
.news-section{
    background-size:cover;
    padding:40px 0 140px;
    overflow: hidden;
    background-color: #a08ee3;
    font-size: min(2.8vw, 16px);
}
.news-container{
    position:relative;
    width:90%;
    max-width:1300px;
    margin:0 auto;
}
.news-section_headline{
    text-align: center;
    padding-bottom:40px;
}
.news_cell{
    transition: all 0.3s ease-out;
    height:auto;
    background:#e0d8ff;
    height:100%;
    border-radius: 10px;overflow: hidden;
}
.news_cell::after{
    content:'';
    display: block;
    background:url("../img/news/news_link.jpg") no-repeat;
    width:15px;
    height:15px;
    position:absolute;
    bottom:6px;
    right:6px;
    background-size:100%;
    background-position: center center;
}
.news_cell.nolink::after,
.news_cell.none::after{
    content:'';
    display: none;
}
.news_cell:hover{
    transform:translate(0,-8px);
}
.news_cell.nolink:hover{
    transform:translate(0,0px);
}
.news_cell.none:hover{
    transform:translate(0,0px);
}
.news_cell_inner{
    display:block;
    color:#000;
    height:100%;
}
.news_cell_image{
    display:block;
    width:100%;
}
.news_cell_text{
    padding:0 1.0em 0.5em 1.0em;
    line-height: 1.7;
    min-height:6.1em;
    box-sizing: border-box;
    word-wrap:break-word;
    display: block;
}
.news_cell_date{
    position:relative;
    width:100%;
    padding: 1.0em 1.0em 0.5em 1.0em;
    line-height:1;
    color:#675ab8;
    box-sizing: border-box;
}
.swiper-scrollbar{
    background:#fff;
    bottom:-55px!important;
    width:60%!important;
    left:20%!important;
    height:8px!important;
    border-radius:0!important;
}
.swiper-scrollbar-drag{
    background:#f9ceff!important;
    border-radius:0!important;
}

.news_cell.none .news_cell_image{
    opacity:0.5;
}
.news_cell.none .news_cell_inner{
    background:#887a67;
    opacity:0.5;
}
.news_cell.none .news_cell_date{
    text-indent: -9000px;
}
.news_cell.none .news_cell_text{
}
/*==================
top
==================*/
#top{
}
#top #key{
	width: 100%;
	position: relative;
    background-image: url("../img/top/key_pc.jpg");
    background-size: 100%;
}
#top #key canvas{
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
}
#particles {
    position: relative;
    overflow: hidden; /* はみ出し防止 */
}

#particles canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; /* クリックイベント無効 */
    z-index: 1;
}
/* 読み込み中の表示 */
#particles::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 0;
}
#top #key img{
	width: 100%;
}
#top #key .view_pc{
	position: relative;
	width: 100%;
    z-index: 2;
}
#top #key .view_tb_sp{
	overflow: hidden;
	position: relative;
	width: 100%;
    z-index: 2;
}
#top #key .view_pc{
     margin: 0 auto;
     width: 100%;
     position: relative;
}
#top #key img.key_illust{
     position: absolute;
     width: 100%;
     left: 0;
     top: 0;
     transition: 0.5s all;
     opacity: 0;
}
#top #key img.key1{
     opacity: 1;
}
#top #key .key_banner{
    width: 25%;
    position: absolute;
    left: 5%;
    bottom: 8%;
    z-index: 3;
}
#top #key .key_banner a{
    display: inline-block;
    margin: 1%;
    width: 98%;
    max-width: 600px;
    box-sizing: border-box;
    border: solid 3px #675ab8;
    border-radius: 10px;
    overflow: hidden;
}
#top #key .key_banner a img{}

#top #key_select{
    margin: 0 auto;
    width: 100%;
    text-align: center;
    background-color: #d7cbff;
    padding: 2.0em 0;
    
    background-image: url(../img/common/bg2.jpg);
    background-position: center top;
    background-repeat: repeat-y;
}
#top #key_select a{
     cursor: pointer;
     width: 9.5%;
     max-width: 94px;
     margin: 0.3%;
     display: inline-block;
     border: 3px #fff solid;
     border-radius: 50%;
     transition: 0.5s all;
    position: relative;
}
#top #key_select a:hover,
#top #key_select a.select{
     border: 3px #5145a2 solid;
     border-radius: 50%;
}
#top #key_select a img{
     border-radius: 50%;
     width: 100%;
}
#top #key_select a.no_select{
    pointer-events: none;
}
#top #key_select a .new{
    position: absolute;
    top: -2.0em;
    left: 0;
    right: 0;
    text-align: center;
    color: #5145a2;
}
#top #key_select h3{
    font-family: "Zen Maru Gothic", sans-serif;
}
/**/
.intro{
    text-align: center;
    padding-top: 1.0em;
}
.intro_img{width: 90%; max-width: 550px;margin: 0 auto;}
.intro_box{
    margin: 0 auto 2.0em auto;
    background-color: #fff;
    border-radius: 10px;
    max-width: 1000px;
    width: 96%;
    padding: 1.0em;
    text-align: center;
    color: #3d3091;
    font-size: min(3.4vw, 24px);
}
.intro h3{
    font-family: "Zen Maru Gothic", sans-serif;
    color: #fff;
    margin: 0.5em auto;
    font-size: min(5.0vw, 60px);
    
}

/**/
.banner_area_box{
    text-align: center;
    padding: 2.0em 0;
}
.banner_area_box .banner_btn{
    display: inline-block;
    margin: 1%;
    width: 48%;
    max-width: 600px;
    box-sizing: border-box;
    border: solid 3px #675ab8;
    border-radius: 10px;
    overflow: hidden;
}
.banner_area_box .banner_btn img{
    width: 100%;
}
/**/
#top_movie {
	position: relative;
	display: block;
	height: 400px;
	overflow: hidden;
     background-color: #000;
     border-top: 10px solid #ffffff;
     border-bottom: 10px solid #ffffff;
}
.top_movie_wrap{
     position: relative;
}
#top_movie::before {
    color: #fff;
    font-size: min(4.0vw, 48px);
    text-align: center;
	position: absolute;
	top: 10%;
	right: 0;
	bottom: 0;
	left: 0;
	content: "MOVIE";
	display: block;
	/*background-image: url("../img/common/btn_play.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 30%;*/
	z-index: 2;
}
#top_movie::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	display: block;
	background-image: url("../img/common/btn_play.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 30%;
	z-index: 2;
	transition: transform .5s ease;
}
#top_movie:hover::after {
  transform: scale(1.3);
}

/**/
.youtube_sp {
     position: relative;
     width: 100%;
     padding-top: 56.25%;
     margin-bottom: 10px;
}
.movie_add{
     box-sizing: border-box;
     display: inline-block;
     width: 100%;
     padding: 1%;
     margin: auto;
     padding-bottom: 20px;
}
.youtube_sp iframe {
     background-color: #000;
     box-sizing: border-box;
     position: absolute;
     top: 0;
     right: 0;
     width: 100% !important;
     height: 100% !important;
}
/*==================
comment
==================*/
#comment{
    background-image: url("../img/comment/bg_read.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 46%;
}
.contents_second #comment{
    padding: 300px 0 4em 0;
    background-position: top 200px left;
}
@media screen and (max-width: 1100px) {
    .contents_second #comment{
        padding-top: 4em;
        background-position: top 0 center;
    }
}
#comment section{
    background-color: #f4f1ff;    
    border-radius: 10px;
    box-shadow: 5px 5px 0 #675ab8;
    overflow: hidden;
}
.comment_wrap {
    max-width: 1300px;
    width: 90%;
    margin: 3.0em auto;
    gap: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.comment_wrap section {
    flex: 1;
    min-width: 0;
}
.comment_wrap section hr{
    border: none;
    height: 3px;
    background-color: #c5b5ff;
}
/**/
/* 名前エリア */
.comment_name {
    display: flex;
    align-items: center;
    padding: 20px 25px 15px;
    border-bottom: 3px solid #c5b5ff;
    gap: 15px;
    background-color: #e0d8ff;
}

.comment_icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    /*border: 3px solid #ffffff;*/
    box-shadow: 0 4px 12px rgba(103, 90, 184, 0.2);
    object-fit: cover;
    background-color: #ffffff;
}

.comment_name p {
    margin: 0;
    line-height: 1.4;
    font-weight: 900;
    text-align: left;
    font-size: 1.3em;
}

.comment_name small {
    /*color: #666;*/
    font-size: 0.85em;
    font-weight: 400;
}

/* 画像エリア */
.comment_image {
    width: 100%;
    height: 250px;
    background-color: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 1.1em;
    border-bottom: 2px solid #e0d8ff;
    position: relative;
}

.comment_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ポップアップマーク */
.popup_mark {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: #675ab8;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    box-shadow: 0 4px 12px rgba(103, 90, 184, 0.4);
    cursor: pointer;
    transition: all 0.2s ease;
}

.popup_mark:hover {
    transform: scale(1.1);
    background: #5d4ca3;
}

/* コメント内容エリア */
.comment_inbox {
    padding: 15px;
    text-align: left;
    /*background-color: #ffffff;*/
}

.comment_inbox p {
    /*color: #333;*/
    line-height: 1.7;
    margin: 0 0 20px 0;
    font-size: 1.05em;
}

.comment_inbox hr {
    border: none;
    border-top: 2px solid #e0d8ff;
    margin: 20px 0;
}

/* SNSリンクボタン */
.sns_links {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.comment_inbox a,
.sns_button {
    lay: inline-block;
    background: #ffcf3d;
    text-decoration: none;
    color: #000;
    padding: 0.5em 1.0em;
    border-radius: 6px;
    transition: all 0.3s ease;
}

/*.comment_inbox a:hover,
.sns_button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255, 204, 2, 0.4);
    background: linear-gradient(135deg, #ffd633 0%, #ffe066 100%);
}*/

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .comment_wrap {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .comment_icon {
        width: 70px;
        height: 70px;
    }
    
    .comment_image {
        height: 200px;
    }
    
    .sns_links {
        flex-direction: column;
        gap: 8px;
    }
    
    .sns_button {
        text-align: center;
    }
}
/*==================
history
==================*/
#history{
    background-color: #e0d8ff;
    background-image: url("../img/history/bg_read.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 46%;
}

/**/
.history_num_box {
    max-width: 1600px;
    max-width: 90%;
    margin: 0 auto;
    padding: 50px 20px;
    position: relative;
    text-align: left;
}


.history_year {
    margin-left: -400px;
    position: absolute;
    width: 100%;
}
.history_year img{
    max-width: 400px;
    width: 100%;
    background-color: #e0d8ff;
}

.history_wrap {
    padding-bottom: 50px;
    padding-left: 400px;
    position: relative;
    background-image: url("../img/history/w_line.jpg");
    background-repeat: repeat-y;
    background-size: 20px;
    background-position: left 190px center;
}

.history_box {
    background: #f4f1ff;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 30px;
    margin-left: 30px;
    position: relative;
    transition: all 0.3s ease;
    display: flex;
    gap: 20px;
    align-items: flex-start;
}
.history_inbox2 .title {
    font-size: 1.8em;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333;
    line-height: 1.3em;
    border-bottom: 3px solid #fff;
    padding-bottom: 0.5em;
}

.history_box p {
    line-height: 1.8;
    margin-bottom: 20px;
    font-size: 1.1em;
    padding-bottom: 0.5em;
    border-bottom: 3px solid #fff;
}

.history_box a {
    display: inline-block;
    background: #ffcf3d;
    text-decoration: none;
    color: #000;
    padding: 0.5em 1.0em;
    border-radius: 6px;
    transition: all 0.3s ease;
    text-align: center;
    width: 100%;
    max-width: 300px;
}

.history_box a:hover {
}


/* レスポンシブ対応 */
@media (max-width: 1024px) {

    .history_wrap {
    padding-left: 180px;
    }

    .history_year{
        max-width: 180px;
        margin-left: -180px;
    }
}

@media (max-width: 768px) {

    .history_wrap {
        padding-left: 0;
    }

    .history_box {
        margin-left: 0;
        gap:10px;
    }

    .history_year {
        display: block;
        text-align: center;
        margin-bottom: 30px;
        position: relative;
        margin: 0;
    }

}
/**/
.history_inbox1 {
    flex: 0 0 20%;
    max-width: 300px;
    min-width: 150px;
}

.history_inbox1 .illust {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.history_inbox2 {
    flex: 1;
    min-width: 0;
    width: 72%;
}

/* 画面幅が1200px以上の場合の調整 */
@media (min-width: 1200px) {
    .history_box {
    }
    
    .history_inbox1 {
        flex: 0 0 250px;
        max-width: 250px;
    }
    
    .history_inbox2 {
        flex: 1;
        width: auto;
    }
}

/* より大きな画面での詳細調整 */
@media (min-width: 1400px) {
    .history_inbox1 {
        flex: 0 0 300px;
    }
    
    .history_inbox2 {
        flex: 1;
        max-width: none;
    }
}

.history_inbox2 .logo {
    max-width: 220px;
    height: auto;
    width: 100%;
}
/* レスポンシブ対応 */
@media (max-width: 768px) {
    .history_num_box{
        width: 96%;
        padding: 0;
    }
    .history_wrap{
        background-image: none;
        padding-bottom: 10px;
    }
    .history_inbox2 .title{
        font-size: 1.2em;
        padding-bottom: 0.3em;
        margin-bottom: 0.3em;
    }
    .history_box{
        padding: 0.5em;
    }
    .history_box a{
        font-size: 3.0vw;
    }
}
/*==================
goods
==================*/
#goods{
    padding: 200px 0 4em 0;
}
#goods .goods_wrap{
    max-width: 1300px;
    width: 90%;
    margin: 3.0em auto;
    gap: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr  1fr;
}
#goods section{
    border-radius: 10px;
    box-shadow: 5px 5px 0 #675ab8;
    overflow: hidden;
    text-align: left;
    background-color: #f4f1ff;
}

#goods .sample_img{
    width: 100%;
}
#goods h4{
    background-color: #675ab8;
    color: #fff;
    padding: 0.5em;
}
#goods .detail{
    background-color: #f4f1ff;
}
#goods .price{
    padding: 0.5em;
    display: inline-block;
    background-color: #fff;
    margin: 0.3em;
    border-radius: 100px;
    border: #e0d8ff 2px solid;
}
#goods .spec{
    padding: 0 0.5em;
    display: inline-block;
    
}
#goods .detail p{
    padding: 0.5em;
    font-weight: normal;
}
.link_btn {
    display: inline-block;
    background: #ffcf3d;
    text-decoration: none;
    color: #000;
    padding: 0.5em 1.0em;
    border-radius: 6px;
    transition: all 0.3s ease;
}
/*//////////////////////////////////////////////////////////////////////*/
@media screen and (max-width: 1100px) {
/*==================
header
==================*/
    #pc_nav{
        display: none;
    }
    .nav_box{
        display: block;
    }
    .header_logo{
        position: absolute;
    }
    
header .header_link{
     display: inline-block;
     float: right;
}

header .header_link a.page_link{
}
header .header_link a.page_link:nth-child(even){
	background-color: #f0f0f0;
}
header .header_link .nav_btn{
	margin-left: 20px;
}

nav a{
     position: relative;
     transition: 0.3s all;
     color: #000;
     font-size: min(5vw, 30px);
     
     box-sizing: border-box;
     border-bottom: #e0d8ff 2px solid;
     margin: 0 auto;
     display: block;
     width: 100%;
     padding: 0.3em 0.2em;
     
     background-position: center bottom;
     background-repeat: no-repeat;
     background-size: 100%;
}
nav a:hover{
     opacity: 0.7;
}
nav a.select{
}
nav a.no_select{
     pointer-events: none;
     opacity: 0.4;
}
nav a .new{
	position: absolute;
	left: 0;
	top: 18%;
	z-index: 2;
     max-width: 34px;
     width: 8%;
}

nav .sns{
    width: 90%;
    margin:0.2em auto;
    gap: 0.5em;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}
    nav .sns a{
        border: none;
    }
    nav .sns .sns_title{
        text-align: right;
        font-size: 1.2em;
    }
    nav .sns .sns_link{}
    nav .sns .sns_link img{
        width: 100%;
    }
    nav .sns .sns_link a{
        float: left;
        display: inline-block;
        width: 30%;
        margin: 0;
        max-width: 40px;
        line-height: 1.0em;
    }
    
nav .icon_x{
     width: 1.7%;
     max-width: 40px;
     margin: 0.5% 1%  0.5%  1% ;
}
nav .icon_x img{
     width: 100%;
     vertical-align: super;
}

nav .nav_box{
	text-align: center;
}
nav .nav_close{
    cursor: pointer;
    display: inline-block;
    position: relative;
    float: right;
    margin: 10px 10px 0 10px ;
    width: 14%;
    max-width: 80px;
}
    nav .nav_close img{
        width: 100%;
        max-width: 80px;
    }
nav .nav_close .nav_on{
	opacity: 0.0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
nav .nav_close:hover .nav_on{
	opacity: 1.0;
}
nav.open_st{
	transform: translateX(0);
}

.display_off{
	display: none;
}
.display_on{
	display: block;
}

header{
	position: fixed;
	font-family: 'Noto Serif JP', serif;
	z-index: 5;
    width: 14%;
    margin: 10px 10px 0 10px ;
}
header .header_link .page_nav{
	float: right;
}
header .header_link .page_nav a{
	position: relative;
}
header .header_link .page_nav a .nav_on{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.0;
}
header .header_link .page_nav a:hover .nav_on{
	opacity: 1.0;
}
header .header_link .page_nav a img{
     width: 100%;
     max-width: 80px;
}
header .header_link .buy_banner{
     float: right;
     margin: 12px 0 0 5px ;
     max-width: 200px;
}
header .header_link .buy_banner a{
     display: inline-block;
     width: 100%;
}
header .header_link .buy_banner a img{
     width: 100%;
     max-width: 270px;
}

header .header_link a.page_link{
	display: inline-block;
	padding: 1.7em 1.61em;
	min-width: 200px;
	text-align: center;
	background-color: #f7f7f7;
	margin: 0;
	float: left;
	color: #555;
}
header .header_link a.page_link:nth-child(even){
	background-color: #f0f0f0;
}
header .header_link .nav_btn{
	margin-left: 20px;
}
header .header_link .nav_btn,
header .header_link .nav_btn_open{
	display: inline-block;
	width: 100%;
	/*height: 90px;*/
	float: left;
	cursor: pointer;
}

nav{
    background-color: rgba(197,181,255,1.00);
    width: 100%;
    /*max-width: 440px;*/
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 51;
    overflow: auto;

    margin: 0 ;
    border-radius: 0;
    transition: 0.5s all;
}
.nav_wrap{
	min-height: 100vh;
     border-radius: 0;
}
nav a{
	display: inline-block;
	box-sizing: border-box;
	position: relative;
     
     margin: 0 auto;
     width: 90%;
     max-width: 360px;
     
     
}
nav .nav_box{
	margin: 0 auto;
	text-align: center;
     margin-bottom: 1.5em;
}

nav.close_st{
	transform: translateX(100vw);
     opacity: 0;
}
nav.open_st{
	transform: translateX(0);
     opacity: 1;
}
#screen {
    /*background-color:rgba(39,40,61,0.50);*/
    z-index: 5;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.7;
}
.display_off{
	display: none;
}
.display_on{
	display: block;
}
.nav_img{
     background-size: 100%;
}
/*==================
goods
==================*/
    #goods{
        padding-top: 4em;
    }
}

/*//////////////////////////////////////////////////////////////////////*/
@media screen and (max-width: 768px) {
	body{
		font-size: 2.2vw;
	}
	
/*表示*/
.view_pc{display:none;}
.view_pc_tb{display: block;}
.view_tb{display:block;}
.view_tb_sp{display:block;}
.view_sp{display:none;}
     
     .tb_br{display:block;}

     
/*==================
contents
==================*/
	.contents{
		width: 100%;
		float: none;
	}
	.bar{
		width: 1%;
		max-width: 8px;
	}
     h3.read{
          text-align: center;
     }
     h3.read img{
     }
     .sub_nav a{
          font-size: 1.2em;
     }
     .sub_nav a .new{
          width: 20px;
     }
/*==================
top
==================*/
     #top{
          /*padding-top: 2.0em;*/
     }
    
    #top #key_select a{
          width: 25%;
     }
     
     /**/
     #top_movie{
          height: 260px;
     }
     .top_movie_wrap{
          overflow: hidden;
     }
     #top_movie::before{
          background-size: 10px;
     }
     #top_movie::after{
          background-size: auto 40%;
     }
/*==================
goods
==================*/
    #goods{
    }
    #goods .goods_wrap{
        max-width: 500px;
        grid-template-columns: 1fr;
        font-size: 1.2em;
    }
     
}/*max-width: 768px*/


/*//////////////////////////////////////////////////////////////////////*/
@media screen and (max-width: 480px) {
	body{
		font-size: 3.2vw;
		background-size: 260%;
		background-attachment: fixed;
	}
/*表示*/
.view_pc{display:none;}
.view_pc_tb{display: none;}
.view_tb{display:none;}
.view_tb_sp{display:block;}
.view_sp{display:block;}
     
     #pagetop:hover img{
	opacity: 1.0;
     }
     
}/*media:480*/