@charset "utf-8";

/* base */
* {
	box-sizing: border-box;
}

body.home {
}

.wrap_all {
	overflow: hidden;
}

img {
	vertical-align: middle;
	max-width: 100%;
}

video {
	max-width: 100%;
}

.flbox {
	display: flex;
	flex-wrap: wrap;
}

.hover_line a {
	text-decoration: none;
	text-underline-offset: 3px;
}

.hover_line a:hover {
	text-decoration: underline;
}


/* header */
#header.header {
}

.site_header {
	margin-bottom: 50px;
}

.header_logo {
	text-align: center;
	padding: 20px 0 15px;
	width: fit-content;
	margin: auto;
}

.header_logo_link {
}

.header_logo_img {
}

.header_sideOpenbtn {
	position: fixed;
	z-index: 100;
	top: 20px;
	right: 20px;
}

.header_sideOpenbtn .full_drawer_menu_trigger {
}

.site_logo {
	margin: auto;
	text-align: center;
	padding: 20px 10px 10px;
}

.site_logo a {
}

.site_logo a img {
	width: 140px;
}


/* ドロワー */
/** Full screen drawer
===================================*/
/*menu*/
#full_drawer_menu_trigger {
	height: 20px;
	position: relative;
	width: 30px;
	cursor: pointer;
	display: block;
}

.fdm_line {
	background: #111 !important;
	display: block;
	height: 1px;
	position: absolute;
	transition:transform .3s;
	width: 100%;
}

.fdm_line--center {
	top: 9px;
}

.fdm_line--bottom {
	bottom: 0;
}

.fdm_line--top.active {
	top: 8px;
	transform: rotate(45deg);
}

.fdm_line--center.active {
	transform:scaleX(0);
}

.fdm_line--bottom.active {
	bottom: 11px;
	transform: rotate(135deg);
}

/*full_drawer */
.drawer_overlay {
	z-index: -1;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: rgb(0 0 0 / 58%);
	transition: 0.3s;
	cursor: pointer;
}

body:has(.full_drawer.active) {
	overflow: hidden;
}

body:has(.full_drawer.active) .drawer_overlay {
	z-index: 50;
	opacity: 1;
}

.full_drawer {
	height: 100%;
	position: fixed;
	width: 100%;
	max-width: 390px;
	z-index: -1;
	opacity: 0;
	transition: opacity 0.3s;
	transition: 0.3s;
	background-color: #fff;
	top: 0;
	right: 0;
}

.full_drawer_inner {
	overflow-y: auto;
	height: 100%;
	padding: 15px 20px 40px;
	box-shadow: 0px 0px 10px #00000059;
}

.full_drawer.active {
	opacity: 1;
	z-index: 98;
	visibility: visible;
}

.full_drawer__wrap {
	align-items:center;
	display: flex;
	height: 100%;
	position: absolute;
	width: 100%;
}

.full_drawer__menu {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 170px;
}

.fdm_item_item {
	margin: 40px 0 40px 100px;
	opacity: 0;
}

.fdm_item_item a {
	color: #fff;
	font-size: 2em;
	font-weight: bold;
	text-decoration: none;
	transition: .5s;
}

.fdm_item_item a:hover{
	color: #666;
}

.side_logo a {
	display: block;
	margin: auto;
	text-align: center;
	width: fit-content;
}

.s-navi-sns {
	margin-bottom: 20px;
}

.s-navi-sns div {
	text-align: right;
}

.s-navi-sns div a {
	display: inline-block;
	width: 15px;
	padding-right: 15px;
}

aside .aside_listmenu li, aside .archive_list li {
	border: none;
	padding-bottom: 0;
}

.s-navi-sub a {
	color: #999;
	font-size: .8em;
}

ul.s-navi-sns_list {
	justify-content: flex-end;
	gap: 13px;
}

ul.s-navi-sns_list li {
	width: 16px;
}

ul.s-navi-sns_list li a {
	width: 20px;
}

ul.s-navi-sns_list li a img {
	width: 20px;
}

.s_navi_menu_list {
}

.s_navi_menu_list li {
	font-weight: bold;
}

.s_navi_menu_list li + li {
	margin-top: 10px;
}

.s_navi_menu_list li a {
}

.s_navi_menu_list li a:hover {
}

.s_navi_sub_menu {
}

.s_navi_sub_menu li {
}

.s_navi_sub_menu li + li {
	margin-top: 5px;
}

.s_navi_sub_menu li a {
}


/* SIDE */
aside.site_aside {
	display: none;
	float: none;
}



/* FOOTER */
.fNav {
	margin-bottom: 30px;
}

.copy {
	text-align: center;
}

.copyright {
}

.copy small {
	display: block;
	text-align: center;
	font-size: 0.8em;
	margin-top: 8px;
}

/* CONTENTS BASE */
.container_main #article {
	float: none;
	margin: auto;
	max-width: 860px;
	width: 100%;
}





/* TOP */
.main_movie {
	max-width: 600px;
	margin: 0 auto 20px;
}

.main_movie video {

}

.header_sideOpenbtn {
	cursor: pointer;
}












/* 769px以上 */
@media screen and (min-width: 769px) {
body.home aside {
	position:fixed;
	top:0;
	width:100%;
	height:100%;
	background:#fff;
	overflow:scroll;
	z-index: 1001;
	display: block;
	width: 390px;
	box-shadow: 0px 0px 8px 3px #0000003b;
}

aside .header_sideClosebtn {
	display: block;
	width: 28px;
	height: 28px;
	padding: 10px 10px 2px 10px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}
aside .header_sideClosebtn span:nth-child(1) {
	background-color: #d7d7d7;
	display: block;
	margin-top: 10px;
	height: 2px;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	transform:rotate(-45deg)
}
aside .header_sideClosebtn span:nth-child(2) {
	background-color: #d7d7d7;
	display: block;
	margin-top: -1px;
	height: 2px;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	transform:rotate(45deg)
}

.home .blog_text iframe[height="480"] {
	height: 74vw;
}

} /* @media */



/** #PC
===================================*/



/** font
===================================*/



/** base
===================================*/

/* 段落内のaタグにアンダーライン */
/* p a:not(.button) {
	text-decoration: underline;
	text-underline-offset: 3px;
}

p a:not(.button):hover {
	text-decoration: none;
}

p a:has(img) {
	text-decoration: none !important;
} */


/* 時限設定用 */
[m\:id="common.IF_VALIDITY_PERIOD"] {
  display: none;
}

/* guest_visible_{@ member.logged_in @} */
[class^="guest_visible_"] {
	display: none;
}

.guest_visible_false {
	display: none;
}

.guest_visible_true {
	display: block;
}

/* customer_visible_{@ member.logged_in @} */
[class^="customer_visible_"] {
	display: none;
}

.customer_visible_false {
	display: none;
}

.customer_visible_true {
	display: block;
}



/** header
===================================*/
#header {
}

.headline_wrap {
}

.headline {
}

.header_inner {
}

.logo {
}

.logo img {
}

.right_information {
}

.breadcrumb {
	font-size: 12px;
	padding: 0 13px;
	text-align: center;
	margin-bottom: 30px;
}


/** drawer
===================================*/
.drawer_nav {
}




/** navi
===================================*/
#gnav {
}

.gnavi {
}

.gnavi > li {
}

.gnavi > li a {
}




/** eyecatch
===================================*/
.main_slider {
}

.main_slider .swiper-slide {
	width: 1040px;
}

div.main_imgbg_box {
	display: none;
}


/** contents_all
===================================*/
#contents_wrap {
}

#main_contents {
}

#main_wrap {
}

#home_article {
}



/** side
===================================*/
#side {
}



/** footer
===================================*/
#footer {
}

.footer_inner {
}

.copyright {
	text-align: center;
}

.copyright address {
	font-style: normal;
	font-size: 0.8em;
}


/* 追従バナー */
/* Fixed Bottom Banner */
.fxb {
  position: fixed;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
  z-index: 40;
  width: min(300px, calc(100vw - 24px));
  filter: drop-shadow(1px 4px 8px rgba(17, 17, 17, 0.233));
}

.fxb__inner {
  position: relative;
  border-radius: 12px;
  /* overflow: hidden; */
  box-shadow: 0 10px 24px rgba(0,0,0,.18);
  background: #fff;
}

.fxb__link {
	display: flex;
	flex-wrap: wrap;
	gap: 6%;
	padding: 10px;
	align-items: center;
}

.fxb__link_img {
	width: 16%;
}

.fxb__link_exp {
	width: 78%;
}

.fxb__link_exp p {
	display: flex;
	flex-direction: column;
	color: #111;
}

.fxb__link_exp p em {
	font-weight: bold;
	font-style: normal;
	font-size: 18px;
}

.fxb__link_exp p span {
}

.fxb__link_exp p small {
}

.fxb__img {
  display: block;
  width: 100%;
  height: auto;
}

.fxb__close {
	position: absolute;
	top: -9px;
	right: -7px;
	width: 34px;
	height: 34px;
	border: 0;
	border-radius: 999px;
	background: #aaa;
	color: #fff;
	cursor: pointer;
	line-height: 1;
	font-size: 20px;
}

@media (max-width: 480px) {
  .fxb { bottom: 10px; }
  .fxb__close { width: 32px; height: 32px; }
}



/** slideMenu
===================================*/
#slideMenu {
	height: 100%;
	background-color: #fff;
}



/** top
===================================*/
.top_contents_old {
	display: none;
}

.top_contents {
	/* display: none; */
}

.top_contents a {
	color: #111;
}

.top_container {
	padding: 0 0px;
	max-width: 860px;
	margin: auto;
}

.top_container_wide {
	padding: 0 13px;
	margin: auto;
}

.hero_movie_bnr_wrap {
}

.hero_movie {
	margin: auto;
}

.main_movie {
}

.featured_banner {
	max-width: 600px;
	margin: auto;
	margin-bottom: 60px;
}

.featured-banner__box + .featured-banner__box {
	margin-top: 16px;
}

.featured-banner__box p {
	font-size: 13px;
	line-height: 1.7;
	margin-top: 12px;
}

.featured_banner a {
}

.section-heading__title {
}

.section-heading__title.visible-sp {
}

.section-heading__en {
}

.featured-banner__link {
}

.featured-banner__link:hover {
}

.featured-banner__image {
}

.section-divider {
}

.post_box {
}

.post_box__inner {
}

.post_detail {
}

.blog_text {
}

.page-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;	
	font-size: 12px;
	padding-inline: 20px;
	padding-top: 10px;
}

ul.page-links__grid {
}

ul.page-links__grid.mode_left {
	text-align: left;
}

ul.page-links__grid.mode_left > li {
}

ul.page-links__grid.mode_left > li a {
}

ul.page-links__grid.mode_left > li a:hover {
}

ul.page-links__grid.mode_right {
	text-align: right;
}

ul.page-links__grid.mode_right > li {
}

ul.page-links__grid.mode_right > li a {
}

ul.page-links__grid.mode_right > li a:hover {
}

.page-links__item {
}

.page-links__link {
}

.page-links__link:hover {
}

.section-divider.v2 {
	margin-top: 30px;
	margin-top: 0px;
}

.follow {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 25px 0;
	margin: 20px 0;
	padding-inline: 20px;
}

.follow_innter {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.follow__header {
}

.follow__label {
}

.follow_links {
}

ul.follow__icons {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

ul.follow__icons > li {
	width: 30px;
}

ul.follow__icons > li a {
}

ul.follow__icons > li a:hover {
}

.follow__icon {
}

.utility-links {
	margin-bottom: 50px;
	padding-inline: 20px;
}

ul.utility-links__list {
	text-align: left;
	font-size: 12px;
}

ul.utility-links__list > li {
}

ul.utility-links__list > li a {
}

ul.utility-links__list > li a:hover {
}

.utility-links__item {
}

.utility-links__link {
}

.utility-links__link:hover {
}

.wide-banner {
	margin-bottom: 100px;
	padding: 0 20px;
}

.wide-banner__link_box {
}

.wide-banner__link_box + .wide-banner__link_box {
	margin-top: 16px;
}

.wide-banner__link {
}

.wide-banner__link:hover {
}

.wide-banner__image {
}

.wide-banner__link_box p {
	font-size: 13px;
	line-height: 1.7;
}

.release {
	margin-bottom: 55px;
}

.release__title {
	font-size: 30px;
	font-family: YuMincho, "游明朝", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "MS PMincho", "ＭＳＰ明朝", "MS Mincho", "ＭＳ明朝", serif;
	font-weight: normal;
	margin-bottom: 40px;
}

.release__embed {
	width: 100vw;
	left: calc((-100vw + 100%) / 2);
	position: relative;
}

.release__iframe {
}

.release__embed_slider_box {
	position: relative;
	padding-bottom: 40px;
}

.release__embed_slider_innder {
}

.release__embed_slider {
}

.release__embed_slider .swiper-pagination {
	margin-top: 40px;
}

.swiper-pagination-bullet-active {
	background: #333;
}


.info_block_area {
	margin-bottom: 85px;
}

.info-block {
	margin-bottom: 50px;
}

.info-block__image-link {
}

.info-block__image-link:hover {
}

.info-block__image {
}

.info-block__text {
	text-align: left;
	padding: 0 5%;
	font-size: 13px;
	line-height: 1.7;
}

.info-block__lead {
}

.info-block__body {
}

.instagram_area {
}

.instagram__box {
}

ul.instagram__list {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
}

ul.instagram__list > li {
	width: 33.333%;
	width: calc(100% / 3 - 4px * 2 / 3);
}

ul.instagram__list > li a {
}

ul.instagram__list > li a:hover {
}

.sb_instagram_header.sbi_medium {
	display: none;
}

div#sbi_images {
	padding: 0 !important;
}

div#sbi_load {
	margin-top: 20px;
}

button.sbi_load_btn {
	cursor: pointer;
}

.footer-image {
	padding: 0 20px 0;
	margin-inline: auto;
	margin-top: 70px;
	margin-bottom: -100px;
	width: 85%;
}

.footer-image__img {
}

.d_title_wrap {
	margin-bottom: 40px;
}

.d_title {
	font-size: 30px;
font-family: YuMincho, "游明朝", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "MS PMincho", "ＭＳＰ明朝", "MS Mincho", "ＭＳ明朝", serif;
font-weight: normal;
}



/** page
===================================*/



/** product
===================================*/



/** product_category
===================================*/



/** single
===================================*/



/** category
===================================*/



/** search
===================================*/



/** 404
===================================*/












/*--------------------------------------------------------------------
  === [MEDIA QUERY] ====================================
--------------------------------------------------------------------*/

/** PC only
===================================*/
@media screen and (min-width: 1230px) {

}/* @media */



/** small-PC
===================================*/
@media screen and (max-width: 1229px) {
.conteiner_l {
}

}/* @media */



/** mini-PC
===================================*/
@media screen and (max-width: 1129px) {
.conteiner_l {
}

}/* @media */



/** Tablet
===================================*/
@media screen and (max-width: 1039px) {
/** tb-base
===================================*/
#TB_ancor {
	color: #f66;
	font-size: 20px;
}



/** tb-header
===================================*/



/** tb-navi
===================================*/



/** tb-eyecatch
===================================*/



/** tb-contents_all
===================================*/



/** tb-side
===================================*/



/** tb-footer
===================================*/



/** tb-slideMenu
===================================*/



/** tb-drawer
===================================*/



/** tb-top
===================================*/



/** tb-page
===================================*/



/** tb-product
===================================*/



/** tb-product_category
===================================*/



/** tb-single
===================================*/



/** tb-category
===================================*/



/** tb-search
===================================*/



/** tb-404
===================================*/



}/* @media */






/** SmartPhone
===================================*/
@media screen and (max-width: 767px) {
/** base
===================================*/
#SP_ancor {
	color: #f66;
	font-size: 20px;
}


/** sp-header
===================================*/
/* header */
header {
	padding-top: 59.5px;
}

#header.header {
	box-shadow: 0 1px 8px #00000033;
	box-shadow: 0 1px 1px #00000022;
}

#header .gNav__unit--logo {
	padding: 10px;
}

.site_header {
}

.header_logo_img {
	width: 80px;
}

.site_logo {
	margin: auto;
	text-align: center;
	padding: 10px 10px 10px;
}

.site_logo a img {
	width: 100px;
	vertical-align: middle;
}

.gNav__link img.site_logo_img {
	width: 100px;
	vertical-align: middle;
}

.breadcrumb {
	text-align: right;
	margin-top: 30px;
	margin-bottom: 0;
}


/** sp-drawer
===================================*/
.header_sideOpenbtn {
	right: 13px;
}

hr.sp_border0 {
	border: 0;
}

img.side_logo_img {
	visibility: hidden;
}



/** sp-navi
===================================*/



/** sp-eyecatch
===================================*/



/** sp-contents_all
===================================*/



/** sp-side
===================================*/



/** sp-footer
===================================*/
#footer {
	background: #f7f7f7;
	padding: 40px 13px 60px;
	margin-top: 50px;
}

.copy {
	text-align: center;
	font-size: 12px;
}

.copy small {
	margin-top: 5px;
}


/** sp-slideMenu
===================================*/






/** sp-top
===================================*/
.hero_movie_bnr_wrap {
	padding-top: 0px;
}

.featured_banner {
	margin-bottom: 0px;
}

.release__title {
	margin-bottom: 30px;
}

.release__embed_slider a:hover {
	opacity: 1;
}

.release__embed_slider a:hover img {
	opacity: 1;
}

ul.instagram__list {
	padding: 0 4.5%;
}

.instagram__b_box {
	padding: 0 4.5%;
}

.featured_banner a:hover img {
	opacity: 1;
}

.footer-image {
	margin-bottom: -50px;
}



/** sp-page
===================================*/



/** sp-product
===================================*/



/** sp-product_category
===================================*/



/** sp-single
===================================*/



/** sp-category
===================================*/



/** sp-search
===================================*/



/** sp-404
===================================*/





}/* @media */





