@charset "UTF-8";

/******************************
 general
 ******************************/
body,
html {
	width: 100%;
	position: relative;
}

body {
	font-feature-settings: "palt";
	font-size: 1rem;
	line-height: 1.7;
	font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
	letter-spacing: 0;
	background: url("../images/common/gen-background.jpg") repeat;
}

img,
iframe {
	vertical-align: bottom;
}

.flex-base {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	flex-wrap: nowrap;
	-webkit-box-align: start;
	align-items: flex-start;
}

h2 {
	line-height: 1;
}

a,
a img,
button {
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}

a:hover,
a img:hover,
button:hover {
	opacity: 0.5 !important;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}

button {
	cursor: pointer;
}

p,
div,
li,
dt,
dd {
	word-break: normal;
}

textarea,
input {
	font-size: 1em;
	font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}

.must {
	background-color: #ea4654;
	color: white;
	padding: 0.3rem;
	font-size: 10px;
	vertical-align: middle;
	display: inline-block;
	margin-left: 0.5rem;
}

.must-en {
	color: #ea4654;
}

/******************************
font size, margin, padding
******************************/
.fs-12 {
	font-size: 12px;
	font-size: 0.75em;
}

.fs-16 {
	font-size: 16px;
	font-size: 1em;
}

.pm-3 {
	margin-bottom: 5rem !important;
}

.pt-3 {
	padding-top: 3rem;
}

.ml-1 {
	margin-left: 1rem;
}

.mt-05 {
	margin-top: 0.5rem;
}

.mx-1 {
	margin: 0 1rem;
}

.mt-3 {
	margin-top: 3rem !important;
}

.mt-5 {
	margin-top: 5rem !important;
}

.mb-1 {
	margin-bottom: 1rem;
}

.mb-2 {
	margin-bottom: 2rem;
}

.mb-3 {
	margin-bottom: 3rem !important;
}

.mb-4 {
	margin-bottom: 4rem !important;
}

.nm {
	margin: 0 !important;
}

/******************************
 common
 ******************************/
#outer-wrapper,
#outer-wrapper-check {
	position: relative;
	overflow: hidden;
	max-width: 2000px;
	margin: 0 auto;
}

#outer-wrapper::after,
#outer-wrapper-check::after {
	width: 100%;
	height: 600px;
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: url("../images/outer-wrapper/main-top-back.jpg") top center/cover no-repeat #fff;
	z-index: -1;
}

.fw-container {
	width: 100%;
}

.container {
	width: 960px;
	margin: 0 auto;
}

.container--center {
	text-align: center;
}

#header {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	flex-wrap: nowrap;
	-webkit-box-align: start;
	align-items: flex-start;
	margin-top: 33px;
	margin-bottom: 33px;
}

#header-top-logo {
	width: 187px;
}

.title-small {
	font-size: 20px;
	font-size: 1.25em;
	font-weight: 700;
	color: #df001b;
}

.white-round {
	background-color: #fff;
	border-radius: 50px;
	color: #df001b !important;
	display: block;
}

.section-title {
	margin-bottom: 3rem;
	margin-top: -3rem;
	padding-top: 3rem;
}

.section-title img {
	width: auto;
	height: 43px;
}

div[class*="flex-base-between"],
ul[class*="flex-base-between"] {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-evenly;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	flex-wrap: nowrap;
	-webkit-box-align: start;
	align-items: flex-start;
}

#bottom-nav {
	display: none;
}

.show_as_sf {
	display: none;
}

/******************************
 nav
 ******************************/
#global-menu {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	flex-wrap: nowrap;
	-webkit-box-align: start;
	align-items: flex-start;
}

#global-menu li {
	margin-left: 33px;
	line-height: 1;
}

#global-menu li a {
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	padding: 5px 0;
	display: block;
	letter-spacing: 1px;
}

#global-menu li a:not(.white-round)::before {
	display: inline-block;
	content: " ";
	background: url("../images/outer-wrapper/down-arrow.png") top left/11px auto no-repeat;
	width: 11px;
	height: 8px;
	padding-right: 5px;
}

#global-menu li a.white-round {
	padding: 5px 20px;
}

nav a {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
}

/******************************
 main top
 ******************************/
#main-top-photo {
	width: 480px;
}

#main-top-photo img {
	width: 600px;
	height: auto;
	position: relative;
	display: block;
	left: -120px;
}

#main-top-text {
	width: 370px;
	color: #fff;
	box-sizing: border-box;
	margin-top: 70px;
}

#main-top-text h1 {
	font-size: 26px;
	letter-spacing: 2.2px;
	text-align: center;
	line-height: 1;
	margin-bottom: 18px;
	text-align: left;
}

#main-top-text p {
	margin: 30px 0;
	font-size: 18px;
}

#main-top-text-logo {
	width: 367px;
}

#main-top-text-product {
	width: 412px;
	right: 16px;
	display: block;
	position: relative;
}

/******************************
News
 ******************************/
#news-content {
	margin-top: 4rem;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 2rem 0;
}

#news-content .section-title img {
	height: 18px;
}

#news-content-list {
	width: 760px;
	font-size: 14px;
	font-size: 0.875em;
}

#news-content-list dt {
	float: left;
}

#news-content-list dd {
	padding-left: 8em;
	margin-bottom: 1rem;
}

#news-content-list dd:last-child {
	margin-bottom: 0rem;
}

/******************************
service
 ******************************/
#service-slider {
	position: relative;
	margin-top: 3rem;
	margin-bottom: 2rem;
}

#service-slider-content {
	opacity: 0;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	width: 2550px;
	margin-left: -1275px;
	left: 50%;
	max-height: 300px;
}

#service-slider-content.show {
	opacity: 1;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	max-height: 600px;
}

#service-loading-img {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -11px;
	margin-top: -11px;
}

#service-loading-img.hide {
	display: none;
}

.service-slider-elm {
	margin: 0 55px;
	min-height: 500px !important;
	background-color: #fff;
	box-sizing: border-box;
	position: relative;
}

.service-slider-content {
	position: absolute;
	width: 90%;
	height: 90%;
	left: 5%;
	top: 5%;
}

.service-food-photo {
	position: absolute;
	display: block;
	bottom: 0;
	left: 5%;
	width: 90%;
}

.service-slider-text {
	width: 45%;
	margin-top: 50px;
	position: relative;
}

.service-slider-text h3 {
	font-size: 30px;
	font-family: "Montserrat", sans-serif;
	line-height: 39px;
	display: inline-block;
	margin-bottom: 20px;
}

.service-slider-text h3::before {
	position: relative;
	display: block;
	content: "";
	float: left;
	margin-right: 15px;
}

.service-slider-text h3::after {
	position: absolute;
	display: block;
	content: "";
}

.service-slider-text p {
	font-size: 14px;
	line-height: 2.2;
}

.service-slider-viet h3::before {
	background: url("../images/service/viet-flag.png") top left/100% auto no-repeat;
	width: 57px;
	height: 39px;
}

.service-slider-viet h3::after {
	background: url("../images/service/viet-hello.png") top left/100% auto no-repeat;
	width: 200px;
	height: 82px;
	top: -50px;
	right: -30px;
}

.service-slider-china h3::before {
	background: url("../images/service/china-flag.png") top left/100% auto no-repeat;
	width: 57px;
	height: 39px;
}

.service-slider-china h3::after {
	background: url("../images/service/china-hello.png") top left/100% auto no-repeat;
	width: 125px;
	height: 67px;
	top: -50px;
	right: 0px;
}

.service-slider-indon h3::before {
	background: url("../images/service/indon-flag.png") top left/100% auto no-repeat;
	width: 57px;
	height: 39px;
}

.service-slider-indon h3::after {
	background: url("../images/service/indon-hello.png") top left/100% auto no-repeat;
	width: 167px;
	height: 76px;
	top: -50px;
	right: -30px;
}

.service-slider-thai h3::before {
	background: url("../images/service/thai-flag.png") top left/100% auto no-repeat;
	width: 57px;
	height: 39px;
}

.service-slider-thai h3::after {
	background: url("../images/service/thai-hello.png") top left/100% auto no-repeat;
	width: 146px;
	height: 66px;
	top: -50px;
	right: -30px;
}

.service-slider-philip h3::before {
	background: url("../images/service/philip-flag.png") top left/100% auto no-repeat;
	width: 76px;
	height: 39px;
}

.service-slider-philip h3::after {
	background: url("../images/service/philip-hello.png") top left/100% auto no-repeat;
	width: 250px;
	height: 89px;
	top: -60px;
	right: -80px;
}

.slick-next,
.slick-prev {
	display: block;
	position: absolute;
	top: 50%;
	z-index: 1;
	outline: none;
	border: none;
	width: 34px;
	height: 74px;
	margin-top: -40px;
	cursor: pointer;
	color: transparent;
}

.slick-next {
	right: 830px !important;
	background: url("../images/service/slider-arrow-right.png") top left/34px auto no-repeat !important;
}

.slick-prev {
	left: 830px !important;
	background: url("../images/service/slider-arrow-left.png") top left/34px auto no-repeat !important;
}

.slick-dots {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	flex-wrap: nowrap;
	-webkit-box-align: start;
	align-items: flex-start;
	width: 190px;
	margin: 1.5rem auto 5rem;
}

.slick-dots li {
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	width: 24px;
	height: 24px;
}

.slick-dots li button {
	border: none;
	background: none;
	cursor: pointer;
	color: transparent;
}

.slick-dots li:hover {
	opacity: 0.5;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}

.slick-dots li:nth-child(1) {
	background: url("../images/service/service-nav-01.png") top left/24px 24px no-repeat;
}

.slick-dots li:nth-child(2) {
	background: url("../images/service/service-nav-02.png") top left/24px 24px no-repeat;
}

.slick-dots li:nth-child(3) {
	background: url("../images/service/service-nav-03.png") top left/24px 24px no-repeat;
}

.slick-dots li:nth-child(4) {
	background: url("../images/service/service-nav-04.png") top left/24px 24px no-repeat;
}

.slick-dots li:nth-child(5) {
	background: url("../images/service/service-nav-05.png") top left/24px 24px no-repeat;
}

.slick-dots li.slick-active {
	opacity: 0.3;
}

.service-anno {
	display: none;
}

#service-ing {
	background: url("../images/service/ing-back.jpg") center left/auto 140px repeat-x;
}

.service-ing-elm {
	background-color: #fff;
	width: 400px;
	padding: 3rem;
	box-sizing: border-box;
}

.service-ing-elm h3 {
	font-family: "Montserrat", sans-serif;
	font-size: 30px;
	font-size: 1.875em;
	font-weight: 600;
}

.service-ing-elm figure {
	width: 100%;
}

.service-ing-elm figure img {
	width: 100%;
}

.service-ing-elm p {
	font-size: 14px;
	font-size: 0.875em;
	margin-bottom: 1rem;
}

#service-ing-meat {
	padding-bottom: 0;
}

#service-ing-meat figure {
	width: 400px;
	position: relative;
	left: -3rem;
}

#service-ing-vege {
	margin-top: 50px;
}

/******************************
online-shop
 ******************************/
#online-shop {
	background-color: #df001b;
	color: #fff;
	padding: 3rem 0;
}

#online-shop .section-title {
	text-align: center;
}

#online-shop .section-title img {
	width: auto;
	height: 22px;
}

/******************************
shop
 ******************************/
#shop-content {
	background: url("../images/shop/shop-back.jpg") top center/auto 400px repeat-x;
}

#shop-content > div {
	padding-top: 60px;
}

.shop-element {
	width: 40%;
}

.shop-element figure img {
	width: 100%;
}

.shop-element iframe {
	width: 100%;
	height: auto;
}

.shop-element a {
	color: #000;
	text-decoration: none;
}

.shop-element:nth-child(2) {
	margin-top: 100px;
}

.shop-element:nth-child(3) {
	margin-top: 40px;
}

.shop-element-text {
	width: 80%;
	background-color: #fff;
	padding: 1.5rem 0.7rem 0.7rem;
	box-sizing: border-box;
	margin: -95px auto 0;
	z-index: 1;
	position: relative;
	line-height: 1.5;
}

.shop-element-text dl {
	padding: 0.5rem;
}

.shop-element-text dl dt {
	color: #df001b;
	font-weight: 700;
	font-size: 20px;
	font-size: 1.25em;
	margin-bottom: 1rem;
	letter-spacing: -1px;
}

.shop-element-text dd address::before,
.shop-element-text dd p::before {
	width: 1rem;
	display: inline-block;
	text-align: center;
}

.shop-element-text dd > address,
.shop-element-text dd > p {
	margin-bottom: 0.5rem;
}

.shop-element-text dd > p:last-child {
	margin-bottom: 0;
}

.shop-element-text address::before {
	font-family: "Font Awesome 5 pro";
	font-weight: 900;
	content: "\f3c5";
	float: left;
}

.shop-element-text address p {
	padding-left: 1.2rem;
}

.shop-tel::before {
	font-family: "Font Awesome 5 pro";
	font-weight: 900;
	content: "\f3cd";
	padding-right: 0.2rem;
}

.shop-open-hours::before {
	font-family: "Font Awesome 5 pro";
	font-weight: 900;
	content: "\f017";
	padding-right: 0.2rem;
}

/******************************
about
 ******************************/
#about {
	position: relative;
	padding-top: 4rem;
}

#about::before {
	position: absolute;
	display: block;
	content: "";
	background-color: rgba(255, 255, 255, 0.5);
	width: 100%;
	height: 100%;
	z-index: -1;
	top: 0;
}

#about a {
	color: #000;
	text-decoration: none;
}

#about-content {
	padding-bottom: 6rem;
}

.about-elm {
	width: 46%;
}

.about-elm h3 {
	margin-bottom: 0.7rem;
}

.about-sdgs {
	text-align: center;
	margin-top: 70px;
}

.about-sdgs img {
	width: 370px;
	height: auto;
}

.about-sdgs-txt {
	width: 100%;
}

.about-sdgs-txt p {
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.037em;
	margin-top: 15px;
}

#about-content-info dt,
#about-content-info dd {
	padding: 1rem 0;
}

#about-content-info dt {
	float: left;
	font-size: 14px;
	font-size: 0.875em;
	font-weight: 700;
	word-break: break-all;
}

#about-content-info dd {
	border-bottom: 1px solid #ccc;
	padding-left: 8rem;
}

#about-content-info dd:last-child {
	border: none;
}

#about-content-info dd::after {
	content: "";
	display: table;
	clear: both;
	height: 1px;
}

#about-content-history dt,
#about-content-history dd {
	padding: 0.7rem 0;
}

#about-content-history dt {
	float: left;
	font-size: 15px;
	font-size: 0.9375em;
}

#about-content-history dd {
	padding-left: 8em;
}

#ueda-comment {
	background-color: #fff;
	padding-top: 1rem;
}

#ueda-comment-text {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 1rem;
}

#ueda-comment-text > div {
	width: 90%;
	margin: 0 auto;
}

#ueda-comment-text h4 {
	font-weight: normal;
	font-size: 14px;
	font-size: 0.875em;
	margin-bottom: 1rem;
}

#ueda-comment-text h4 span {
	font-size: 36px;
	font-size: 2.25em;
	display: block;
	font-weight: 900;
}

#ueda-comment-photo-pc {
	width: 227px;
	margin-top: -33px;
}

#ueda-comment-photo-pc img {
	width: 100%;
}

#ueda-comment-photo-sf {
	display: none;
}

.uedaName {
	text-align: right;
	margin-right: -20px;
}

/******************************
contact
 ******************************/
#contact h2 {
	margin-top: 3rem;
}

#contact h2,
#contact h3,
#contact h4 {
	text-align: center;
}

#contact h4 {
	font-weight: 700;
	margin-bottom: 1rem;
	font-size: 18px;
	font-size: 1.125em;
}

.contact-title-small {
	margin-top: 5rem;
	margin-bottom: 3rem;
}

.contact-title-small img {
	height: 25px;
}

#contact-tel {
	font-size: 60px;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	color: #000;
	text-decoration: none;
	text-align: center;
	display: block;
	line-height: 1;
}

#contact_form > dl dt,
#contact_form > dl dd {
	margin-bottom: 2rem;
}

#contact_form > dl dt {
	float: left;
	font-weight: 600;
}

#contact_form > dl dd {
	padding-left: 15em;
}

#contact_form > dl dd::after {
	content: "";
	display: table;
	clear: both;
	height: 1px;
}

#contact_form input:not(.form-btn),
#contact_form textarea {
	border: none;
	padding: 1rem;
	width: 100%;
	box-sizing: border-box;
}

#submit-area {
	text-align: center;
	margin: 3rem auto;
}

.form-btn {
	border: none;
	width: auto;
	background-color: #df001b;
	color: #fff;
	font-size: 18px;
	font-size: 1.125em;
	font-weight: 600;
	padding: 2rem 2rem;
	cursor: pointer;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-align: center;
}

.form-btn:hover {
	opacity: 0.6;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}

.form-btn--a {
	display: inline-block;
	text-decoration: none;
}

#contact-privacy {
	margin-top: 3rem;
}

#contact-privacy-scroll {
	background-color: #fff;
	height: 330px;
	position: relative;
}

#contact-privacy-scroll > div {
	overflow: auto;
	position: absolute;
	height: 70%;
	width: 90%;
	top: 15%;
	left: 5%;
}

#contact-privacy-scroll p,
#contact-privacy-scroll dl {
	margin-bottom: 1rem;
}

#contact-privacy-scroll dt {
	font-weight: 700;
}

#contact-privacy-scroll dd {
	margin-bottom: 1rem;
}

#outer-wrapper-check::after {
	height: 93px;
}

#formWrap {
	margin: 3rem 0;
}

.recheck__title {
	margin: 1rem 0;
}

.recheck__desc {
	font-size: 16px;
	font-size: 1em;
	margin-bottom: 1rem;
}

.error_messe {
	color: #df001b;
}

#formTable {
	width: 60%;
	text-align: left;
	margin: 2rem auto;
	border-spacing: 0 0.5rem;
	border-collapse: separate;
	table-layout: fixed;
	border: none;
}

#formTable th {
	background-color: #e5e5e5;
	width: 35%;
	font-weight: 500;
	padding: 0.5rem;
}

#formTable td {
	border: none;
	padding: 0.5rem;
	background-color: #fff;
}

/******************************
footer
 ******************************/
#footer,
#footer-check {
	background-color: #df001b;
	padding: 8rem 0 1rem;
	margin-top: 220px;
}

#footer-logo {
	width: 156px;
}

#footer-right {
	margin-top: -250px;
}

small#copy-credit {
	display: block;
	color: #fff;
}

#footer-check {
	margin-top: 0;
}

/******************************
sns area
 ******************************/
.sns_area ul {
	display: flex;
	justify-content: center;
	margin: 1rem 0 0.5rem;
}

.sns_area li {
	flex: 0 0 11%;
	margin:0 15px;
}

.sns_area li img{
	width:100%;
}