@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

body {
	margin: 0;
	padding: 0;
	height: 100vh;
	background: #fff;
	font-family: 'Noto Sans JP', sans-serif;
}
a {
	color: #000;
	text-decoration: none;
	transition: all 0.15s ease-out;
}
a:hover, a:active, a:focus {
	text-decoration: none;
	color: #888;
}
a:hover {
	opacity: 0.8;
}
a.none {
	pointer-events: none;
	opacity: 0.3;
	filter: grayscale(1);
}
@media only screen and (max-width: 479px) {
	a {
		-webkit-tap-highlight-color: rgba(0,0,0,0);
	}
}
.f-left {
	display: flex;
	justify-content: flex-start;
}
.f-right {
	display: flex;
	justify-content: flex-end;
}
.f-center {
	display: flex;
	justify-content: center;
}
@media only screen and (min-width: 1025px) {
	.obi {
		position: fixed;
		top: 0;
		right: 0;
		margin: 0;
		padding: 0;
		width: 16px;
		height: 100vh;
		background: url("../images/index/body_side_img.jpg") repeat-y;
		z-index: 9999;
	}
}
.btn {
	width: auto;
	position: relative;
	margin: 30px auto 0 auto;
}
.btn img {
	width: 100%;
}
@media only screen and (min-width: 1025px) {
	.sp-only {
		display: none!important;
	}
}
@media only screen and (max-width: 479px) {
	.pc-only {
		display: none!important;
	}
}
@media only screen and (min-width:480px) and (max-width:1024px) {
	.sp-only {
		display: none!important;
	}
}
.text_link-more {
	text-align: right;
	font-size: 14px;
	vertical-align: middle;
}
.text_link-more a.more {
	text-decoration: none;
	color: #ff5800;
}
.text_link-more a.more:hover {
	color: #ffd4cc;
}
.text_link-more a.more:after {
	content:">";
	font-size: 12px;
	padding-left: 5px;
	vertical-align: top;
}
.arrow{
	position: absolute;
	display: inline-block;
	padding-left: 20px;
	right: 5px;
	top: 50%;
}
.arrow::before{
	content: '';
	width: 10px;
	height: 10px;
	border: 0px;
	border-top: solid 2px #aaaaaa;
	border-right: solid 2px #aaaaaa;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -4px;
}

.site-header {
	z-index: 999;
	display: flex;
	justify-content: space-between;
	padding: 0;
	position: fixed;
	top: 0;
	transition: .5s;
	width: 100%;
}

#gloval-nav nav {
	width: 100%;
}
#gloval-nav ul {
	display: -webkit-flex;
	display: flex;
}
#gloval-nav li {
	list-style-type: none!important;
	text-align: left;
	padding: 0;
	margin: 0;
}
#gloval-nav li a span {
	vertical-align: top;
}
#gloval-nav .sns-link div img {
	width: 100%;
}
@media only screen and (min-width: 1025px) {
	header {
		width: 100%;
		background: #fff;
		height: 75px;
	}
	.site-header.hide {
		top: -75px;
	}
	.header_inner {
		display: flex;
		align-items: center;
		width: 100%;
		max-width: 1055px;
		margin: 0 auto;
	}
	#gloval-nav {
		opacity: 1;
		width: 100%;
		font-size: 16px;
	}
	.h1-title {
		width: 118px;
		z-index: 1;
	}
	.h1-title img {
		width: 100%;
	}
	#gloval-nav nav {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		width: 100%;
		margin: 0;
	}
	#gloval-nav ul {
		width: 100%;
		justify-content: flex-end;
		align-items: center;
	}
	#gloval-nav li {
		font-size: 14px;
		font-weight: 500;
		line-height: 1.8;
		letter-spacing: 0.02em;
		margin: 0;
		padding-right: 20px;
		margin-left: 20px;
		text-align: center;
		background: url("../images/index/navi_icon.jpg") no-repeat 0 3px;
		background-size: 22px 17px;
		padding-left: 26px;
	}
	#gloval-nav li:hover {
		background: url("../images/index/navi_icon_hover.jpg") no-repeat 0 3px;
	}
	#gloval-nav li a {
		display: block;
		color: #000;
	}
	#gloval-nav li a:hover {
		color: #000;
	}
	#gloval-nav .sns-link {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-left: auto;
	}
	#gloval-nav .sns-link div {
		margin: 0 0 0 20px;
		width: 20px;
		height: 20px;
	}
	#gloval-nav .sns-link .fa-brands {
		font-size: 20px;
	}
}
@media only screen and (max-width: 479px) {
	.site-header {
		height: 80px;
	}
	.site-header.hide{
		top: -80px;
	}
	.h1-title {
		position: absolute;
		left: 5px;
		top: 4px;
		max-width: 132px;
	}
	.h1-title img {
		width: 100%;
	}
	.nav_footer {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		width: 100%;
	}
	.sub_visual_logo {
		margin: 20px auto 30px auto;
		width: 150px;
	}
	.sub_visual_logo img {
		width: 100%;
	}
	#gloval-nav nav {
		margin: 6vh auto 0 auto!important;
	}
	#nav-toggle {
		position: absolute;
		top: 15px;
		right: 10px;
		cursor: pointer;
		width: 40px;
		height: 40px;
		padding: 10px;
		background: #fff;
		border-radius: 30px;
	}
	#nav-toggle div {
		position: relative;
		width: 35px;
		height: 40px;
		margin: 0 auto;
		cursor: pointer;
	}
	#nav-toggle div > span {
		width: 100%;
		height: 3px;
		left: 0;
		display: block;
		position: absolute;
		transition: transform .6s ease-in-out, top .5s ease;
	}
	#nav-toggle div > span:nth-child(1) {
		top: 7px;
		background: #0086cd;
	}
	#nav-toggle div > span:nth-child(2) {
		top: 18px;
		background: #7dc057;
	}
	#nav-toggle div > span:nth-child(3) {
		bottom: 7px;
		background: #3fbdd6;
	}
	#nav-toggle {
		z-index: 1000;
	}
	.is-open {
		overflow: hidden;
	}
	.is-open #nav-toggle div > span {
		background: #fff;
	}
	.is-open #nav-toggle div > span:nth-child(1) {
		top: 50%;
		right: -1px;
		transform: rotate(45deg) translatey(0);
		background: #0086cd;
	}
	.is-open #nav-toggle div > span:nth-child(2) {
		width: 0;
	}
	.is-open #nav-toggle div > span:nth-child(3) {
		top: 50%;
		left: -1px;
		transform: rotate(-45deg) translatey(0);
		background: #3fbdd6;
	}
	.is-open #gloval-nav {
		z-index: 999;
		transform: translateX(0);
	}
	.overlay {
		background: rgba(0,0,0,0.5);
		height: 100vh;
	}
	#gloval-nav {
		z-index: 900;
		overflow: auto;
		width: 100%;
		height: 100%;
		background:rgba(0,0,0,0.9);
		color: #fff;
		position: fixed;
		top: 0;
		right: -1px;
		text-align: center;
		transform: translateX(100%);
		transition:  transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	#gloval-nav ul {
		width: auto;
		margin: 16vh 0 30px 0!important;
		padding: 0;
		-webkit-justify-content: space-around;
		justify-content: space-around;
		-webkit-align-items: flex-start;
		align-items: flex-start;
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	#gloval-nav li {
		margin: 0 auto!important;
		width: 50%;
		font-size: 18px;
		letter-spacing: 0.02em;
		line-height: 1.6;
		font-weight: 600;
		background: url("../images/index/navi_icon_sp.png") no-repeat 0 20px;
		background-size: 20px 16px;
		padding-left: 30px;
		text-align: left;
	}
	#gloval-nav li span {
		font-size: 18px;
		font-weight: 400;
		font-family :YuGothic,'Yu Gothic',sans-serif;
	}
	#gloval-nav li a {
		display: inline-block;
		background: linear-gradient(135deg, #98dbfa 0%, #99ede5 100%);
		background: -webkit-linear-gradient(-45deg, #98dbfa 0%, #99ede5 100%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		text-decoration: none;
		padding: 15px 0;
	}
	#gloval-nav .sns-link {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-left: auto;
	}
	#gloval-nav .sns-link div {
		width: 25px;
		height: 25px;
		margin: 0 10px;
	}
	#gloval-nav .sns-link div a {
		color: #fff;
	}
}
@media only screen and (min-width:480px) and (max-width:1024px) {
	header {
		width: 100%;
		background: #fff;
		height: 75px;
	}
	.site-header.hide{
		top: -75px;
	}
	.header_inner {
		display: flex;
		align-items: center;
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
	}
	#gloval-nav {
		opacity: 1;
		width: 100%;
	}
	.h1-title {
		width: 118px;
		z-index: 1;
		margin: 0 10px;
	}
	.h1-title img {
		width: 100%;
	}
	#gloval-nav nav {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		width: 100%;
		margin: 0;
	}
	#gloval-nav ul {
		width: 100%;
		justify-content: center;
		align-items: center;
	}
	#gloval-nav li {
		font-size: 14px;
		font-weight: 500;
		line-height: 1.2;
		letter-spacing: 0;
		margin: 0;
		padding-right: 10px;
		margin-left: 10px;
		text-align: center;
		background: url("../images/index/navi_icon.jpg") no-repeat 0 4px;
		background-size: 15px 12px;
		padding-left: 15px;
	}
	#gloval-nav li:hover {
		background: url("../images/index/navi_icon_hover.jpg") no-repeat 0 4px;
		background-size: 15px 12px;
		padding-left: 15px;
	}
	#gloval-nav li a {
		display: block;
		color: #000;
	}
	#gloval-nav li a:hover {
		color: #000;
	}
	#gloval-nav .sns-link {
		display: none;
	}
}

.main {
	position: relative;
	width: 100%;
	z-index: 0;
}
.main__inner {
	position: relative;
}
.main_visual {
	position: relative;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.main_slider {
	z-index: 0;
}
.main_slider .slick-img img {
	width: 100%;
	height: auto;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
	object-fit: cover;
}
.main_slider .slick-slide div {
	vertical-align: top;
	line-height: 0;
}

.main_slider .slick-dots li {
	width: 3px;
	height: 24px;
	margin: 10px 0 0 0;
}
.main_slider .slick-dots li button {
	width: 3px;
	height: 24px;
	background: #fff;
	content: '';
	padding: 0;
}
.main_slider .slick-dots li button:before {
	width: 3px;
	height: 24px;
	background: #dddddd;
	content: '';
}
.main_slider .slick-dots li.slick-active button:before {
	background: #3ecef5;
}
.main_visual .main_visual__inner {
	position: relative;
	width: 100%;
	text-align: center;
}
.main_slider_cover {
	position: absolute;
	z-index:1;
}
.main_slider_cover img {
	width: 100%;
}

@media only screen and (min-width: 1025px) {
	.main {
		margin-top: 75px;
	}
	.main_visual {
		width: 100%;
	}
	.main_slider_cover {
		position: absolute;
		z-index:1;
		right: 0;
		left: 0;
	}
	.main_slider_cover img {
		max-width: 1053px;
	}
	.main_visual .main_slider img {
		width: 100%;
		height: 594px;
		object-fit: cover;
	}
	.main_slider .slick-dots {
		position: absolute;
		display: flex;
		flex-wrap: wrap;
		width: 3px;
		bottom: 20px;
		left: 20px;
		z-index: 10;
	}
}
@media only screen and (max-width: 479px) {
	.main_visual {
		max-width: 100%;
	}
	.main_slider .slick-dots {
		position: absolute;
		display: flex;
		flex-wrap: wrap;
		width: 3px;
		bottom: 20px;
		right: 15px;
		z-index: 10;
	}
	.main_slider .slick-dots li {
		height: 15px;
		margin: 5px 0 0 0;
	}
	.main_slider .slick-dots li button {
		height: 15px;
	}
	.main_slider .slick-dots li button:before {
		height: 15px;
	}
}
@media only screen and (min-width:480px) and (max-width:1024px) {
	.main {
		margin-top: 75px;
	}
	.main_visual {
		max-width: 100%;
	}
	.main_slider .slick-dots {
		position: absolute;
		display: flex;
		flex-wrap: wrap;
		width: 3px;
		bottom: 20px;
		right: 20px;
		z-index: 10;
	}
	.main_slider .slick-dots li {
		height: 15px;
		margin: 5px 0 0 0;
	}
	.main_slider .slick-dots li button {
		height: 15px;
	}
	.main_slider .slick-dots li button:before {
		height: 15px;
	}
}

.introduction {
	width: 100%;
	margin: 0 auto;
}
.introduction__inner {
	text-align: center;
	width: 100%;
}
.introduction__heading {
	display: inline-block;
}
.introduction__heading h2 {
	margin: 0 auto;
	padding: 0;
}
.introduction__heading h2 img {
	vertical-align: top;
	width: 100%;
}
.introduction-wrapper .introduction-wrapper-text,
.introduction-wrapper .introduction-wrapper-image img {
	width: 100%;
}
.introduction-wrapper .introduction-wrapper-text p {
	text-shadow:1px 1px 0 #fff, -1px -1px 0 #fff,
	-1px 1px 0 #fff, 1px -1px 0 #fff,
	0px 1px 0 #fff,  0-1px 0 #fff,
	-1px 0 0 #fff, 1px 0 0 #fff;
}
.introduction-wrapper .introduction-wrapper-movie {
	position: relative;
	z-index: 1;
}
.introduction-wrapper .introduction-wrapper-image {
	position: relative;
	z-index: 0;
}
.introduction-wrapper .introduction-wrapper-movie iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	border-radius: 10px;
	box-shadow: 3px 3px 15px #bad4a9;
}
@media only screen and (min-width: 1025px) {
	.introduction {
		margin: -100px auto;
		padding: 100px 0 50px 0;
		background: url("../images/index/bg_intro.png") no-repeat;
		background-size: cover;
		background-position: center top;
	}
	.introduction__inner {
		padding: 50px 0;
		background: url("../images/index/bg_intro02.png") no-repeat;
		background-position: center top;
	}
	.introduction-wrapper {
		width: 100%;
		margin: 0 auto;
	}
	.introduction-wrapper .introduction-wrapper-text {
		margin: 50px auto 0 auto;
	}
	.introduction-wrapper .introduction-wrapper-text p {
		font-size: 16px;
		line-height: 3;
	}
	.introduction-wrapper .introduction-wrapper-movie {
		margin: 80px auto 50px auto;
	}
	.introduction-wrapper .introduction-wrapper-movie iframe {
		max-width: 750px;
		display: block;
		margin: auto;
	}
	.introduction-wrapper .introduction-wrapper-image {
		margin: -80px auto 0 auto;
		max-width: 1187px;
		max-height: 836px;
	}
	.introduction-wrapper .introduction-wrapper-image p {
		font-size: 16px;
		line-height: 2.2;
		color: #707070;
		text-align: justify;
	}
	.introduction-wrapper .introduction-wrapper-image p.copy01 {
		position: absolute;
		width: 29.5%;
		max-width: 352px;
		top: 130px;
		left: 195px;
	}
	.introduction-wrapper .introduction-wrapper-image p.copy02 {
		position: absolute;
		width: 29.75%;
		max-width: 300px;
		bottom: 110px;
		right: 200px;
	}
}
@media only screen and (max-width: 479px) {
	.introduction {
		margin: 0 auto;
		padding: 0 0 50px 0;
		background: url("../images/index/bg_intro_sp.png") no-repeat;
		background-size: cover;
		background-position: center bottom;
	}
	.introduction__heading h2 {
		width: 100%;
		max-width: 80%;
	}
	.introduction__inner {
		padding: 50px 0;
	}
	.introduction-wrapper {
		width: 100%;
		margin: 0 auto;
	}
	.introduction-wrapper .introduction-wrapper-text {
		margin: 30px auto 0 auto;
	}
	.introduction-wrapper .introduction-wrapper-text p {
		font-size: 15px;
		line-height: 2.5;
		color: #707070;
	}
	.introduction-wrapper .introduction-wrapper-movie {
		width;: 90%;
		padding: 0 5%;
		margin: 40px auto 40px auto;
	}
	.introduction-wrapper .introduction-wrapper-movie iframe {
		width;: 100%;
		display: block;
		margin: auto;
	}
	.introduction-wrapper .introduction-wrapper-image {
		margin: 0 auto;
		max-width: 100%;
	}
	.introduction-wrapper .introduction-wrapper-image p {
		margin: 0 auto;
		max-width: 85%;
		font-size: 15px;
		line-height: 2;
		color: #707070;
		text-align: left;
	}
}
@media only screen and (min-width:480px) and (max-width:1024px) {
	.introduction {
		margin: -100px auto;
		padding: 100px 0 50px 0;
		background: url("../images/index/bg_intro.png") no-repeat;
		background-size: cover;
		background-position: center top;
	}
	.introduction__inner {
		padding: 50px 0;
		background: url("../images/index/bg_intro02.png") no-repeat;
		background-position: center top;
	}
	.introduction-wrapper {
		width: 100%;
		margin: 0 auto;
	}
	.introduction-wrapper .introduction-wrapper-text {
		margin: 50px auto 0 auto;
	}
	.introduction-wrapper .introduction-wrapper-text p {
		font-size: 16px;
		line-height: 3;
	}
	.introduction-wrapper .introduction-wrapper-movie {
		width;: 90%;
		padding: 0 5%;
		margin: 40px auto 40px auto;
	}
	.introduction-wrapper .introduction-wrapper-movie iframe {
		width;: 100%;
		display: block;
		margin: auto;
	}
	.introduction-wrapper .introduction-wrapper-image {
		margin: 0 auto;
		max-width: 100%;
	}
	.introduction-wrapper .introduction-wrapper-image .pc-only {
		display: none;
	}
	.introduction-wrapper .introduction-wrapper-image .sp-only {
		display: block!important;
		width: 60%;
		margin: 0 auto;
	}
	.introduction-wrapper .introduction-wrapper-image p {
		margin: 0 auto;
		max-width: 85%;
		font-size: 16px;
		line-height: 2;
		color: #707070;
		text-align: left;
	}
}

.pickup {
	width: 100%;
	margin: 0 auto;
}
.pickup__inner {
	text-align: center;
	width: 100%;
}
.pickup__heading {
	display: inline-block;
}
.pickup__heading h2 {
	margin: 0 auto;
	padding: 0;
}
.pickup-wrapper h3 {
	margin: 0;
	padding: 0;
}
.pickup__heading h2 img,
.pickup-wrapper h3 img {
	vertical-align: top;
	width: 100%;
}
.seafood { background: #ecf9ff; }
.rice { background: #ffffe2; }
.nagaiki { background: #f0ffe8; }
.travel { background: #e7fffd; }
.other { background: #ffffe2; }
.item-box__long { display: flex; }
.item-box__short { display: flex; }
.seafood h4 {
	background: url("../images/index/line_blue.png") repeat-x;
	background-position: center bottom;
}
.rice h4 {
	background: url("../images/index/line_orange.png") repeat-x;
	background-position: center bottom;
}
.nagaiki h4 {
	background: url("../images/index/line_green.png") repeat-x;
	background-position: center bottom;
}
.travel h4 {
	background: url("../images/index/line_blue2.png") repeat-x;
	background-position: center bottom;
}
.item-box_block p {
	color: #707070;
	text-align: left;
}
@media only screen and (min-width: 1025px) {
	.pickup {
		margin: 0 auto;
		padding: 0;
		background: url("../images/index/bg_pickup.png") repeat-x;
		background-position: center top;
	}
	.pickup__inner {
		padding: 50px 0;
	}
	.pickup__heading h2 {
		margin: 0 auto 30px auto;
		padding: 0;
	}
	.pickup-wrapper {
		width: 100%;
		margin: 0 auto;
		padding: 0 0 50px 0;
	}
	.pickup-wrapper h3 {
		margin: 0 auto;
	}
	.item-box__long {
		width: 980px;
		margin: 50px auto 30px auto;
		padding: 0;
	}
	.seafood .item-box__long {
		background: url("../images/index/seafood_img01.png") no-repeat;
		background-position: center top;
		background-size: auto 100%;
	}
	.rice .item-box__long {
		background: url("../images/index/rice_img01.png") no-repeat;
		background-position: center;
		background-size: auto 100%;
	}
	.nagaiki .item-box__long {
		background: url("../images/index/nagaiki_img01.png") no-repeat;
		background-position: center;
		background-size: auto 100%;
	}
	.travel .item-box__long {
		background: url("../images/index/travel_img01.png") no-repeat;
		background-position: center;
		background-size: auto 100%;
	}
	.item-box__long .item-box_block {
		width: 350px;
		margin-left: auto;
		margin-right: 100px;
	}
	.rice .item-box__long .item-box_block,
	.nagaiki .item-box__long .item-box_block {
		width: 350px;
		margin-left: auto;
		margin-right: 80px;
	}
	.rice .item-box__long:nth-child(3) {
		background: url("../images/index/rice_img02.png") no-repeat;
		background-position: center;
		margin: 0 auto 30px auto;
		background-size: auto 100%;
	}
	.rice .item-box__long:nth-child(3) .item-box_block {
		width: 350px;
		margin-right: auto;
		margin-left: 80px;
	}
	.nagaiki .item-box__long:nth-child(3) {
		background: url("../images/index/nagaiki_img02.png") no-repeat;
		background-position: center;
		margin: 0 auto 30px auto;
		background-size: auto 100%;
	}
	.nagaiki .item-box__long:nth-child(3) .item-box_block {
		width: 350px;
		margin-right: auto;
		margin-left: 80px;
	}
	.travel .item-box__long:nth-child(3) {
		background: url("../images/index/travel_img02.png") no-repeat;
		background-position: center;
		margin: 0 auto 30px auto;
		background-size: auto 100%;
	}
	.travel .item-box__long:nth-child(3) .item-box_block {
		width: 350px;
		margin-right: auto;
		margin-left: 80px;
	}
	.item-box_block h4 {
		margin: 50px 0 30px 0;
		padding: 0 0 20px 0;
		font-size: 30px;
		font-weight: 400;
	}
	.item-box_block p {
		font-size: 15px;
		font-weight: 400;
		line-height: 1.8;
	}
	.item-box__short {
		width: 900px;
		margin: 0 auto 50px auto;
		padding: 0;
	}
	.item-box__short .item-box_block {
		width: calc(33.33% - 40px);
		margin: 0 20px;
	}
	.item-box__short .item-box_block h4 {
		margin: 0 0 20px 0;
		padding: 0 0 20px 0;
		font-size: 23px;
	}
	.item-box__short .item-box_block h4 span {
		font-size: 20px;
	}
	.item-box_block .btn {
		width: 220px;
	}
	.item-box_block .btn-portal {
		width: 262px;
	}
}
@media only screen and (max-width: 479px) {
	.pickup {
		margin: 0 auto;
		padding: 0;
	}
	.pickup__heading h2 {
		width: 100%;
		max-width: 85%;
		margin-bottom: 20px;
	}
	.pickup__inner {
		padding: 0;
	}
	.pickup-wrapper {
		width: 100%;
		margin: 0 auto;
		padding: 0 0 20px 0;
	}
	.pickup-wrapper h3 {
		margin: 0 auto;
	}
	.item-box__long {
		width: 100%;
		margin: 30px auto 30px auto;
		padding: 0;
	}
	.item-box__long .item-box_block {
		width: 100%;
		margin: 0 auto;
	}
	.item-box_image {
		width: 100%;
	}
	.item-box_image img {
		width: 100%;
	}
	.rice .item-box__long .item-box_block,
	.nagaiki .item-box__long .item-box_block {
		width: 100%;
	}
	.item-box_block h4 {
		width: 90%;
		margin: 0 auto 20px auto;
		padding: 0 0 20px 0;
		font-size: 24px;
		font-weight: 400;
	}
	.item-box_block p {
		width: 90%;
		margin: 0 auto;
		font-size: 15px;
		font-weight: 400;
		line-height: 1.8;
	}
	.item-box_block .seafood-sp {
		margin-bottom: -50px;
	}
	.scroll {
		width: 100%;
		overflow-x: scroll;
		padding: 0 0 20px 0;
		-webkit-overflow-scrolling: touch;
		background: url("../images/index/bg_scroll.png") no-repeat;
		background-size: 100% auto;
	}
	.item-box__short {
		width: 1000px;
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		margin-left: 10px;
	}
	.item-box__short .item-box_block {
		width: calc(100% - 20px);
		margin: 0 0 0 20px;
	}
	.item-box__short .item-box_block .item-box_image {
		width: 120%;
		margin-left: -10%;
	}
	.item-box__short .item-box_block h4 {
		margin: 0 auto 20px auto;
		padding: 0 0 20px 0;
		font-size: 23px;
	}
	.item-box__short .item-box_block h4 span {
		font-size: 20px;
	}
	.item-box__short .item-box_block p {
		width: 90%;
		margin: 0 auto;
	}
	.item-box_block .btn {
		width: 100%;
		max-width: 200px;
	}
	.item-box_block .btn-portal {
		max-width: 262px;
	}
}
@media only screen and (min-width:480px) and (max-width:1024px) {
	.pickup {
		margin: 0 auto;
		padding: 0;
		background: url("../images/index/bg_pickup.png") repeat-x;
		background-position: center top;
	}
	.pickup__inner {
		padding: 50px 0;
	}
	.pickup-wrapper {
		width: 100%;
		margin: 0 auto;
		padding: 0 0 50px 0;
	}
	.pickup-wrapper h3 {
		margin: 0 auto;
	}
	.item-box__long {
		width: 100%;
		margin: 0 auto 30px auto;
		padding: 0;
	}
	.seafood .item-box__long {
		background: url("../images/index/seafood_img01.png") no-repeat;
		background-position: center;
		background-size: 100% auto;
	}
	.rice .item-box__long {
		background: url("../images/index/rice_img01.png") no-repeat;
		background-position: center;
		background-size: 100% auto;
	}
	.nagaiki .item-box__long {
		background: url("../images/index/nagaiki_img01.png") no-repeat;
		background-position: center;
		background-size: 100% auto;
	}
	.travel .item-box__long {
		background: url("../images/index/travel_img01.png") no-repeat;
		background-position: center;
		background-size: 100% auto;
	}
	.item-box__long .item-box_block {
		width: 42%;
		margin-left: auto;
		margin-right: 3%;
	}
	.rice .item-box__long .item-box_block,
	.nagaiki .item-box__long .item-box_block {
		width: 42%;
		margin-left: auto;
		margin-right: 3%;
	}
	.rice .item-box__long:nth-child(3) {
		background: url("../images/index/rice_img02.png") no-repeat;
		background-position: center;
		background-size: 100% auto;
		margin: 0 auto 30px auto;
	}
	.rice .item-box__long:nth-child(3) .item-box_block {
		width: 42%;
		margin-right: auto;
		margin-left: 3%;
	}
	.nagaiki .item-box__long:nth-child(3) {
		background: url("../images/index/nagaiki_img02.png") no-repeat;
		background-position: center;
		background-size: 100% auto;
		margin: 0 auto 30px auto;
	}
	.nagaiki .item-box__long:nth-child(3) .item-box_block {
		width: 42%;
		margin-right: auto;
		margin-left: 3%;
	}
	.travel .item-box__long:nth-child(3) {
		background: url("../images/index/travel_img02.png") no-repeat;
		background-position: center;
		background-size: 100% auto;
		margin: 0 auto 30px auto;
	}
	.travel .item-box__long:nth-child(3) .item-box_block {
		width: 42%;
		margin-right: auto;
		margin-left: 3%;
	}
	.item-box_block h4 {
		margin: 50px 0 30px 0;
		padding: 0 0 20px 0;
		font-size: 30px;
		font-weight: 400;
	}
	img.cat-seafood {
		width: 100%;
	}
	.item-box_block p {
		font-size: 15px;
		font-weight: 400;
		line-height: 1.8;
	}
	.item-box__short {
		width: 98%;
		margin: 0 auto 30px auto;
		padding: 0;
	}
	.item-box__short .item-box_block {
		width: calc(33.33% - 30px);
		margin: 0 15px;
	}
	.item-box__short .item-box_block h4 {
		margin: 0 0 20px 0;
		padding: 0 0 20px 0;
		font-size: 23px;
	}
	.item-box__short .item-box_block h4 span {
		font-size: 20px;
	}
	.item-box_block .btn {
		width: 220px;
	}
	.item-box_block .btn-portal {
		width: 262px;
	}
}


.web-portal h2 {
	font-weight: 400;
}
.web-portal_blk {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}
.web-portal_blk .item-image img {
	width: 100%;
}
@media only screen and (min-width: 1025px) {
	.web-portal {
		max-width: 900px;
		margin: 50px auto;
		padding: 0;
	}
	.web-portal h2 {
		font-size: 28px;
		margin: 80px auto 50px auto;
	}
	.web-portal_blk {
		margin: 50px auto 0 auto;
	}
	.web-portal_blk .item-image {
		max-width: 262px;
		flex-basis: calc(33.33% - 30px);
		margin: 0 15px 15px 15px;
	}
	.web-portal_blk .item-image img {
		width: 100%;
	}
}
@media only screen and (max-width: 479px) {
	.web-portal {
		max-width: 100%;
		margin: 50px auto 20px auto;
		padding: 0;
	}
	.web-portal h2 {
		font-size: 24px;
		margin: 50px auto 20px auto;
	}
	.web-portal_blk {
		width: 95%;
		margin: 30px auto 0 auto;
	}
	.web-portal_blk .item-image {
		max-width: 50%;
		flex-basis: calc(50% - 10px);
		margin: 0 5px 10px 5px;
	}
	.web-portal_blk .item-image img {
		width: 100%;
	}
}
@media only screen and (min-width:480px) and (max-width:1024px) {
	.web-portal {
		max-width: 100%;
		margin: 30px auto 15px auto;
		padding: 0;
	}
	.web-portal h2 {
		font-size: 28px;
		margin: 50px auto 50px auto;
	}
	.web-portal_blk {
		justify-content: center;
		margin: 50px auto 0 auto;
	}
	.web-portal_blk .item-image {
		max-width: 262px;
		flex-basis: calc(33.33% - 30px);
		margin: 0 15px 15px 15px;
	}
	.web-portal_blk .item-image img {
		width: 100%;
	}
}

.application {
	width: 100%;
	margin: 0 auto;
}
.application__inner {
	text-align: center;
	width: 100%;
}
.application__heading {
	display: inline-block;
}
.application__heading h2 img {
	width: 100%;
	vertical-align: top;
}
.application__contact {
	display: inline-block;
}
.application_blk {
	border: 1px #a7a7a7 solid;
	border-radius: 5px;
	background: #fff;
}
.application_blk h3 {
	text-align: left;
	color: #3c3530;
	font-weight: 400;
	margin: 0;
}
.application_blk h4 {
	text-align: left;
	color: #3c3530;
	font-weight: 400;
	margin: 0;
}
.application_blk p {
	text-align: left;
	margin: 0;
}
.application_blk p + h4 {
	margin-top: 30px;
	margin-bottom: 10px;
	padding-top: 20px;
	border-top: 1px #a7a7a7 dotted;
}
.application a {
	color: #3fbdd6;
	text-decoration: underline;
	font-weight: 500;
}
.application a.pdf {
	background: url("../images/index/icon_pdf.jpg") no-repeat;
	padding-left: 30px;
	width: 17px;
	height: 21px;
}
.application_blk .note {
	color: #707070;
	background: #f7f7f7;
	border-radius: 5px;
	text-align: left;
}
.pdf_bnr {
	text-align: right;
}
.application_blk i {
	margin-left: 5px;
	text-decoration: none!important;
}
@media only screen and (min-width: 1025px) {
	.application {
		padding: 50px 0;
		background: url("../images/index/bg_application.png") no-repeat;
		background-position: right 30px top;
		background-size: auto 100%;
	}
	.application-wrapper {
		width: 100%;
		max-width: 820px;
		margin: 0 auto;
	}
	.application__inner {
		margin: 0 auto;
	}
	.application__heading h2 {
		max-width: 553px;
		margin: 0 auto 40px auto;
	}
	.application_blk h3 {
		font-size: 23px;
		margin-bottom: 20px;
	}
	.application_blk h4 {
		font-size: 18px;
	}
	.application__heading p {
		font-size: 15px;
		color: #707070;
		line-height: 1.8;
	}
	.application__heading p + p {
		margin-top: 50px;
	}
	.application__inner .contact {
		margin: 50px 0 0 0;
		padding: 0;
	}
	.application .web-portal {
		margin: 50px auto 80px auto;
	}
	.application_blk {
		max-width: 610px;
		margin: 30px auto;
		padding: 25px;
	}
	.application_blk p {
		font-size: 15px;
		color: #707070;
		line-height: 2;
	}
	.application_blk .note {
		margin: 30px auto 0 auto;
		padding: 20px;
	}
	.application_blk .note p {
		font-size: 15px;
		line-height: 1.6;
	}
}
@media only screen and (max-width: 479px) {
	.application {
		padding: 80px 0 30px 0;
		background: url("../images/index/bg_application_sp.png") no-repeat;
		background-position: center top;
		background-size: 100% auto;
	}
	.application-wrapper {
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
	}
	.application__inner {
		margin: 0 auto;
	}
	.application__heading h2 {
		width: 100%;
		max-width: 85%;
		margin: 0 auto 30px auto;
	}
	.application_blk h3 {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.application__heading p {
		width: 85%;
		margin: 0 auto;
		font-size: 15px;
		color: #707070;
		line-height: 1.8;
		text-align: left;
	}
	.application__heading p + p {
		margin-top: 20px;
	}
	.application__inner .contact {
		margin: 30px 0 0 0;
		padding: 0;
	}
	.application .web-portal {
		margin: 30px auto 30px auto;
	}
	.application_blk {
		max-width: 80%;
		margin: 30px auto;
		padding: 15px;
	}
	.application_blk p {
		font-size: 15px;
		color: #707070;
		line-height: 1.8;
	}
	.application_blk .note {
		margin: 30px auto 0 auto;
		padding: 15px;
	}
	.application_blk .note p {
		font-size: 14px;
		line-height: 1.6;
		margin-bottom: 20px;
	}
	.application__inner .web-portal_blk {
		margin: 30px auto 40px auto;
	}
}
@media only screen and (min-width:480px) and (max-width:1024px) {
	.application {
		padding: 30px 0;
		background: url("../images/index/bg_application.png") no-repeat;
		background-position: right 30px top;
		background-size: auto 100%;
	}
	.application-wrapper {
		width: 100%;
		max-width: 820px;
		margin: 0 auto;
	}
	.application__inner {
		margin: 0 auto;
	}
	.application__heading h2 {
		max-width: 553px;
		margin: 0 auto 40px auto;
	}
	.application_blk h3 {
		font-size: 23px;
		margin-bottom: 20px;
	}
	.application__heading p {
		font-size: 15px;
		color: #707070;
		line-height: 1.8;
	}
	.application__heading p + p {
		margin-top: 50px;
	}
	.application__inner .contact {
		margin: 30px 0 0 0;
		padding: 0;
	}
	.application .web-portal {
		margin: 50px auto 80px auto;
	}
	.application_blk {
		max-width: 80%;
		margin: 30px auto;
		padding: 20px;
	}
	.application_blk p {
		font-size: 15px;
		color: #707070;
		line-height: 2;
	}
	.application_blk .note {
		margin: 30px auto 0 auto;
		padding: 20px;
	}
	.application_blk .note p {
		font-size: 15px;
		line-height: 1.6;
	}
}

.howto {
	width: 100%;
	margin: 0 auto;
}
.howto__inner {
}
.howto__inner .howto__heading {
	text-align: center;
}
.howto__inner .howto__heading h2 img {
	width: 100%;
}
.howto__inner .content {
	display: flex;
	flex-wrap: wrap;
}
.howto__inner .content .block .howto-text h3 {
	text-align: center;
	margin-left: -15px;
	text-shadow: 1px 1px 1px #fff;
}
.howto__inner .content .block .howto-text h3 span {
	font-family: "Oswald", sans-serif;
	color: #3fbdd6;
	font-weight: 500;
	text-shadow: 5px 5px 10px #fff;
}
.howto__inner .content .block .howto-imagge img {
	width: 100%;
}
@media only screen and (min-width: 1025px) {
	.howto {
		padding: 80px 0 40px 0;
		background: url("../images/index/bg_howto.jpg") no-repeat;
		background-position: center top;
		background-size: 100% auto;
	}
	.howto__inner {
		width: 100%;
		max-width: 850px;
		padding: 10px;
		margin: 0 auto;
	}
	.howto__inner .howto__heading h2 {
		max-width: 389px;
		margin: 0 auto;
	}
	.howto__inner .content {
		width: 800px;
		margin: 50px auto;
	}
	.howto__inner .content .block {
		flex-basis: calc(33.33% - 20px);
		margin: 0 10px 30px 10px;
	}
	.howto__inner .content .block .howto-text h3 {
		font-size: 22px;
		line-height: 1;
	}
	.howto__inner .content .block h3 span {
		font-size: 28px;
		letter-spacing: 0.05em;
		padding-right: 10px;
	}
	.howto__inner .content .block .howto-text p {
		display: inline;
		vertical-align: top;
		font-size: 16px;
		line-height: 1.6;
	}
	.howto__inner .content .block .howto-imagge {
		max-width: 238px;
	}
}

@media only screen and (max-width: 479px) {
	.howto {
		position: relative;
		padding: 50px 0 40px 0;
		background: url("../images/index/bg_howto_sp.jpg") no-repeat;
		background-position: center top;
		background-size: 100% auto;
	}
	.howto__inner {
		width: 97%;
		padding: 10px 0 10px 3%;
		margin: 0 auto;
		overflow-x: scroll;
	}
	.howto__inner .howto__heading h2 {
		position: absolute;
		top: 40px;
		left: 0;
		right: 0;
		max-width: 85%;
		margin: 0 auto 20px auto;
	}
	.howto__inner .content {
		width: 1050px;
		display: grid;
		margin-top: 100px;
		grid-template-columns: repeat(5, 1fr);
		-webkit-overflow-scrolling: touch;
	}
	.howto__inner .content .block {
		flex-basis: calc(100% - 20px);
		margin: 0 10px 20px 10px;
	}
	.howto__inner .content .block .howto-text h3 {
		font-size: 20px;
		line-height: 1;
	}
	.howto__inner .content .block h3 span {
		font-size: 25px;
		letter-spacing: 0.05em;
		padding-right: 10px;
	}
	.howto__inner .content .block .howto-text p {
		display: inline;
		vertical-align: top;
		font-size: 14px;
		line-height: 1.5;
		padding: 0;
		margin: 0;
	}
	.howto__inner .content .block .howto-imagge {
		max-width: 238px;
	}
}
@media only screen and (min-width:480px) and (max-width:1024px) {
	.howto {
		padding: 50px 0 30px 0;
		background: url("../images/index/bg_howto.jpg") no-repeat;
		background-position: center top;
		background-size: auto 100%;
	}
	.howto__inner {
		width: 95%;
		max-width: 95%;
		padding: 0 2.5%;
		margin: 0 auto;
	}
	.howto__inner .howto__heading h2 {
		max-width: 389px;
		margin: 0 auto 20px auto;
	}
	.howto__inner .content {
		width: 100%;
		margin: 0 auto;
	}
	.howto__inner .content .block {
		flex-basis: calc(33.33% - 20px);
		margin: 0 10px 20px 10px;
	}
	.howto__inner .content .block .howto-text h3 {
		font-size: 20px;
		line-height: 1;
	}
	.howto__inner .content .block h3 span {
		font-size: 26px;
		letter-spacing: 0.05em;
		padding-right: 10px;
	}
	.howto__inner .content .block .howto-text p {
		display: inline;
		vertical-align: top;
		font-size: 15px;
		line-height: 1.6;
	}
	.howto__inner .content .block .howto-imagge {
		max-width: 238px;
	}
}

.lal {
	width: 100%;
	margin: 0 auto;
}
.lal__inner {
	text-align: center;
	width: 100%;
}
.lal__heading {
	display: inline-block;
}
.lal__heading h2 {
	margin: 0 auto;
	padding: 0;
}
.lal__heading h2 img {
	width: 100%;
	vertical-align: top;
}
.lal-wrapper .lal-wrapper-text,
.lal-wrapper .lal-wrapper-image img {
	width: 100%;
}
.lal-wrapper .lal-wrapper-text p {
	letter-spacing: 0.05em;
	color: #3c3530;
}
.lal-wrapper .lal-wrapper-text p + p {
	display: inline-block;
	background: linear-gradient(135deg, #624f42 0%, #c79966 100%);
	background: -webkit-linear-gradient(-45deg, #624f42 0%, #c79966 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
@media only screen and (min-width: 1025px) {
	.lal {
		margin: 0 auto;
		padding: 80px 0 50px 0;
	}
	.lal__inner {
		padding: 50px 0 0 0;
	}
	.lal-wrapper {
		width: 100%;
		margin: 0 auto;
	}
	.lal-wrapper .lal-wrapper-text {
		margin: 50px auto 0 auto;
	}
	.lal-wrapper .lal-wrapper-text p {
		font-size: 18px;
		line-height: 2.2;
		margin: 0 auto;
		padding: 0;
	}
	.lal-wrapper .lal-wrapper-text p br {
		display: none;
	}
	.lal-wrapper .lal-wrapper-text p + p {
		font-size: 30px;
		margin: 0 auto 20px auto;
		padding: 0;
	}
	.lal-wrapper .lal-wrapper-image {
		margin: 50px auto 0 auto;
		max-width: 754px;
	}
	.lal__inner .btn {
		width: 260px;
	}
}
@media only screen and (max-width: 479px) {
	.lal {
		margin: 0 auto;
		padding: 50px 0 0 0;
	}
	.lal__inner {
		padding: 50px 0 0 0;
	}
	.lal__heading h2 {
		width: 90%;
	}
	.lal-wrapper {
		width: 100%;
		margin: 0 auto;
	}
	.lal-wrapper .lal-wrapper-text {
		margin: 30px auto 0 auto;
	}
	.lal-wrapper .lal-wrapper-text p {
		font-size: 16px;
		line-height: 2.2;
		margin: 0 auto;
		padding: 0;
	}
	.lal-wrapper .lal-wrapper-text p + p {
		font-size: 20px;
		margin: 0 auto 20px auto;
		padding: 0;
	}
	.lal-wrapper .lal-wrapper-image {
		margin: 50px auto 0 auto;
		max-width: 95%;
	}
	.lal__inner .btn {
		width: 260px;
	}
}
@media only screen and (min-width:480px) and (max-width:1024px) {
	.lal {
		margin: 0 auto;
		padding: 30px 0 0 0;
	}
	.lal__inner {
		padding: 50px 0 0 0;
	}
	.lal-wrapper {
		width: 100%;
		margin: 0 auto;
	}
	.lal-wrapper .lal-wrapper-text {
		margin: 50px auto 0 auto;
	}
	.lal-wrapper .lal-wrapper-text p {
		font-size: 18px;
		line-height: 2.2;
		margin: 0 auto;
		padding: 0;
	}
	.lal-wrapper .lal-wrapper-text p br {
		display: none;
	}
	.lal-wrapper .lal-wrapper-text p + p {
		font-size: 30px;
		margin: 0 auto 20px auto;
		padding: 0;
	}
	.lal-wrapper .lal-wrapper-image {
		margin: 50px auto 0 auto;
		max-width: 95%;
	}
	.lal__inner .btn {
		width: 260px;
	}
}

.footer {
	clear: both;
	text-align: center;
	background: #0086cd;
}
.footer__copyright p {
	margin: 0;
	padding: 0;
	color: #fff;
	font-weight: 300;
}
.footer .footer__bnr {
	width: 100%;
}
.footer .footer__bnr .footer__bnr__inner {
	display: flex;
	padding: 0;
	margin: 0 auto;
	justify-content: center;
	align-items: center;
}
.footer__copyright .information {
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer__copyright .information .footer_logo img,
.footer .footer__bnr .footer__bnr__inner .footer__bnr-image img {
	width: 100%;
	vertical-align: top;
}
.footer .footer__bnr .footer__bnr__inner {
	flex-wrap: wrap;
}
.footer__sns {
	display: flex;
	margin: 30px auto;
	justify-content: center;
}
.footer__sns div img {
	width: 100%;
}
.footer__sns a {
	color: #fff;
}
@media only screen and (min-width: 1025px) {
	.footer {
		padding: 0;
	}
	.footer__copyright {
		margin: 0;
		padding: 50px 0;
	}
	.footer__copyright p {
		font-size: 13px;
	}
	.footer__copyright .information {
		margin: 0 auto 30px auto;
		text-align: center;
	}
	.footer__copyright .information .footer_text {
		text-align: left;
	}
	.footer__copyright .information .footer_text p {
		line-height: 1.4;
		font-size: 14px;
	}
	.footer__copyright .information .footer_text p strong {
		font-size: 16px;
		font-weight: 400;
		line-height: 1.8;
	}
	.footer__copyright .information .footer_logo {
		max-width: 200px;
		margin: 0 20px 0 0;
	}
	.footer .footer__bnr {
		margin: 0 auto;
		padding-top: 80px;
	}
	.footer .footer__bnr .footer__bnr__inner .footer__bnr-image {
		width: calc(50% - 30px);
		margin: 0 15px;
		max-width: 254px;
	}
	.footer__sns div {
		width: 25px;
		height: 25px;
		margin: 0 10px;
	}
	.footer__sns .fa-brands {
		margin: 0 10px;
	}
}
@media only screen and (max-width: 479px) {
	.footer {
		padding: 0;
	}
	.footer__copyright {
		margin: 0;
		padding: 50px 0;
	}
	.footer__copyright p {
		font-size: 13px;
	}
	.footer__copyright .information {
		flex-wrap: wrap;
		margin: 0 auto 30px auto;
		text-align: center;
	}
	.footer__copyright .information .footer_text {
		text-align: center;
	}
	.footer__copyright .information .footer_text p {
		line-height: 1.6;
		font-size: 14px;
	}
	.footer__copyright .information .footer_text p strong {
		font-size: 16px;
		font-weight: 400;
		line-height: 2;
	}
	.footer__copyright .information .footer_logo {
		max-width: 160px;
		margin: 0 auto 20px auto;
	}
	.footer .footer__bnr {
		width: 95%;
		margin: 0 auto;
		padding-top: 50px;
	}
	.footer .footer__bnr .footer__bnr__inner .footer__bnr-image {
		width: calc(50% - 20px);
		margin: 0 10px;
	}
	.footer__sns div {
		width: 25px;
		height: 25px;
		margin: 0 10px;
	}
	.footer__sns .fa-brands {
		margin: 0 10px;
	}
}
@media only screen and (min-width:480px) and (max-width:1024px) {
	.footer {
		padding: 0;
	}
	.footer__copyright {
		margin: 0;
		padding: 30px 0;
	}
	.footer__copyright p {
		font-size: 13px;
	}
	.footer__copyright .information {
		margin: 0 auto 30px auto;
		text-align: center;
	}
	.footer__copyright .information .footer_text {
		text-align: left;
	}
	.footer__copyright .information .footer_text p {
		line-height: 1.8;
		font-size: 15px;
	}
	.footer__copyright .information .footer_text p strong {
		font-size: 16px;
		font-weight: 400;
	}
	.footer__copyright .information .footer_logo {
		max-width: 180px;
		margin: 0 20px 0 0;
	}
	.footer .footer__bnr {
		margin: 0 auto;
		padding-top: 50px;
	}
	.footer .footer__bnr .footer__bnr__inner .footer__bnr-image {
		width: calc(50% - 30px);
		margin: 0 15px;
		max-width: 254px;
	}
	.footer__sns div {
		width: 35px;
		height: 35px;
		margin: 0 10px;
	}
	.footer__sns .fa-brands {
		margin: 0 10px;
		font-size: 35px;
	}
}

.toTop {
	position: relative;
	bottom: 10px;
}
.toTop img {
	width: 100%;
}
@media screen and (min-width: 769px), print {
	.toTop {
		width: 124px;
		left: 85%;
	}
}
@media screen and (max-width: 768px) {
	.toTop {
		width: 100px;
		left: 70%;
		bottom: -20px;
	}
}
@media only screen and (min-width:480px) and (max-width:1024px) {
	.toTop {
		width: 100px;
		left: 85%;
		bottom: 10px;
	}
}

@media only screen and (min-width: 1025px) {
	.SlideImage {
		width: 100%;
	}
	.SlideImage img {
		width: 100%;
	}
}
@media only screen and (max-width: 479px) {
	.SlideImage {
		display: none;
	}
}
@media only screen and (min-width:480px) and (max-width:1024px) {
	.SlideImage {
		display: none;
	}
}
@keyframes slide1 {
	0% {
		transform: translateX(100%);
	}
	to {
		transform: translateX(-100%);
	}
}
@keyframes slide2 {
	0% {
		transform: translateX(0);
	}
	to {
		transform: translateX(-200%);
	}
}

.error .temp__heading strong {
	font-family: 'Noto Sans JP', sans-serif;
}
@media only screen and (min-width: 1025px) {
	.error .temp__heading {
		font-size: 30px;
	}
	.error .temp__heading strong {
		font-size: 60px;
	}
}
@media only screen and (max-width: 479px) {
	.error .temp__heading {
		font-size: 24px;
	}
	.error .temp__heading strong {
		font-size: 45px;
	}
}
@media only screen and (min-width:480px) and (max-width:1024px) {
	.error .temp__heading {
		font-size: 26px;
	}
	.error .temp__heading strong {
		font-size: 50px;
	}
}

/* Modal Base */
.inline-wrap {
	position: relative;
	margin: 0 auto;
	border-radius: 10px;
	background: #fff;
}
.inline-wrap h2 {
	color: #707070;
	font-weight: 400;
	font-style: normal;
	margin: 0 auto;
	text-align: center;
}
.inline-wrap .mfp-close {
	position: absolute!important;
	right: 0!important;
	top: -65px!important;
	background: none!important;
}
.mfp-close::before, .mfp-close::after {
	background: #fff!important;
}
.mfp-arrow-right, .mfp-arrow-left {
	display: none!important;
}
.inline-wrap .web-portal h2 {
	font-weight: 400;
}
.inline-wrap .web-portal_blk {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.inline-wrap .web-portal_blk .item-image img {
	width: 100%;
}
@media only screen and (min-width: 1025px) {
	.inline-wrap {
		max-width: 600px;
		padding: 20px 30px;
	}
	.inline-wrap h2 {
		font-size: 28px;
	}
	.inline-wrap .web-portal {
		margin: 30px auto;
		padding: 0;
	}
	.inline-wrap .web-portal_blk {
		max-width: 550px;
		margin: 50px auto 0 auto;
	}
	.inline-wrap .web-portal_blk .item-image {
		max-width: 262px;
		flex-basis: calc(50% - 30px);
		margin: 0 15px 15px 15px;
	}
	.inline-wrap .web-portal_blk .item-image img {
		width: 100%;
	}
}
@media only screen and (max-width: 479px) {
	.mfp-container {
		position: fixed;
	}
	.inline-wrap {
		max-width: 80%;
		padding: 10px 20px;
	}
	.inline-wrap h2 {
		font-size: 18px;
	}
	.inline-wrap .web-portal {
		margin: 30px auto;
		padding: 0;
	}
	.inline-wrap .web-portal_blk {
		max-width: 100%;
		margin: 20px auto 0 auto;
	}
	.inline-wrap .web-portal_blk .item-image {
		max-width: 90%;
		flex-basis: calc(100% - 0px);
		margin: 0 auto 10px auto;
	}
	.inline-wrap .web-portal_blk .item-image img {
		width: 100%;
	}
}
@media only screen and (min-width:480px) and (max-width:1024px) {
	.inline-wrap {
		max-width: 70%;
		padding: 20px 30px;
	}
	.inline-wrap h2 {
		font-size: 26px;
	}
	.inline-wrap .web-portal {
		margin: 30px auto;
		padding: 0;
	}
	.inline-wrap .web-portal_blk {
		max-width: 100%;
		margin: 40px auto 0 auto;
	}
	.inline-wrap .web-portal_blk .item-image {
		max-width: 262px;
		flex-basis: calc(50% - 30px);
		margin: 0 15px 15px 15px;
	}
	.inline-wrap .web-portal_blk .item-image img {
		width: 100%;
	}
}

.scrolldown1{
	position: absolute;
	left: 8%;
	bottom: 0;
	height: 60px;
	z-index: 10;
}
.scrolldown1 span {
	position: absolute;
	left:-22px;
	top: -20px;
}
.scrolldown1 span img {
	width: 50px;
}
.scrolldown1::after{
	content: "";
	position: absolute;
	top: 0;
	width: 1px;
	height: 60px;
	background: #fff;
	animation: pathmove 1.4s ease-in-out infinite;
	opacity:0;
}
@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height: 40px;
		opacity: 1;
	}
	100%{
		height:0;
		top: 60px;
		opacity: 0;
	}
}

.loading {
	position: fixed;
	z-index: 99999!important;
	top: 0;
	width: 100%;
	height: 100vh;
	margin: 0;
	padding: 0;
	background: #fff;
}
.loading.hide {
	opacity: 0;
	pointer-events: none;
	transition: opacity 500ms;
}
.loading .circle {
	display: block;
	position: relative;
	top: calc( 50% - 20px );
	width: 40px;
	height: 40px;
	margin: 0 auto;
	border: 8px solid #3fbdd7;
	border-top: 7px solid #0086cd;
	border-radius: 50px;
	animation: loading 700ms linear 0ms infinite normal both;
}
@keyframes loading {
	0% { transform: rotate( 0deg ); }
	100% { transform: rotate( 360deg ); }
}

.temp_block {
	width: 100%;
	margin: 0 auto;
	background: #f2ffff;
}
.temp_block__inner .temp__heading {
	display: inline-block;
	background: linear-gradient(135deg, #41b9e5 0%, #81cbcb 100%);
	background: -webkit-linear-gradient(-45deg, #41b9e5 0%, #81cbcb 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.temp-wrapper-text {
	margin: 30px auto;
}
.temp-wrapper-text h3 {
	font-weight: 500;
	font-size: 24px;
	margin-bottom: 10px;
}
p.external_link a {
	font-weight: 500;
}
p.external_link a[href^="http"]::after {
	margin-left: 5px;
	content: url("../images/common/arrow-up-right-from-square-solid.svg");
	display: inline-block;
	width: 1rem;
}
.temp_block .btn {
	background: #fff;
	padding: 15px 40px;
	border-radius: 30px;
	border: 1px #c1c1c1 solid;
}
.temp_block .btn img {
	width: 100%;
}
@media only screen and (min-width: 1025px) {
	.temp_block__inner {
		padding: 25vh 0 20vh 0;
		text-align: center;
	}
	.temp_jump .temp_block__inner {
		padding: 23vh 0 10vh 0;
	}
	.temp-wrapper-text {
		width: 100%;
	}
	.temp-wrapper-text p {
		font-size: 15px;
	}
	.temp_jump .temp-wrapper-text p {
		font-size: 16px;
		line-height: 2;
	}
	p.external_link {
		margin: 30px auto;
	}
}

@media only screen and (max-width: 479px) {
	.temp_block__inner {
		padding: 20vh 0 15vh 0;
		text-align: center;
	}
	.temp_jump .temp_block__inner {
		padding: 18vh 0 2vh 0;
	}
	.temp-wrapper-text {
		width: 90%;
		margin: 0 auto;
	}
	.temp-wrapper-text h3 {
		font-size: 18px;
	}
	.temp-wrapper-text p {
		font-size: 14px;
	}
	.temp_jump .temp-wrapper-text p {
		font-size: 15px;
		line-height: 2;
	}
	p.external_link {
		text-align: left;
		margin: 30px auto;
	}
}
@media only screen and (min-width:480px) and (max-width:1024px) {
	.temp_block__inner {
		padding: 20vh 0 15vh 0;
		text-align: center;
	}
	.temp_jump .temp_block__inner {
		padding: 18vh 0 2vh 0;
	}
	.temp-wrapper-text {
		width: 90%;
		margin: 0 auto;
	}
	.temp-wrapper-text h3 {
		font-size: 18px;
	}
	.temp-wrapper-text p {
		font-size: 14px;
	}
	.temp_jump .temp-wrapper-text p {
		font-size: 15px;
		line-height: 2;
	}
	p.external_link {
		text-align: left;
		margin: 30px auto;
	}
}