@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Shippori+Mincho+B1:wght@400;500;600;700;800&display=swap');

html {
	font-size: 62.5%;
}
body {
	color: #1C1B1A;
	font-size: 1.7rem;
	line-height: 1.8;
	font-weight: normal;
	font-family: "ms-mincho", sans-serif;
}
p {
	margin: 0;
}
p:not(:last-child) {
	margin-bottom: 12px;
}
p.img img {
	border-radius: 12px;
}

@media screen and (max-width: 380px) {
	body {
		font-size: 1.6rem;
	}
}


/* ***************************************
 * リンク
 * **************************************/

a {
	color: #000;
	text-decoration: none;
	transition: all .3s ease;
	word-break: break-all;
	cursor: pointer;
}
a:hover {
	opacity: .7;
}
a.noopacity,
a.noopacity img {
	opacity: 1 !important;
}
a img {
	transition: all .3s;
	-webkit-transition: all .3s;
}
a img:hover {
	opacity: .7;
}



/* 別ウィンドウリンク
 * ************************************/

a.tab,
span.tab {
	display: inline-block !important;
	position: relative;
	padding-right: 18px;
	margin-right: 6px;
	line-height: 1;
}
a.tab:after,
span.tab:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background: url(../images/icon-tab.svg) no-repeat;
	background-size: 100%;
	width: 12px;
	height: 12px;
}
a.tab.white:after,
span.tab.white:after {
	background: url(../images/icon/tab.webp) no-repeat;
	background-size: 100%;
}


/* メインボタン */
.btnPage {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	max-width: 350px;
	width: 100%;
	height: 74px;
	border: 1px solid rgba(5, 103, 64, .3);
    border-radius: 4px;
	text-decoration: none;
	position: relative;
	z-index: 0;
}
.btnPage:hover {
	opacity: 1;
	background: #056740;
	color: #FFF;
}



/* ボタンリスト */
ul.btn_list a {
	display: block;
}
ul.btn_list li {
	border-radius: 12px;
    box-shadow: 0 0 14px rgba(102, 102, 102, 0.2);
    transition: all .3s ease;
}
ul.btn_list li:hover {
	transform: translateY(-3px);
}
ul.btn_list a:hover,
ul.btn_list li img:hover {
	opacity: 1;
}



/* テキストリンク */
a.linkText {
	display: inline-block !important;
	padding-bottom: 3px !important;
	border-bottom: 1px solid !important;
}



@media screen and (max-width: 834px) {
	
}
@media screen and (max-width: 560px) {
	/* ボタンリスト */
	ul.btn_list li {
		box-shadow: 0 0 18px rgba(102, 102, 102, 0.2);
	}
}
@media screen and (max-width: 430px) {
}
@media screen and (max-width: 320px) {
}


/* ******************************************************
 * レスポンシブ
 * *************************************************** */

@media screen and (min-width: 769px) {
	.pc {
		display: block !important;
	}
	.sp {
		display: none !important;
	}
}

@media screen and (max-width: 768px) {
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
}


/* ***************************************
 * レイアウト
 * **************************************/


#container {
	width: 100%;
	display: flex;
}
#header {
	position: fixed;
	top: 0;
	left: 0;
	width: calc(50% - 40px);
	height: 100%;
	z-index: 1;
}
#header .site-header {
	width: 100%;
	padding: 0 30px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#header .site-header #logo {
	display: inline-block;
	max-width: 480px;
	min-width: 220px;
	margin: 0;
	line-height: 1;
}
#header .site-header p.description {
	text-align: center;
	font-family: "Noto Sans JP", verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-top: 3px;
	font-size: .7em;
}
#contents {
	background: #fff;
	position: relative;
	width: 50%;
	left: 50%;
	z-index: 1;
}
#contents .main-contents {
	width: 768px;
	box-shadow: 0 0 10px 10px rgba(0,95,120,.1);
	border-right: 1px solid;
    border-left: 1px solid;
		
	}
#contents .main-contents {
    min-height: calc(100vh + 20px);
}
#contents #menubox  {
	width: 41%;
	max-width: 380px;
	}
#container #menubox nav#globalnav {
    position: sticky;
    top: 0;
}


@media screen and (max-width: 1620px) {
	#header {
		width: 40%;
	}
	#contents {
		width: 60%;
		left: 43%;
	}
}
@media screen and (max-width: 1400px) {
	#header {
		width: 35%;
	}
	#contents {
		width: 65%;
		left: 35%;
	}
}
@media screen and (max-width: 1194px) {
	#container {
		flex-direction: column;
	}
	#header {
		position: static;
		width: 100%;
		background: #ededed;
	}
	#header .site-header {
		position: static;
		transform: none;
		padding: 30px 3rem;
	}
	#header .site-header #logo {
		max-width: 220px;
        min-width: auto;
        width: 50%;
	}
	#contents {
		position: static;
		width: 100%;
		background: #ededed;
	}
	#contents .main-contents {
		margin: 0 auto;
		background: #FFF;
		border: 1px solid #000;
	}
}
@media screen and (max-width: 768px) {
	#contents .main-contents {
		width: calc(100% - 60px);
		max-width: 559px;
	}
}
@media screen and (max-width: 768px) {
	#contents .main-contents {
		width: 100%;
		max-width: 100%;
		transform: none;
		box-shadow: none;
		border-right: none;
		border-left: none;
	}
}



main {
	position: relative;
}
main .totop {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 1;
}
.inner {
	max-width: 1240px;
	padding: 0 30px;
	margin: 0 auto;
}
.inside {
	width: 834px;
	margin: 0 auto;
}
.inner_wide {
	max-width: 1920px;
    width: calc(100% - 120px);
	margin: 0 auto;
}


article {
	width: 100%;
}
section {
	padding: 2rem;
}
section.nop {
	padding: 0;
}
.contents {
	margin: 0 auto 0;
	padding: 30px 0 30px;
}

@media screen and (max-width: 1194px) {

}
@media screen and (max-width: 1024px) {

}
@media screen and (max-width: 768px) {
	.inner,
	.inner_wide {
		width: 100%;
		padding: 0 45px;
	}
}
@media screen and (max-width: 559px) {
	main .totop {
		bottom: 18px;
		right: 18px;
	}
}
@media screen and (max-width: 430px) {
	.inner,
	.inner__nr,
	.inner_wide {
		padding: 0 30px;
	}
}
@media screen and (max-width: 380px) {
	.inner,
	.inner__nr,
	.inner_wide {
		padding: 0 20px;
	}
}


/* common
 * ***************************************/

#common .header_flex .header_flex___logo {
	width: calc(100% / 2);
	text-align: center;
}
#common .header_flex .header_flex___logo a {
	display: inline-block !important;
}


@media screen and (max-width: 834px) {
	#common .header_flex {
		flex-direction: row;
	}
	#common .header_flex .header_flex___logo {
		
	}
}


/****************************************
 * 上部固定ヘッダー
*****************************************/

.fixedNav {
	background: #FFF;
	color: #333;
	position: fixed;
	top: -100px;
	left: 0;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	opacity:0;
	z-index: 9;
	box-shadow: 0 0 6px rgb(0 0 0 / 20%);
}

@media screen and (max-width: 560px) {
	.fixedNav {
		display: none;
	}
}



/* ***************************************
 * ヘッダー
 * ***************************************/

header .header-top {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 18px 2.66667vw 0 2.66667vw;
	width: 100%;
	height: auto;
}
header .header-top .header-image {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 350px;
    width: 33%;
	height: 100%;
}
header .header-top .header-image .header-logo {
	max-width: 180px;

}
header .header-top .header-inquiry {
	min-width: 420px;
    display: flex;
    justify-content: flex-end;
}
header .header-top .header-inquiry .header-contacts {
	width: 100%;
}
header .header-top .header-inquiry .header-contacts-flex {
	display: flex;
    align-items: center;
	justify-content: flex-end;
}
header .header-top .header-inquiry .header-contacts-flex .header-contacts___phone {
	display: flex;
    align-items: center;
}
header .header-top .header-inquiry .header-contacts-flex .header-contacts___web {
	margin-left: 18px;
}
header .header-top .header-inquiry .header-contacts a.hb-phone {
	margin-right: 12px;
}
header .header-top .header-inquiry .header-contacts a.hb-phone span {
	font-size: 1.6em;
}
header .header-top .header-inquiry .header-contacts a.hb-web {
	display: inline-block;
    background-color: #056740;
    padding: 9px 30px;
	border-radius: 4px;
}
header .header-top .header-inquiry .header-contacts a.hb-web span {
	color: #FFF;
	font-size: 1.1em;
}

header #navigation {
	background: #FFF;
}
header .header-bottom {
	display: none;
}

@media screen and (max-width: 1441px) {
	header .header-top {
		padding: 18px 1.04167vw 0 1.04167vw;
	}
}
@media screen and (max-width: 768px) {
	header .header-top {
		position: relative;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 18px 0 18px 2.66667vw;
		width: 100%;
	}
	header .header-top .header-image {
		width: auto;
	}
	header .header-top .header-image .header-logo {
		width: 120px;
		max-width: 100%;
	}
	
	header .header-bottom {
		display: block;
	}
	header .header-bottom .header-bottom-flex {
		display: flex;
		justify-content: space-between;
        align-items: stretch;
	}
	header .header-bottom .header-bottom-flex .header-bottom-flex___phone {
		width: 50%;
		background: #ededed;
	}
	header .header-bottom .header-bottom-flex .header-bottom-flex___web {
		width: 50%;
		background: #056740;
		display: flex;
        align-items: center;
        justify-content: center;
	}
	header .header-bottom .header-bottom-flex a {
		display: block;
        text-align: center;
        padding: 18px;
		line-height: 1;
	}
	header .header-bottom .header-bottom-flex .header-bottom-flex___phone a.hb-phone {
		display: flex;
        justify-content: center;
        align-items: center;
	}
	header .header-bottom .header-bottom-flex .header-bottom-flex___phone a.hb-phone span.number {
		font-size: 1.6em;
	}
	header .header-bottom .header-bottom-flex .header-bottom-flex___phone a.hb-phone img.hours {
		margin-left: 12px;
	}
	
	header .header-bottom .header-bottom-flex .header-bottom-flex___web a.hb-web {
		color: #FFF;
	}
	header .header-bottom .header-bottom-flex .header-bottom-flex___web a.hb-web span {
		font-size: 1.2em;
	}
}
@media screen and (max-width: 559px) {
	header .header-top .header-image .header-logo {
		width: 105px;
	}
	header .header-bottom .header-bottom-flex {
		
	}
	header .header-bottom .header-bottom-flex a {
		padding: 18px 0;
	}
	header .header-bottom .header-bottom-flex .header-bottom-flex___phone {
		width: 58%;
	}
	header .header-bottom .header-bottom-flex .header-bottom-flex___phone a.hb-phone span.number {
		font-size: 1.2em;
	}
	header .header-bottom .header-bottom-flex .header-bottom-flex___phone a.hb-phone img.hours {
		margin-left: 12px;
	}
	header .header-bottom .header-bottom-flex .header-bottom-flex___web {
		width: 42%;
	}
	header .header-bottom .header-bottom-flex .header-bottom-flex___web a.hb-web span {
		font-size: 1em;
	}
}
@media screen and (max-width:430px) {
	header .header_flex .header_flex___logo {
		width: 120px;
	}
	header .header-bottom .header-bottom-flex .header-bottom-flex___phone a.hb-phone img.hours {
		margin-left: 6px;
	}
}
@media screen and (max-width: 320px) {
	header .header_flex {
		padding: 18px 18px;
	}
	header .header-bottom .header-bottom-flex .header-bottom-flex___phone a.hb-phone span.number {
		font-size: 1em;
	}
	header .header-bottom .header-bottom-flex .header-bottom-flex___web a.hb-web span {
		font-size: .8em;
	}
}


/****************************************
 * グローバルナビ
 * **************************************/

#container {
	transition: all .6s; /*メニューがズレるときの動き*/
}


nav#globalnav {
	display: block;
	position: fixed;
	top: 0;
	right: -480px;
	bottom: 0;
	width: 480px;
	background: #141414;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	transition: all .5s;
	z-index: 9999;
	opacity: 0;
}
.open nav#globalnav {
	right: 0;
	opacity: 1;
}


/* トグルボタン
*****************************************/
.toggle_btn {
	display: block;
	position: fixed;
	top: 30px;
	right: 30px;
	width: 45px;
	height: 40px;
	background: #141414;
	transition: all .6s;
	cursor: pointer;
	z-index: 9999;
}
.open .toggle_btn {
	right: 510px;
}
.toggle_btn span {
  display: block;
  position: absolute;
  right: 7px;
  width: 30px;
  height: 2px;
  background: #FFF;
  border-radius: 4px;
  transition: all .5s;
}
.toggle_btn span:nth-child(1) {
	top: 9px;
}
.toggle_btn span:nth-child(2) {
	top: 50%;
	transform: translateY(-50%);
}
.toggle_btn span:nth-child(3) {
	bottom: 9px;
}
.open .toggle_btn span {
  background-color: #fff;
}
.open .toggle_btn {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.open .toggle_btn span:nth-child(1), .open .toggle_btn span:nth-child(3) {
  width: 16px;
}
.open .toggle_btn span:nth-child(1) {
  -webkit-transform: translate(1px,4px) rotate(45deg);
  transform: translate(1px,4px) rotate(45deg);
}
.open .toggle_btn span:nth-child(3) {
  -webkit-transform: translate(1px,-4px) rotate(-45deg);
  transform: translate(1px,-4px) rotate(-45deg);
}
.open .toggle_btn.active span:nth-of-type(1),
.open .toggle_btn.active span:nth-of-type(3) {
  width: 20px;
}
.open .toggle_btn.active span:nth-of-type(1) {
  -webkit-transform: translate(31px,13px) rotate(45deg);
  transform: translate(31px,13px) rotate(45deg);
}
.open .toggle_btn.active span:nth-of-type(3) {
  -webkit-transform: translate(31px,-13px) rotate(-45deg);
  transform: translate(31px,-13px) rotate(-45deg);
}
.open #container {
	margin-right: 300px;
}
#mask {
  display: none;
  transition: all .5s;
}
.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .8;
  z-index: 999;
  cursor: pointer;
}

@media screen and (max-width: 380px) {
	.toggle_btn {
		right: 20px;
		top: 20px;
	}
	.open .toggle_btn {
		right: 280px;
	}
	nav.globalnav {
		width: 260px;
	}
	.open header,
	.open main,
	.open footer {
		margin-right: 260px;
	}
}






#globalnav .globalnav-itemset,
#globalnav .globalnav-singleitem {
	width: 100%;
	margin: 0 auto;
	font-family: "Noto Sans JP", verdana,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	border-bottom: 1px solid #ededed;
}
#globalnav .globalnav-itemset .globalnav-header {
	background-color: #141414;
	color: #FFF;
	line-height: 1.2;
	padding: 12px 30px;
	position: relative;
	z-index: +1;
	cursor: pointer;
	transition-duration: 0.2s;
}
#globalnav .globalnav-itemset .globalnav-header:hover {
	opacity: .8;
}
#globalnav .globalnav-itemset .globalnav-header .iconBox {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	right: 5%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transform-origin: center center;
	transition-duration: 0.2s;
}
#globalnav .globalnav-itemset .globalnav-header .iconBox .icon {
	display: block;
	width: 14px;
	height: 14px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transform-origin: center center;
	transition-duration: 0.2s;
	position: relative;
}
#globalnav .globalnav-itemset .globalnav-header.open .icon {
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg);
}
#globalnav .globalnav-itemset .globalnav-header .icon:before,
#globalnav .globalnav-itemset .globalnav-header .icon:after {
	display: flex;
	content: '';
	background-color: #fff;
	border-radius: 10px;
	width: 14px;
	height: 2px;
	position: absolute;
	top: 6px;
	left: 0;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transform-origin: center center;
}
#globalnav .globalnav-itemset .globalnav-header .icon:before {
	width: 2px;
	height: 14px;
	top: 0;
	left: 6px;
}
#globalnav .globalnav-itemset .globalnav-header.open .icon:before {
	content: none;
}
#globalnav .globalnav-itemset .globalnav-header.open .icon:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#globalnav .globalnav-itemset .globalnav-item-inner {
	display: none;
	padding: 2rem;
	background: #fafafa;
}
#globalnav .globalnav-itemset .globalnav-item-inner .globalnav-itemset-items {
	overflow-y: scroll;
	min-height: 220px;
	max-height: 480px;
	height: 21vh;
	
	overflow-x: auto;
	white-space: nowrap;
	padding: 0 12px 12px 0;
}
#globalnav .globalnav-itemset .globalnav-item-inner .globalnav-itemset-items::-webkit-scrollbar {
	width: 3px; /* 縦のスクロール */
	height: 3px; /* 横のスクロール */
}
#globalnav .globalnav-itemset .globalnav-item-inner .globalnav-itemset-items::-webkit-scrollbar-track-piece {
	background-color: #ededed; /* Safari 背景色 */
}
#globalnav .globalnav-itemset .globalnav-item-inner .globalnav-itemset-items::-webkit-scrollbar-thumb {
	background-color: #000; /* Safari スクロールバーのつまみの色 */
	border: 3px solid #000; /* Safari スクロールバーのつまみの枠色 */
	border-radius: 12px;
	background-clip: content-box;
}

#globalnav .globalnav-itemset ul.nav-items li {
	line-height: 1.4;
}

/* カテゴリ */
/* 制作国 */
#globalnav .globalnav-itemset ul.nav-items.categories,
#globalnav .globalnav-itemset ul.nav-items.countries {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}
#globalnav .globalnav-itemset ul.nav-items.categories li,
#globalnav .globalnav-itemset ul.nav-items.countries li {
	line-height: 1.4;
	margin-top: 9px;
}
#globalnav .globalnav-itemset ul.nav-items.categories li:nth-child(1),
#globalnav .globalnav-itemset ul.nav-items.categories li:nth-child(2),
#globalnav .globalnav-itemset ul.nav-items.countries li:nth-child(1),
#globalnav .globalnav-itemset ul.nav-items.countries li:nth-child(2) {
	margin-top: 0;
}
/* 制作年 */
#globalnav .globalnav-itemset ul.nav-items.years {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}
#globalnav .globalnav-itemset ul.nav-items.years li {
	margin-top: 9px;
}
#globalnav .globalnav-itemset ul.nav-items.years li:nth-child(1),
#globalnav .globalnav-itemset ul.nav-items.years li:nth-child(2),
#globalnav .globalnav-itemset ul.nav-items.years li:nth-child(3) {
	margin-top: 0;
}
/* 監督 */
/* 俳優 */
#globalnav .globalnav-itemset ul.nav-items.directors,
#globalnav .globalnav-itemset ul.nav-items.actors {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	font-size: .8em;
}
#globalnav .globalnav-itemset ul.nav-items.directors li:not(:first-child),
#globalnav .globalnav-itemset ul.nav-items.actors li:not(:first-child) {
	margin-top: 9px;
}
#globalnav .globalnav-itemset ul.nav-items.directors span,
#globalnav .globalnav-itemset ul.nav-items.actors span {
	font-size: .8em;
}
/* 映画賞 */
/* アニメ */
/* そのほか */
#globalnav .globalnav-itemset ul.nav-items.awards,
#globalnav .globalnav-itemset ul.nav-items.anime,
#globalnav .globalnav-itemset ul.nav-items.others {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
}
#globalnav .globalnav-itemset ul.nav-items.awards li:not(:first-child),
#globalnav .globalnav-itemset ul.nav-items.anime li:not(:first-child),
#globalnav .globalnav-itemset ul.nav-items.others li:not(:first-child) {
	margin-top: 9px;
}

#globalnav .globalnav-singleitem {
	background-color: #141414;
	color: #FFF;
	line-height: 1.2;
	padding: 0;
	position: relative;
	z-index: +1;
	cursor: pointer;
	transition-duration: 0.2s;
}
#globalnav .globalnav-singleitem ul.nav-items li {
	padding: 12px 30px;
}
#globalnav .globalnav-singleitem ul.nav-items li:not(:last-child) {
	border-bottom: 1px solid #ededed;
}
#globalnav .globalnav-singleitem ul.nav-items li a {
	color: #FFF;
}




@media screen and (max-width: 1024px) {
  .s_02 .accordion_one .accordion_header {
    font-size: 18px;
  }
  .s_02 .accordion_one .accordion_header .i_box {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}
@media screen and (max-width: 767px) {
  .s_02 .accordion_one .accordion_header {
    font-size: 16px;
    text-align: left;
    padding: 15px 60px 15px 15px;
  }
}

/* ハンバーガー 
 * **************************************/

nav.general .toggle_btn {
	display: block;
	position: fixed;
	top: 60px;
	right: 60px;
	width: 60px;
	height: 30px;
	transform: translate(0, 0);
	transition: all .5s;
	cursor: pointer;
	z-index: 3;
}
nav.general .open .toggle_btn {
	right: 330px;
}
nav.general .toggle_btn span {
	display: block;
	position: absolute;
	right: 0;
	width: 30px;
	height: 2px;
	background-color: #FFF;
	transition: all .5s;
}
nav.general .toggle_btn span:nth-child(1) {
	top: 5px;
	width: 60px;
	animation: equalizer01 7000ms infinite;
}
nav.general .toggle_btn span:nth-child(2) {
	top: 15px;
	width: 30px;
	animation: equalizer02 5000ms infinite;
	animation-delay: 0.33s;
}
nav.general .toggle_btn span:nth-child(3) {
	top: 25px;
	width: 20px;
	animation: equalizer02 5000ms infinite;
}
nav.general .open .toggle_btn span {
	background-color: #fff;
	width: 30px;
}
nav.general .open .toggle_btn span:nth-child(1) {
	transform: translate(0, 10px) rotate(-45deg);
	animation: unset;
}
nav.general .open .toggle_btn span:nth-child(2) {
	opacity: 0;
	animation: unset;
}
nav.general .open .toggle_btn span:nth-child(3) {
	transform: translate(0, -10px) rotate(45deg);
	animation: unset;
}

@keyframes equalizer01 {
	0% { width: 70%; }
	10% { width: 50%; }
	20% { width: 100%; }
	30% { width: 10%; }
	40% { width: 50%; }
	50% { width: 70%; }
	60% { width: 50%; }
	70% { width: 10%; }
	80% { width: 100%; }
	90% { width: 10%; }
	100% { width: 70%; }
}
@keyframes equalizer02 {
	0% { width: 30%; }
	10% { width: 20%; }
	20% { width: 40%; }
	30% { width: 10%; }
	40% { width: 20%; }
	50% { width: 30%; }
	60% { width: 20%; }
	70% { width: 10%; }
	80% { width: 40%; }
	90% { width: 10%; }
	100% { width: 30%; }
}

@media screen and (max-width: 768px) {
	nav#globalnav {
		right: -420px;
		width: 420px;
	}
	.open .toggle_btn {
		right: 440px;
	}
}
@media screen and (max-width: 559px) {
	nav#globalnav {
		right: -380px;
		width: 380px;
	}
	.open .toggle_btn {
		right: 410px;
	}
}
@media screen and (max-width: 430px) {
	nav#globalnav {
		right: -300px;
		width: 300px;
	}
	.open .toggle_btn {
		right: 318px;
	}
}
@media screen and (max-width: 380px) {
	nav#globalnav {
		right: -240px;
		width: 240px;
	}
	.open .toggle_btn {
		right: 258px;
	}
}
@media screen and (max-width: 380px) {
	nav.general .open .toggle_btn {
		right: 260px;
	}
}
@media screen and (max-width: 320px) {
	nav.general .open .toggle_btn {
		right: 250px;
	}
}



/* マスク 
 * **************************************/

nav.general #mask {
	visibility: hidden;
	opacity: 0;
	transition: all .3s ease;
}
nav.general .open #mask {
	visibility: visible;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .7;
	z-index: 2;
	transition: all .3s ease;
	cursor: pointer;
}


@media screen and (max-width: 1024px) {
	
}



/* ***************************************
 * H見出し
 * **************************************/

h1, h2, h3, h4, h5, h6 {
	font-family: "Noto Sans JP", verdana,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-weight: 400;
	line-height: 1.4;
	margin: 0 0 30px 0;
	text-align: center;
	color: #000;
}

h1 { font-size: 2.6rem; margin: 0; }
h2 { font-size: 2.6rem; }
h3 { font-size: 2.6rem; }
h4 { font-size: 2.2rem; }

.page-title {
	
}
.page-title span {
	display: block;
	font-family: "rift-soft", sans-serif;
    font-weight: 500;
	font-size: .7em;
	color: #aaa;
}

@media screen and (max-width: 1194px) {
	h1 { font-size: 1em; }
}
@media screen and (max-width: 559px) {
	h1 { font-size: 1em; }
	h2 { font-size: 2.4rem; }
	h3 { font-size: 2.2rem; }
	h4 { font-size: 2rem; }
}
@media screen and (max-width: 430px) {
	h1 { font-size: 1em; }
	h2 { font-size: 2.2rem; }
	h3 { font-size: 2.2rem; }
	h4 { font-size: 2rem; }
}
@media screen and (max-width: 380px) {
	h1, h2, h3, h4, h5, h6 {
		margin: 0 0 18px 0;
	}
	h1 { font-size: 2rem; }
	h2 { font-size: 2rem; }
	h3 { font-size: 2rem; }
	h4 { font-size: 1.8rem; }
}


/****************************************
 * パンくず
 * **************************************/

.breadcrumbs_area {
	margin-top: 6px;
}
.breadcrumbs {
	text-align: center;
	font-size: .7em;
	font-family: "Noto Sans JP", verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #aaa;
}
.breadcrumbs a {
	color: #aaa;
}
.breadcrumbs span.hyphen {
	padding: 0 12px;
}
.breadcrumbs span.current-item {
	color: #aaa;
}

@media screen and (max-width: 560px) {
	.breadcrumbs {
		overflow-x: auto;
		white-space: nowrap;
	}
}
@media screen and (max-width: 560px) {
	
}



/****************************************
 * 共通
 * ****************************************/

/*スライドイン
 * ****************************************/

.slideinSlow {
	animation: SlideInSlow 2s;
}
@keyframes SlideInSlow {
	0% {
		opacity: 0;
		transform: translateX(64px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
.slideinSlow2 {
	animation: SlideInSlow2 2.8s;
}
@keyframes SlideInSlow2 {
	0% {
		opacity: 0;
		transform: translateX(128px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}




/*見出し
*****************************************/
.page_topimage h2.topimage_title {
	text-align: center;
	font-size: 2.6em;
	color: #FFF;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin: auto;
	transform: translateY(-50%) translateX(0);
}
.page_topimage h2.topimage_title span {
	display: block;
	text-transform: uppercase;
	font-size: .5em;
	font-weight: bold;
}

@media screen and (max-width: 560px) {
	.page_topimage h2.topimage_title {
		font-size: 2em;
	}
	.pagecontents_title {
		font-size: 1.3rem;
		padding-left: 30px;
	}
}
@media screen and (max-width: 430px) {
	.page_topimage h2.topimage_title {
		font-size: 1.8em;
	}
	.pagecontents_title {
		padding-left: 0;
	}
}
@media screen and (max-width: 320px) {
	.page_topimage h2.topimage_title {
		font-size: 1.6em;
	}
}


/* ボタンボックス
 * ***************************************/

.btnBox {
	text-align: center;
	margin-top: 60px;
	position: relative;
	z-index: 0;
}
.btnBox.m0 {
	margin-top: 0;
}
.btnBox.m30 {
	margin-top: 30px;
}
.button_box.left {
	text-align: left;
}
.button_box.right {
	text-align: right;
}
.button_box a {
	text-decoration: none !important;
}



@media screen and (max-width: 430px) {
	.button_box {
		margin-top: 30px;
	}
}


/* 上付き
 * ***************************************/

.sup {
	display: inline !important;
	vertical-align: top !important;
	font-size: .8em !important;
}


/* 小さい字
 * ***************************************/

.small {
	font-size: .8em;
}



/* ページ内ジャンプ
 * ***************************************/

ul.jump_list {
	list-style: none;
	margin: -45px auto 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
ul.jump_list li {
	width: calc(100% / 4 - 18px);
    margin: 30px 24px 0 0;
	padding-left: 18px;
	border-bottom: 1px solid #285063;
	position: relative;
}
ul.jump_list li:nth-child(4n) {
	margin-right: 0;
}
ul.jump_list li:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 1em;
	transform: translateY(-50%);
	background: url(../images/common/icon_arrowMain.webp) no-repeat;
	background-size: 100%;
	background-position: center;
	width: 16px;
	height: 16px;
}
ul.jump_list li a {
	overflow: hidden;
	display: block;
	height: 100%;
	padding: 12px 18px 12px 26px;
}
ul.jump_list li a:hover {
	opacity: 1;
	font-weight: bold;
}
ul.jump_list li .jump_flex {
	
}
ul.jump_list li .jump_flex .jump_flex___img {
	
}
ul.jump_list li .jump_flex .jump_flex___txt {
	padding: 30px;
}
ul.jump_list li .jump_flex .jump_flex___txt p.jump_flex___txt_title {
	text-align: center;
	font-size: 1.3rem;
	font-weight: bold;
	margin-bottom: 18px;
	color: #568A35;
}


@media screen and (max-width: 768px) {
	ul.jump_list {
		width: 100%;
		margin: -26px auto 0;
	}
	ul.jump_list li {
		width: calc(100% / 2 - 12px);
		margin: 26px 24px 0 0;
	}
}
@media screen and (max-width: 560px) {
	ul.jump_list {
		margin: -18px 0 0 0;
	}
	ul.jump_list li {
		width: 100%;
		margin: 18px 0 0 0;
	}
	ul.jump_list li .jump_flex {
		display: flex;
		align-items: center;
	}
	ul.jump_list li .jump_flex .jump_flex___img {
		width: 150px;
	}
	ul.jump_list li .jump_flex .jump_flex___txt {
		width: calc(100% - 150px);
		padding: 0 0 0 30px;
	}
	ul.jump_list li .jump_flex .jump_flex___txt p.jump_flex___txt_title {
		text-align: left;
		margin: 0;
		font-size: 1.1rem;
	}
}
@media screen and (max-width: 430px) {
	ul.jump_list li .jump_flex .jump_flex___img {
		width: 105px;
	}
	ul.jump_list li .jump_flex .jump_flex___txt {
		width: calc(100% - 105px);
		padding: 0 0 0 18px;
	}
	ul.jump_list li .jump_flex .jump_flex___txt p.jump_flex___txt_title {
		text-align: left;
		margin: 0;
		font-size: .9rem;
	}
}


p.ready {
	text-align: center;
	font-family: 'ShipporiMinchoB1', serif;
	font-size: 1.12rem;
}



/****************************************
 * テキスト
 * *************************************/

span.price {
	font-size: 4rem;
	margin-left: 12px;
	display: inline-block !important;
}
span.yen {
	font-size: 3rem;
	margin-left: 6px;
	display: inline-block !important;
}

span.moya {
	display: inline-block;
	position: relative;
}
span.moya:before {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(275deg, #FFE5F3 0%, #FFE5F3 50%, #FFE5F3 100%);
    filter: blur(30px);
	z-index: -1;
}

@media screen and (max-width: 834px) {
	span.price {
		font-size: 3rem;
	}
	span.yen {
		font-size: 2rem;
	}
}
@media screen and (max-width: 560px) {
	span.price {
		font-size: 2.6rem;
	}
	span.yen {
		font-size: 1.8rem;
	}
}
@media screen and (max-width: 430px) {
}
@media screen and (max-width: 320px) {
}



/* キャラクターの案内 */

b.magenta {
	color: #E4007F;
}
b.or {
	color: #fe5f14;
}
b.blue {
	color: #093A69;
}



/***************************************
 * ページナビゲーション
 * *************************************/

nav.navigation {
	overflow: hidden;
	float: none;
	max-width: 100%;
	text-align: center;
	padding: 0;
	margin: 60px 0 0;
}
nav.navigation h2.screen-reader-text {
	display: none;
}
nav.navigation .nav-links {
	width: 100%;
	display: flex;
    justify-content: center;
}
nav.navigation .page-numbers {
	display: inline-block;
	margin: 0 9px;
	padding: 0 1em;
	border-radius: 4px;
	width: auto;
	height: 48px;
	line-height: 48px;
}
nav.navigation .nav-links span.current {
	background: #000;
	color: #FFF;
	font-family: "rift-soft", sans-serif;
    font-weight: normal;
}
nav.navigation a {
	display: inline-block !important;
	color: #FFF;
	font-family: "rift-soft", sans-serif;
    font-weight: normal;
}
nav.navigation .nav-links a.page-numbers {
	background: #ededed;
	color: #000;
}
nav.navigation .nav-links a.prev,
nav.navigation .nav-links a.next {
	width: auto;
}

@media screen and (max-width: 559px) {
	nav.navigation .page-numbers {
		margin: 0 6px;
		padding: 0 6px;
	}
	nav.navigation .nav-links a.prev,
	nav.navigation .nav-links a.next {
		background: none;
	}
}


/****************************************
 * フォーム
*****************************************/

/* iOSリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
}
button,
input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
}

/*フォーム*/
textarea {
	overflow: auto;
	resize: vertical;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
textarea {
	font-family: sans-serif;
	font-size: 1em;
	margin: 0;
	padding: 18px;
	width: 100%;
	max-width: 100%;
	outline: none;
	color: #000;
	vertical-align: bottom;
	transition: .3s;
	letter-spacing: 1px;
	border-radius: 6px;
	border: 1px solid #ededed;
	background: #FFF;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
textarea:focus {
	background: #fafafa;
	border: 1px solid #999;
	outline: none;
}
select {
	position: relative;
	width: 100%;
	min-width: 75px;
	padding: 18px 22px 18px 12px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #ededed;
	background: #fff url(../images/common/select.webp) no-repeat;
	background-position: right 1em center;
    background-size: 12px, 100%;
	font-size: 1em;
	color: #000;
	border-radius: 6px;
}

/*ボタン*/
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"],
.button:before,
button:before,
input[type="submit"]:before,
input[type="reset"]:before,
input[type="button"]:before,
.button:after,
button:after,
input[type="submit"]:after,
input[type="reset"]:after,
input[type="button"]:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	display: inline-block;
	padding: 10px 20px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
	background-color: #E4007F;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	text-align: center;
	transition: background-color 0.3s ease;
}
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	background-color: #023521;
}
.button:before,
button:before,
input[type="submit"]:before,
input[type="reset"]:before,
input[type="button"]:before,
.button:after,
button:after,
input[type="submit"]:after,
input[type="reset"]:after,
input[type="button"]:after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

@media screen and (max-width: 559px) {
	.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		display: block;
		margin: 0 auto;
		padding: 0 3.5em;
		line-height: 60px;
		border-radius: 60px;
	}
}
@media screen and (max-width: 380px) {
	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="search"],
	textarea {
		padding: 15px;
	}
	select {
		padding: 15px 22px 15px 12px;
	}
}
@media screen and (max-width: 320px) {
	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="search"],
	textarea {
		padding: 12px;
	}
	select {
		padding: 12px 22px 12px 9px;
	}
}


input[type="radio"],
input[type="checkbox"] {
	width: 18px;
	height: 18px;
	padding: 0 !important;
	margin: 0 6px 0 0;
}

@media screen and (max-width: 1194px) {
	input[type="radio"],
	input[type="checkbox"] {
		
	}
}
@media screen and (max-width: 960px) {
}
@media screen and (max-width: 834px) {
}
@media screen and (max-width: 560px) {
}
@media screen and (max-width: 430px) {
}
@media screen and (max-width: 320px) {
}



/****************************************
 * フォーム送信後の完了ページ
 * **************************************/

#completed .completedMessage {
	    text-align: center;
}







/****************************************
 * WPネイティブCSS
 * **************************************/

.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.wp-block-image {
	margin: 30px 0;
}
.wp-block-image figcaption {}
img[class*="wp-image-"],
img[class*="attachment-"] {
	max-width: 100%;
	height: auto;
}
img.alignright {
	display: block;
	margin: 0 0 0 auto;
}
img.alignleft {
	display: block;
	margin: 0 auto 0 0;
}
img.aligncenter {
	display: block;
	margin: 0 auto;
}
blockquote {
	display: block;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 40px;
	-webkit-margin-end: 40px;
	margin: 50px;
	border-left: 1px solid #ededed;
	padding-left: 30px;
}
cite {
	font-size: .8em;
}
cite a {
	display: inline-block;
	color: #005CB5;
	border-bottom: 1px solid #005CB5;
}

/* clearfix */
.clearfix {
	overflow: hidden;
	zoom: 1;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

@media screen and (max-width: 560px) {
	blockquote {
		margin: 30px;
	}
	.wp-block-image {
		margin: 0;
	}
}



/*****************************************
 * フッター
 * ***************************************/

footer {
	padding: 2rem;
	background: #F6F5F8;
	border-top: 1px solid;
}
footer .footer-top {
	padding: 60px 0;
	background: #023521;
}
footer .footer-bottom {
	background: #fafafa;
	padding: 18px 0;
	font-size: .8em;
}

@media screen and (max-width: 1194px) {
	
}


footer .footer-nav {
	
}
footer .footer-nav ul.footer-nav-items {
	
}
footer .footer-nav ul.footer-nav-items li {
	display: inline-block;
	font-size: .8em;
}
footer .footer-nav ul.footer-nav-items li:not(:last-child):after {
	content: "／";
}
footer .footer-nav-legal {
	    margin-top: 18px;
}
footer .footer-nav-legal ul.footer-nav-legal-items {
	text-align: right;
}
footer .footer-nav-legal ul.footer-nav-legal-items li {
	display: inline-block;
	font-size: .7em;
}
footer .footer-nav-legal ul.footer-nav-legal-items li:first-child {
	margin-right: 12px;
}




.footer-bottom-flex {
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-bottom-flex .footer-bottom-flex___copy {
	color: #666;
}
.footer-bottom-flex .footer-bottom-flex___must {
	display: flex;
    align-items: center;
}
.footer-bottom-flex .footer-bottom-flex___must a {
	display: block;
	color: #000;
}
.footer-bottom-flex .footer-bottom-flex___must a:nth-child(n+2) {
	margin-left: 2em;
}

.footer-copyright {
	display: block;
	text-align: center;
	margin-top: 30px;
}
.footer-copyright #copyright {
	font-size: .7em;
	font-family: "Noto Sans JP", verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.footer-bottom-copyright {
	display: none;
}

@media screen and (max-width: 1194px) {
	.footer-copyright {
		display: none;
	}
	.footer-bottom-copyright {
		display: block;
		text-align: center;
		padding: 30px;
	}
	.footer-bottom-copyright #copyright {
		font-size: .7em;
		font-family: "Noto Sans JP", verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
	
}
@media screen and (max-width: 1024px) {
	
}
@media screen and (max-width: 768px) {
	
	footer .navigation-fnav ul.fnav {
		width: 480px;
		        margin-right: 0;
	}
	
	
	.footer-bottom-flex {	
        flex-direction: column-reverse;
	}
	.footer-bottom-flex .footer-bottom-flex___copy {
		margin-top: 30px;
	}
}
@media screen and (max-width: 559px) {
	footer .navigation-fnav ul.fnav {
		width: 100%;
	}
	
	footer .footer-top .footer-topLogo {
		margin-top: 60px;
	}
	footer .footer-topLogo img.footer-logo {
		width: 150px;
	}
	
	
	
	
}
@media screen and (max-width: 430px) {
	footer .footer-topLogo img.footer-logo {
		width: 120px;
	}
}
@media screen and (max-width: 320px) {
	footer .footer-topLogo img.footer-logo {
		width: 105px;
	}
}





/****************************************
 * ログインユーザー 編集
 * **************************************/

.edit {
	margin-top: 30px;
	text-align: right;
}
.edit .edit_user {
	font-size: 1rem;
	margin: 0;
}
.edit a.editURL {
	font-size: 1.2rem;
	border-bottom: 1px solid;
}



