@charset "UTF-8";


/* reset ---------------------------------------*/

div,dl,dt,dd,ul,ol,
li,h1,h2,h3,h4,h5,
h6,pre,code,form,fieldset,legend,
input,textarea,p,blockquote,
th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;word-break: break-all;font-size:inherit;width:100%;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q::before,q::after{content:'';}
abbr{border:0;font-variant:normal;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{font-size:100%;}
legend{color:#000;}
select,input,button,textarea{font-size:inherit;font-family:inherit;box-sizing: border-box;}
pre,code,kbd,samp{font-family:monospace;font-size:108%;line-height:100%;}
figure{padding:0;margin:0;}
input[type="submit"],
input[type="button"],
button {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration,
button::-webkit-search-decoration {display: none;}
input[type="submit"]::focus,
input[type="button"]::focus,
button::focus {outline-offset: -2px;}


/* base ---------------------------------------*/

*{box-sizing:border-box;}

html,body{height:100%;}

body{
	-webkit-text-size-adjust: 100%;
	padding:0;
	margin: 0;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.05em;
	font-feature-settings: "palt" 1;
	-webkit-font-feature-settings: "palt" 1;
	color: #2b2b2b;
}

a{
	text-decoration: none;
	color:inherit;
	transition: all 0.25s ease;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

a:hover{opacity: 0.7;}

img{
	vertical-align: bottom;
	line-height: 1;
	max-width:100%;
	height:auto;
}


/* common item ---------------------------------------*/

.clearfix::after,
.inner::after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.ov-h{overflow: hidden;}

.font-notoserif {font-family: "Noto Serif JP", serif;}


/* layout ---------------------------------------*/
.wrapper {
	margin: 140px 0 100px;
}

.inner{
	max-width: 1200px;
	width: 100%;
	margin:0 auto;
}

.bg-orange {background: #feecd2;}
.bg-orange-half {background: linear-gradient(180deg, #feecd2 0, #feecd2 290px, #fff 290px, #fff 100%);}
.bg-orange-strong {background: #f39800;}
.bg-blue {background: #e4f7ff;}
.bg-blue-strong {background: #00a0df!important;}
.bg-none {background: unset;}
.fc-red {color: #d80100;}
.fc-blue {color: #00a0df;}

.overlay{display: none;}
.d-none {display: none;}

.text-link{text-decoration: underline;}
.text-link:hover{
	text-decoration: none;
	opacity: 1;
}


/* header ---------------------------------------*/

header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background: linear-gradient(180deg, #feecd2 0, #feecd2 60px, #fff 60px, #fff 100%);
	z-index: 100;
	filter: drop-shadow(0 0 6px rgba(7, 0, 2, 0.16));
}

.header-inner {
	position: relative;
	height: 140px;
	margin: 0 auto;
	width: 100%;
}

.header-lead {
	display: block;
	position: absolute;
	top: 16px;
	left: 50px;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.1em;
	z-index: 99;
}

.header-logo {
	display: block;
	position: absolute;
	bottom: 16px;
	left: 50px;
	width: 322px;
	z-index: 99;
	transition: all .25s ease;
}

.header-logo img {
	width: 100%;
}

.header-list {
	position: absolute;
	bottom: 30px;
	left: 47%;
	display: flex;
	align-items: center;
	gap: 60px;
}

.header-list > li {
	position: relative;
}

.header-list > li + li::before {
	position: absolute;
	top: 10%;
	left: -30px;
	z-index: 1;
	width: 1px;
	height: 80%;
	background: #2b2b2b;
	content: '';
}

.header-list > li a {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.1;
	letter-spacing: 0.2em;
	white-space: nowrap;
	transition: all .25s ease;
}

.header-contact {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
	position: absolute;
	top: 60px;
	right: 0;
	background: #d80100;
	width: 380px;
	padding: 27px 10px;
}

.header-contact::after {
	position: absolute;
	top: 10px;
	right: 10px;
	transform: translateY(-16px);
	z-index: 1;
	width: 20px;
	height: 20px;
	background: url('../img/common/icon_circle_arrow.svg') no-repeat;
	background-size: contain;
	content: '';
	transition: all .25s ease;
	opacity: 0;
}

.header-contact:hover {
	opacity: 1;
	padding-top: 47px;
}

.header-contact:hover::after {
	transform: translateY(0);
	opacity: 1;
}

#openmenu {display:none;}

/* gnav ---------------------------------------*/

.gnav {
	position:absolute;
	top: 16px;
	left: 47%;
}

.gnav-list {
	display: flex;
	align-items: center;
	gap: 60px;
}

.gnav-list > li {
	position: relative;
}

.gnav-list > li + li::before {
	position: absolute;
	top: 10%;
	left: -30px;
	z-index: 1;
	width: 1px;
	height: 80%;
	background: #2b2b2b;
	content: '';
}

.gnav-list > li a {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.1;
	letter-spacing: 0.2em;
	white-space: nowrap;
	transition: all .25s ease;
}


/* fixedbtn ---------------------------------------*/
.fixedbtn {
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 102;
	width: calc(764 / 1920 * 100%);
	min-width: 510px;
}

.fixedbtn-list {
	position: relative;
	display: flex;
	align-items: flex-end;
}

.fixedbtn-list::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	width: 1px;
	height: 100%;
	background: #fff;
	content: '';
}

.fixedbtn-list > li {
	width: 50%;
}

.fixedbtn-list > li a {
	display: block;
	position: relative;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.1;
	text-align: center;
	letter-spacing: 0.1em;
	color: #fff;
	width: 100%;
	padding: 16px;
	background: #000;
	transition: all 0.25s ease;
}

.fixedbtn-list > li a:hover {
	opacity: 1;
	padding-bottom: 36px;
}

.fixedbtn-list > li a .icon-circle-arrow {
	display: block;
	position: absolute;
	bottom: 5px;
	right: 10px;
	background: #fff;
	width: 20px;
	height: 20px;
	opacity: 0;
	transform: translateY(16px);
	transition: all 0.25s ease;
}

.fixedbtn-list > li a:hover .icon-circle-arrow {
	transform: translateY(0);
	opacity: 1;
}

.fixedbtn-list > li a .icon-akushu,
.fixedbtn-list > li a .icon-cutlery {
	margin: 0 10px -10px 0;
}


/* crumbs ---------------------------------------*/
.crumbs {
	padding: 22px 20px;
	background: #feecd2;
}

.crumbs-top {
	padding: 36px 20px;
}

.crumbs-nav {
	display: block;
}

/* testのみ */
.crumbs-nav ol {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 0;
}

.crumbs-nav ol > li {
	position: relative;
	padding-right: 10px;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.1;
	letter-spacing: 0.15em;
}

.crumbs-nav ol > li:not(:first-of-type) {
	margin-left: 16px;
}

.crumbs-nav ol > li:not(:first-child)::before {
	position: absolute;
	left: -16px;
	content: '-';
}
/* /testのみ */

/* Breadcrumb NavXTプラグイン */
.crumbs-nav .breadcrumbs {
	font-size: 14px;
	font-weight: 600;
}

.crumbs-nav .breadcrumbs .home {
	padding-right: 10px;
}

.crumbs-nav .breadcrumbs .post,
.crumbs-nav .breadcrumbs .archive,
.crumbs-nav .breadcrumbs .not-found {
	padding: 0 10px;
}


/* footer ---------------------------------------*/
.footer { 
	padding: 56px 50px 96px;
	background: #d80100;
}

.footer-inner {
	position: relative;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

.footer-deco {
	position: absolute;
	top: -24px;
	right: calc(100 / 1200 * 100%);
	width: 139px;
}

.footer-deco img {
	width: 100%;
}

.footer-navlist { 
	display: flex;
	gap: 76px;
	position: relative;
	max-width: 1320px;
	width: 100%;
	margin: 0 auto;
}

.footer-navlist + .footer-navlist { 
	margin-top: 34px;
}

.footer-navlist > li { 

}

.footer-navlist > li a { 
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.3em;
	color: #fff;
}

.footer-snslist { 
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 40px;
	margin: 44px auto 24px;
}

.footer-snslist > a { 
	display: block;
}

.footer-instagram { 
	display: inline-block;
	width: 42px;
	height: 43px;
	-webkit-mask-image: url('../img/common/icon_instagram.svg');
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: 0 0;
	-webkit-mask-size: contain;
	mask-image: url('../img/common/icon_instagram.svg');
	mask-repeat: no-repeat;
	mask-position: 0 0;
	mask-size: contain;
	background: #fff;
}

.footer-facebook { 
	display: inline-block;
	width: 17px;
	height: 35px;
	-webkit-mask-image: url('../img/common/icon_facebook.svg');
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: 0 0;
	-webkit-mask-size: contain;
	mask-image: url('../img/common/icon_facebook.svg');
	mask-repeat: no-repeat;
	mask-position: 0 0;
	mask-size: contain;
	background: #fff;
}

.footer-logo { 
	text-align: center;
	margin: 0 auto 26px;
	width: 322px;
}

.footer-logo a { 
	display: block;
}

.footer-logo a img { 

}

.copyright { 
	display: block;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.2em;
	color: #fff;
}


/* common ---------------------------------------*/
.section-title { 
	position: relative;
	z-index: 1;
}

.section-title img { 
	display: block;
	margin: 0 auto 20px;
}

.section-title b { 
	display: block;
	font-size: 40px;
	font-weight: 600;
	line-height: 1.5;
	text-align: center;
	letter-spacing: 0.2em;
}

.section-title::after { 
	position: absolute;
	top: 110%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	width: 28px;
	height: 3px;
	background: #d80100;
	content: '';
}

.section-title.section-title-env::after { 
	background: #00a0df;
}


/* btn ---------------------------------------*/
.btn {
	display: inline-block;
	position: relative;
	max-width: 300px;
	width: 100%;
	height: 64px;
	border-radius: 60px;
	padding: 0 60px;
	font-size: 18px;
	font-weight: 600;
	line-height: 60px;
	text-align: left;
	letter-spacing: 0.2em;
	background: #fff;
	border: 2px solid #d80100;
	color: #d80100;
}

.btn .icon-circle-arrow { 
	position: absolute;
	top: 50%;
	right: 16px;
	transform: translateY(-50%);
}

.btn:hover {
	background: #d80100;
	color: #fff;
	opacity: 1;
}

.btn:hover .icon-circle-arrow,
.btn:hover .icon-mail {
	background: #fff;
}

.btn.btn-eating,
.btn.btn-env {
	filter: drop-shadow(0 0 6px rgba(7, 0, 2, 0.17));
}

.btn.btn-env {
	border: 2px solid #00a0df;
	color: #00a0df;
}

.btn.btn-eating .icon-cutlery {
	background: #d80100;
}

.btn.btn-env .icon-mail,
.btn.btn-env .icon-circle-arrow {
	background: #00a0df;
}

.btn.btn-eating:hover .icon-cutlery {
	background: #fff;
}

.btn.btn-env:hover {
	background: #00a0df;
	color: #fff;
}

.btn.btn-env:hover .icon-mail,
.btn.btn-env:hover .icon-circle-arrow {
	background: #fff;
}


/* icon ---------------------------------------*/
.icon-mail {
	display: inline-block;
	width: 39px;
	height: 26px;
	-webkit-mask-image: url('../img/common/icon_mail.svg');
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: 0 0;
	-webkit-mask-size: contain;
	mask-image: url('../img/common/icon_mail.svg');
	mask-repeat: no-repeat;
	mask-position: 0 0;
	mask-size: contain;
	content: '';
	background: #fff;
	transition: all .25s ease;
}

.icon-circle-arrow {
	display: inline-block;
	width: 35px;
	height: 35px;
	-webkit-mask-image: url('../img/common/icon_circle_arrow.svg');
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: 0 0;
	-webkit-mask-size: contain;
	mask-image: url('../img/common/icon_circle_arrow.svg');
	mask-repeat: no-repeat;
	mask-position: 0 0;
	mask-size: contain;
	content: '';
	background: #d80100;
	transition: all .25s ease;
}

.icon-cutlery {
	display: inline-block;
	width: 42px;
	height: 42px;
	-webkit-mask-image: url('../img/common/icon_cutlery.svg');
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: 0 0;
	-webkit-mask-size: contain;
	mask-image: url('../img/common/icon_cutlery.svg');
	mask-repeat: no-repeat;
	mask-position: 0 0;
	mask-size: contain;
	content: '';
	background: #fff;
	transition: all .25s ease;
}

.icon-akushu {
	display: inline-block;
	width: 42px;
	height: 42px;
	-webkit-mask-image: url('../img/common/icon_akushu.svg');
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: 0 0;
	-webkit-mask-size: contain;
	mask-image: url('../img/common/icon_akushu.svg');
	mask-repeat: no-repeat;
	mask-position: 0 0;
	mask-size: contain;
	content: '';
	background: #fff;
	transition: all .25s ease;
}


/* service ---------------------------------------*/
.service { 
	padding: 140px 20px 100px;
	overflow: hidden;
}

.service .inner { 
	position: relative;
	z-index: 1;
}

.service-deco-01 { 
	position: absolute;
	top: -9%;
	left: 1%;
	width: calc(273 / 1200 * 100%);
}

.service-deco-02 { 
	position: absolute;
	top: 8%;
	right: 7.5%;
	width: calc(205 / 1200 * 100%);
}

.service-list { 
	display: flex;
	gap: calc(36 / 1200 * 100%);
	margin-top: 172px;
}

.service-list > li { 
	flex: 1;
}

.service-list > li a { 
	display: block;
	position: relative;
	overflow: hidden;
}

.service-list-image {
	width: 100%;
	transition: all .25s ease;
}

.service-list-image img {
	width: 100%;
}

.service-list-text { 
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}

.service-list-text img {
	width: 100%;
}

.service-list-text-01 {width: calc(290 / 582 * 100%);}
.service-list-text-02 {width: calc(371 / 582 * 100%);}

.service-list > li a:hover { opacity: 1; }
.service-list > li a:hover .service-list-image {
	transform: scale(1.05);
}



/* achievement ---------------------------------------*/
.achievement { 
	padding: 80px 20px;
	overflow: hidden;
}

.achievement-title { 
	position: relative;
	z-index: 1;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0.2em;
	margin-bottom: 40px;
	padding-left: 66px;
}

.achievement-title::before { 
	position: absolute;
	top: 14px;
	left: 0;
	z-index: 1;
	width: 28px;
	height: 3px;
	background: #00a0df;
	content: '';
}

.achievement-tablist { 
	display: flex;
	flex-wrap: wrap;
	gap: 88px;
	margin: 0 0 64px 66px;
}

.achievement-tablist > li { 
	position: relative;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0.2em;
	color: #cccccc;
}

.achievement-tablist > li + li::before { 
	position: absolute;
	top: 10%;
	left: -44px;
	z-index: 1;
	width: 1px;
	height: 80%;
	background: #2b2b2b;
	content: '';
}

.achievement-tablist > li.is-active { 
	color: inherit;
	/* color: #00a0df; */
}

.achievement-slider-container { 
	
}

.achievement-slider-block { 
	display: none;
}

.achievement-slider-block.is-active { 
	display: block;
}

.achievement-slider { 
	overflow: visible;
}

.achievement-slider-list { 
	transition-timing-function: linear;
}

.achievement-slider-list > li { 
	position: relative;
}

.achievement-slider-image { 
	width: 100%;
	aspect-ratio: 1 / 1;
	filter: drop-shadow(0 0 6px rgba(7, 0, 2, 0.17));
}

.achievement-slider-image img { 
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.achievement-slider-title { 
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: fit-content;
	padding: 2px 10px;
	background: #fff;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0.1em;
}


/* bottomdeco ---------------------------------------*/
.bottomdeco { 
	overflow: hidden;
}

.bottomdeco-image { 
	width: 100%;
	animation: scroll 20s linear infinite;
}

@keyframes scroll {
	0% {
		transform: translateX(-490px);
	}
	100% {
		transform: translateX(100%);
	}
}

.bottomdeco-image img { 
	max-width: 490px;
	width: calc(490 / 1200 * 100%);
}


/* pagetop ---------------------------------------*/
.pagetop { 
	overflow: hidden;
}

.pagetop-scrollimage { 
	display: flex;
	width: 200vw;
	white-space: nowrap;
}

.pagetop-scrollimage img { 
	display: block;
	width: 100vw;
	animation: pagetop-scroll 36s linear infinite;
}

@keyframes pagetop-scroll {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-100%);
	}
}

.pagetop-deco-01 { 
	position: absolute;
	top: 26px;
	left: 9.5%;
	z-index: -1;
	width: 80px;
}

.pagetop-deco-02 { 
	position: absolute;
	top: 84px;
	right: 8%;
	z-index: -1;
	width: 120px;
}

.newsdetail .pagetop-deco-01 {top: 99%;}


/* news ---------------------------------------*/
.news { 
	padding: 80px 20px;
}

.news-title { 
	position: relative;
	z-index: 1;
	font-size: 32px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0.2em;
	margin-bottom: 14px;
	padding-left: 46px;
}

.news-title::before { 
	position: absolute;
	top: 24px;
	left: 0;
	z-index: 1;
	width: 28px;
	height: 3px;
	background: #d80100;
	content: '';
}

.news-lead { 
	margin: 0 0 40px 52px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0.2em;
}

.news-block { 
	display: flex;
}

.news-first { 
	position: relative;
	width: calc(312 / 1200 * 100%);
	margin-right: calc(84 / 1200 * 100%);
}

.news-first::after { 
	position: absolute;
	top: 0;
	right: calc(-42 / 312 * 100%);
	z-index: 1;
	width: 1px;
	height: 100%;
	background: #dcdcdc;
	content: '';
}

.news-first > a { 
	display: block;
}

.news-item-image { 
	position: relative;
	width: 100%;
	aspect-ratio: 312 / 160;
	/* filter: drop-shadow(0 0 16px rgba(7, 0, 2, 0.16)); */
	margin-bottom: 4px;
}

.news-item-image img { 
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.news-item-date { 
	display: block;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.1em;
}

.news-item-title { 
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.2em;
}

.news-slider-container { 
	position: relative;
	width: calc(664 / 1200 * 100%);
}

.news-slider-list > li { 

}

.news-slider-list > li a { 
	display: block;
}


.news-slider-container .swiper-button-prev,
.news-slider-container .swiper-button-next {
	top: unset;
	max-width: 54px;
	width: calc(54 / 664 * 100%);
	aspect-ratio: 1 / 1;
	z-index: 10;
}

.news-slider-container .swiper-button-prev {
	bottom: 0;
	left: unset;
	right: -60px;
}

.news-slider-container .swiper-button-next {
	bottom: 0;
	left: unset;
	right: calc(-60px - 10%);
}

.news-slider-container .swiper-button-prev::after,
.news-slider-container .swiper-button-next::after {
	-webkit-mask-image: url("../img/common/icon_circle_arrow.svg");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: 0 0;
	-webkit-mask-size: contain;
	mask-image: url("../img/common/icon_circle_arrow.svg");
	mask-repeat: no-repeat;
	mask-position: 0 0;
	mask-size: contain;
	content: "";
	width: 100%;
	aspect-ratio: 1 / 1;
	margin: auto;
	background: #d80100;
}

.news-slider-container .swiper-button-prev::after {
	transform: scale(-1, 1);
}

.swiper-button-disabled {
	opacity: 1!important;
	cursor: pointer!important;
}


/* pagedetail ---------------------------------------*/
.pagedetail {
	padding: 60px 20px 80px;
    position: relative;
    z-index: 1;
}

.pagedetail-title {
	position: relative;
    z-index: 1;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.2em;
}

.pagedetail-title::before {
	position: absolute;
    top: 110%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    width: 28px;
    height: 3px;
    background: #d80100;
    content: '';
}

.pagedetail-image {
	width: 100%;
	margin: 100px auto 0;
}

.pagedetail-image img {
	width: 100%;
}

.pagedetail-entrybody { 
	margin-top: 100px;
	margin-left: 40px;
}

.pagedetail-entrybody * {margin-top: 20px;}
.pagedetail-entrybody *:first-child {margin-top: 0 !important;}

.pagedetail-entrybody h2 { 
	position: relative;
    z-index: 1;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: 0.1em;
}

.pagedetail-entrybody h2::before { 
    position: absolute;
    top: 24px;
    left: -40px;
    z-index: 1;
    width: 22px;
    height: 4px;
    background: #d80100;
    content: '';
}

.pagedetail-entrybody h3 { 
    font-size: 26px;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: 0.1em;
	color: #d80100;
}

.pagedetail-entrybody p { 
	font-size: 18px;
	font-weight: 600;
	line-height: 2;
	word-break: break-all;
}

.pagedetail-entrybody strong,
.pagedetail-entrybody b { 
	font-weight: 700;
}

.pagedetail-entrybody a { 
	text-decoration: underline;
	color: #d80100;
}

.pagedetail-entrybody a:hover { 
	opacity: 1;
	text-decoration: none;
}

.pagedetail-entrybody p img,
.pagedetail-entrybody div img,
.pagedetail-entrybody figure img { 
	display: block;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.wp-block-columns {
	margin: 80px auto;
}


/* text-list ---------------------------------------*/
.text-list { 

}

.text-list > li { 

}

.text-list > li + li { 
	margin-top: 16px;
}

.text-list-title { 
    position: relative;
    z-index: 1;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: 0.1em;
	padding-left: 50px;
    margin-bottom: 4px;
}

.text-list-title::before { 
	position: absolute;
	top: 12px;
	left: 0;
	z-index: 1;
	width: 22px;
	height: 4px;
	background: #d80100;
	content: '';
}

.text-list-text { 
	margin-left: 76px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: 0.2em;
}

.text-list-textlist {
	margin-top: 10px;
}

.text-list-textlist > li {
	position: relative;
	margin-left: 76px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: 0.1em;
	padding-left: 16px;
}

.text-list-textlist > li::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: 0.1em;
	content: '・';
}

/* notfound ---------------------------------------*/
.notfound-wrapper {
	min-height: calc(100dvh - 385px);
}

.notfound {
	padding: 130px 20px;
}

.notfound-title {
	font-size: 28px;
	font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}

.notfound-text {
    font-size: 16px;
	font-weight: 500;
    text-align: center;
}

.notfound-btn {
	text-align: center;
	margin: 60px auto 0;
}


/* animation ---------------------------------------*/
.animation {
	transition: all 1s ease;
	transform:translate(0, 40px);
	opacity:0;
}

.animation.animation-left {
	transform:translate(140px, 0);
}

.animation.animation-right {
	transform:translate(-140px, 0);
}

.animation.on {
	transform:translate(0, 0);
	opacity:1;
}

.animation.animation-title {
	transform:translate(0);
}

.loading-animation {opacity: 0;}

.animation-title .series-text {
	transition: all 1s ease;
	opacity: 0;
}

.animation-title .series-text:nth-of-type(1){transition-delay:0.1s;}
.animation-title .series-text:nth-of-type(2){transition-delay:0.2s;}
.animation-title .series-text:nth-of-type(3){transition-delay:0.3s;}
.animation-title .series-text:nth-of-type(4){transition-delay:0.4s;}
.animation-title .series-text:nth-of-type(5){transition-delay:0.5s;}
.animation-title .series-text:nth-of-type(6){transition-delay:0.6s;}
.animation-title .series-text:nth-of-type(7){transition-delay:0.7s;}
.animation-title .series-text:nth-of-type(8){transition-delay:0.8s;}
.animation-title .series-text:nth-of-type(9){transition-delay:0.9s;}
.animation-title .series-text:nth-of-type(10){transition-delay:1s;}
.animation-title .series-text:nth-of-type(11){transition-delay:1.1s;}
.animation-title .series-text:nth-of-type(12){transition-delay:1.2s;}
.animation-title .series-text:nth-of-type(13){transition-delay:1.3s;}
.animation-title .series-text:nth-of-type(14){transition-delay:1.4s;}
.animation-title .series-text:nth-of-type(15){transition-delay:1.5s;}
.animation-title .series-text:nth-of-type(16){transition-delay:1.6s;}
.animation-title .series-text:nth-of-type(17){transition-delay:1.7s;}
.animation-title .series-text:nth-of-type(18){transition-delay:1.8s;}
.animation-title .series-text:nth-of-type(19){transition-delay:1.9s;}
.animation-title .series-text:nth-of-type(20){transition-delay:2s;}
.animation-title.on {opacity: 1;}
.animation-title.on .series-text {opacity: 1;}

.animation-delay-01,
.animation-delay-02 {
	transition: all 0.5s ease;
	opacity: 0;
}

.animation.on .animation-delay-01,
.animation.on .animation-delay-02 {
	opacity: 1;
}

.animation.on .animation-delay-01 {transition-delay:0.8s;}
.animation.on .animation-delay-02 {transition-delay:1.1s;}


.animation-food {
	
}

.animation-fuwafuwa-01 {
	animation: fuwafuwa-01 3s linear infinite;
}
@keyframes fuwafuwa-01 {
	0% {transform:translate(0, 6px) rotate(0);}
	25% {transform:translate(16px, 0) rotate(-2deg);}
	50% {transform:translate(0, -6px) rotate(0);}
	75% {transform:translate(-16px, 0) rotate(2deg);}
	100% {transform:translate(0, 6px) rotate(0);}
}

.animation-fuwafuwa-02 {
	animation: fuwafuwa-02 4s linear infinite;
}
@keyframes fuwafuwa-02 {
	0% {transform:translate(0, 8px) rotate(0);}
	25% {transform:translate(18px, 0) rotate(-2deg);}
	50% {transform:translate(0, -8px) rotate(0);}
	75% {transform:translate(-18px, 0) rotate(2deg);}
	100% {transform:translate(0, 8px) rotate(0);}
}



/* pc only */
@media screen and (min-width: 768px){
	.sp{display: none !important;}
	.spbr{display: none;}
}


/* large pc */
@media screen and (min-width: 1921px){
	.fixedbtn {
		width: 764px;
	}

	.achievement-slider-list > li { 
		width: 378px !important;
	}
}



/* small pc */
@media screen and (min-width: 768px) and (max-width: 1240px){
	.header-lead {
		left: 30px;
		font-size: 18px;
	}
	.header-logo {
		left: 30px;
		width: 270px;
	}
	.header-list {gap: 30px;}
	.header-list {left: 45%;}
	.header-list > li + li::before {left: -15px;}
	.header-list > li a {font-size: 14px;}
	.header-contact {
		gap: 20px;
		width: 200px;
	}
	.header-contact .icon-mail {
		width: 26px;
		height: 18px;
	}
	.header-contact img {
		width: 100px;
	}
	.gnav {left: 45%;}
	.gnav-list {gap: 30px;}
	.gnav-list > li + li::before {left: -15px;}
	.gnav-list > li a {font-size: 14px;}

	@keyframes scroll {
		0% {
			transform: translateX(calc(-490 / 1200 * 100%));
		}
		100% {
			transform: translateX(100%);
		}
	}
}

@media screen and (min-width: 768px) and (max-width: 1000px){

}


/* s0 only */
@media screen and (max-width: 767px){

	/* common item ---------------------------------------*/

	.pc{display: none !important;}
	.pcbr{display: none;}

	a:hover{opacity: 1;}

	/* layout ---------------------------------------*/
	.wrapper {
		margin: 88px 0 32px;
	}

	.header-inner,
	.footer-inner,
	.inner,
	.wrapper{
		min-width: 0;
		width: 100%;
	}

	.bg-orange-half {background: linear-gradient(180deg, #feecd2 0, #feecd2 220px, #fff 220px, #fff 100%);}



	/* header ---------------------------------------*/
	header {
		padding: 0;
		background: linear-gradient(180deg, #feecd2 0, #feecd2 44px, #fff 44px, #fff 100%);
	}

	.header-inner {
		height: 88px;
	}

	.header-lead {
		top: 12px;
		left: 16px;
		font-size: 14px;
	}

	.header-logo {
		bottom: 12px;
		left: 16px;
		width: 153px;
	}

	.header-logo:hover {
		opacity: 1;
	}

	.header-list {
		bottom: 12px;
		left: unset;
		right: 14px;
		gap: 30px;
	}

	.header-list > li + li::before {
		left: -15px;
		top: 30%;
		height: 60%;
	}

	.header-list > li a {
		font-size: 12px;
		letter-spacing: 0.1em;
	}

	#openmenu {
		display:block;
		width:50px;
		height:36px;
		text-indent: -99em;
		overflow: hidden;
		position:fixed;
		right: 6px;
		top: 6px;
		z-index: 101;
		transition: all .25s ease;
	}

	#openmenu.is-open {
		top: 8px;
	}

	#openmenu span {
		content:'';
		display: block;
		width: 30px;
		height: 2px;
		background: #2b2b2b;
		position: absolute;
		left: 10px;
		transition: all .25s ease;
	}

	#openmenu span:nth-child(1) {top:14px;}
	#openmenu span:nth-child(2) {top:19px;}

	#openmenu.is-open span:nth-child(1),
	#openmenu.is-open span:nth-child(2) {
		top:17px;
		left:10px;
		background: #fff;
	}

	#openmenu.is-open span:nth-child(1) {transform:rotate(25deg);}
	#openmenu.is-open span:nth-child(2) {transform:rotate(-25deg);}


	/* gnav ---------------------------------------*/
	.gnav {
		background: #d80100;
		overflow:auto;
		z-index:100;
		left:0px;
		top:0px;
		width:100%;
		max-width: unset;
		height: 100dvh!important;
		padding-bottom: calc(70 / 378 * 100vw);
		transition: all .25s ease;
		transform:translate3d(0, -100%, 0);
	}

	.gnav.is-active {
		position: fixed;
		transform:translate3d(0,0,0);
		opacity:1;
	}

	.gnav-logo {
		position: absolute;
		top: 18px;
		left: 18px;
		width: 153px;
	}

	.gnav-list {
		display: block;
		text-align: left;
		padding: 96px 0 0 42px;
	}

	.gnav-list > li + li {
		margin-top: 22px;
	}

	.gnav-list > li + li::before {
		display: none;
	}

	.gnav-list > li a {
		font-size: 16px;
		text-align: left;
		color: #fff;
	}

	.gnav-list > li a:hover {
		opacity: 1;
	}

	.gnav-deco-01 {
		position: absolute;
		top: 300px;
		left: 42px;
		width: 68px;
	}

	.gnav-deco-02 {
		position: absolute;
		top: 82px;
		right: 34px;
		width: 62px;
	}
	.gnav-image {
		width: 139px;
		margin: 50px auto 60px;
	}

	.gnav-contact {
		display: block;
		margin: 0 auto;
		border: 2px solid #fff;
	}

	.gnav-contact .icon-mail {
		background: #d80100;
		margin: 0 10px -2px -10px;
	}


	/* fixedbtn ---------------------------------------*/
	.fixedbtn {
		width: 100%;
		min-width: unset;
	}

	.fixedbtn-list > li a {
		font-size: 14px;
		padding: 15px;
	}

	.fixedbtn-list > li a:hover {
		padding-bottom: 30px;
	}
	
	.fixedbtn-list > li a .icon-circle-arrow {
		bottom: 5px;
		right: 10px;
		width: 16px;
		height: 16px;
		transform: translateY(16px);
	}
	
	.fixedbtn-list > li a:hover .icon-circle-arrow {
		transform: translateY(0);
		opacity: 1;
	}
	
	.fixedbtn-list > li a .icon-akushu,
	.fixedbtn-list > li a .icon-cutlery {
		width: 28px;
		height: 28px;
		margin: 0 10px -10px 0;
	}


	/* crumbs ---------------------------------------*/
	.crumbs {
		padding: 16px 16px;
	}

	.crumbs-top {
		padding: 10px 16px;
	}

	.crumbs-nav ol > li {
		padding-right: 10px;
		font-size: 12px;
	}

	.crumbs-nav ol > li:not(:first-of-type) {
		margin-left: 16px;
	}

	.crumbs-nav ol > li:not(:last-child)::after {
		right: -7px;
	}


	/* footer ---------------------------------------*/
	.footer { 
		padding: 32px 20px calc(40px + 11vw);
	}

	.footer-deco {
		position: unset;
		margin: 0 auto 42px;
	}

	.footer-navlist { 
		display: block;
		padding: 0 20px;
	}

	.footer-navlist + .footer-navlist { 
		margin-top: 20px;
	}

	.footer-navlist > li + li { 
		margin-top: 8px;
	}

	.footer-navlist > li a { 
		letter-spacing: 0.15em;
	}

	.footer-navlist.footer-navlist-bottom > li a { 
		font-size: 12px;
	}

	.footer-snslist { 
		gap: 26px;
		margin: 46px auto 12px;
	}

	.footer-instagram { 
		width: 26px;
		height: 26px;
	}

	.footer-facebook { 
		width: 10px;
		height: 21px;
	}

	.footer-logo { 
		margin: 0 auto 18px;
		width: 197px;
	}

	.copyright { 
		font-size: 9px;
	}

	/* common ---------------------------------------*/
	.section-title img { 
		width: auto;
		height: 18px;
		margin: 0 auto;
	}
	
	.section-title b { 
		font-size: 26px;
	}
	
	.section-title::after { 
		top: 110%;
		width: 14px;
		height: 2px;
	}


	/* btn ---------------------------------------*/
	.btn {
		max-width: 200px;
		height: 42px;
		padding: 0 30px;
		font-size: 14px;
		line-height: 38px;
	}

	.btn .icon-circle-arrow { 
		right: 10px;
	}


	/* icon ---------------------------------------*/
	.icon-mail {
		width: 23px;
		height: 14px;
	}

	.icon-circle-arrow {
		width: 18px;
		height: 18px;
	}

	.icon-cutlery {
		width: 28px;
		height: 28px;
	}


	/* service ---------------------------------------*/
	.service { 
		padding: 60px 16px;
	}

	.service .section-title img {
		height: 15px;
		margin: 0 auto 4px;
	}

	.service-deco-01 { 
		top: 68px;
		left: 0;
		width: 99px;
	}

	.service-deco-02 { 
		top: 80px;
		right: 1%;
		width: 79px;
	}

	.service-list { 
		display: block;
		margin-top: 120px;
	}

	.service-list > li + li { 
		margin-top: 30px;
	}

	.service-list-text-01 {width: calc(274 / 346 * 100%);}
	.service-list-text-02 {width: calc(258 / 346 * 100%);}


	/* achievement ---------------------------------------*/
	.achievement { 
		padding: 40px 16px 60px;
	}

	.achievement-title { 
		font-size: 24px;
		margin-bottom: 24px;
		padding-left: 36px;
	}

	.achievement-title::before { 
		top: 18px;
		width: 23px;
		height: 2px;
	}

	.achievement-tablist { 
		gap: 10px 60px;
		margin: 0 0 32px;
		max-width: 340px;
	}

	.achievement-tablist > li { 
		font-size: 14px;
	}

	.achievement-tablist > li + li::before { 
		top: 20%;
		left: -30px;
		height: 60%;
	}

	.achievement-tablist > li:last-of-type::before { 
		display: none;
	}

	.achievement-slider-list > li { 
		max-width: unset;
	}

	.achievement-slider-title { 
		padding: 2px 10px;
		font-size: 12px;
	}


	/* bottomdeco ---------------------------------------*/
	.bottomdeco-image { 
		animation: scroll 16s linear infinite;
	}

	@keyframes scroll {
		0% {
			transform: translateX(-235px);
		}
		100% {
			transform: translateX(100%);
		}
	}

	.bottomdeco-image img { 
		max-width: unset;
		width: 235px;
	}


	/* pagetop ---------------------------------------*/
	.pagetop-scrollimage img { 
		animation: pagetop-scroll 22s linear infinite;
	}

	.pagetop-deco-01 { 
		top: 47%;
		left: 2%;
		right: unset;
		width: 58px;
		margin: unset;
	}

	.pagetop-deco-02 { 
		top: 2%;
		left: unset;
		right: 5%;
		width: 58px;
		margin: unset;
	}

	.servicetop-top .pagetop-deco-01 { 
		top: 94%;
	}

	.newstop .pagetop-deco-01 { 
		top: 300px;
	}

	.newsdetail .pagetop-deco-01 {
		top: calc(100% - 120px);
        left: 70%;
	}
	.newsdetail .pagetop-deco-02 {top: 4%;}
	.contact .pagetop-deco-01 {top: 92%;}

	.privacy .pagetop-deco-01 {
		top: calc(100% - 60px);
        left: 2%;
	}
	.privacy .pagetop-deco-02 {top: 80px;}

	.pagedetail .pagetop-deco-01 {
		top: calc(100% - 60px);
	}


	/* news ---------------------------------------*/
	.news { 
		padding: 40px 0 0;
	}

	.news-title { 
		width: calc(100% - 32px);
		font-size: 24px;
		margin: 0 auto 24px;
		padding-left: 36px;
	}

	.news-title::before { 
		top: 18px;
		width: 23px;
		height: 2px;
	}

	.news-lead { 
		margin: 0 0 32px;
		padding: 0 16px;
		font-size: 14px;
	}

	.news-block { 
		display: block;
		width: 100%;
		padding: 0 0 60px;
		background: unset;
		filter: unset;
	}

	.news-first { 
		width: calc(100% - 32px);
		margin: 0 auto 7vw;
	}

	.news-first::after { 
		display: none;
	}

	.news-item-image { 
		aspect-ratio: 277 / 141;
		margin-bottom: 0;
	}

	.news-item-date { 
		font-size: 12px;
		margin-bottom: -2px;
	}

	.news-item-title { 
		font-size: 14px;
	}

	.news-slider-container { 
		width: 100%;
	}

	.news-slider { 
		padding-left: 16px;
	}


	.news-slider-container .swiper-button-prev,
	.news-slider-container .swiper-button-next {
		max-width: unset;
		width: 26px;
		bottom: -54px;
	}

	.news-slider-container .swiper-button-prev {
		left: 0;
		right: 40px;
		margin: 0 auto;
	}

	.news-slider-container .swiper-button-next {
		left: 40px;
		right: 0;
		margin: 0 auto;
	}


	/* pagedetail ---------------------------------------*/
	.pagedetail {
		padding: 40px 16px;
	}

	.pagedetail-title {
		font-size: 26px;
	}

	.pagedetail-title::before {
        top: 110%;
        width: 14px;
        height: 2px;
	}

	.pagedetail-image {
		margin: 50px auto 0;
	}

	.pagedetail-entrybody { 
		margin-top: 24px;
		margin-left: 30px;
	}

	.pagedetail-entrybody * {margin-top: 10px;}

	.pagedetail-entrybody h2 { 
		font-size: 22px;
	}

	.pagedetail-entrybody h2::before { 
		top: 17px;
		left: -30px;
		width: 20px;
		height: 3px;
	}

	.pagedetail-entrybody h3 { 
		font-size: 20px;
	}

	.pagedetail-entrybody p { 
		font-size: 16px;
		line-height: 1.834;
	}

	.wp-block-columns {
		margin: 40px auto;
		gap: 4px;
	}


	/* text-list ---------------------------------------*/
	.text-list { 

	}

	.text-list > li { 

	}

	.text-list > li + li { 
		margin-top: 12px;
	}

	.text-list-title { 
		font-size: 14px;
		padding-left: 32px;
		margin-bottom: 0;
	}

	.text-list-title::before { 
		top: 9px;
		left: 4px;
		width: 18px;
		height: 3px;
	}

	.text-list-text { 
		margin-left: 50px;
		font-size: 14px;
		letter-spacing: 0.1em;
	}

	.text-list-textlist {
		margin-top: 10px;
	}

	.text-list-textlist > li {
		margin-left: 56px;
		font-size: 14px;
		letter-spacing: 0.1em;
		padding-left: 16px;
	}

	.text-list-textlist > li::before {
		font-size: 16px;
		letter-spacing: 0.1em;
	}


	/* animation ---------------------------------------*/
	.animation.animation-left {transform:translate(70px, 0);}
	.animation.animation-right {transform:translate(-70px, 0);}
	.animation.on {transform:translate(0, 0);}

	@keyframes fuwafuwa-01 {
		0% {transform:translate(0, 4px) rotate(0);}
		25% {transform:translate(10px, 0) rotate(-2deg);}
		50% {transform:translate(0, -4px) rotate(0);}
		75% {transform:translate(-10px, 0) rotate(2deg);}
		100% {transform:translate(0, 4px) rotate(0);}
	}

	@keyframes fuwafuwa-02 {
		0% {transform:translate(0, 6px) rotate(0);}
		25% {transform:translate(12px, 0) rotate(-2deg);}
		50% {transform:translate(0, -6px) rotate(0);}
		75% {transform:translate(-12px, 0) rotate(2deg);}
		100% {transform:translate(0, 6px) rotate(0);}
	}

}


/* iphone5 iphoneSE用 */
@media screen and (max-width: 370px){

}