@charset "UTF-8";

@import url("//hello.myfonts.net/count/3ab107");
@import url("//hello.myfonts.net/count/3ae6b4");

  
@font-face {font-family: 'AvantGardeGothicITCW02Bk';src: url('../webfonts/3AE6B4_0_0.eot');src: url('../webfonts/3AE6B4_0_0.eot?#iefix') format('embedded-opentype'),url('../webfonts/3AE6B4_0_0.woff2') format('woff2'),url('../webfonts/3AE6B4_0_0.woff') format('woff'),url('../webfonts/3AE6B4_0_0.ttf') format('truetype');}
@font-face {font-family: 'ITCAvantGardeW04-Demi';src: url('../webfonts/3AB107_0_0.eot');src: url('../webfonts/3AB107_0_0.eot?#iefix') format('embedded-opentype'),url('../webfonts/3AB107_0_0.woff2') format('woff2'),url('../webfonts/3AB107_0_0.woff') format('woff'),url('../webfonts/3AB107_0_0.ttf') format('truetype');}


/* ======================================================
-----mainContents------------------------------------
=========================================================*/
* {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		 -o-box-sizing: border-box;
		-ms-box-sizing: border-box;
			box-sizing: border-box;
}
html {
	margin : 0;
	padding : 0;
	font-size:62.5%;
}
body {
	margin : 0;
	padding : 0;
	width : 100%;
	height:100%;
	font-family: "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
	font-size: 1.4rem;
	color:#000;
	border: 20px #E64E46 solid;
	line-height:1.8;
	z-index: 1;
	-webkit-text-size-adjust:none;
	background-color:#FFF;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: auto | grayscale;
	font-feature-settings : "palt";
}
body.en {
	font-family:'AvantGardeGothicITCW02Bk', sans-serif;
	letter-spacing: 0.1em;
}
a {
	display: block;
	color:#000;
	text-decoration: none;
	word-break: break-word;
  -webkit-transition:0.2s;
  transition: 0.2s;
}
img {
	width: 100%;
	height: auto;
	display: block;
	vertical-align: text-bottom;
}

li{
	list-style:none;
}
/* SVG */
.svg-block {
  display: block;
}
object {
	pointer-events: none;
}
.svg-link object {
	overflow:visible;
}
/* SVG */
svg {
	width: 100%;
	height: 100%;
}
::selection {
 background: #999;
 color:#FFF;
}
::-moz-selection {
 background: #999;
 color:#FFF;
}
form ::selection {
 background: #999;
 color:#FFF;
}
form ::-moz-selection {
 background: #999;
 color:#FFF;
}

:focus {
	outline: 0;
}

.nolink {
	cursor: none;
}
.br_sp {
	display: none;
}
.br_pc {
	display: inline-block;
}


/*---Animation */
.anime .obj {
	-webkit-transition: 0.8s;
	transition: 0.8s;
/*	-webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
	transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
*/
	-webkit-transform: translate3d(0,60px,0);
	transform: translate3d(0,60px,0);
	opacity: 0;
}
.anime.active .obj {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	opacity: 1;
}

/*---Flex box */
.flex {
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	align-items:center;
}
.flex_center {
	-webkit-justify-content: center;
	justify-content: center;
}
.flex_left {
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.flex_right {
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.flex_top {
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.flex_bottom {
	-webkit-align-items: flex-end;
	align-items: flex-end;
}
.flex_stretch {
	-webkit-align-items: stretch;
	align-items: stretch;
}
.flexself_center {
	-webkit-align-self: center;
	align-self: center;
}
.flexself_left {
	-webkit-align-self: flex-start;
	align-self: flex-start;
}
.flexself_right {
	-webkit-align-self: flex-end;
	align-self: flex-end;
}

.bg_cover {
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.fix_img {
	width: 100%;
	position: relative;
	background-attachment: fixed;
}


/* ***** Form **************** */
input,
textarea,
select {
	width: 100%;
	padding: 10px;
	font-size:inherit;
	font-size: 1.4rem;
	line-height: 1.4;
	-webkit-appearance: none;
	border: 1px #ECECEC solid;
	border-radius: 0;
	color: #000;
	vertical-align: middle;
	background-color: transparent;
	background: #FFF;
	font-family: "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
}
:placeholder-shown {
	font-family: "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
	line-height: 1;
}
::-webkit-input-placeholder {
	font-family: "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
	line-height: 1;
	padding-top: 0.3em;
}
:-moz-placeholder {
	font-family: "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
	line-height: 1;
}
::-moz-placeholder {
	font-family: "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
	line-height: 1;
}
:-ms-input-placeholder {
	font-family: "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
	line-height: 1;
}
::-ms-input-placeholder {
	font-family: "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
	line-height: 1;
}

.searchbox :placeholder-shown {
	color: #FFF;
}
.searchbox ::-webkit-input-placeholder {
	color: #FFF;
}
.searchbox :-moz-placeholder {
	color: #FFF;
}
.searchbox ::-moz-placeholder {
	color: #FFF;
}
.searchbox :-ms-input-placeholder {
	color: #FFF;
}
.searchbox ::-ms-input-placeholder {
	color: #FFF;
}

.wpcf7 label {
	color: #FFF;
}
.wpcf7 .ajax-loader {
	background-image:url(../img/loading.gif) !important;
	background-size: cover;
	display: none !important;
}
.wpcf7 .ajax-loader:first-of-type {
	display: inline-block !important;
}
.wpcf7 span.wpcf7-not-valid-tip,
.wpcf7 div.wpcf7-response-output {
	width: 100%;
	height: 0;
	float: none;
	line-height: 1.4;
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: 0;
	text-align: right;
}
.wpcf7 div.wpcf7-response-output {
	width: 100%;
	margin: 0;
	padding: 5px 0;
	border: 0;
	color: #E64E46;
	border: 0;
	text-align: left;
}
.wpcf7 input.wpcf7-reset,
.wpcf7 input.wpcf7-submit {
	width: 150px;
	height: 40px;
	display: block;
	margin-top: 30px;
	padding-top: 13px;
	font-family:'ITCAvantGardeW04-Demi', sans-serif;
	text-align: center;
	line-height: 1;
	letter-spacing: 0.3em;
	border: 0;
	color: #FFF;
	background: #E64E46;
	transition: .3s;
	-webkit-transition: .3s;
}
.wpcf7 input.wpcf7-reset:hover,
.wpcf7 input.wpcf7-submit:hover {
	opacity: 0.6;
}


.input-effect {
	position: relative;
	margin-bottom: 5rem;
}
.input-effect br {
	display: none;
}
.inpt_efct {
	border: 0;
	padding: 5px 0;
	border-bottom: 1px solid #ECECEC;
	background-color: transparent;
}
.inpt_efct ~ .focus-border{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #E64E46;
	transition: .3s;
	-webkit-transition: .3s;
}
.inpt_efct:focus,
.has-content.inpt_efct {
	border-bottom: 0;
}
.inpt_efct:focus ~ .focus-border,
.has-content.inpt_efct ~ .focus-border{
	width: 100%;
}
.inpt_efct ~ label{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	transition: .3s;
	-webkit-transition: .3s;
}
.inpt_efct:focus ~ label,
.has-content.inpt_efct ~ label{
	top: -2rem;
	font-size: 90%;
	color: #E64E46;
}

.select_block {
	width: 100%;
	max-width: 350px;
	position: relative;
	margin-bottom: 5rem;
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	align-items:center;
}
.select_block label {
	width: 40%;
}
.select_block input,
.select_block input:focus,
.select_block select {
	width: 60%;
	position: relative;
	padding: 5px;
	border: 0;
	border-bottom: 1px #ECECEC solid;
}
.select_block:after {
	content:'';
	display: block;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 50%;
	right: 0;
	border-right: 1px #ECECEC solid;
	border-bottom: 1px #ECECEC solid;
	-webkit-transform: translate3d(0,-50%,0) rotate(45deg);
	transform: translate3d(0,-50%,0) rotate(45deg);
}

.flatpickr-calendar select {
	color: #000;
	border: 0;
}

input[type=radio], input[type=checkbox] {
  display: none;
}
.radio,
.checkbox {
	width: 100%;
	position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  transition: .3s;
}

/* --- input normal --- */
.radio .wpcf7-list-item,
.checkbox .wpcf7-list-item {
	display: inline-block;
	position: relative;
	margin: 0;
	padding-right: 20px;
	padding-bottom: 10px;
}
.radio .wpcf7-list-item-label,
.checkbox .wpcf7-list-item-label {
	position: relative;
	display: block;
  padding-left: 26px;
	border: 0;
	text-align: left;
	line-height: 20px;
}
.radio .wpcf7-list-item-label:after,
.checkbox .wpcf7-list-item-label:after {
  content: '';
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background: #FFF;
  transition: 0.3s;
}
.radio .wpcf7-list-item-label:before,
.checkbox .wpcf7-list-item-label:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #E64E46;
  opacity: 0;
  transition: 0.3s;
  z-index: 1;
}
/*.checkbox .wpcf7-list-item-label:before {
  content: '';
  width: 7px;
  height: 11px;
  display: block;
  position: absolute;
  top: 50%;
  left: 6px;
  margin-top: -10px;
  border-right: 2px solid #DDD;
  border-bottom: 2px solid #DDD;
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: 0.3s;
}
*/
input[type=radio]:checked + .wpcf7-list-item-label:before,
input[type=checkbox]:checked + .wpcf7-list-item-label:before {
  opacity: 1;
}


/* ***** Navigation **************** */
#page_navigation {
	width: 60%;
	margin: 0 auto;
	padding-top: 100px;
	font-size: 1.4rem;
	display: block;
}
#page_navigation.sp {
	display: none;
}
#page_navigation p,
#page_navigation a {
	width: 25%;
	text-align: center;
	text-decoration: underline;
}
#page_navigation a.pj {
	width: 50%;
}
#page_navigation p.prev,
#page_navigation a.prev {
	width: 25%;
	text-align: left;
}
#page_navigation p.next,
#page_navigation a.next {
	width: 25%;
	text-align: right;
}
#page_navigation a.no_a {
	width: 0;
}
#page_navigation a:hover {
	color: #E64E46;
}


/* ***** Common **************** */
/* ーーー Footer 最下部 ーーー */
#wrapper {
	display: flex;
	min-height: 100vh;
	flex-direction: column;
}
#container{
	flex-grow: 1;
}
.pc {
	display: inline;
}
.sp {
	display: none;
}

/* ***** Footer **************** */
#footer {
	width: 100%;
	position: relative;
	background: #E64E46;
}
#footer #footer_nav {
	padding-top: 15px;
	text-align: center;
}
#footer #footer_nav li {
	display: inline-block;
	padding: 0 10px;
}
#footer #footer_nav a {
	font-size: 1rem;
	color: #FFF;
}
#footer #footer_nav a:hover {
	text-decoration: underline;
}
#footer #footer_logo {
	width: 30%;
	max-width: 220px;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 50px;
}
#footer #footer_info {
	margin-top: -15px;
	font-size: 1rem;
	color: #FFF;
}
#footer #footer_links a {
	display: inline-block;
	text-decoration: underline;
	margin-right: 10px;
	color: #FFF;
}

/* ***** Nav **************** */
/*# {
	-webkit-transition: 0.6s;
	transition: 0.6s;
	transition-delay: 1s;
	-webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
*/
#nav,
#navBtn i {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

/* ***** Layout **************** */
body:before {
	content:'';
	display: block;
	width: 100%;
	height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	background: #E64E46;
}

video {
	position: fixed;
	top: 0%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1;
	overflow: hidden;
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
}


/* ===== Nav ===== */
#nav {
	width: calc(100% - 40px);
	position: fixed;
	top: 0;
	left: 20px;
	z-index: 90;
}
body.scrl_top #nav {
	padding-top: 20px;
}
body.scrl_down #nav {
/*	transform: translate3d(0,-100%,0);	
*/
}
#nav .inner {
	width: 100%;
	padding: 20px 5%;
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	align-items:center;
	background: #FFF;
	transition:0.3s;
}
body.scrl #nav .inner {
	background: rgba(255,255,255,0.7);
}
#top_logo {
	width: 30%;
	max-width: 80px;
}
#svg_logo .st0 {
	fill:none;
	stroke:#E64E46;
	stroke-width:0.6903;
	stroke-miterlimit:10;
}
#svg_logo .st1 {
	fill:none;
	stroke:#E64E46;
	stroke-width:0.3039;
	stroke-miterlimit:10;
}
#svg_logo .st2 {
	fill:none;
	stroke:#E64E46;
	stroke-width:0.6903;
	stroke-miterlimit:10;
}
#mainnav,
#mainnav #langnav .bogo-language-switcher {
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	align-items:center;
}
#mainnav {
	width: 130px;
	position: relative;
	font-size: 1rem;
	flex-direction: row-reverse;
}
#mainnav #langnav {
	padding-top: 3px;
	font-size: 1.4rem;
}
#mainnav #langnav li {
	line-height: 1;
}
#mainnav #langnav li.ja {
	margin-right: 20px;
}
#mainnav #langnav li a {
	color: #333;
}
#mainnav #langnav li a:hover,
#mainnav #langnav li.current a {
	color: #E64E46;
}
.bogo-language-switcher {
	flex-direction: row-reverse;
}
#mainnav .pagenav {
	width: 100%;
	position: absolute;
	top: 30px;
	right: 0;
	pointer-events: none;
}
#mainnav .pagenav li {
	margin-bottom: 5px;
	opacity: 0;
	visibility: hidden;
	transform: translate3d(20px,0,0);
	-webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
	transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
body.navopen #mainnav .pagenav {
	pointer-events: auto;
}
body.navopen #mainnav .pagenav li {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0,0,0);
}
#mainnav .pagenav li a {
	padding: 5px 10px;
	color: #FFF;
	background: #333;
}
#mainnav .pagenav li:hover a {
	transform: translate3d(-20px,0,0);
}
#mainnav .pagenav li.principles a {
	letter-spacing: 0.15em;
}
#mainnav #spnavClose {
	display: none;
}
#navBtn {
	width: 30px;
	height: 14px;
	position: relative;
}
#navBtn i {
	width: 100%;
	height: 1px;
	position: absolute;
	left: 50%;
	background: #333;
	transform: translate3d(-50%,-50%,0);
}
#navBtn i:nth-of-type(1) {
	top: 1px;
}
#navBtn i:nth-of-type(2) {
	top: 50%;
}
#navBtn i:nth-of-type(3) {
	bottom: 0;
}
#navBtn:hover i:nth-of-type(1) {
	transform: translate3d(-80%,0,0);
}
#navBtn:hover i:nth-of-type(2) {
	transform: translate3d(-50%,0,0);
}
#navBtn:hover i:nth-of-type(3) {
	transform: translate3d(-20%,0,0);
}
body.navopen #navBtn i:nth-of-type(1) {
	top: 50%;
	transform: translate3d(-50%,-50%,0) rotate(-135deg);
}
body.navopen #navBtn i:nth-of-type(2) {
	transform: translate3d(-50%,-50%,0) rotate(-45deg);
}
body.navopen #navBtn i:nth-of-type(3) {
	opacity: 0;
	top: 50%;
	transform: translate3d(-50%,-50%,0) rotate(-135deg);
}

#headernav {
	max-width: calc(100% - 260px);
	margin-left: auto;
	margin-right: 20px;
	padding-top: 3px;
}
#headernav ul {
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	align-items:center;

	font-size: 1.4rem;
	line-height: 1;
}
#headernav ul li {
	padding: 5px 10px;
}
#headernav ul li a {
	color: #333;
}
#headernav ul li a:hover {
	color: #E64E46;
}



/* ===== Tagline ===== */
#tagline {
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items:center;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	border: 20px #E64E46 solid;
	background: rgba(255,255,255,0.8);
	transition: 1.2s;
	z-index: 11;
	pointer-events: none;
}
#tagline_elm {
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items:center;
	font-size: 1.5rem;
}
#tagline_elm #svg_logo {
	width: 70px;
	margin-right: 20px;
}
#top_contents {
	transition: 0.6s;
	opacity: 0;
}
body.top_ready #tagline {
	opacity: 0;
}
body.top_ready #top_contents {
	opacity: 1;
}
@media only screen and (max-width: 767px) {
	#tagline {
		border: 10px #E64E46 solid;
	}
}


/* ===== Intro ===== */
#intro {
	width: 100%;
	height: 100vh;
	position: relative;
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	align-items:center;
	z-index: 10;
}
#intro #intro_logo {
	width: 80%;
	max-width: 300px;
	opacity: 0;
}
#intro #intro_logo img {
	display: none;
}

/* ===== Intro Animation ===== */
body.top_ready #intro #intro_logo,
body.top_ready #nav .inner,
body.top_ready #statement {
	transition: 1.2s;
}
body.top_ready.top #intro #intro_logo {
	transition-delay: 1.0s;
	opacity: 1;
}
#nav .inner,
body.inpage.top #nav .inner {
	transform: translate3d(0,-100%,0);
}
/* body.scrl #nav .inner, */
body.inpage #nav .inner,
body.top_ready #nav .inner,
body.inpage.top.top_ready #nav .inner {
	transform: translate3d(0,0,0);
}
body.scrl #statement,
body.top_ready #statement {
	transform: translate3d(0,-130px,0);
}


/* ===== Section ===== */
h1,h2,h3,h4,
.en,
#mainnav,
.shoulder,
#our_values li h3,
body.en #our_values li h3,
#theme_title,
#news li .date,
#news_single .date,
.bdbtn,
#langnav,
#headernav,
.more,
.owl-carousel button.owl-dot span,
#contents .archive_list li .tag span,
#contents.single .tag span,
.category_list,
.pagenav,
#page_navigation,
#footer #footer_nav {
	font-family:'ITCAvantGardeW04-Demi', sans-serif;
	font-weight: normal;
	letter-spacing: 0.3em;
}
.category_list ul li {
	font-family: 'AvantGardeGothicITCW02Bk', "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
	letter-spacing: 0.1em;
}

#aboutus h3 {
	font-family: "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
}
body.en #aboutus h3 {
	font-family:'AvantGardeGothicITCW02Bk', sans-serif;
}

h1,h2 {
	font-size: 3.8rem;
	line-height: 1.2;
}
h3 {
	font-size: 1.6rem;
}

section {
	position: relative;
}
.block {
	position: relative;
	padding: 8%;
}
.b_l {
	width: 40%;
	padding-right: 40px;
}
.b_r {
	width: 60%;
}
.block.wide {
	padding-left: 0;
	padding-right: 0;
}
.block.wide .b_l {
	width: calc((100% - 16%) * 0.4);
	margin-left: 8%;
}
.block.wide .b_r {
	width: calc((100% - 16%) * 0.6 + 8%);
}

.shoulder {
	position: absolute;
	left: 30px;
	top: 50%;
	font-size: 1rem;
	letter-spacing: 0.3em;
	transform: translate(-50%,0) rotate(90deg);
	z-index: 9;
}
.shoulder:after {
	content:'';
	display: block;
	width: 100%;
	height: 1px;
	background: #000;
}

.bdbtn_block {
	width: 220px;
	height: 50px;
	text-align: center;
	white-space: nowrap;
}
.bdbtn {
	width: 100%;
	height: 100%;
	margin-top: 5px;
	position: relative;
	text-align: center;
	cursor: pointer;
}
.bdbtn a {
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	align-items:center;
	width: 100%;
	height: 100%;
	position: relative;
	padding-top: 3px;
	border: 1px #333 solid;
	background: #FFF;
	transition: 0.2s;
}
.bdbtn:before {
	content:'';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #333;
	transform: translate3d(5px,5px,0);
}
.bdbtn:hover a {
	color: #E64E46;
	border: 1px #E64E46 solid;
	transform: translate3d(3px,3px,0);
}

img.title {
	width: auto;
	max-height: 28px;
}
#rules h1 img {
	margin: 0 auto;
}


/* --- Statement --- */
#statement {
	padding-bottom: 150px;
	transition: 0.3s;
}
#statement #state_logo {
	position: relative;
}
#statement .block {
	padding: 0;
	padding-bottom: 80px;
	background: #FFF;
}
#statement #lead {
	width: 70%;
	max-width: 500px;
	margin: 0 auto;
	position: relative;
	font-size: 1.6rem;
}
#statement #lead .mb {
	padding-bottom: 30px;
}
#statement #lead h3 {
	padding-bottom: 60px;
	font-size: 2.6rem;
}
#statement #lead p {
	display: inline-block;
}
#statement #lead p.obj {
	-webkit-transition: 1.2s;
	transition: 1.2s;
}
#statement #lead .ml {
	opacity: 0;
}
#statement #lead .active .ml {
	opacity: 1;
}
.lead_pc {
	display: block;
}
.lead_sp {
	display: none;
}

/* --- About us --- */
#aboutus {
	color: #FFF;
	background: #E64E46;
}
#aboutus h3 {
	padding-bottom: 30px;
	font-size: 2rem;
}

/* --- OUR VALUES --- */
#our_values {
	padding-top: 0;
}
#our_values h1 .sub_sp {
	display: none;
}
#our_values ul {
	display:flex;
	justify-content: space-between;
	align-items:center;
}
#our_values li {
	width: calc((100% - 60px) / 5);
	position: relative;
	border: 1px solid #fff;
}
#our_values li .in {
	width: 100%;
	padding-top: 100%;
	font-size: 1rem;
	text-align: center;
	line-height: 1.4;
}
#our_values li h3,
#our_values li p {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,10px);
}
body.en #our_values li h3,
#our_values li h3 {
	top: auto;
	bottom: 50%;
	padding: 0;
	transform: translate(-50%,0);
	font-size: 1vw;
	letter-spacing: 0.1em;
}
body.en #our_values li h3 {
	transform: translate(-50%,50%);
}
#our_values .linetxt {
	position: relative;
	margin-top: 20px;
	font-size: 1.3rem;
	line-height: 1;
	text-align: center;
}
#our_values .linetxt p {
	position: relative;
	display: inline-block;
	padding: 0 10px;
	background: #E64E46;
}
#our_values .linetxt:before {
	content:'';
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 0;
	background: #fff;
}
@media only screen and (max-width: 1000px) {
	#our_values h1 .sub_sp {
		display: block;
		padding-top: 10px;
		font-family: "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
		font-size: 1.2rem;
		letter-spacing: 0.1em;
	}
	#our_values h1 img {
		max-height: 21px;
	}
	#our_values br {
		display: none;
	}
	#our_values br.brsp {
		display: inline;
	}
	#our_values ul {
		display: block;
	}
	#our_values li {
		width: 100%;
		margin-bottom: 10px;
	}
	#our_values li:last-of-type {
		margin-bottom: 0;
	}
	#our_values li .in {
		display:flex;
		justify-content: space-between;
		align-items:center;
		height: 50px;
		padding: 0 15px;
		font-size: 1.3rem;
		text-align: left;
		line-height: 1.2;
	}
	body.en #our_values li h3,
	#our_values li h3,
	#our_values li p {
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		transform: translate(0,0);
	}
	#our_values li h3 {
		width: 120px;
		font-size: 1.3rem;
	}
	#our_values li p {
		width: calc(100% - 120px);
	}
	#our_values .linetxt {
		display: none;
	}
	body.en #our_values li h3 {
		width: 100%;
		text-align: center;
	}
}
@media only screen and (max-width: 767px) {
	#our_values h1 img {
		max-height: 19px;
	}
}

/* --- Rules --- */
#rules {
	background: #FFF;
}
#top #rules {
	border-bottom: 1px #E64E46 solid;
}
#rules:before,
#rules:after {
	content:'';
	display: block;
	width: 30px;
	height: 100%;
	position: absolute;
	top: 0;
	background: #E0E0E0;
}
#rules:before {
	left: 0;
}
#rules:after {
	right: 0;
}

#rules h1 {
	padding: 3%;
	font-size: 4rem;
	text-align: center;
	background: #E0E0E0;
}
#rules h2 {
	padding-bottom: 20px;
	color: #E64E46;
}
#rules .cross {
	position: relative;
}
#rules .cross i {
	width: 70px;
	height: 70px;
	display: block;
	position: relative;
	margin: 60px auto;
	margin-top: 30px;
	background: #FFF;
}
#rules .cross:before,
#rules .cross i:before,
#rules .cross i:after {
	content:'';
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 50%;
	background: #E64E46;
	transform: translate3d(-50%,-50%,0);
}
#rules .cross i:before {
	transform: translate3d(-50%,-50%,0) rotate(45deg);
}
#rules .cross i:after {
	transform: translate3d(-50%,-50%,0) rotate(-45deg);
}

#rules ul {
	position: relative;
}
#rules li {
	width: 30%;
	padding-bottom: 30px;
	font-size: 1.3rem;
	text-align: center;
}
#rules li h3 {
	color: #E64E46;
	word-wrap: break-word;
}

#rules .value li h3 {
	padding: 10px 0;
}
#rules .theme ul:before {
	content:'';
	display: block;
	width: calc(100% - 40%);
	height: calc(100% - 150px);
	border: 1px #E64E46 solid;
}
#rules .theme ul:before,
#rules .theme #theme_title {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 1.6rem;
	color: #E64E46;
	transform: translate3d(-50%,-50%,0);
}
#rules .theme #theme_title:after {
	content:'';
	display: block;
	width: 100%;
	height: 1px;
	background: #E64E46;
}
#rules .theme #theme_title {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	-webkit-text-orientation: upright;
	text-orientation: upright;
}
#rules .theme li {
	width: 40%;
	height: 12vw;
	min-height: 150px;
	padding: 10px;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#rules .theme li .in {
	width: 100%;
	height: 100%;
	padding: 10px;
	display:-webkit-flex;
	display:flex;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items:center;
	background: #FFF;
}
#rules .theme li:nth-of-type(1) {
	background-image: url(../img/theme1.png);
}
#rules .theme li:nth-of-type(2) {
	background-image: url(../img/theme2.png);
}
#rules .theme li:nth-of-type(3) {
	margin: 40px 0;
	background-image: url(../img/theme3.png);
}
#rules .theme li:nth-of-type(4) {
	margin: 40px 0;
	background-image: url(../img/theme4.png);
}
#rules .theme li:nth-of-type(5) {
	background-image: url(../img/theme5.png);
}
#rules .theme li:nth-of-type(6) {
	background-image: url(../img/theme6.png);
}


/* --- Support --- */
#support {
	background: #FFF;
}
#support .block {
	padding-bottom: calc(8% - 30px);
}
#top #support {
	border-bottom: 1px #E64E46 solid;
}
#support h1 {
	padding: 3%;
	font-size: 4rem;
	text-align: center;
	background: #E0E0E0;
}
#support h2 {
	padding-bottom: 20px;
	color: #E64E46;
}
#support ul {
	position: relative;
}
#support li {
	width: 30%;
	padding-bottom: 30px;
	font-size: 1.3rem;
	text-align: center;
}
#support li img {
	width: 70%;
	margin: 0 auto;
	margin-bottom: 10px;
}
#support li h3 {
	padding: 10px 0;
	color: #E64E46;
	word-wrap: break-word;
}


/* --- Portfolio --- */
#portfolio {
	background: #E0E0E0;
}
#portfolio ul {
	-webkit-align-items: stretch;
	align-items: stretch;
}
#portfolio ul:after {
	content:'';
	display: block;
	width: calc(33.333% - 6px);
}
#portfolio li {
	width: calc(33.333% - 6px);
	margin-bottom: 9px;
	position: relative;
	background: #FFF;
}
#portfolio li:after {
	content:'';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #E64E46;
	opacity: 0;
	transition: 0.2s;
	mix-blend-mode: multiply;
	pointer-events: none;
}
#portfolio li:hover:after {
	opacity: 1;
}
#portfolio li a {
	height: 100%;
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	align-items:center;
}


/* --- Team --- */
.list {
	line-height: 1.6;
}
/*.owl-carousel button.owl-dot {
	width: 8px;
	height: 8px;
	margin-right: 8px;
	border-radius: 50%;
	background: #333;
}
.owl-carousel button.owl-dot.active {
	background: #E64E46;
}
*/
.owl-carousel .owl-dots {
	display: inline-block;
	margin-top: 10px;
}
.owl-carousel button.owl-dot {
	margin-right: 6px;
}
.owl-carousel button.owl-dot span {
	font-size: 1.4rem;
	letter-spacing: 0;
	color: #333;
}
.owl-carousel button.owl-dot:hover span,
.owl-carousel button.owl-dot.active span {
	color: #E64E46;
}
/*.owl-carousel button.owl-dot:hover span,
.owl-carousel button.owl-dot.active span,
.owl-carousel button.owl-dot.active + button.owl-dot span {
	color: #E64E46;
}
*/
.owl-carousel .owl-nav {
	display: inline-block;
	margin-top: 10px;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
	width: 8px;
	height: 16px;
	margin-right: 15px;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../img/arrow.png);
}
.owl-carousel .owl-nav button.owl-prev {
	transform: rotate(180deg);
}
.owl-carousel .owl-nav button:hover {
	opacity: 0.6;
}

#team {
	background: #FFF;
	border-top: 1px #E64E46 solid;
	border-bottom: 1px #E64E46 solid;
}
#team h3 {
	padding-bottom: 10px;
}
#team .list:first-of-type {
	margin-bottom: 20px;
}
#team li {
	width: 170px;
	padding-top: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
}
#team li .name {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#team li .name {
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content: space-between;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	align-items:center;
	-webkit-flex-direction: column;
	flex-direction: column;

	padding: 10px;
	font-size: 1.2rem;
	color: #FFF;
	background: #E64E46;
	opacity: 0;
	transition: 0.2s;
}
#team .list2 li .name {
	background: #333;
}
#team li:hover .name {
	opacity: 1;
}
#team li .name p {
	width: 100%;
}
#team li .name strong {
	display: inline-block;
	padding: 8px 0;
	font-size: 2.1rem;
	font-weight: normal;
}
#team li .name .more {
	width: 100%;
	display: inline-block;
	font-size: 1rem;
	letter-spacing: 0.1em;
}
#team li .name .more span {
	display: inline-block;
}
#team li .name .more span:after {
	content:'';
	display: block;
	width: 100%;
	height: 1px;
	background: #FFF;
}


/* --- Community --- */
#community {
	border-bottom: 1px #E64E46 solid;
}
#community .b_l h1 {
	padding-bottom: 30px;
}
#community .b_l .bdbtn_block {
	margin-top: 30px;
}
#community .b_r a {
	padding: 30% 20%;
	background: #FFF;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../img/thinka_bg.jpg);
}
#community .b_r a:before {
	content:'';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #E64E46;
	opacity: 0;
	transition: 0.2s;
}
#community .b_r a:hover:before {
	opacity: 0.6;
}
#community .b_r a img {
	max-width: 400px;
	position: relative;
}


/* --- News --- */
.rows .item__col {
	width: 300px;
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-direction: column;
	flex-direction: column;
}
.rows .item__col li:first-of-type {
	margin-bottom: 9px;
}
.rows .item__col {
	width: 300px;
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-direction: column;
	flex-direction: column;
}
.rows .item__col li:first-of-type {
	margin-bottom: 9px;
}
#news {
	background: #FFF;
	border-bottom: 1px #E64E46 solid;
}
#news li {
	width: 300px;
	height: 200px;
	float: left;
	border: 2px #E64E46 solid;
	transition: 0.2s;
}
#news li a {
	width: 100%;
	height: 100%;
	padding: 20px;
}
#news li .date {
	padding-bottom: 10px;
	font-size: 1.2rem;
}
#news li:hover {
	border: 2px #333 solid;
	background: #333;
}
#news li:hover a {
	color: #FFF;
}

/* --- Contact --- */
#contact {
	background: #FFF;
	border-bottom: 1px #E64E46 solid;
}
#contact #map {
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
#contact #map .img {
	width: calc(50% - 4.5px);
}
#contact #g_map {
	width: 100%;
	height: 0;
	position: relative;
	margin-bottom: 30px;
	padding-top: 50%;
	overflow: hidden;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
#contact #g_map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#contact dl {
	margin-bottom: 30px;
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
#contact dt {
	width: 100px;
}
#contact dd {
	width: calc(100% - 100px);
}
#contact dl a {
	display: inline-block;
	text-decoration: underline;
}
#contact dl a:hover {
	opacity: 0.6;
}
#contact #contact_btn_block {
	display:flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
}
#contact #contact_btn_block .bdbtn_block {
	width: calc(50% - 10px);
	max-width: 220px;
}
#contact #contact_btn_block .bdbtn_block:first-of-type {
	margin-right: 20px;
}
#contact #contact_btn_block .bdbtn_block a {
	flex-wrap: nowrap;
	padding: 0 5px;
}
#contact .bdbtn span {
	display: inline-block;
	margin-right: 10px;
	font-size: 80%;
	letter-spacing: 0.1em;
}
body.en #contact dt {
	width: 150px;
}
body.en #contact dd {
	width: calc(100% - 150px);
}


/* --- FAQ --- */
#faq {
	background: #FFF;
}
#faq li {
	margin-bottom: 9px;
	padding: 14px 20px;
	color: #FFF;
	background: #333;
}
body.en #faq li {
	padding-top: 17px;
}
#faq .q {
	position: relative;
	padding-right: 30px;
	font-size: 1.9rem;
	line-height: 1.4;
	cursor: pointer;
}
#faq .a {
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	transition: 0.3s;
}
#faq .q .plus {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate3d(0,-50%,0);
}
#faq .q .plus:before,
#faq .q .plus:after {
	content:'';
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 50%;
	background: #FFF;
	transform: translate3d(-50%,-50%,0);
}
#faq .q .plus:after {
	transform: translate3d(-50%,-50%,0) rotate(90deg);
	transition: 0.3s;
}
#faq li.active .q .plus:after {
	transform: translate3d(-50%,-50%,0) rotate(0deg);
}
#faq li.active .a {
	max-height: 300px;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px #ECECEC solid;
	opacity: 1;
}


/* --- Pages --- */
#pages {
	background: #FFF;
}
#contents.single #pages .contents_block ol,
#contents.single #pages .contents_block ul {
	padding-left: 1em;
}
#contents.single #pages .contents_block ol ul {
	margin-top: 10px;
}
#contents.single #pages .contents_block ol ul li {
	list-style-type: disc; 
}

.solicitation h1 {
	letter-spacing: 0.1em;
}


/* --- Modal --- */
html.iziModal-isAttached body,
html.iziModal-isOverflow body {
	position: inherit;
}
.iziModal-navigate>button {
	width: 50px;
}
.iziModal-navigate-prev,
.iziModal-navigate-next {
	margin: 0 !important;
}
.iziModal-navigate-prev {
	left: 30px;
}
.iziModal-navigate-next {
	right: 30px;
}
.iziModal-wrap::-webkit-scrollbar-track{background:#000;}
.iziModal-wrap::-webkit-scrollbar-thumb{background:#ccc;}
.iziModal-wrap::-webkit-scrollbar-thumb:hover{background:#999;}
.modalclose {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 30px;
	right: 30px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../img/close.png);
	cursor: pointer;
	transition: 0.3s;
}
.modalclose:hover {
	transform:rotate(90deg);
}

.iziModal {
	font-size: 1.4rem;
	color: #FFF;
	background: #333;	
}
.modalcontents {
	padding: 30px;
}

.profile,
.profile .name_block,
.profile .pro_r ul {
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	align-items:center;
}
.profile .pro_r ul {
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.profile .pro_l {
	width: calc(100% - 280px - 30px);
}
.profile .pro_r {
	width: 280px;
}
.profile .name_block img {
	width: 200px;
}
.profile .name_block .txt {
	width: calc(100% - 200px);
	padding-left: 30px;
}
.profile .name_block .role {
	font-size: 1.2rem;
}
.profile .name_block .name {
	padding: 10px 0;
	font-size: 2.1rem;
}
.profile .name_block .copy {
	font-size: 1.9rem;
	color: #E64E46;
}
.profile .txt_block .txt {
	padding-top: 30px;
}
.profile .txt_block .story {
	padding-bottom: 30px;
	border-bottom: 1px #ECECEC solid;
}
.sns {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px #ECECEC solid;
}
.sns li {
	margin-right: 10px;
}
.sns li a {
	width: 30px;
	height: 30px;
	position: relative;
}
.sns li a:before,
.sns li a:after {
	content:'';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: 0.2s;
}
.sns li a:after,
.sns li a:hover:before {
	opacity: 0;
}
.sns li a:hover:after {
	opacity: 1;
}
.sns li.mail a:before {
	background-image: url(../img/sns_mail.png);
}
.sns li.fb a:before {
	background-image: url(../img/sns_fb.png);
}
.sns li.tw a:before {
	background-image: url(../img/sns_tw.png);
}
.sns li.in a:before {
	background-image: url(../img/sns_in.png);
}
.sns.bk li.mail a:before {
	background-image: url(../img/sns_mail_bk.png);
}
.sns.bk li.fb a:before {
	background-image: url(../img/sns_fb_bk.png);
}
.sns.bk li.tw a:before {
	background-image: url(../img/sns_tw_bk.png);
}
.sns.bk li.in a:before {
	background-image: url(../img/sns_in_bk.png);
}
.sns li.mail a:after {
	background-image: url(../img/sns_mail_red.png);
}
.sns li.fb a:after {
	background-image: url(../img/sns_fb_red.png);
}
.sns li.tw a:after {
	background-image: url(../img/sns_tw_red.png);
}
.sns li.in a:after {
	background-image: url(../img/sns_in_red.png);
}
.profile .client li {
	width: calc(50% - 4.5px);
	position: relative;
	margin-bottom: 9px;
}
.profile .client li:nth-of-type(odd) {
	margin-right: 9px;
}
.profile .client li a:after {
	content:'';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #E64E46;
	opacity: 0;
	transition: 0.2s;
	mix-blend-mode: multiply;
}
.profile .client li a:hover:after {
	opacity: 1;
}


/* --- Contact form --- */
.contact_form.iziModal {
	height: calc(100vh - 60px) !important;
	margin-top: 30px !important;
	margin-bottom: 30px !important;
}
.contact_form .modalcontents {
	max-width: 600px;
	margin: 0 auto;
}
.contact_form .txt_block {
	padding-bottom: 30px;
	font-size: 1.4rem;
}
.contact_form h1 {
	text-align: center;
}
.contact_form h1 span {
	display: block;
	padding-top: 10px;
	padding-bottom: 30px;
	font-size: 1.4rem;
	letter-spacing: 0;
}
body.en .contact_form h1 span {
	font-family:'AvantGardeGothicITCW02Bk', sans-serif;
	letter-spacing: 0.1em;
}
.form_block {
	margin-bottom: 10px;
}
.form_block .red {
	color: #E64E46;
}
.contact_form .recaptcha {
	padding-top: 20px;
	font-size: 1.2rem;
	letter-spacing: 0;
}
.contact_form .recaptcha a {
	display: inline-block;
	color: #fff;
	text-decoration: underline;
}
.grecaptcha-badge {
	display: none;
}

/* ===== Day & Night ===== */
video {
	transition:0.6s;
	opacity: 0;
}
body.day #video_sunrise,
body.night #video_sunset,
body.day #intro #intro_logo img.day,
body.night #intro #intro_logo img.night {
	display: block;
	opacity: 1;
}
body.night #community h1 {
	color: #FFF;
}


/* ===== Page ===== */
.page {
	padding: 260px 0 150px 0;
}
body.inpage #nav .inner {
	transition-delay: 0s;
}
.page #statement {
	transform: translate3d(0,-10px,0);
}
body.ready .page #statement {
	transform: translate3d(0,-10px,0);
}
.page #rules .block {
	border-bottom: 30px #E0E0E0 solid;
}
.page #community {
	background: #E0E0E0;
}


/* ===== Contents ===== */
#top #contents img.title {
	margin: 0;
}
#top #contents .archive_list {
	margin: 0;
}

#top #contents img.title {
	margin: 0;
}
#top #contents .archive_list {
	margin: 0;
}

#contents {
	padding-top: 0;
}
#contents section {
	background: #FFF;
}
#contents section .block {
	padding-top: 30px;
	padding-bottom: 0;
}
#contents section .block:first-of-type {
	padding-top: 15%;
}
#contents section .block:last-of-type {
	padding-bottom: 8%;
}
#contents img.title {
	margin: 0 auto;
	margin-bottom: 60px;
}
#contents .archive_list {
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	margin: -15px;
}
#contents .archive_list li {
	width: 33.333%;
	padding: 15px;
}
#contents .archive_list li .img {
	width: 100%;
	position: relative;
	margin-bottom: 10px;
	padding-top: 75%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#contents .archive_list li .img .imgtxt {
	width: 80%;
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 10px;
	font-size: 1.6rem;
	line-height: 1.2;
	color: #fff;
	background: #333;
	transform: translate(-50%,-50%);
}
#contents .archive_list li .img:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #E64E46;
	opacity: 0;
	transition: 0.2s;
	mix-blend-mode: multiply;
	pointer-events: none;
}
#contents .archive_list li:hover .img:after {
	opacity: 1;
}
#contents .archive_list li a:hover {
	color: #E64E46;
}
#contents .archive_list li .title {
	padding: 5px 0;
}
#contents .archive_list li .tag span {
	text-decoration: underline;
}
#contents .archive_list li .topics {
	font-size: 1.1rem;
}
#contents .archive_list li .by span {
	font-size: 1rem;
}

#contents .archive_list.sublist li {
	width: 50%;
	margin-bottom: 20px;
}
#contents .archive_list.sublist li a {
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: stretch;
	align-items: stretch;
}
#contents .archive_list.sublist li .img {
	width: 160px;
	height: 120px;
	margin-bottom: 0;
	padding: 0;
}
#contents .archive_list.sublist li .txt {
	width: calc(100% - 160px);
	padding-left: 30px;
}

#list_nav {
	position: relative;
	padding: 15px 0;
	border-top: 1px #E64E46 solid;
	border-bottom: 1px #E64E46 solid;
	z-index: 1;
}
#list_nav .category_list {
	width: 150px;
	position: relative;
	font-size: 1.3rem;
	z-index: 1;
}
#list_nav .category_list:first-of-type {
	margin-right: 40px;
}
#list_nav .listbtn {
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;

	text-decoration: underline;
	cursor: pointer;
}
#list_nav .listbtn:after {
	content:'';
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-left: 15px;
	border-right: 1px #000 solid;
	border-bottom: 1px #000 solid;
	transform: translate(0,-2px) rotate(45deg);
	transition: 0.2s;
}
#list_nav .category_list.open .listbtn:after {
	transform: translate(0,2px) rotate(-135deg);
}
#list_nav ul {
	width: 100%;
	position: absolute;
	top: 30px;
	right: 0;
	pointer-events: none;
}
#list_nav ul li {
	margin-bottom: 5px;
	opacity: 0;
	visibility: hidden;
	transform: translate3d(20px,0,0);
	-webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
	transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
#list_nav .category_list.open ul {
	pointer-events: auto;
}
#list_nav .category_list.open ul li {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0,0,0);
}
#list_nav ul li a {
	padding: 5px 10px;
	color: #FFF;
	background: #333;
}
#list_nav .category_list.open ul li:hover a {
	transform: translate3d(-20px,0,0);
}
.searchbox {
	width: 170px;
	position: relative;
	background: #e0e0e0;
}
.searchbox input {
	height: 26px;
	padding: 0 8px;
	padding-right: 30px;
	font-size: 1.3rem;
	line-height: normal;
	border: 0;
	background: #e0e0e0;
}
.searchbox input[type=submit] {
	width: 22px;
	height: 22px;
	position: absolute;
	top: 2px;
	right: 2px;
	padding: 0;
	background: #333;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../img/search.png);
}
#contents .pagenav {
	padding-top: 40px;
	text-align: center;
}
#contents .pagenav .current,
#contents .pagenav a {
	display: inline-block;
	padding: 5px;
	font-size: 1.4rem;
	color: #333;
}
#contents .pagenav .current,
#contents .pagenav a:hover {
	color: #E64E46;
}

/* --- Contents Single --- */
#contents.single .block_l {
	width: calc(100% - 220px - 60px);
}
#contents.single .block_r {
	width: 220px;
}
#contents.single #main_img {
	width: 100%;
	padding-top: 45%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#contents.single .title_block {
	margin-bottom: 30px;
}
#contents.single .title_block h1 {
	padding-bottom: 10px;
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.6;
}
#contents.single .title_block .tag span {
	text-decoration: underline;
}
#contents.single .title_block .by {
	padding-bottom: 10px;
	font-size: 1.4rem;
}
#contents.single .title_block .topics {
	font-size: 1.4rem;
}
#contents.single .en {
	padding-bottom: 10px;
	font-size: 1.4rem;
	text-decoration: underline;
}
#contents.single .sns {
	margin-bottom: 0;
	padding-bottom: 0;
	border: 0;
}
#contents.single .sns_block {
	margin-bottom: 30px;
	text-align: center;
}
#contents.single #snslinks {
	padding-bottom: 50px;
}
#contents.single .links {
	padding-top: 10px;
	border-top: 1px solid #ccc;
}
#contents.single .links .txt {
	padding-bottom: 10px;
	font-size: 1.3rem;
	line-height: 1.4;
}
#contents.single .links .txt a {
	display: inline-block;
	text-decoration: underline;
}
#contents.single .related {
	padding-top: 10px;
}
#contents.single .related .archive_list {
	margin: 0;
}
#contents.single .related .archive_list li {
	width: 100%;
	margin-bottom: 10px;
	padding: 0;
}
#contents.single .contents_block {
	padding-bottom: 30px;
	font-size: 1.6rem;
}
#contents.single .contents_block h2,
#contents.single .contents_block h3,
#contents.single .contents_block h4,
#contents.single .contents_block h5,
#contents.single .contents_block h6,
#contents.single .contents_block ul,
#contents.single .contents_block ol,
#contents.single .contents_block p {
	padding-bottom: 20px;
}
#contents.single .title_block h1,
#contents.single .contents_block h2,
#contents.single .contents_block h3,
#contents.single .contents_block h4,
#contents.single .contents_block h5,
#contents.single .contents_block h6 {
	font-family: "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
	font-weight: bold;
	letter-spacing: 0;
	text-align: left;
}
body.en #contents.single .contents_block {
	font-family: 'Lato', sans-serif;
	/* text-align: justify; */
	letter-spacing: 0.02em;
}
body.en #contents.single .title_block h1,
body.en #contents.single .contents_block h2,
body.en #contents.single .contents_block h3,
body.en #contents.single .contents_block h4,
body.en #contents.single .contents_block h5,
body.en #contents.single .contents_block h6 {
	font-family:'AvantGardeGothicITCW02Bk', sans-serif;
	font-weight: normal;
	letter-spacing: 0.1em;
}
body.en #contents.single .title_block h1 {
	font-weight: bold;
}
#contents.single .contents_block h2 {
	font-size: 2.4rem;
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 1px #ccc solid;
}
#contents.single .contents_block h3 {
	font-size: 2rem;
}
#contents.single .contents_block h4 {
	font-size: 1.6rem;
}
#contents.single .contents_block h5 {
	font-size: 1.4rem;
}
#contents.single .contents_block h6 {
	font-size: 1.2rem;
}
#contents.single .contents_block ul,
#contents.single .contents_block ol {
	padding-left: 2em;
}
#contents.single .contents_block ul li {
	list-style-type: disc;
}
#contents.single .contents_block ol li {
	list-style-type: decimal;
}
#contents.single .contents_block figure {
	padding: 20px 0;
}
#contents.single .contents_block table td {
	padding: 10px;
	border-collapse: collapse;
	border:1px solid #333;
}
#contents.single .contents_block figure.wp-block-image {
	display: inline-block;
}
#contents.single .contents_block figcaption {
	display: block;
	margin: 0;
	padding-top: 5px;
}
#contents.single .contents_block blockquote {
	font-style: italic;
	color: #666;
}
#contents.single .contents_block a {
	display: inline-block;
	text-decoration: underline;
	color: #000;
}
#contents.single .contents_block a:hover {
	color: #E64E46;
}
#contents.single .wp-block-file *+.wp-block-file__button {
	margin-left: 2em;
}
#contents.single .wp-block-file .wp-block-file__button {
	padding: 1em 2em;
	padding-bottom: 0.8em;
	font-family:'ITCAvantGardeW04-Demi', "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
	font-size: 1.2rem;
	line-height: 1;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #000;
	background: #FFF;
	border: 1px #000 solid;
	border-radius: 2em;
	transition: 0.3s;
}
#contents.single .wp-block-file .wp-block-file__button:hover {
	color: #FFF;
	background: #000;
}


/* --- Contents Top --- */
#top #contents {
	background: #FFF;
	border-bottom: 1px #E64E46 solid;
}
#top #contents .archive_list li {
	width: 300px;
	padding: 0;
}


/* --- News single --- */
#news_single .sublist {
	padding-top: 40px;
}
#news_single #contents .archive_list {
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#news_single #contents .archive_list li {
	margin-bottom: 9px;
}
#news_single #contents .archive_list li .title {
	padding: 0;
}
#news_single #contents .sublist li {
	width: calc((100% - 18px) / 3);
	padding: 0;
	background: #333;
	transition: 0.2s;
}
#news_single #contents .sublist li:hover {
	background: #E64E46;
}
#news_single #contents .sublist li a {
	padding: 20px;
	color: #fff;
}
#news_single #contents .sublist li .txt {
	width: 100%;
	padding-left: 0;
}
#news_single .date {
	font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
#news_single .sublist {
	padding-top: 0;
}
#news_single #contents .sublist li {
	width: 100%;
}
#news_single .date {
	font-size: 1rem;
}
}


/* ====================================
 max width 767px
==================================== */
@media only screen and (max-width: 767px) {
.pc {
	display: none;
}
.sp {
	display: inline;
}

/* ***** Layout **************** */
body {
	border: 10px #E64E46 solid;
}
body:before {
	height: 10px;
}

/* ***** Footer **************** */
#footer #footer_nav li {
	padding: 0 5px;
}
#footer #footer_nav a {
	letter-spacing: 0.1em;
}
#footer #footer_logo {
	width: 40%;
	padding-top: 50px;
	padding-bottom: 30px;
}
#footer #footer_info {
	margin-top: 20px;
	-webkit-justify-content: center;
	justify-content: center;
}
#footer #footer_links {
	text-align: center;
}
#footer #footer_links a {
	margin: 0 5px;
}


/* ===== Nav ===== */
#nav {
	width: calc(100% - 20px);
	left: 10px;
}
body.scrl_top #nav {
	padding-top: 10px;
}
body.scrl_down.navopen #nav {
	transform: translate3d(0,0,0);
}
#nav .inner {
	padding: 10px 20px;
}
#top_logo {
	max-width: 50px;
}
#mainnav {
	width: 100px;
	position: unset;
	font-size: 1.4rem;
	flex-direction: row;
}
#mainnav #langnav {
	font-size: 1.1rem;
}
#mainnav #langnav li.ja {
	margin-right: 10px;
}
#mainnav .pagenav {
	width: 100vw;
	height: 100vh;
	top: 0;
	right: -10px;
	background: #333;
	border: 10px #E64E46 solid;
	opacity: 0;
	transition: 0.6s;

	display:-webkit-flex;
	display:flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	align-items:center;
}
body.scrl_top #mainnav .pagenav {
	top: -10px;
}
#mainnav .pagenav li {
	margin-bottom: 0;
}
#mainnav .pagenav li a {
	padding: 10px 20px;
}
#mainnav .pagenav li:hover a {
	transform: translate3d(0,0,0);
}
#mainnav #spnavClose {
	display: block;
	position: relative;
	top: auto;
	right: auto;
	margin: 0 auto;
	margin-top: 30px;
}
body.navopen {
	overflow: hidden;
}
body.navopen #mainnav .pagenav {
	opacity: 1;
}
#headernav {
	display: none;
}


/* ===== Section ===== */
h1,h2 {
	font-size: 2.4rem;
	text-align: center;
}
h1 {
	padding-bottom: 40px;
}
h3 {
	font-size: 1.3rem;
}

.block {
	position: relative;
	padding: 40px 20px;
	padding-bottom: 60px;
}
.b_l {
	width: 100%;
	padding-right: 0;
}
.b_r {
	width: 100%;
}
.block.wide .b_l {
	width: calc((100% - 40px));
}
.block.wide .b_r {
	width: calc((100% - 40px) + 20px);
	margin-left: 20px;
}

.shoulder {
	left: 5%;
	line-height: 1;
}

.bdbtn_block {
	height: 40px;
	font-size: 1.2rem;
	letter-spacing: 0;
}
.bdbtn:before {
	transform: translate3d(4px,4px,0);
}
.bdbtn:hover p {
	transform: translate3d(2px,2px,0);
}

img.title {
	width: auto;
	max-height: 19px;
	margin: 0 auto;
}


/* --- Statement --- */
#statement {
	padding-bottom: 0;
}
#statement #state_logo {
	position: relative;
}
#statement .block {
	padding-bottom: 40px;
}
#statement #state_logo h2 {
	padding: 0;
}
#statement #lead {
	width: 85%;
	margin-left: 12.5%;
	font-size: 1.4rem;
}
#statement #lead h3 {
	padding-top: 40px;
	padding-bottom: 40px;
	font-size: 1.8rem;
	letter-spacing: 0;
}
/* #statement #lead p {
	white-space: nowrap;
} */
.lead_pc {
	display: none;
}
.lead_sp {
	display: block;
}


/* --- About us --- */
#aboutus h3 {
	padding-bottom: 20px;
	font-size: 1.8rem;
	letter-spacing: 0;
}


/* --- Rules --- */
#rules:before,
#rules:after {
	display: none;
}
#rules .b_l {
	padding-bottom: 20px;
	text-align: center;
}
#rules h1 {
	padding: 20px;
	font-size: 2.4rem;
}
#rules h1 img {
	width: 100%;
	height: auto;
	max-width: 366px;
	max-height: 100%;
}
#rules h2 {
	padding-bottom: 10px;
}
#rules h3 {
	letter-spacing: 0.1em;
}
#rules .cross i {
	width: 50px;
	height: 50px;
	margin: 40px auto;
	margin-top: 20px;
}
#rules li {
	width: 50%;
	font-size: 1.2rem;
}
#rules .value li img {
	padding: 0 20px;
}
#rules .value li h3 {
	padding: 10px 0;
}
#rules .theme ul:before {
	width: calc(100% - 45%);
	height: calc(100% - 25vw);
}
#rules .theme li {
	width: 45%;
	height: 30vw;
	min-height: 0;
}
#rules .theme li .in {
	padding: 2px;
}


/* --- Support --- */
#support .block {
	padding-bottom: 10px;
}
#support .b_l {
	padding-bottom: 20px;
	text-align: center;
}
#support h1 {
	padding: 20px;
	font-size: 2.4rem;
}
#support h1 img {
	width: 100%;
	height: auto;
	max-width: 366px;
	max-height: 100%;
}
#support h2 {
	padding-bottom: 10px;
}
#support h3 {
	letter-spacing: 0.1em;
}
#support li {
	width: 48%;
	font-size: 1.2rem;
}


/* --- Portfolio --- */
#portfolio li {
	width: calc(33.333% - 4px);
	margin-bottom: 6px;
}


/* --- Team --- */
.list {
	line-height: 1.6;
}
.owl-carousel button.owl-dot {
/*	width: 8px;
	height: 17px;
	margin-right: 6px;
*/
}
#team h3 {
	padding-bottom: 10px;
}
#team li {
	width: 150px;
}
#team li .name strong {
	padding: 8px 0;
	font-size: 1.8rem;
}


/* --- Community --- */
#community .b_l {
	padding-bottom: 40px;
}
#community .b_l .bdbtn_block {
	margin: 0 auto;
	margin-top: 30px;
}


/* --- News --- */
.rows .item__col {
	width: 240px;
}
.rows .item__col li:first-of-type {
	margin-bottom: 6px;
}
#news li {
	width: 240px;
	height: 160px;
}
#news li a {
	padding: 15px;
	font-size: 1.3rem;
}
#news li .date {
	font-size: 1.1rem;
}


/* --- Contact --- */
#contact #map {
	margin-bottom: 15px;
}
#contact #map .img {
	width: 100%;
	margin-bottom: 5px;
}
#contact #g_map {
	margin-bottom: 20px;
}
#contact dl {
	margin-bottom: 20px;
}
#contact #contact_btn_block {
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
}
#contact #contact_btn_block .bdbtn_block {
	width: 46%;
}
#contact .bdbtn {
	line-height: 1;
}
#contact .bdbtn span {
	display: block;
	width: 100%;
	margin-right: 0;
	text-align: center;
}


/* --- FAQ --- */
#faq li {
	margin-bottom: 6px;
	padding: 10px 20px;
}
body.en #faq li {
	padding-top: 12px;
}
#faq .q {
	font-size: 1.6rem;
}
#faq .q .plus {
	width: 14px;
	height: 14px;
}
#faq li.active .a {
	max-height: 300px;
	padding-top: 10px;
	padding-bottom: 10px;
	opacity: 1;
}


/* --- Modal --- */
.contact_form.iziModal,
.iziModal {
	max-width: 100% !important;
	height: 100% !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.iziModal-content {
	padding: 30px 20px;
	padding-bottom: 50px;
	border: 10px #E64E46 solid;
}
.iziModal-navigate-prev {
	left: 0;
}
.iziModal-navigate-next {
	right: 0;
}
.modalclose {
	width: 24px;
	height: 24px;
	top: 20px;
	right: 20px;
/*	position: relative;
	top: auto;
	right: auto;
	margin: 20px auto;
	margin-bottom: 50px;
*/
}
.modalclose:hover {
	transform:rotate(0deg);
}

.profile {
	padding: 20px;
}
.profile .name_block {
	-webkit-align-items: flex-start;
	align-items:flex-start;
	padding-top: 30px;
}
.profile .pro_l,
.profile .pro_r {
	width: 100%;
}
.profile .pro_l {
	padding-bottom: 30px;
}
.profile .name_block img {
	width: 140px;
}
.profile .name_block .txt {
	width: calc(100% - 140px);
	padding-left: 20px;
}
.profile .name_block .name {
	font-size: 1.9rem;
}
.profile .name_block .copy {
	font-size: 1.5rem;
}
.profile .txt_block .txt {
	padding-top: 20px;
}
.profile .txt_block .story {
	padding-bottom: 20px;
}
.profile .client li {
	width: calc(25% - 5px);
	margin-bottom: 6px;
	margin-right: 6px;
}
.profile .client li:nth-of-type(odd) {
	margin-right: 6px;
}
.profile .client li:nth-of-type(4n) {
	margin-right: 0;
}


/* ===== Page ===== */
.page {
	padding: 180px 0 100px 0;
}
.page #statement {
	padding-bottom: 100px;
}
.page #rules .block {
	border-bottom: 0;
}


/* ===== Contents ===== */
#top #contents img.title {
	margin: 0 auto;
}

#page_navigation.pc {
	display: none;
}
#page_navigation.sp {
	width: 100%;
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 1.1rem;
	letter-spacing: 0.1em;
}
#contents section .block:first-of-type {
	padding-top: 80px;
}
#contents img.title {
	margin-bottom: 0;
}
#contents .archive_list {
	margin: 0;
}
#contents .archive_list li {
	width: 100%;
	margin-bottom: 20px;
	padding: 0;
	font-size: 1.2rem;
}
#contents .archive_list.latest li:nth-of-type(n+2) {
	display: none;
}
#contents .archive_list.latest li {
	margin-bottom: 0;
}
#contents .archive_list li .topics {
	font-size: 1rem;
}
#contents .archive_list.sublist li {
	width: 100%;
	font-size: 1rem;
}
#contents .archive_list.sublist li .img {
	width: 120px;
	height: 90px;
}
#contents .archive_list.sublist li .txt {
	width: calc(100% - 120px);
	padding-left: 20px;
}

#list_nav .category_list {
	width: 100px;
	font-size: 1.1rem;
}
#list_nav .category_list:first-of-type {
	margin-right: 0;
}
#list_nav ul {
	width: 150px;
	top: 20px;
	left: 0;
	right: auto;
}
#list_nav .listbtn:after {
	width: 5px;
	height: 5px;
	margin-left: 10px;
}

.searchbox {
	width: calc(100% - 200px);
	max-width: 170px;
	height: 20px;
}
.searchbox form {
	height: 20px;
}
.searchbox input {
	position: absolute;
	height: 20px;
	top: 0;
	right: 0;
	padding: 0 4px;
	padding-right: 30px;
}
.searchbox input[type=submit] {
	width: 18px;
	height: 18px;
	top: 1px;
	right: 1px;
}
#contents .pagenav .current,
#contents .pagenav a {
	font-size: 1rem;
}

/* --- Contents Single --- */
#contents.single .block_l {
	width: 100%;
	margin-bottom: 20px;
}
#contents.single .block_r {
	width: 100%;
}
#contents.single .kv_img {
	padding-left: 0;
	padding-right: 0;
}
#contents.single .title_block {
	margin-bottom: 20px;
}
#contents.single .titleset {
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: stretch;
	align-items: stretch;
	margin-bottom: 0;
}
#contents.single .title_block h1 {
	width: 100%;
	font-size: 1.5rem;
	text-align: left;
}
#contents.single .title_block .tag {
	width: 100%;
	padding-bottom: 5px;
}
#contents.single .title_block .by {
	font-size: 1.1rem;
}
#contents.single .title_block .topics {
	font-size: 1.1rem;
}
#contents.single .en {
	padding-bottom: 5px;
	font-size: 1.1rem;
}
#contents.single .sns li a {
	width: 26px;
	height: 26px;
}
#contents.single .related {
	border-top: 1px #E64E46 solid;
}
#contents.single .related .en {
	padding: 20px 0;
	text-align: center;
}
#contents.single .related .archive_list li {
	font-size: 1.4rem;
}
#contents.single #snslinks {
	padding-bottom: 30px;
}
#contents.single .links .txt {
	font-size: 1.2rem;
}
#contents.single .contents_block {
	font-size: 1.4rem;
}
#contents.single .contents_block h2 {
	font-size: 1.5rem;
}
#contents.single .contents_block h3 {
	font-size: 1.4rem;
}
#contents.single .contents_block h4 {
	font-size: 1.3rem;
}
#contents.single .contents_block h5 {
	font-size: 1.2rem;
}
#contents.single .contents_block h6 {
	font-size: 1.1rem;
}
#contents.single .contents_block figcaption {
	font-size: 1rem;
}
#contents.single .contents_block .has-normal-font-size,
#contents.single .contents_block .has-regular-font-size {
	font-size: 1.4rem;
}

/* --- Contents Top --- */
#top #contents .archive_list li {
	width: 240px;
	margin-bottom: 0;
}


}

/* ====================================
 667px
==================================== */
@media only screen and (max-width: 667px) {
}





