/* Header */
.header_wrapper {
	display: flex;
	flex-wrap: wrap;
}
.header {
	position: fixed;
	top: 0;
	z-index: 10;
	width: 100%;
}
.header_top {
	position: relative;
	background: #fff;
	z-index: 10;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}
.header_top_inner {
	display: flex;
	position: relative;
	height: 5.2rem;
	justify-content: space-between;
}
.header_top__left {
	position: relative;
	width: 8rem;	
}
.header__logo {
	position: absolute;
	top: 0.6rem;
	left: 3%;
	width: 8rem;
	overflow: hidden;
}
.header__logo a {
	width: 100%;
	height: 100%;	
}
.header__catchcopy {
	display: none;
}
.header_top__right_regular {
	display: none;
}
.header_top__right_mini_menu {
	display: flex;
	padding-top: 1rem;
}
.header_top__right_mini_menu img {
	width: 100%;
	height: 100%;
}
.header_top__right_mini_menu a {
	width: 3.6rem;
	height: 3.3rem;
}
.header_top__right_mini_menu li + li {
	margin-left: 1.5rem;
}

/* Global Navigation */
.header_botm_inner {
	padding-right: 0;
	padding-left: 0;
}
.gnav {
	position: relative;
	z-index: 3;
	background: url(../common/img/paper_gray.jpg) repeat left top;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}
.gnav dl {
	display: flex;
	width: 100%;
}
.gnav dl.gnav_list01 {
	border-bottom: 1px dashed #ccc;
}
.gnav dl.no_bdb {
	border-bottom: none;
}
.gnav dl.no_display {
	display: none;
}
.gnav dd {
	width: calc(100% / 4);
	font-size: 1rem;
	border-right: 1px dashed #ccc;
}
.gnav dl dd:last-of-type {
	border-right: none;
}
.gnav a {
	display: flex;
	width: 100%;
	height: 100%;
	background: #fff;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 4.7% 0;
}
.gnav .current a {
	background: transparent;
}
.gnav a img {
	width: 80%;
}
@media screen and (max-device-width:768px) and (orientation: landscape) {
	.gnav {
		display: flex;
	}
	.gnav dl.gnav_list01 {
		border-bottom: none;
		border-right: 1px dashed #ccc;
	}
}
.header_notice {
  background: rgba(0, 51, 153, 1);    
}
/* Header Notice */
.header_notice_inner {
  font-size: 1rem;
  color: #fff;
  padding: .5rem 1rem;
}

.mobile_modal {
	display: none;
	position: fixed;
	top: 5.2rem;
	left: 0;
	z-index: 20;
	width: 100%;
	height: 100%;
}
.mobile_modal_close {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	cursor: pointer;
}
.mobile_modal_contents {
	position: absolute;
	top: 0;
	left: 5%;
	width: 90%;
	padding-top: 2rem;
	color: #fff;
	text-align: center;
}
.mobile_modal_contents_title {
	font-size: 2.4rem;
	margin-bottom: 2rem;
}
.mobile_modal_contents_title .fa {
	margin-right: 1.2rem;
}
.mobile_modal_sns {
	display: none;
}
.mobile_modal_sns_list {
	font-size: 1.6rem;
	max-width: 30rem;
	margin: 0 auto;
}
.mobile_modal_sns_list li + li {
	margin-top: 2rem;
}
.mobile_modal_sns_list a {
	padding: 1rem 0;
	border-radius: 4rem;
}
.mobile_modal_sns_list .line a {
	background: #00ba01;
}
.mobile_modal_sns_list .line img {
	display: inline-block;
	width: 2.4rem;
	margin-right: 0.8rem;
	vertical-align: bottom;
}
.mobile_modal_sns_list .facebook a {
	background: #3c5a9a;
}
.mobile_modal_sns_list .facebook .fa {
	font-size: 2rem;
	margin: 0 0.8rem 0 1.8rem;
}
.mobile_modal_sns_list .twitter a {
	background: #1da1f3;
}
.mobile_modal_sns_list .twitter .fa {
	font-size: 2.2rem;
	margin-right: 0.8rem;
}
.mobile_modal_search {
	display: none;
}
.mobile_modal_search .mobile_modal_contents_title {
	margin-bottom: 1rem;
}
.mobile_modal_search_input {
	font-size: 16px;
	width: 90%;
	padding: 0.8rem 0.6rem;
	background: #fff;
	margin-bottom: 2rem;
	border-radius: 0.3rem;
}
.mobile_modal_search_submit {
	width: 74%;
	max-width: 25rem;
	font-size: 1.6rem;
	background: #d98312;
	padding: 1rem;
	border-radius: 4rem;
	color: #fff;
}
.mobile_modal_search_submit .fa {
	display: inline-block;
	margin-right: 0.6rem;
	transform: translate(0, -0.15rem);
}
.mobile_modal_languages {
	display: none;
}
.mobile_modal_languages_list {
	max-width: 30rem;
	margin-right: auto;
	margin-left: auto;
}
.mobile_modal_languages_list li {
	background: url(../common/img/bg_languages_stripe15x15.png) repeat 0 0;
}
.mobile_modal_languages_list a {
	font-size: 1.6rem;
	border: 1px solid rgba(255, 255, 255, 0.6);
	border-bottom: none;	
	padding: 0.8rem 0;
	transition: all 0.4s;
}
.mobile_modal_languages_list li:last-of-type a {
	border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.mobile_modal_languages_list a.active {
	background: #fff;
	color: #333;
}
@media screen and (max-device-width:768px) and (orientation: landscape) {
	.mobile_modal_contents {
		margin-top: 2rem;
	}
	.mobile_modal_sns_list {
		display: flex;
		max-width: none;
	}
	.mobile_modal_sns_list li {
		width: calc((100% - 4rem) / 2);
	}
	.mobile_modal_sns_list li + li {
		margin-top: 0;
		margin-left: 1.2rem;
	}
	.mobile_modal_sns_list .line img {
		margin-right: 0.8rem;
		transform: translate(0, -0.2rem);
	}
	.mobile_modal_sns_list .facebook .fa {
		margin: 0 0.8rem 0 0;
	}
	.mobile_modal_sns_list .twitter .fa {
		margin-right: 0.8rem;
	}
	.mobile_modal_languages_list {
		display: flex;
		flex-wrap: wrap;
		max-width: none;
	}
	.mobile_modal_languages_list li {
		width: calc(100% / 4);
	}
	.mobile_modal_languages_list a {
		border-right: none;
	}
	.mobile_modal_languages_list li:nth-of-type(4) a,
	.mobile_modal_languages_list li:last-of-type a {
		border-right: 1px solid rgba(255, 255, 255, 0.6);
	}

	.mobile_modal_languages_list li:nth-last-of-type(2) a,
	.mobile_modal_languages_list li:nth-last-of-type(3) a,
	.mobile_modal_languages_list li:nth-last-of-type(4) a {
		border-bottom: 1px solid rgba(255, 255, 255, 0.6);
	}
}
@media screen and (min-width:414px) {
	.mobile_modal_languages_list a {
		padding: 1rem 0;
	}	
}
@media screen and (min-width:600px) {
		/* Header */
		.header__search {
			padding-left: 0;
			padding-right: 0;
			text-align: center;
		}
		.header__search_box {
			position: relative;
			width: 35rem;
			margin: 0 auto;
		}
		.header__search_submit {
			top: 0;
			right: 0;
		}
		.mobile_modal_contents {
			padding-top: 4rem;	
		}
		.mobile_modal_contents_title,
		.mobile_modal_search .mobile_modal_contents_title {
			font-size: 2.8rem;
			margin-bottom: 2.4rem;
		}
		.mobile_modal_search_input {
			margin-bottom: 2.4rem;
		}
		.mobile_modal_search_submit {
			padding: 1rem;
		}
		.mobile_modal_sns_list {
			font-size: 2rem;
		}
		.mobile_modal_sns_list a {
			padding: 1.4rem 0;
		}
}

@media screen and (min-width:768px) {

		/* Header */
		.header_wrapper {
			padding-top: 0;
		}
		.header {
			position: static;
			background: url(../common/img/paper_gray.jpg) repeat left top;
			transition: all 1s;
		}
		.header_top {
			position: static;
			background: none;
			box-shadow: none;
		}
		.header_top_inner {
			height: 8.4rem;
			padding-top: 1.8rem;
			overflow: visible;
		}
		.header_top__left {
			float: left;
			width: 28rem;
			overflow: hidden;
		}
		.header__logo {
			position: static;
			top: 0;
			left: 0;
			float: left;
			width: 28rem;
			height: 5.4rem;
		}
		.header__logo_img {
			float: left;
			width: 12.4rem;
			margin-right: 1rem;
		}
		.header_top__right_regular {
			display: flex;
			width: 52.6rem;
			padding-top: 1rem;
		}
		.header_top__right_mini {
			display: none;
		}
		.header__search {
			position: relative;
			width: 14.8rem;
			margin-left: 0;
			margin-right: 1rem;
			text-align: center;
		}
		.header__search_box {
			position: relative;
			width: 100%;
			margin: 0;
			text-align: left;
			overflow: hidden;
		}
		.header__search_text,
		.header__language_btn {
			height: 2.4rem;
			border-radius: 0;
		}
		.header__language_btn.view_on {
			color: #999;
		}
		.header__language_btn.view_on .icon{
			color: #333;
		}
		.header__search_text {
			display: block;
			float: left;
			width: calc(100% - 2.8rem)!important;
			height: 2.4rem!important;
			font-size: 1.4rem;
			border: 1px solid #ccc;
			padding: 0.5rem;
			border-right: none;
		}
		.header__search_submit {
			display: block;
			position: static;
			float: left;
			width: 2.8rem;
			height: 2.4rem;
			background: #fff;
			font-size: 1.4rem;
			text-align: right;
			line-height: 2.8rem;
			border: 1px solid #ccc;
			border-left: 1px solid #eee;
			text-align: center;
		}
		.header__language {
			display: block;
			position: relative;
			width: 12.8rem;
			margin-right: 1rem;
		}
		.header__language a {
			color: inherit;
		}
		.header__language_btn {
			display: block;
			background: #fff;
			border: 1px solid #ccc;
			padding: 0.5rem 0.5rem 0;
			overflow: hidden;
		}
		.header__language_btn .icon {
			float: right;
			font-size: 1.5rem;
		}
		.header__language_menu {
			display: none;
			position: absolute;
			top: 3rem;
			z-index: 101;
			width: 100%;
			background: #fff;
			border: 1px solid #ccc;
			padding: 0 0.5rem
		}
		.header__language_menu a {
			padding: 0.8rem 0;
		}
		.header__btn_wantgo {
			display: block;
			width: 11rem;
			margin-right: 1rem;
		}
		.header__btn_wantgo_content {
			display: block;
			height: 2.5rem;
			background: #db850e;
			color: #fff;
			padding: 0.5rem 0.6rem 0.6rem;
			border-radius: 0.3rem;
			text-align: center;
		}
		.header__btn_wantgo_content:after {
			content: "一覧";
		}
		.header__btn_wantgo_content .icon {
			font-size: 1.25rem;
			margin-right: 0.5rem;
		}
		.header__btn_share {
			display: block;
			position: relative;
			width: 11rem;
		}
		.header__btn_share_content {
			display: block;
			height: 2.5rem;
			background: #986452;
			color: #fff;
			padding: 0.5rem 0.6rem 0.6rem;
			border-radius: 0.3rem;
			text-align: center;
		}
		.header__btn_share_content .icon {
			font-size: 1.25rem;
			margin-right: 0.5rem;
		}
		.header__share_menu {
			display: none;
			position: absolute;
			top: 3rem;
			z-index: 101;
			width: 100%;
			background: #fff;
			border: 1px solid #ccc;
			padding: 0 0.5rem
		}
		.header__share_menu a {
			display: flex;
			padding: 0.8rem 0;
			line-height: 1;
			align-items: center;
		}
		.header__share_menu_line span {
			display: block;
			width: 2rem;
		}
		.header__share_menu_line img {
			width: 1.6rem;
		}
		.header__share_menu .fa-facebook {
			display: block;
			width: 2rem;
			font-size: 1.7rem;
			color: #3c5a9a;
			text-indent: .3rem;
		}
		.header__share_menu .fa-twitter {
			display: block;
			width: 2rem;
			font-size: 1.8rem;
			color: #1da1f3;
		}
	
		/* Global Navigation */
		.header_botm_inner {
			padding-right: 2%;
			padding-left: 2%;
		}
		.gnav {
			display: flex;
			box-shadow: none;
		}
		.gnav dl.gnav_list01,
		.gnav dd {
			border-bottom: none;
		}
		.gnav dl.gnav_list01 dd:first-of-type {
			border-left: 1px dashed #ccc;
		}
		.gnav dl dd:last-of-type {
			border-right: 1px dashed #ccc;
		}
		.gnav a {
			align-items: flex-start;
			background: transparent;
			padding: 0rem 0 0.26rem;
		}
		.gnav .current a {
			background: #fff;
		}
		.gnav a img {
			display: inline-block;
			width: 8rem;
			transform: translate(0.1rem, 0);
		}
		.gnav .current a {
			background: #fff;
		}
	
    /* Header Notice */
    .header_notice {
      margin: 1.2rem auto 0;
  		width: 100%;
    }
    .header_notice_inner {
      font-size: 1.2rem;
      padding: .6rem 1.2rem;
    }
    
		/* Header Fixed */
		/* Reset */
		.fixed_header .header__catchcopy,
		.fixed_header .header__language,
		.fixed_header .header__search {
			display: none;
		}
		@-webkit-keyframes downHeader {0% {top: -10rem;}100% {top: 0;}}
		@-moz-keyframes downHeader {0% {top: -10rem;}100% {top: 0;}}
		@-ms-keyframes downHeader {0% {top: -10rem;}100% {top: 0;}}
		@keyframes downHeader {0% {top: -10rem;}100% {top: 0;}}
	
		.header.fixed_header {
			position: fixed;
			top: 0;
			z-index: 30;
			height: 7rem;
		}
		.header.fixed_header.on {
		  -webkit-animation: 0.4s linear 1 downHeader;
		     -moz-animation: 0.4s linear 1 downHeader;
		      -ms-animation: 0.4s linear 1 downHeader;
		       -o-animation: 0.4s linear 1 downHeader;
		          animation: 0.4s linear 1 downHeader;
		}
		.fixed_header .header_top,
		.fixed_header .header_botm {
			display: block;
			position: absolute;
			top: 0;
			z-index: 11;
			width: 100%;
		}
		.fixed_header .header_top_inner {
			padding-top: 1.4rem;
		}
		.fixed_header .header_top__left {
			width: 10.4rem;
		}
		.fixed_header .header__logo {
			float: none;
			width: 100%;
			text-align: center;
		}
		.fixed_header .header__logo_img {
			width: 10.4rem;
			height: 4.06rem;
		}
		.fixed_header .header_top__right_regular {
			width: 8rem;
			flex-direction: column;
			padding-top: 0;
			margin-top: -.5rem;
		}
		.fixed_header .header__btn_wantgo,
		.fixed_header .header__btn_share {
			width: 100%;
			margin-right: 0;
		}
		.fixed_header .header__btn_wantgo_content,
		.fixed_header .header__btn_share_content {
			font-size: 1rem;
			padding-top: 0.6rem;
			padding-right: 0;
			padding-left: 0;
		}
		.fixed_header .header__btn_wantgo {
			margin-bottom: .6rem;
		}
		.fixed_header .header__btn_wantgo_content:after {
			content:"";
		}
		.fixed_header .header__btn_wantgo_content {
			text-align: left;
		}
		.fixed_header .header__btn_wantgo_content .icon {
			font-size: 1.2rem;
			margin: 0 0.25rem 0 0.8rem;
		}
		.fixed_header .header__btn_share_content .icon {
			margin: 0 0.25rem 0 0.25rem;
		}
		.fixed_header .header__share_menu {
			font-size: 1rem;
		}
		.fixed_header .header__share_menu a {
			padding: 0.5rem 0;
		}
		.fixed_header .header_botm {
			top: 0;
			left: 50%;
			margin-left: -33.5%;
			width: 70%;
			height: 7rem;
		}
		.fixed_header .header_botm_inner {
			padding-right: 0;
			padding-left: 0;
		}
		.fixed_header .gnav_list01 {
			display: flex;
		}
		.fixed_header .gnav dd {
			height: 7rem;
		}
		.fixed_header .gnav a {
			align-items: center;
			height: 100%;
		}
		.fixed_header .gnav a img {
			width: 6.4rem;
			transform: translate(0, 0.4rem);
		}
		.fixed_header .header_notice {
  		position: absolute;
  		top: 100%;
  		left: 50%;
  		max-width: none;
  		margin-top: 0;
  		transform: translate(-50%, 0);
		}
		.mobile_modal {
			display: none;
		}
}
@media screen and (min-width:850px) {
		.header__catchcopy {
			display: block;
			float: left;
			width: 14rem;
			padding-top: 0.72rem;
		}
}
@media screen and (min-width:915px) {
  .header_notice_inner {
    text-align: center;
  }
}
@media all and (min-width:1024px) {
		.header_top_inner {
			height: 10.6rem;
			padding-top: 2rem;
		}
		.header_top__left {
			width: 36.2rem;
		}
		.header__logo {
			width: 100%;
			height: 6.4rem;
		}
		.header__logo_img {
			width: 16.4rem;
			margin-right: 1.2rem;
		}
		.header__catchcopy {
			width: 17.8rem;
			padding-top: 0.94rem;
		}
		.header_top__right_regular {
			width: 59.6rem;
			padding-top: 1.5rem;
		}
		.header__search {
			width: 20rem;
			margin-right: 1rem;
		}
		.header__search_text,
		.header__search_submit {
			height: 3rem;
			margin: 0;
		}
		.header__search_text {
			width: 16.2rem!important;
			height: 3rem!important;
			font-size: 1.2rem;
			padding: 0.25rem;
		}
		.header__search_submit {
			width: 3.8rem;
			text-align: center;
		}
		.header__language {
			width: 14rem;
			margin-right: 1rem;
		}
		.header__language_btn {
			height: 3rem;
		}
		.header__language_btn:hover {
			opacity:1;
		}
		.header__language_btn .icon {
			font-size: 1.8rem;
		}
		.header__language_menu {
			top: 4rem;
		}
		.header__btn_wantgo {
			width: 12rem;
		}
		.header__btn_wantgo_content {
			height: 3rem;
			padding: 0.7rem 0.8rem 0.8rem;
			text-align: left;
		}
		.header__btn_wantgo_content .icon {
			margin: 0 0.8rem 0 0.4rem;
		}
		.header__btn_share {
			width: 10.6rem;
		}
		.header__btn_share_content {
			height: 3rem;
			padding: 0.7rem 0.8rem 0.8rem;
			text-align: left;
		}
		.header__btn_share_content .icon {
			margin: 0 0.8rem 0 0.4rem;
		}
		.header__share_menu {
			top: 4rem;
		}

		/* Global Navigation */
		.header_botm_inner {
			padding-right: 0;
			padding-left: 0;
		}
		.gnav a {
			padding: 0rem 0 0.5rem;
		}
		.gnav a img {
			width: 10.8rem;
		}

    /* Header Notice */
    .header_notice {
			padding-right: 0;
			padding-left: 0;
    }

		/* Header Fixed */
		.header.fixed_header,
		.fixed_header .header_top_inner {
			height: 8rem;
		}
		.fixed_header .header_top__left {
			width: 13.8rem;
		}
		.fixed_header .header__logo_img {
			width: 13.8rem;
			height: 5.38rem;
		}
		.fixed_header .header_top__right_regular {
			width: 9rem;
			margin-top: -.4rem;
		}
		.fixed_header .header__btn_wantgo {
			margin-bottom: .4rem;
		}
		.fixed_header .header__btn_wantgo_content,
		.fixed_header .header__btn_share_content {
			font-size: 1.2rem;
			padding-top: 0.8rem;
		}
		.fixed_header .header__btn_wantgo_content .icon {
			margin: 0 0.3rem 0 0.6rem;
		}
		.fixed_header .header__btn_share_content .icon {
			margin: 0 0.4rem 0 0.6rem;
		}
		.fixed_header .header__share_menu {
			top: 3.5rem;
			font-size: 1.2rem;
		}
		.fixed_header .header_botm {
			top: 0;
			width: 76.6rem;
			height: 8rem;
			margin-left: -35.5rem;
		}
		.fixed_header .gnav {
			padding-top: 1rem;
		}
		.fixed_header .gnav a {
			padding-bottom: 1.5rem;
		}
		.fixed_header .gnav a img {
			width: 8rem;
			transform: translate(0, 0.7rem);
		}
		.fixed_header .gnav .about a img {
			width: 8.82rem;
			transform: translate(-0.05rem, 0.5rem);
		}
}
@media print {
	.header_wrapper {
		display: flex;
		flex-wrap: wrap;
	}
	.header {
		position: fixed;
		top: 0;
		z-index: 10;
		width: 100%;
	}
	.header_top {
		position: relative;
		background: #fff;
		z-index: 10;
		box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	}
	.header_top_inner {
		display: flex;
		position: relative;
		height: 5.2rem;
		justify-content: space-between;
	}
	.header_top__left {
		position: relative;
		width: 8rem;	
	}
	.header__logo {
		position: absolute;
		top: 0.6rem;
		left: 3%;
		width: 8rem;
		overflow: hidden;
	}
	.header__logo a {
		width: 100%;
		height: 100%;	
	}
	.header__catchcopy {
		display: none;
	}
	.header_top__right_regular {
		display: none;
	}
	.header_top__right_mini_menu {
		display: flex;
		padding-top: 1rem;
	}
	.header_top__right_mini_menu img {
		width: 100%;
		height: 100%;
	}
	.header_top__right_mini_menu a {
		width: 3.6rem;
		height: 3.3rem;
	}
	.header_top__right_mini_menu li + li {
		margin-left: 1.5rem;
	}
	
	/* Global Navigation */
	.header_botm_inner {
		padding-right: 0;
		padding-left: 0;
	}
	.gnav {
		position: relative;
		z-index: 3;
		background: url(../common/img/paper_gray.jpg) repeat left top;
		box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	}
	.gnav dl {
		display: flex;
		width: 100%;
	}
	.gnav dl.gnav_list01 {
		border-bottom: 1px dashed #ccc;
	}
	.gnav dl.no_bdb {
		border-bottom: none;
	}
	.gnav dl.no_display {
		display: none;
	}
	.gnav dd {
		width: calc(100% / 4);
		font-size: 1rem;
		border-right: 1px dashed #ccc;
	}
	.gnav dl dd:last-of-type {
		border-right: none;
	}
	.gnav a {
		display: flex;
		width: 100%;
		height: 100%;
		background: #fff;
		align-items: center;
		justify-content: center;
		text-align: center;
		padding: 4.7% 0;
	}
	.gnav .current a {
		background: transparent;
	}
	.gnav a img {
		width: 80%;
	}
	.mobile_modal {
		display: none;
		position: fixed;
		top: 5.2rem;
		left: 0;
		z-index: 20;
		width: 100%;
		height: 100%;
	}
	.mobile_modal_close {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.8);
		cursor: pointer;
	}
	.mobile_modal_contents {
		position: absolute;
		top: 0;
		left: 5%;
		width: 90%;
		padding-top: 2rem;
		color: #fff;
		text-align: center;
	}
	.mobile_modal_contents_title {
		font-size: 2.4rem;
		margin-bottom: 2rem;
	}
	.mobile_modal_contents_title .fa {
		margin-right: 1.2rem;
	}
	.mobile_modal_sns {
		display: none;
	}
	.mobile_modal_sns_list {
		font-size: 1.6rem;
		max-width: 30rem;
		margin: 0 auto;
	}
	.mobile_modal_sns_list li + li {
		margin-top: 2rem;
	}
	.mobile_modal_sns_list a {
		padding: 1rem 0;
		border-radius: 4rem;
	}
	.mobile_modal_sns_list .line a {
		background: #00ba01;
	}
	.mobile_modal_sns_list .line img {
		display: inline-block;
		width: 2.4rem;
		margin-right: 0.8rem;
		vertical-align: middle;
		transform: translate(0, -0.2rem);
	}
	.mobile_modal_sns_list .facebook a {
		background: #3c5a9a;
	}
	.mobile_modal_sns_list .facebook .fa {
		font-size: 2rem;
		margin: 0 0.8rem 0 1.8rem;
	}
	.mobile_modal_sns_list .twitter a {
		background: #1da1f3;
	}
	.mobile_modal_sns_list .twitter .fa {
		font-size: 2.2rem;
		margin-right: 0.8rem;
	}
	.mobile_modal_search {
		display: none;
	}
	.mobile_modal_search .mobile_modal_contents_title {
		margin-bottom: 1rem;
	}
	.mobile_modal_search_input {
		font-size: 16px;
		width: 90%;
		padding: 0.8rem 0.6rem;
		background: #fff;
		margin-bottom: 2rem;
		border-radius: 0.3rem;
	}
	.mobile_modal_search_submit {
		width: 74%;
		max-width: 25rem;
		font-size: 1.6rem;
		background: #d98312;
		padding: 1rem;
		border-radius: 4rem;
		color: #fff;
	}
	.mobile_modal_search_submit .fa {
		display: inline-block;
		margin-right: 0.6rem;
		transform: translate(0, -0.15rem);
	}
	.mobile_modal_languages {
		display: none;
	}
	.mobile_modal_languages_list {
		max-width: 30rem;
		margin-right: auto;
		margin-left: auto;
	}
	.mobile_modal_languages_list li {
		background: url(../common/img/bg_languages_stripe15x15.png) repeat 0 0;
	}
	.mobile_modal_languages_list a {
		font-size: 1.6rem;
		border: 1px solid rgba(255, 255, 255, 0.6);
		border-bottom: none;	
		padding: 0.8rem 0;
		transition: all 0.4s;
	}
	.mobile_modal_languages_list li:last-of-type a {
		border-bottom: 1px solid rgba(255, 255, 255, 0.6);
	}
	.mobile_modal_languages_list a.active {
		background: #fff;
		color: #333;
	}
	
	@media all and (min-width:414px) {
		.mobile_modal_languages_list a {
			padding: 1rem 0;
		}	
	}

	@media all and (min-width:600px) {
			/* Header */
			.header__search {
				padding-left: 0;
				padding-right: 0;
				text-align: center;
			}
			.header__search_box {
				position: relative;
				width: 35rem;
				margin: 0 auto;
			}
			.header__search_submit {
				top: 0;
				right: 0;
			}
			.mobile_modal_contents {
				padding-top: 4rem;	
			}
			.mobile_modal_contents_title,
			.mobile_modal_search .mobile_modal_contents_title {
				font-size: 2.8rem;
				margin-bottom: 2.4rem;
			}
			.mobile_modal_search_input {
				margin-bottom: 2.4rem;
			}
			.mobile_modal_search_submit {
				padding: 1rem;
			}
			.mobile_modal_sns_list {
				font-size: 2rem;
			}
			.mobile_modal_sns_list a {
				padding: 1.4rem 0;
			}
	}
	@media all and (min-width:768px) {
		/* Header */
		.header_wrapper {
			padding-top: 0;
		}
		.header {
			position: static;
			background: url(../common/img/paper_gray.jpg) repeat left top;
			transition: all 1s;
		}
		.header_top {
			position: static;
			background: none;
			box-shadow: none;
		}
		.header_top_inner {
			height: 8.4rem;
			padding-top: 1.8rem;
			overflow: visible;
		}
		.header_top__left {
			float: left;
			width: 28rem;
			overflow: hidden;
		}
		.header__logo {
			position: static;
			top: 0;
			left: 0;
			float: left;
			width: 28rem;
			height: 5.4rem;
		}
		.header__logo_img {
			float: left;
			width: 12.4rem;
			margin-right: 1rem;
		}
		.header_top__right_regular {
			display: flex;
			width: 52.6rem;
			padding-top: 1rem;
		}
		.header_top__right_mini {
			display: none;
		}
		.header__search {
			position: relative;
			width: 14.8rem;
			margin-left: 0;
			margin-right: 1rem;
			text-align: center;
		}
		.header__search_box {
			position: relative;
			width: 100%;
			margin: 0;
			text-align: left;
			overflow: hidden;
		}
		.header__search_text,
		.header__language_btn {
			height: 2.4rem;
			border-radius: 0;
		}
		.header__language_btn.view_on {
			color: #999;
		}
		.header__language_btn.view_on .icon{
			color: #333;
		}
		.header__search_text {
			display: block;
			float: left;
			width: calc(100% - 2.8rem);
			font-size: 1.6rem;
			background: #fff;
			border: 1px solid #ccc;
			padding: 0.5rem;
			border-right: none;
		}
		.header__search_submit {
			display: block;
			position: static;
			float: left;
			width: 2.8rem;
			height: 2.4rem;
			background: #fff;
			font-size: 1.4rem;
			text-align: right;
			line-height: 2.8rem;
			border: 1px solid #ccc;
			border-left: 1px solid #eee;
			text-align: center;
		}
		.header__language {
			display: block;
			position: relative;
			width: 12.8rem;
			margin-right: 1rem;
		}
		.header__language a {
			color: inherit;
		}
		.header__language_btn {
			display: block;
			background: #fff;
			border: 1px solid #ccc;
			padding: 0.5rem 0.5rem 0;
			overflow: hidden;
		}
		.header__language_btn .icon {
			float: right;
			font-size: 1.5rem;
		}
		.header__language_menu {
			display: none;
			position: absolute;
			top: 3rem;
			z-index: 101;
			width: 100%;
			background: #fff;
			border: 1px solid #ccc;
			padding: 0 0.5rem
		}
		.header__language_menu a {
			padding: 0.8rem 0;
		}
		.header__btn_wantgo {
			display: block;
			width: 11rem;
			margin-right: 1rem;
		}
		.header__btn_wantgo_content {
			display: block;
			height: 2.5rem;
			background: #db850e;
			color: #fff;
			padding: 0.6rem;
			border-radius: 0.3rem;
			text-align: center;
		}
		.header__btn_wantgo_content:after {
			content: "一覧";
		}
		.header__btn_wantgo_content .icon {
			font-size: 1.25rem;
			margin-right: 0.5rem;
		}
		.header__btn_share {
			display: block;
			position: relative;
			width: 11rem;
		}
		.header__btn_share_content {
			display: block;
			height: 2.5rem;
			background: #986452;
			color: #fff;
			padding: 0.6rem;
			border-radius: 0.3rem;
			text-align: center;
		}
		.header__btn_share_content .icon {
			font-size: 1.25rem;
			margin-right: 0.5rem;
		}
		.header__share_menu {
			display: none;
			position: absolute;
			top: 3rem;
			z-index: 101;
			width: 100%;
			background: #fff;
			border: 1px solid #ccc;
			padding: 0 0.5rem
		}
		.header__share_menu a {
			display: flex;
			padding: 0.8rem 0;
			line-height: 1;
			align-items: center;
		}
		.header__share_menu_line span {
			display: block;
			width: 2rem;
		}
		.header__share_menu_line img {
			width: 1.6rem;
		}
		.header__share_menu .fa-facebook {
			display: block;
			width: 2rem;
			font-size: 1.7rem;
			color: #3c5a9a;
			text-indent: .3rem;
		}
		.header__share_menu .fa-twitter {
			display: block;
			width: 2rem;
			font-size: 1.8rem;
			color: #1da1f3;
		}
	
		/* Global Navigation */
		.header_botm_inner {
			padding-right: 2%;
			padding-left: 2%;
		}
		.gnav {
			display: flex;
			box-shadow: none;
		}
		.gnav dl.gnav_list01,
		.gnav dd {
			border-bottom: none;
		}
		.gnav dl.gnav_list01 dd:first-of-type {
			border-left: 1px dashed #ccc;
		}
		.gnav dl dd:last-of-type {
			border-right: 1px dashed #ccc;
		}
		.gnav a {
			align-items: flex-start;
			background: transparent;
			padding: 0rem 0 0.26rem;
		}
		.gnav .current a {
			background: #fff;
		}
		.gnav a img {
			display: inline-block;
			width: 8rem;
			transform: translate(0.1rem, 0);
		}
		.gnav .current a {
			background: #fff;
		}
	
		/* Header Fixed */
		/* Reset */
		.fixed_header .header__catchcopy,
		.fixed_header .header__language,
		.fixed_header .header__search {
			display: none;
		}
		@-webkit-keyframes downHeader {0% {top: -10rem;}100% {top: 0;}}
		@-moz-keyframes downHeader {0% {top: -10rem;}100% {top: 0;}}
		@-ms-keyframes downHeader {0% {top: -10rem;}100% {top: 0;}}
		@keyframes downHeader {0% {top: -10rem;}100% {top: 0;}}
	
		.header.fixed_header {
			position: fixed;
			top: 0;
			z-index: 30;
			height: 7rem;
		}
		.header.fixed_header.on {
		  -webkit-animation: 0.4s linear 1 downHeader;
		     -moz-animation: 0.4s linear 1 downHeader;
		      -ms-animation: 0.4s linear 1 downHeader;
		       -o-animation: 0.4s linear 1 downHeader;
		          animation: 0.4s linear 1 downHeader;
		}
		.fixed_header .header_top,
		.fixed_header .header_botm {
			display: block;
			position: absolute;
			top: 0;
			z-index: 11;
			width: 100%;
		}
		.fixed_header .header_top_inner {
			padding-top: 1.4rem;
		}
		.fixed_header .header_top__left {
			width: 10.4rem;
		}
		.fixed_header .header__logo {
			float: none;
			width: 100%;
			text-align: center;
		}
		.fixed_header .header__logo_img {
			width: 10.4rem;
			height: 4.06rem;
		}
		.fixed_header .header_top__right_regular {
			width: 8rem;
			flex-direction: column;
			padding-top: 0;
			margin-top: -.5rem;
		}
		.fixed_header .header__btn_wantgo,
		.fixed_header .header__btn_share {
			width: 100%;
			margin-right: 0;
		}
		.fixed_header .header__btn_wantgo_content,
		.fixed_header .header__btn_share_content {
			font-size: 1rem;
			padding-right: 0;
			padding-left: 0;
		}
		.fixed_header .header__btn_wantgo {
			margin-bottom: .6rem;
		}
		.fixed_header .header__btn_wantgo_content:after {
			content:"";
		}
		.fixed_header .header__btn_wantgo_content {
			text-align: left;
		}
		.fixed_header .header__btn_wantgo_content .icon {
			font-size: 1.2rem;
			margin: 0 0.25rem 0 0.8rem;
		}
		.fixed_header .header__btn_share_content .icon {
			margin: 0 0.25rem 0 0.25rem;
		}
		.fixed_header .header__share_menu {
			font-size: 1rem;
		}
		.fixed_header .header__share_menu a {
			padding: 0.5rem 0;
		}
		.fixed_header .header_botm {
			top: 0;
			left: 50%;
			margin-left: -33.5%;
			width: 70%;
			height: 7rem;
		}
		.fixed_header .header_botm_inner {
			padding-right: 0;
			padding-left: 0;
		}
		.fixed_header .gnav_list01 {
			display: flex;
		}
		.fixed_header .gnav dd {
			height: 7rem;
		}
		.fixed_header .gnav a {
			align-items: center;
			height: 100%;
		}
		.fixed_header .gnav a img {
			width: 6.4rem;
			transform: translate(0, 0.4rem);
		}
		.mobile_modal {
			display: none;
		}
	}
	@media all and (min-width:850px) {
			.header__catchcopy {
				display: block;
				float: left;
				width: 14rem;
				padding-top: 0.72rem;
			}
	}
	
	@media all and (min-width:1024px) {
		.header_top_inner {
			height: 10.6rem;
			padding-top: 2rem;
		}
		.header_top__left {
			width: 36.2rem;
		}
		.header__logo {
			width: 100%;
			height: 6.4rem;
		}
		.header__logo_img {
			width: 16.4rem;
			margin-right: 1.2rem;
		}
		.header__catchcopy {
			width: 17.8rem;
			padding-top: 0.94rem;
		}
		.header_top__right_regular {
			width: 59.6rem;
			padding-top: 1.5rem;
		}
		.header__search {
			width: 20rem;
			margin-right: 1rem;
		}
		.header__search_text,
		.header__search_submit {
			height: 3rem;
			margin: 0;
		}
		.header__search_text {
			width: 16.2rem;
			font-size: 1.2rem;
			padding: 0.25rem;
		}
		.header__search_submit {
			width: 3.8rem;
			text-align: center;
		}
		.header__language {
			width: 14rem;
			margin-right: 1rem;
		}
		.header__language_btn {
			height: 3rem;
		}
		.header__language_btn:hover {
			opacity:1;
		}
		.header__language_btn .icon {
			font-size: 1.8rem;
		}
		.header__language_menu {
			top: 4rem;
		}
		.header__btn_wantgo {
			width: 12rem;
		}
		.header__btn_wantgo_content {
			height: 3rem;
			padding: 0.8rem 0.8rem;
			text-align: left;
		}
		.header__btn_wantgo_content .icon {
			margin: 0 0.8rem 0 0.4rem;
		}
		.header__btn_share {
			width: 10.6rem;
		}
		.header__btn_share_content {
			height: 3rem;
			padding: 0.8rem 0.8rem;
			text-align: left;
		}
		.header__btn_share_content .icon {
			margin: 0 0.8rem 0 0.4rem;
		}
		.header__share_menu {
			top: 4rem;
		}

		/* Global Navigation */
		.header_botm_inner {
			padding-right: 0;
			padding-left: 0;
		}
		.gnav a {
			padding: 0rem 0 0.5rem;
		}
		.gnav a img {
			width: 10.8rem;
		}

		/* Header Fixed */
		.header.fixed_header,
		.fixed_header .header_top_inner {
			height: 8rem;
		}
		.fixed_header .header_top__left {
			width: 13.8rem;
		}
		.fixed_header .header__logo_img {
			width: 13.8rem;
			height: 5.38rem;
		}
		.fixed_header .header_top__right_regular {
			width: 9rem;
			margin-top: -.4rem;
		}
		.fixed_header .header__btn_wantgo {
			margin-bottom: .4rem;
		}
		.fixed_header .header__btn_wantgo_content,
		.fixed_header .header__btn_share_content {
			font-size: 1.2rem;
		}
		.fixed_header .header__btn_wantgo_content .icon {
			margin: 0 0.3rem 0 0.6rem;
		}
		.fixed_header .header__btn_share_content .icon {
			margin: 0 0.4rem 0 0.6rem;
		}
		.fixed_header .header__share_menu {
			top: 3.5rem;
			font-size: 1.2rem;
		}
		.fixed_header .header_botm {
			top: 0;
			width: 76.6rem;
			height: 8rem;
			margin-left: -35.5rem;
		}
		.fixed_header .gnav {
			padding-top: 1rem;
		}
		.fixed_header .gnav a {
			padding-bottom: 1.5rem;
		}
		.fixed_header .gnav a img {
			width: 8rem;
			transform: translate(0, 0.7rem);
		}
		.fixed_header .gnav .about a img {
			width: 8.82rem;
			transform: translate(-0.05rem, 0.5rem);
		}
	}
}