@charset "utf-8";
/* -------------------------------------------------
Common
----------------------------------------------------*/
:root {
	--ff-min: 'Noto Serif JP', serif;
	--ff-eng: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  --color-wt: #fff;
  --color-bk: #231815;
  --color-red: #dc1c34;
	--color-og: #ea5514;
}
* {
	font-weight: 500;
	font-style: normal;
	font-family: 'Noto Sans JP', sans-serif;
	margin: 0;
	padding: 0;
	line-height: 1.75;
	letter-spacing: .1em;
	color: var(--color-bk);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	/*font-feature-settings: 'palt';*/
}

html {
	font-size: 62.5%;
}
body {
	font-size: 16px;
	font-size: 1.6rem;
	word-wrap: break-word;
	overflow-wrap: break-word;
	font-display: swap;
	overflow-x: hidden;
}
@media screen and (max-width: 374px) {
	html {
		font-size: 2.667vw;
	}
}
img {
	border: 0;
	vertical-align: bottom;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

/* -------------------------------------------------
Script
----------------------------------------------------*/
.js-fadein {
	opacity: 0;
	transform: translateY(80px);
	transition: all .8s ease-in-out;
}
.js-fadein.is-scrollin {
	opacity: 1;
	transform: translateY(0);
}


/* -------------------------------------------------
Layout
----------------------------------------------------*/
#l-wrapper {
	overflow: hidden;
}
#l-main {
  margin-top: 70px;
}

@media screen and (max-width: 374px) {
  #l-main {
    margin-top: 60px;
  }
}

/* header */
/* -------------------------------------------------- */
#l-header {
  justify-content: flex-end;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 70px;
  padding: 0 0 0 15px;
  background: var(--color-bk);
}
.l-hd__logo-area {
  margin-right: auto;
  align-items: center;
}
.l-hd__logo {
  width: 226px;
  margin-right: 24px;
}
.l-hd__logo img {
  width: 100%;
}
.l-hd__com {
  font-size: 1.2rem;
  line-height: 1;
  color: var(--color-wt);
}
.l-hd__shop {
  align-items: center;
  justify-content: center;
  width: 210px;
  height: 100%;
}
.l-hd__shop a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 16px;
  font-family: var(--ff-eng);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: var(--color-wt);
  background: #ea5514;
  transition: all .3s ease-in-out;
}
.l-hd__shop a:hover {
  background: #f17d24;
}
.l-hd__shop a:before {
  content: '';
  display: inline-block;
  width: 38px;
  height: 38px;
  margin-right: 10px;
  vertical-align: -12px;
	background: url(../images/ico_cart_circle.svg) no-repeat 0 0 / 100%;
}
.l-hd__burger {
  position: relative;
	z-index: 2;
  width: 70px;
  height: 100%;
  background: var(--color-bk);
  cursor: pointer;
}
.l-hd__burger span {
  display: inline-block;
  position: absolute;
  left: 17px;
  width: 36px;
  height: 2px;
  background: var(--color-wt);
	transition: all .2s ease-in-out;
}
.l-hd__burger span:nth-of-type(1) {
  top: 26px;
}
.l-hd__burger span:nth-of-type(2) {
  top: 34px;
}
.l-hd__burger span:nth-of-type(3) {
  top: 42px;
}
.l-hd__burger.is-active span:nth-of-type(1) {
  transform: translateY(8px) rotate(45deg);
}
.l-hd__burger.is-active span:nth-of-type(2) {
  opacity: 0;
}
.l-hd__burger.is-active span:nth-of-type(3) {
  transform: translateY(-8px) rotate(-45deg);
}
@media screen and (max-width: 767px) {
	.l-hd__logo {
		width: 162px;
		margin-right: 0;
	}	
	.l-hd__com {
		display: none;
	}
	.l-hd__shop {
		width: 70px;
		height: 100%;
	}
	.l-hd__shop a {
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		background: #ea5514 url(../images/ico_cart_circle.svg) no-repeat center center / 38px 38px;
	}
  .l-hd__shop a:hover {
    background: #ea5514 url(../images/ico_cart_circle.svg) no-repeat center center / 38px 38px;
  }
}
@media screen and (max-width: 374px) {
  #l-header {
    height: 60px;
  }
  .l-hd__logo {
    width: 162px;
  }
  .l-hd__shop {
    width: 60px;
  }
  .l-hd__burger {
    width: 60px;
  }
  .l-hd__burger span {
    left: 15px;
    width: 30px;
  }
  .l-hd__burger span:nth-of-type(1) {
    top: 19px;
  }
  .l-hd__burger span:nth-of-type(2) {
    top: 29px;
  }
  .l-hd__burger span:nth-of-type(3) {
    top: 39px;
  }
  .l-hd__burger.is-active span:nth-of-type(1) {
    transform: translateY(10px) rotate(45deg);
  }
  .l-hd__burger.is-active span:nth-of-type(3) {
    transform: translateY(-10px) rotate(-45deg);
  }
}
 
.p-gnav__body {
	width: 100%;
	height: 100vh;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	background: var(--color-bk);
}
.p-gnav-wrap {
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
}
.p-gnav__inner {
	justify-content: center;
}
.p-gnav__inner * {
	color: #fff;
	line-height: 1;
}
.p-gnav__logo-area {
	padding: 10px 80px 10px 0;
	border-right: 1px solid #fff;
}
.p-gnav__logo {
	width: 350px;
	margin-bottom: 5px;
}
.p-gnav__txt {
	font-size: 1.6rem;
	text-align: right;
}
.p-gnav__cont {
	padding: 10px 0 10px 80px;
}

.p-gnav__item {
	margin-bottom: 40px;
}
.p-gnav__item:nth-last-of-type(1) {
	margin-bottom: 0;
}
.p-gnav__item > a {
	font-size: 3rem;
}
.p-gnav__item a {
	transition: all .3s ease-in-out;
}
.p-gnav__item a:hover {
	color: var(--color-red);
}
.p-gnav-item--c a {
	font-size: 1.8rem;
}
.p-gnav-list--c {
	margin-top: 20px;
}
.p-gnav-item--c {
	margin-right: 30px;
}
.p-gnav-item--c:nth-last-of-type(1) {
	margin-right: 0;
}

@media screen and (max-width: 1024px) {
  .p-gnav-wrap {
    padding: 70px 0 0;
    justify-content: flex-start;
    flex-direction: column;
  }
  .p-gnav__inner {
    width: 88%;
    flex-direction: column;
  }
  .p-gnav__logo-area {
    width: 280px;
    margin: 0 auto 30px;
    padding: 0;
    border-right: none;
  }
  .p-gnav__logo {
    width: 100%;
  }
  .p-gnav__txt {
    font-size: 1.3rem;
  }
  .p-gnav__cont {
    width: 60%;
    margin: auto;
    padding: 0;
  }
  .p-gnav__item {
    margin-bottom: 30px;
  }
  .p-gnav__item > a {
    font-size: 2.2rem;
  }
  .p-gnav-list--c {
    margin-top: 15px;
  }
  .p-gnav-item--c {
    margin-right: 20px;
  }
  .p-gnav-item--c a {
		font-size: 1.4rem;
    letter-spacing: .05em;
  }
}

@media screen and (max-width: 620px) {
  .p-gnav__cont {
    width: 100%;
  }
}

@media screen and (max-width: 374px) {
  .p-gnav__inner {
    width: 88%;
    flex-direction: row;
  }
  .p-gnav__logo-area {
    width: 74.8%;
    max-width: 280px;
  }
  .p-gnav__item {
    margin-bottom: 25px;
  }
  .p-gnav__item > a {
    font-size: 2rem;
  }
  .p-gnav-item--c {
    margin-right: 18px;
  }
}


/* footer */
/* -------------------------------------------------- */
#l-footer {
  padding: 115px 0 25px;
  background: var(--color-bk);
}
.l-ft__inner {
  margin: 0 auto 32px;
}
.l-ft__logo {
  width: 348px;
  margin: 0 auto 10px;
}
.l-ft__txt {
  color: var(--color-wt);
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
}
.l-ft__bot {
  align-items: center;
  justify-content: space-between;
  padding: 0 25px;
}
.l-ft__sns {
  justify-content: center;
}
.l-ft-sns__item {
  width: 40px;
  margin-right: 15px;
}
.l-ft-sns__item:nth-last-of-type(1) {
  margin-right: 0;
}
.l-ft-sns__item a {
  transition: all .3s ease-in-out;
}
.l-ft-sns__item a:hover {
  opacity: .7;
}
.l-ft-sns__item img {
  width: 100%;
}

.l-ft__copy {
  color: var(--color-wt);
  font-size: 1.8rem;
  line-height: 1;
}

@media screen and (max-width: 1024px) {
  .l-ft-sns__item a:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 600px) {
  #l-footer {
    padding: 60px 0 25px;
  }
  .l-ft__inner {
    margin: 0 auto 32px !important;
  }
  .l-ft__logo {
    width: 278px;
  }
  .l-ft__bot {
    flex-direction: column;
  }
	.l-ft__txt {
		font-size: 1.4rem;
	}
  .l-ft__sns {
    margin: 0 0 20px;
  }
  .l-ft__copy {
    font-size: 1.3rem;
  }
}


/* -------------------------------------------------
Compornent
----------------------------------------------------*/
.c-btn-def {
  width: 134px;
}
.c-btn-def a {
  display: block;
  padding: 9px 0 11px;
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
  border-radius: 5px;
  transition: all .3s ease-in-out;
}
.c-btn-grp a {
  color: var(--color-wt);
  background: var(--color-bk);
}
.c-btn-grp a:hover {
  background: var(--color-red);
}

.c-btn-biz {
  margin: auto;
}
.c-btn-biz a {
  color: var(--color-wt);
  background: var(--color-red);
}
.c-btn-biz a:hover {
  color: var(--color-red);
  background: var(--color-wt);
}

.c-btn-project {
  margin: auto;
}
.c-btn-project a {
  color: var(--color-wt);
  background: var(--color-red);
}

.c-btn-project a:hover {
  background: var(--color-bk);
}

.c-btn-news {
	margin: 60px auto 0;
}
.c-btn-news a {
  color: var(--color-wt);
  background: var(--color-bk);
}
.c-btn-news a:hover {
  background: var(--color-red);
}

@media screen and (max-width: 600px) {
  .c-btn-def a {
    font-size: 1.3rem;
  }
}

.c-select-btn {
	width: 230px;
	margin: 0 20px 0 0;
}
.c-select-btn:nth-last-of-type(1) {
	margin: 0;
}
.c-select-btn a {
	width: 100%;
	padding: 13px 0 17px;
	display: block;
	color: #fff;
	font-size: 2.5rem;
	line-height: 1;
	text-align: center;
	background: var(--color-bk);
	border-radius: 10px;
	transition: all .3s ease-in-out;
}
.c-select-btn.is-current a,
.c-select-btn a:hover {
	background: var(--color-red);
}
@media screen and (max-width: 1024px) {
	.c-select-btn a:hover {
		color: #fff;
		background: var(--color-bk);
	}
}

.c-select-btn.is-current a {
	color: #fff;
	background: var(--color-red);
}

@media screen and (max-width: 843px) {
	.c-select-btn {
		width: 30.4%;
		max-width: 230px;
		margin: 0 4.4% 0 0;
	}
	
	.c-select-btn a {
		font-size: 2rem;
	}
}
@media screen and (max-width: 600px) {
	.c-select-btn {
		width: 100%;
		max-width: 360px;
		margin: 0 0 10px 0;
	}	
	.c-select-btn a {
		padding: 11px 0 15px;
	}
}


/* -------------------------------------------------
Project
----------------------------------------------------*/
.p-cont-inner {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

.p-sec-ttl {
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
  text-align: center;
}
.p-sec-ttl__eng {
  display: inline-block;
  margin-bottom: 15px;
  padding: 0 23px 13px 30px;
	font-family: var(--ff-min);
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 1;
  border-bottom: 1px solid var(--color-bk);
}
.p-sec-ttl__ja {
	font-family: var(--ff-min);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}

@media screen and (max-width: 1300px) {
  .p-cont-inner {
    width: calc(100% - 80px);
  }
  
}

@media screen and (max-width: 600px) {
  .p-cont-inner {
    width: 92%;
  }
  .p-sec-ttl {
    margin-bottom: 40px;
  }
  .p-sec-ttl__eng {
    font-size: 3.5rem;
  }
  .p-sec-ttl__ja {
    font-size: 1.6rem;
  }
}

/*-- sub page --*/
.p-page-head {
  width: 100%;
  height: 368px;
}
.p-page-head__inner {
  align-items: center;
  height: 100%;
}
.p-page-ttl {
  color: var(--color-wt);
  font-size: 4.3rem;
	font-weight: 700;
  line-height: 1;
}

@media screen and (max-width: 600px) {
  .p-page-head {
    height: 250px;
  }
  .p-page-ttl {
    font-size: 3.4rem;
  }
}


/* index.html */
/* -------------------------------------------------- */

/*-- main visual --*/
.p-mv {
  position: relative;
  width: 100%;
  margin-bottom: 16px;
  height: calc(100vh - 70px);
}
.p-mv__player {
	width: 100.1%;
	height: 100.1%;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	transform: translate(-50%, -50%);
}
.p-mv__catch {
  position: absolute;
  top: 82px;
  left: 50%;
	font-family: var(--ff-min);
  font-size: 3.6rem;
	font-weight: 900;
  letter-spacing: .25em;
  color: var(--color-wt);
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
	transform: translateX(-50%);
}
.p-mv__catch br {
	display: none;
}
.p-mv__txt {
	width: 100%;
	padding: 25px 0px;
  position: absolute;
  bottom: 0;
  left: 0;
	font-family: var(--ff-min);
  font-size: 2rem;
/*  letter-spacing: .15em;*/
  line-height: 1;
  text-align: center;
  color: var(--color-wt);
	background: rgba(35, 24, 21, .5);
}
.p-mv-txt__br {
	display: none;
}

@media screen and (max-width: 1024px) {
	.p-mv {
		height: 500px;
	}
	.p-mv__catch {
		top: 30px;
		font-size: 2.3rem;
		letter-spacing: 0.18em;
	}
	.p-mv__txt {
		padding: 20px 0px;
		font-size: 1.6rem;
		line-height: 2;
	}
}

@media screen and (max-width: 600px) {
  .p-mv__catch {
		line-height: 1;
  }
	
	.p-mv-txt__br {
		display: inline-block;
	}
}

/*-- slider --*/
.p-link-slide-wrap {
  margin-bottom: 80px;
}
.p-link-slide__item {
  width: 267px;
  margin: 0 6px;
  border: 1px solid #ccc;
}
.p-link-slide__item a {
  display: block;
  width: 100%;
  height: 100%;
  padding-bottom: 20px;
}
.p-link-slide__figure {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
  overflow: hidden;
}
.p-link-slide__figure img {
  width: 100%;
  transform: translate3d(0, 0, 0);
  transition: all .5s ease-in-out;
}
.p-link-slide__item a:hover .p-link-slide__figure img {
  transform: translate3d(0, 0, 0) scale(1.08);
}
.p-link-slide__cap {
  padding: 0 15px;
}
.p-link-slide__cap {
  font-size: 1.6rem;
  line-height: 1;
}
@media screen and (max-width: 600px) {
  .p-link-slide-wrap {
    margin-bottom: 60px;
  }
}

/*-- news --*/
.p-tp-news {
  margin-bottom: 100px;
}
.p-tp-news__list {
  width: 100%;
  max-width: 960px;
  margin: auto;
  border-top: 2px solid var(--color-bk);
  border-bottom: 2px solid var(--color-bk);
}
.p-tp-news__item {
  width: 100%;
}
.p-tp-news__item a {
  width: 100%;
  padding: 16px 15px;
  border-bottom: 1px solid #ccc;
  transition: all .3s ease-in-out;
}
.p-tp-news__item a:hover {
  background: #fafafa;
}
.p-tp-news__cat {
  width: 120px;
  padding: 4px 0 0;
}
.p-tp-news__cat span {
  display: block;
  width: 100%;
  padding: 2px 0px 4px;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  color: var(--color-red);
  background: var(--color-wt);
  border: 1px solid var(--color-red);
}
.p-tp-news__date {
  width: 120px;
  text-align: right;
}
.p-tp-news__head {
  width: calc(100% - 240px);
  padding-left: 20px;
}

@media screen and (max-width: 600px) {
  .p-tp-news {
    margin-bottom: 80px;
  }
  .p-tp-news__cat {
    width: 80px;
    padding: 2px 0 0;
  }
  .p-tp-news__head {
    width: 100%;
    margin-top: 5px;
    padding-left: 0;
  }
}

/*-- 製麺事業 --*/
.p-making {
	padding-bottom: 110px;
}
.p-making-head {
	width: 100%;
	height: 612px;	
	margin-bottom: 65px;
	position: relative;
	overflow: hidden;
}
.p-makin-head__img {
  width: 100%;
  height: 100%;
	position: relative;
}
.p-makin-head__img .p-men__player {
  width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
}
.p-makin-head__img .mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	background: #2E2E50;
}
.p-making-head__label {
	position: absolute;
	bottom: 32px;
	left: 50%;
	margin-left: -700px;
}
.p-making__cont * {
	font-family: var(--ff-min);
}
.p-making__catch {
	margin-bottom: 35px;
	color: #ea5514;
	font-size: 5.5rem;
	letter-spacing: .08em;
	line-height: 1.3;
	text-align: center;
}
.p-making__catch br {
	display: none;
}
.p-making__txt {
	margin-bottom: 55px;
	font-size: 2.3rem;
	letter-spacing: .08em;
	line-height: 2.3;
	text-align: center;
}
.p-making__btn {
	width: 485px;
	margin: auto;
}
.p-making__btn a {
	padding: 30px 0 32px;
	display: block;
	background: #ea5514;
	color: #fff;
	font-size: 2.8rem;
	letter-spacing: .08em;
	line-height: 1;
	text-align: center;
	border-radius: 10px;
	transition: all .3s ease-in-out;
}
.p-making__btn a:hover {
	background: #f17d24;
}
@media screen and (max-width: 1024px) {
	.p-making__btn a:hover {
		background: #ea5514;
	}	
}

@media screen and (max-width: 1279px) {
	.p-making__catch {
		font-size: 4.4rem;
	}
}

@media screen and (max-width: 1024px) {
	.p-making__catch br {
		display: inline-block;
	}
	.p-making__txt {
		font-size: 2rem;
		line-height: 1.8;
		text-align: left;
	}
	.p-making__txt br {
		display: none;
	}
}

@media screen and (max-width: 1500px) {
	.p-making-head__label {
		margin-left: 0;
		bottom: 32px;
		left: 50px;
	}
}

@media screen and (max-width: 1080px) {
	.p-making-head {
		height: auto;
	}
	.p-makin-head__img .p-men__player {
		width: 100%;
		position: inherit;
		top: inherit;
		left: inherit;
		transform: none;
	}
}

@media screen and (max-width: 1024px) {
	.p-making-head__label {
		width: 229px;
		left: 5.2%;
	}
	.p-making-head__label img {
		width: 100%;
	}
}

@media screen and (max-width: 600px) {
	.p-making-head__label {
		width: 23.83%;
		left: 4%;
	}

	.p-making__catch {
		margin-bottom: 25px;
		font-size: 3.1rem;
		letter-spacing: 0;
		line-height: 1.5;
	}
	.p-making__txt {
		font-size: 1.8rem;
		line-height: 1.8;
		text-align: left;
	}
	.p-making__btn {
		width: 100%;
		max-width: 485px;
	}
	.p-making__btn a {
		padding: 20px 0 22px;
		font-size: 2rem;
	}
}

/*-- common --*/
.p-biz-sec__header {
  background: var(--color-bk);
}
.p-biz-sec-hd {
	padding: 65px 0;
	text-align: center;
}
.p-biz-sec-hd__ja,
.p-biz-sec-hd__eng {
  display: block;
  color: #fff;
	font-family: var(--ff-min);
  line-height: 1;
}
.p-biz-sec-hd__ja {
  margin-bottom: 20px;
  font-size: 4.3rem;
	font-weight: 700;
}
.p-biz-sec-hd__eng {
  font-size: 1.7rem;
}

@media screen and (max-width: 1024px) {
  .p-biz-sec-hd {
    padding: 50px;
    order: 2;
    text-align: center;
  }
}

@media screen and (max-width: 600px) {
  .p-biz-sec-hd {
    padding: 30px;
  }
  .p-biz-sec-hd__ja {
    font-size: 3.2rem;
    letter-spacing: .05em;
  }
  .p-biz-sec-hd__eng {
    font-size: 1.6rem;
  }
}

/*-- group --*/
.p-group {
  padding: 0 0 110px;
  background: #efefef;
}
.p-group .p-biz-sec__header {
	margin-bottom: 100px;
}
.p-grp__catch {
  margin-bottom: 60px;
  font-size: 2rem;
  line-height: 1;
  text-align: center;
}
.p-grp__item {
  margin-bottom: 32px;
  background: var(--color-wt);
}
.p-grp__item:nth-last-of-type(1) {
  margin-bottom: 0;
}
.p-grp__figure,
.p-grp__des {
  width: 50%;
}
.p-grp__figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.p-grp__des {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.g-grp__figure--odd {
  order: 1;
}
.g-grp__des--odd {
  order: 2;
}
.g-grp__figure--even {
  order: 2;
}
.g-grp__des--even {
  order: 1;
}
.p-grp-des__logo {
  margin-bottom: 25px;
}
.p-grp-des__logo--roku {
  width: 175px;
}
.p-grp-des__logo--miso {
  width: 346px;
}
.p-grp-des__logo--gonta {
  width: 392px;
}
.p-grp-des__logo--minato {
  width: 437px;
}
.p-grp-des__logo--wadaya {
  width: 353px;
}
.p-grp-des__logo--soba {
  width: 357px;
}
.p-grp-des__logo--kara {
  width: 211px;
}
.p-grp-des__logo--udon {
  width: 324px;
}
.p-grp-des__logo--ajiyoshi {
  width: 293px;
}
.p-grp-des__logo img {
  width: 100%;
}
.p-grp-des__txt {
  margin-bottom: 25px;
  font-size: 1.6rem;
  letter-spacing: .08em;
  text-align: center;
}
.p-grp-des__txt br {
  display: inline-block;
}

@media screen and (max-width: 1024px) {
  .p-grp__catch {
    font-size: 1.6rem;
  }
  .p-grp__des {
    padding: 40px 20px;
  }
  
  .p-grp-des__logo--roku {
    width: 140px;
  }
  .p-grp-des__logo--miso {
    width: 277px;
  }
  .p-grp-des__logo--gonta {
    width: 100%;
    max-width: 314px;
  }
  .p-grp-des__logo--minato {
    width: 100%;
    max-width: 350px;
  }
  .p-grp-des__logo--wadaya {
    width: 282px;
  }
  .p-grp-des__logo--soba {
    width: 286px;
  }
  .p-grp-des__logo--kara {
    width: 169px;
  }
  .p-grp-des__logo--udon {
    width: 259px;
  }
  .p-grp-des__logo--ajiyoshi {
	width: 234px;
  }
}

@media screen and (max-width: 767px) {
  .p-grp__figure,
  .p-grp__des {
    width: 100%;
  }
  .g-grp__figure--even {
    order: 1;
  }
  .g-grp__des--even {
    order: 2;
  }
  .p-grp-des__txt {
    text-align: left;
  }
  .p-grp-des__txt br {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .p-group {
    padding: 0 0 80px;
  }
	.p-group .p-biz-sec__header {
		margin-bottom: 60px;
	}
  .p-grp__catch {
    margin-bottom: 50px;
    line-height: inherit;
    text-align: left;
  }
  .p-grp__item {
    margin-bottom: 25px;
    flex-direction: column;
  }
}

/*-- 商品開発事業 --*/
.p-prt__cont {
	padding: 80px 0 150px;
}
.p-prt__intro {
	margin-bottom: 76px;
	text-align: center;
}
.p-prt__catch {
	margin-bottom: 28px;
	font-family: var(--ff-min);
	font-size: 3.6rem;
  font-weight: 700;
}
.p-prt-ct__br {
  display: none;
}
.p-prt-intro__txt {
	font-family: var(--ff-min);
	font-size: 1.6rem;
	line-height: 2;
}

.p-prt__list {
	margin-bottom: 120px;
	justify-content: space-between;
}
.p-prt__item {
	width: 23.4%;
	max-width: 280px;
}
.p-prt__item--2 {
	transition-delay: .2s;
}
.p-prt__item--3 {
	transition-delay: .4s;
}
.p-prt__item--4 {
	transition-delay: .8s;
}
.p-prt__figure {
	margin-bottom: 20px;
}
.p-prt__figure img {
	width: 100%;
}
.p-prt-des__head {
	margin-bottom: 15px;
	padding-bottom: 20px;
	color: var(--color-og);
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.3;
	border-bottom: 1px solid var(--color-bk);
}
.p-prt-des__txt {
	font-size: 1.4rem;
	letter-spacing: .03em;
}
.p-prt-ol__head {
	margin-bottom: 45px;
	text-align: center;
}
.p-prt-ol__head span {
	display: inline-block;
	position: relative;
	color: var(--color-og);
	font-size: 2.9rem;
	font-weight: 700;
	line-height: 1.4;
}
.p-prt-ol__head span:before,
.p-prt-ol__head span:after {
	width: 1px;
	height: 117px;
	content: '';
	position: absolute;
	bottom: -20px;
	background: var(--color-og);
}
.p-prt-ol__head span:before {
	left: -20px;
	transform: rotate(-18deg);
}
.p-prt-ol__head span:after {
	right: -5px;
	transform: rotate(18deg);
}

.p-btn-ol {
	width: 640px;
	margin: auto;
}
.p-btn-ol a {
	padding: 28px 0px 24px;
	display: block;
	color: #fff;
	font-family: var(--ff-eng);
	font-size: 4.7rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	background: var(--color-og);
	transition: all .3s ease-in-out;
}
.p-btn-ol a:hover {
	background: #f17d24;
}
.p-btn-ol a:before {
	width: 95px;
	height: 95px;
	margin-right: 23px;
	content: '';
	display: inline-block;
	background: url(../images/ico_cart_circle.svg) no-repeat 0 0 / 100%;
	vertical-align: -30px;
}

@media screen and (max-width: 1024px) {
	.p-btn-ol a:hover {
		background: var(--color-og);
	}
}

@media screen and (max-width: 1024px) {
  .p-prt__item {
    width: 48.5%;
		max-width: inherit;
    margin: 0 0 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-prt__catch {
    font-size: 2.8rem;
  }
  .p-prt__list {
    margin-bottom: 10px;
  }
  .p-prt-ol__head span {
    font-size: 2.4rem;
    letter-spacing: .05em;
  }
  .p-prt-ol__head span:before,
  .p-prt-ol__head span:after {
    height: 90px;
    bottom: -13px;
  }
}

@media screen and (max-width: 740px) {
  .p-btn-ol {
    width: 100%;
  }
  .p-btn-ol a {
    font-size: 3.5rem;
  }
  .p-btn-ol a:before {
    width: 70px;
    height: 70px;
    vertical-align: -24px;
  }
}

@media screen and (max-width: 600px) {
  .p-prt__cont {
    padding: 50px 0 80px;
  }
  .p-prt__intro {
    margin-bottom: 40px;
  }
  .p-prt-ct__br {
    display: inline-block;
  }
  .p-prt-intro__txt {
    text-align: left;
  }
  .p-prt-intro__txt br {
    display: none;
  }
  .p-prt__list {
    margin-bottom: 10px;
    flex-direction: column;
  }
  .p-prt__item {
    width: 100%;
    margin: 0 0 40px;
  }
  .p-prt-des__head {
    font-size: 2rem;
  }
  .p-prt-ol__head {
    margin-bottom: 20px;
  }
  .p-prt-ol__head span {
    font-size: 1.7rem;
    letter-spacing: .05em;
  }
  .p-prt-ol__head span:before,
  .p-prt-ol__head span:after {
    display: none;
  }
  .p-btn-ol a {
    padding: 17px 0px 17px;
    font-size: 3rem;
  }
  .p-btn-ol a:before {
    width: 50px;
    height: 50px;
    margin-right: 15px;
    vertical-align: -14px;
  }
}

/*-- ふるさと納税 --*/
.p-nouzei {
	padding: 80px 0 100px;
	background: #efefef;
}
.p-nouzei__ttl {
	width: 719px;
	margin: 0 auto 32px;
}
.p-nouzei__ttl img,
.p-nouzei__btn img {
	width: 100%;
}
.p-nouzei__txt {
	margin-bottom: 50px;
	font-family: var(--ff-min);
	font-size: 1.8rem;
	line-height: 1.8;
	text-align: center;
}
.p-nouzei__btnarea {
	display: flex;
	justify-content: center;
	gap: 0 20px;
}
.p-nouzei__btn {
	width: 307px;
	/*width: 25.584%;*/
}
.p-nouzei__btn a {
	transition: all .3s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
	.p-nouzei__btn a:hover {
		opacity: .7;
	}
}

@media screen and (max-width: 1279px) {
	.p-nouzei__ttl {
		width: 575px;
	}
}
@media screen and (max-width: 1024px) {
	.p-nouzei__ttl {
		width: 460px;
	}
	.p-nouzei__txt {
		text-align: left;
	}
	.p-nouzei__txt br {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.p-nouzei__ttl {
		width: 368px;
	}
	.p-nouzei__txt {
		font-size: 1.6rem;
	}
	.p-nouzei__btnarea {
		flex-direction: column;
		align-items: center;
		gap: 20px;
	}
}
@media screen and (max-width: 600px) {	
	.p-nouzei__ttl {
		width: 294px;
	}
	.p-nouzei__txt {
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 425px) {
	.p-nouzei__btn {
		width: 78.52%;
	}
}

/* 採用情報 */
/* -------------------------------------------------- */
.p-page-head--rec {
  margin-bottom: 70px;
  background: url(../images/recruit_ttl_bg.webp) no-repeat center center / cover;
}
@media screen and (max-width: 600px) {
  .p-page-head--rec {
	margin-bottom: 60px;
    background: url(../images/rec_ttl_bg_sp.webp) no-repeat center center / cover;
  }
}
.p-rec-intro {
  padding: 0 0 60px 0px;
  text-align: center;
}
.p-rec-intro__catch {
  margin-bottom: 50px;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.8;
}
.rec_bottom_contact {
	text-align: center;
	padding: 40px 0 80px 0;
}
.rec_bottom_contact p{
	margin-bottom: 10px;
}















/* 会社概要 */
/* -------------------------------------------------- */
.p-page-head--com {
  margin-bottom: 70px;
  background: url(../images/com_ttl_bg.jpg) no-repeat center center / cover;
}
.p-com-intro {
  margin-bottom: 70px;
}
.p-com-intro__txt {
  font-size: 2rem;
  line-height: 2.3;
}

@media screen and (max-width: 1024px) {
	.p-com-intro__txt {
		text-align: left;
	}
}
@media screen and (max-width: 600px) {
  .p-page-head--com {
    margin-bottom: 60px;
    background: url(../images/com_ttl_bg_sp.jpg) no-repeat center center / cover;
  }
  .p-com-intro {
    margin-bottom: 56px;
    text-align: left;
  }
  .p-com-intro__txt {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .p-com-intro__txt br {
    display: none;
  }
}

/*-- 代表挨拶 --*/
.p-greeting {
  margin-bottom: 100px;
  background: var(--color-bk);
}
.p-grt__inner {
  align-items: center;
}
.p-grt__col {
  width: 50%;
}
.p-grt__cont {
  padding: 0 60px 0 0;
}
.p-grt__ttl {
  margin-bottom: 40px;
  color: var(--color-wt);
  font-size: 3.2rem;
	font-weight: 700;
  line-height: 1;
}
.p-grt__figure {
	display: none;
}
.p-grt__txt {
  color: var(--color-wt);
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 2;
}
.p-grt__col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

@media screen and (max-width: 1024px) {
  .p-grt__inner {
    padding-bottom: 60px;
    flex-direction: column;
  }
  .p-grt__col {
    width: 100%;
  }
  .p-grt__cont {
    padding: 60px 0 30px;
  }
	.p-grt__figure {
		max-width: 600px;
		margin: 0 auto 30px;
		display: block;
	}
	.p-grt__col:nth-of-type(2) {
		display: none;
	}
}

@media screen and (max-width: 600px) {
  .p-greeting {
    margin-bottom: 60px;
  }
  .p-grt__ttl {
    margin-bottom: 25px;
    font-size: 2.6rem;
  }
}

/*-- 概要 --*/
.p-overview {
  margin-bottom: 100px;
}
.p-ov__col {
  width: 50%;
}
.p-ov__cont {
  padding: 0 60px 50px 0;
  border-left: 1px solid var(--color-bk);
}
.p-ov__cont--his {
  padding: 0 0 50px;
}
.p-ov__cont:not(:nth-last-of-type(1)) {
  margin-bottom: 55px;
}
.p-ov__ttl {
  margin-bottom: 56px;
  padding: 10px 0 10px 20px;
  border-left: 4px solid var(--color-bk);
}
.p-ov-ttl__ja,
.p-ov-ttl__eng {
  display: block;
  line-height: 1;
}
.p-ov-ttl__ja {
  margin-bottom: 12px;
  font-size: 2.8rem;
	font-weight: 700;
}
.p-ov-ttl__eng {
	font-family: var(--ff-eng);
  font-size: 1rem;
}
.p-ov__des {
  padding-left: 24px;
}
.p-ol__item {
  width: 100%;
  margin-bottom: 10px;
}
.p-ol__item:nth-last-of-type(1) {
  margin-bottom: 0;
}
.p-ol__item dt,
.p-ol__item dd {
}
.p-ol__item dt {
  width: 95px;
}
#outline .p-ol__item dt {
  width: 115px;
}
.p-ol__item dd {
  width: calc(100% - 95px);
}
#outline .p-ol__item dd {
  width: calc(100% - 115px);
}
.p-cp__item {
  margin-bottom: 30px;
}
.p-cp__item:nth-last-of-type(1) {
  margin-bottom: 0;
}
.p-cp-item__ttl {
  margin-bottom: 12px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}
.p-cp-item__txt {
  line-height: 1.8;
}
.p-his__block {
  width: 100%;
}
.p-his__year {
  width: 60px;
}
.p-his__line {
  width: calc(100% - 60px);
}
.p-his__item {
  width: 100%;
  margin-bottom: 10px;
} 
.p-his__line dt {
  width: 50px;
}
.p-his__line dd {
  width: calc(100% - 50px);
  letter-spacing: .08em;
}

@media screen and (max-width: 600px) {
  .p-overview {
    margin-bottom: 60px;
    flex-direction: column;
  }
  .p-ov__col {
    width: 100%;
  }
  .p-ov__col:nth-of-type(1) {
    margin-bottom: 45px;
  }
  .p-ov__cont {
    padding: 0 0 20px 0;
  }
  .p-ov__cont:not(:nth-last-of-type(1)) {
    margin-bottom: 45px;
  }
  .p-ov__ttl {
    margin-bottom: 30px;
    border-left: 3px solid var(--color-bk);
  }
  .p-ov-ttl__ja {
    font-size: 2.2rem;
  }
}


/* 製麺事業 */
/* -------------------------------------------------- */
.p-biz-head {
	width: 100%;
	height: 490px;
	position: relative;
	background: url(../images/biz_main.jpg) no-repeat center center / cover;
}
.p-biz-ttl {
	margin-left: -600px;
	position: absolute;
	top: 50%;
	left: 50%;
	color: var(--color-wt);
	font-size: 4.3rem;
	font-weight: 700;
	line-height: 1;
	transform: translateY(-50%);
	text-shadow: 0px 0px 7px rgba(0, 0, 0, .6);
}
.p-biz-intro {
	padding: 100px 0 250px;
	background: #fefeff url(../images/biz_intro_bg.jpg) no-repeat right top;
}
.p-biz-intro__catch,
.p-biz-intro__txt {
	font-family: var(--ff-min);
}
.p-biz-intro__catch {
	margin-bottom: 35px;
	color: #ea5514;
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1.8;
	text-align: center;
}
.p-biz-intro__txt {
	margin-bottom: 70px;
	font-size: 2.3rem;
	line-height: 2;
	text-align: center;
}
.p-biz-btn-area__list {
	justify-content: center;
}
.p-biz-btn-area__item {
	width: 28%;
	max-width: 336px;
	margin: 0 24px 0 0;
}
.p-biz-btn-area__item:nth-last-of-type(1) {
	margin: 0;
}
.p-biz-btn-area__item a {
	display: block;
	padding: 24px 0 28px;
	color: #fff;
	font-family: var(--ff-min);
	font-size: 2.6rem;
	letter-spacing: 0;
	line-height: 1;
	text-align: center;
	background: #ea5514;
	border-radius: 10px;
	transition: all .3s ease-in-out;
}
.p-biz-btn-area__item a:hover {
	background: #f17d24;
}
@media screen and (max-width: 1024px) {
	.p-biz-btn-area__item a:hover {
		background: #ea5514;
	}	
}
.p-biz-cont {
	padding: 0 0 220px;
	background: #efefef;
}
.p-biz-process {
	margin-bottom: 55px;
	position: relative;
}
.p-cont-label {
	width: 250px;
	height: 250px;
	margin-left: -125px;
	position: absolute;
	top: -140px;
	left: 50%;
	z-index: 0;
}
.p-cont-label img {
	width: 100%;
}
.p-process-inner {
	padding: 160px 0 0;
}
.p-process-txt {
	margin-bottom: 80px;
	font-family: var(--ff-min);
	font-size: 3.4rem;
	text-align: center;
}
.p-process-block {
	justify-content: space-between;
}
.p-process-box {
	width: 31.7%;
	max-width: 380px;
	margin-bottom: 2.5%;
	background: #fff;
}
.p-process-box__img img {
	width: 100%;
}
.p-process-box__cont {
	padding: 10px 25px 20px;
}
.p-process-box__head {
	margin-bottom: 5px;
	margin-bottom: 5px;
	color: #ea5514;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: .05em;
}
.p-process-box__txt {
	font-family: var(--ff-min);
	font-size: 1.5rem;
	line-height: 1.6;
	letter-spacing: .05em;
}
.p-facility__catch {
	margin-bottom: 40px; 
	font-family: var(--ff-min);
	font-size: 3.4rem;
	text-align: center;
}
.p-facility__block {
	justify-content: space-between;
}
.p-facility__box {
	width: 23.4%;
	max-width: 280px;
	margin-bottom: 2.5%;
}
.p-facility__img {
	margin-bottom: 12px;
}
.p-facility__img img {
	width: 100%;
}
.p-facility__txt {
	font-size: 1.5rem;
}

@media screen and (max-width: 1300px) {
	.p-biz-ttl {
		margin-left: 0;
		left: 3.8%;
	}
}

@media screen and (max-width: 1150px) {
	.p-biz-intro__txt {
		letter-spacing: .08em;
	}
	.p-biz-btn-area__item a {
		font-size: 2.27vw;
	}
}

@media screen and (max-width: 1024px) {
	.p-biz-head {
		height: 368px;
	}
	.p-biz-ttl {
		margin-left: 0;
		left: 5.2%;
		font-size: 4.3rem;
	}
	.p-biz-intro__catch {
		font-size: 2.6rem;
		letter-spacing: .02em;
	}
	
	.p-biz-intro {
		padding: 60px 0 200px;
	}
	.p-biz-intro__txt {
		font-size: 1.8rem;
		text-align: left;
	}
	.p-biz-intro__txt br {
		display: none;
	}
	
	.p-biz-btn-area__item {
		width: 32%;
		margin: 0 2% 0 0;
	}
	.p-biz-btn-area__item a {
		padding: 19px 0 23px;
		font-size: 1.8rem;
	}
	
	.p-cont-label {
		width: 200px;
		height: 200px;
		margin-left: -100px;
		top: -115px;
	}
	.p-process-txt {
		margin-bottom: 50px;
		font-size: 2.6rem;
		letter-spacing: 0.05em;
	}
	.p-process-box__head {
		font-size: 2rem;
	}
	.p-facility__catch {
		margin-bottom: 50px;
		font-size: 2.6rem;
		letter-spacing: 0.05em;
	}
}

@media screen and (max-width: 767px) {
	.p-biz-intro__catch {
		text-align: left;
	}
	.p-biz-intro__catch br {
		display: none;
	}
	
	.p-biz-btn-area__list {
		flex-direction: column;
		align-items: center;
	}
	.p-biz-btn-area__item {
		width: 100%;
		max-width: 336px;
		margin: 0 0 10px;
	}
	.p-biz-btn-area__item a {
		padding: 18px 0 22px;
		font-size: 2rem;
	}
	.p-process-txt,
	.p-facility__catch {
		text-align: left;
	}
	.p-process-block {
		align-items: center;
		flex-direction: column;
	}
	.p-process-box {
		width: 100%;
		max-width: 500px;
		margin-bottom: 40px;
	}
	.p-facility__box {
		width: 46.8%;
		max-width: inherit;
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 600px) {
	.p-biz-head {
		height: 250px;
	}
	.p-biz-ttl {
		left: 4%;
		font-size: 3.4rem;
	}
	.p-biz-intro__catch {
		font-size: 2rem;
	}
	
	.p-biz-intro {
		padding: 80px 0 100px;
	}
	.p-biz-intro__txt {
		margin-bottom: 50px;
		font-size: 1.6rem;
	}
	.p-biz-intro__txt br.p-biz-intro__txt__br {
		display: inline-block;
	}
	
	.p-cont-label {
		width: 125px;
		height: 125px;
		margin-left: -63px;
		top: -70px;
	}
	.p-process-inner {
		padding: 80px 0 0;
	}
	.p-process-txt {
		margin-bottom: 40px;
		font-size: 2rem;
	}
	.p-process-box {
		margin-bottom: 20px;
	}
	.p-facility__catch {
		font-size: 2rem;
	}
	.p-facility__box {
		max-width: inherit;
		margin-bottom: 20px;
	}
	.p-facility__txt {
		font-size: 1.4rem;
	}
	.p-biz-cont {
		padding: 0 0 100px;
	}
	.p-biz-cont {
		padding: 0 0 150px;
	}
}

/* オーダー麺*/
.p-order {
	margin-bottom: 70px;
	position: relative;
}
.p-order-main {
	height: 515px;
	margin-bottom: 120px;
}
.p-order-main__cont,
.p-order-main__img {
	width: 50%;
	height: 100%;
	position: relative;
	z-index: -1;
}
.p-order-main__cont {
	align-items: center;
	justify-content: center;
	background: #ea5514;
}
.p-order-main__inner {
	width: 100%;
	max-width: 750px;
	margin-left: auto;
	padding: 0 45px 0 60px;
}
.p-order-main__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.p-order-main__head,
.p-order-main__txt {
	color: #fff;
	font-family: var(--ff-min);
}
.p-order-main__head {
	margin-bottom: 30px;
	font-size: 3.5rem;
	letter-spacing: 0;
	line-height: 1.7;
}
.p-order-main__txt {
	font-size: 1.8rem;
	letter-spacing: 0;
	line-height: 2;
}

.p-order__block {
	margin-bottom: 15px;
	justify-content: space-between;
}
.p-order__box {
	width: 31.3%;
	max-width: 375px;
	margin-bottom: 5.4%;
}
.p-order-box__img {
	margin-bottom: 15px;
	position: relative;
}
.p-order-box__img img {
	width: 100%;
}
.p-order-box__ttl {
	width: 100%;
	padding: 8px 15px 12px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
	background: #231815;
}
.p-order-box__label {
	width: 44.8%;
	max-width: 168px;
	position: absolute;
	top: -13%;
	left: -4%;
}
.p-order-box__label img {
	width: 100%;
}
.p-order__box dl {
	margin-bottom: 5px;
	display: flex;
	flex-wrap: wrap;
}
.p-order__box dt,
.p-order__box dd {
	font-size: 1.7rem;
	letter-spacing: 0;
}
.p-order__box dt {
	width: 100px;
}
.p-order__box dt:before {
	width: 15px;
	height: 15px;
	margin-right: 3px;
	content: '';
	display: inline-block;
	background: #ea5514;
	border-radius: 100%;
	vertical-align: -1px;
}
.p-order__box dd {
	width: calc(100% - 100px);
}
.p-order-box__kome {
	margin-top: 10px;
	font-size: 1.5rem;
	letter-spacing: 0;
	line-height: 1.5;
}
.p-order-block__kome {
	margin-bottom: 20px;
	font-size: 1.5rem;
	line-height: 1;
	text-align: right;
}
.p-order-txt {
	padding: 9px 0px 11px;
	color: #2ea7e0;
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: 0;
	text-align: center;
	border: 3px solid #2ea7e0;
	border-radius: 12px;
}

@media screen and (max-width: 1350px) {
	.p-order-main__head {
		font-size: 3.2rem;
	}
}

@media screen and (max-width: 1279px) {	
	.p-order-main__inner {
		max-width: inherit;
		padding: 50px 20px 0;
	}
	.p-order-txt {
		padding: 9px 2.5% 11px;
		text-align: left;
	}
}

@media screen and (max-width: 1160px) {
	.p-order-main__head {
		font-size: 2.71vw;
	}	
}

@media screen and (max-width: 1024px) {
	.p-order-main {
		height: auto;
		margin-bottom: 80px;
		flex-direction: column;
	}
	.p-order-main__cont,
	.p-order-main__img {
		width: 100%;
		height: auto;
	}
	.p-order-main__inner {
		max-width: inherit;
		padding: 100px 5.2% 50px;
	}
	.p-order-main__head {
		font-size: 2.7rem;
	}
	.p-order__box {
		width: 46.95%;
		max-width: inherit;
		margin-bottom: 50px;
	}	
	.p-order__box dt,
	.p-order__box dd {
		font-size: 1.5rem;
	}
	.p-order-box__kome,
	.p-order-block__kome {
		font-size: 1.3rem;
	}
	.p-order-txt {
		padding: 9px 5.2% 11px;
		font-size: 2.5rem;
	}
}

@media screen and (max-width: 767px) {
	.p-order-box__kome {
		line-height: 1.5;
	}
}

@media screen and (max-width: 600px) {
	.p-order-main__inner {
		max-width: inherit;
		padding: 70px 4% 30px;
	}
	.p-order-main__head {
		margin-bottom: 15px;
		font-size: 2rem;
	}
	.p-order-main__txt {
		font-size: 1.6rem;
	}
	.p-order__box {
		width: 100%;
	}
	.p-order-txt {
		font-size: 2rem;
	}
}

/* お問い合わせ */
.p-odr__contact {
	margin-bottom: 100px;
  text-align: center;
}
.p-odr-cont__head {
  margin-bottom: 20px;
}
.p-odr-cont__head span {
  display: inline-block;
  color: #e83828;
  font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: .05em;
  line-height: 1;
}

.p-odr-cont__head span:before,
.p-odr-cont__head span:after {
  width: 315px;
  height: 2px;
	margin: auto;
  content: '';
	display: block;
  background: #ea5514;
}
.p-odr-cont__head span:before {
	margin-bottom: 10px;
}
.p-odr-cont__head span:after {
	margin-top: 10px;
}

.p-odr-cont__tel {
	margin-bottom: 24px;
}
.p-odr-cont__tel a {
	color: #ea5514;
	font-family: var(--ff-eng);
	font-size: 7.7rem;
	font-weight: 900;
	letter-spacing: .02em;
	line-height: 1;
}
.p-odr-cont__tel a:before {
	width: 68px;
	height: 68px;
	margin-right: 15px;
	content: '';
	display: inline-block;
	background: url(../images/ico_phone.svg) no-repeat 0 0 / 100%;
	vertical-align: -6px;
}
.p-odr-cont__txt__br {
	display: none;
}

@media screen and (max-width: 767px) {
  .p-odr-cont__tel a {
    font-size: 5.7rem;
  }
  .p-odr-cont__tel a:before {
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 600px) {
  .p-order {
    padding-bottom: 0;
  }
  .p-odr-cont__head span {
    font-size: 2rem;
  }
  .p-odr-cont__tel a {
    font-size: 3.7rem;
  }
  .p-odr-cont__tel a:before {
    width: 40px;
    height: 40px;
  }
	.p-odr-cont__txt {
		margin: 0 0 0 4%;
		font-size: 1.4rem;
		letter-spacing: .05em;
		text-align: left;
	}
	.p-odr-cont__txt__br {
		display: inline-block;
	}
}


/* 各店舗 */
/* -------------------------------------------------- */
.p-shop-mv {
	width: 100%;
	height: 730px;
	margin-bottom: 120px;
}
.p-shop-mv--roku {
	background: url(../images/rokunoya/rokunoya_mv.jpg) no-repeat center center / cover;
}
.p-shop-mv--miso {
	background: url(../images/miso/miso_mv.jpg) no-repeat center center / cover;
}
.p-shop-mv--gonta {
	background: url(../images/gonta/gonta_mv.jpg) no-repeat center center / cover;
}
.p-shop-mv--minato {
	background: url(../images/minato/minato_mv.jpg) no-repeat center center / cover;
}
.p-shop-mv--wadaya {
	background: url(../images/wadaya/wadaya_mv.jpg) no-repeat center center / cover;
}
.p-shop-mv--gyouza {
	background: url(../images/gyouza/gyouza_mv.jpg) no-repeat center center / cover;
}
.p-shop-mv--itsukiya {
	background: url(../images/itsukiya/itsukiya_mv.jpg) no-repeat center center / cover;
}
.p-shop-mv--kitsune {
	background: url(../images/kitsune/kitsune_mv.jpg) no-repeat center center / cover;
}
.p-shop-mv--tanuki {
	background: url(../images/tanuki/tanuki_mv.jpg) no-repeat center center / cover;
}
.p-shop-mv__inner {
	height: 100%;
	padding-top: 135px;
}
.p-shop-mv__box {
	width: 280px;
	height: 280px;
  padding: 20px;
	align-items: center;
	justify-content: center;
	background: #fff;
}
.p-shop-mv--minato .p-shop-mv__box {
  background: #005035;
}
.p-shop-mv__logo img {
	width: 100%;
}
.p-logo--roku {
	width: 252px;
}
.p-logo--miso {
	width: 259px;
}
.p-logo--gonta {
	width: 240px;
}
.p-logo--minato {
	width: 225px;
}
.p-logo--wadaya {
	width: 245px;
}
.p-logo--gyouza {
	width: 254px;
}
.p-logo--itsukiya {
	width: 250px;
}
.p-logo--kitsune {
	width: 246px;
}
.p-logo--tanuki {
	width: 246px;
}
.p-shop {
	padding-bottom: 120px;
}
.p-shop__catch {
  width: 100%;
	margin-bottom: 24px;
	font-size: 3.4rem;
	font-weight: 700;
	line-height: 1.8;
  text-align: center;
}
.p-shop__catch--wadaya {
  letter-spacing: .05em;
}
.p-shop-ct__br {
  display: none;
}
.p-shop-ct__br--gyouza {
  display: none;
}
.p-shop__cont {
  width: 100%;
  max-width: 726px;
  margin: auto;
}
.p-shop__intro {
	margin-bottom: 62px;
	font-size: 2rem;
	line-height: 2;
}
.p-shop__figure {
	width: 100%;
  margin-bottom: 40px;
}
.p-shop__figure:nth-last-of-type(1) {
  margin-bottom: 0;
}
.p-shop__figure img {
  width: 100%;
}

.p-shop__bnr {
	width: 100%;
	max-width: 944px;
	margin: 128px auto 0;
}
.p-shop-bnr__item {
	margin-bottom: 40px;
}
.p-shop-bnr__item:nth-last-of-type(1) {
	margin-bottom: 0;
}
.p-shop-bnr__item img {
	width: 100%;
}

@media screen and (max-width: 1024px) {
  .p-shop__intro {
    margin-bottom: 30px;
  }
  .p-shop__catch {
    font-size: 2.5rem;
    letter-spacing: .03em;
  }
  .p-shop__catch--kitsune {
    font-size: 2.3rem;
  }
  .p-shop__catch--tanuki {
    font-size: 2.3rem;
  }
}

@media screen and (max-width: 800px) {
  .p-shop-ct__br--gyouza {
    display: inline-block;
  }
}

@media screen and (max-width: 600px) {
  .p-shop {
    padding-bottom: 80px;
  }
  .p-shop-mv {
    height: 100vh;
    max-height: 500px;
    margin-bottom: 60px;
  }
  .p-shop-mv__inner {
    padding-top: 0;
    justify-content: center;
    align-items: center;
  }
  .p-shop-mv__box {
    width: 150px;
    height: 150px;
  }
  .p-logo--roku {
    max-width: 142px;
  }
  .p-logo--miso {
    max-width: 130px;
  }
  .p-logo--gonta {
    max-width: 120px;
  }
  .p-logo--gonta {
    max-width: 120px;
  }
  .p-logo--minato {
    max-width: 155px;
  }
  .p-logo--wadaya {
    max-width: 123px;
  }
  .p-logo--gyouza {
    max-width: 127px;
  }
  .p-logo--itsukiya {
    max-width: 125px;
  }
  .p-logo--kitsune {
    width: 123px;
  }
  .p-logo--tanuki {
    width: 123px;
  }
  .p-shop__catch {
    margin-bottom: 24px;
    font-size: 2.1rem;
    letter-spacing: 0;
  }
  .p-shop__catch--wadaya {
    font-size: 2rem;
  }
  .p-shop-ct__br {
    display: inline-block;
  }
  .p-shop-ct__br-wadaya {
    display: none;
  }
  .p-shop-ct__br--gyouza {
    display: none;
  }
  .p-shop__intro {
    font-size: 1.6rem;
  }
  .p-shop__figure {
    margin-bottom: 20px;
  }
  .p-shop__bnr {
    margin: 60px auto 0;
  }
  .p-shop-bnr__item {
    margin-bottom: 20px;
  }
}

/* 店舗一覧 */
.p-shop-list {
	padding: 120px 0;
	background: #efefef;
}
.p-shop-list__area {
  margin-bottom: 50px;
}
.p-shop-list__area:nth-last-of-type(1) {
  margin-bottom: 0;
}
.p-shop-area__ttl {
	margin-bottom: 30px;
	padding: 8px 0 10px 16px;
	font-size: 2.1rem;
	line-height: 1;
	border-bottom: 1px solid var(--color-bk);
	border-left: 8px solid var(--color-bk);
}
.p-shop-area__block {
	justify-content: space-between;
}
.p-shop-area__block:after {
	width: 380px;
	content: '';
	display: inline-block;
}
.p-shop-area__item {
	width: 380px;
	margin: 0 0 30px;
	background: #fff;
}
.p-shop-item__head {
	padding: 15px 0px 17px;
	color: #fff;
	font-size: 2rem;
	text-align: center;
	line-height: 1;
	background: var(--color-bk);
}
.p-shop-item__cont {
	padding: 25px;
}
.p-shop-item__txt {
	margin-bottom: 15px;
	font-size: 1.6rem;
	line-height: 1.6;
}
.p-shop-item__figure {
	width: 100%;
	margin-bottom: 15px;
}
.p-shop-item__figure img {
	width: 100%;
}
.p-shop-item__map {
	width: 100%;
	height: 170px;
}
.p-shop-item__map iframe {
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 1024px) {
  .p-shop-area__item {
    width: 48.5%;
    margin: 0 0 3%;
  }
}

@media screen and (max-width: 640px) {
  .p-shop-area__item {
    width: 100%;
    margin: 0 0 40px;
  }
}

@media screen and (max-width: 600px) {
  .p-shop-list {
    padding: 80px 0;
  }
  .p-shop-area__ttl {
    padding: 6px 0 10px 12px;
    font-size: 2rem;
    border-left: 4px solid var(--color-bk);
  }
  .p-shop-area__item:nth-last-of-type(1) {
    margin: 0;
  }
  .p-shop-item__head {
    padding: 12px 0px 14px;
    font-size: 1.6rem;
  }
}


/* お知らせ */
/* -------------------------------------------------- */
.p-page-head--news {
	background: url(../images/news_ttl_bg.jpg) no-repeat center center / cover;
}
/*
.p-page-head--news .p-page-ttl {
	color: var(--color-bk);
}
*/
.news-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1080px;
	padding: 100px 0 120px;
}
.news-body {
	width: 700px;
}
.sidebar {
	width: 380px;
	padding-left: 50px;
}
.news-row {
	margin-bottom: 40px;
}
.news-row:nth-last-of-type(1) {
	margin-bottom: 0;
}
.news-row a {
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #ccc;
}
.news-figure {
	position: relative;
	z-index: 0;
	width: 175px;
	height: 175px;
	overflow: hidden;
}
.news-figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	transform: translate3d(0, 0, 0);
	transition: all .5s ease-in-out;
}
.news-des {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	width: calc(100% - 175px);
	padding: 0 30px;
}
.news-header {
	margin-bottom: 16px;
	padding-bottom: 16px;
	font-size: 2.0rem;
	line-height: 1.5;
	border-bottom: 1px solid #ccc;
	transition: all .3s ease-in-out;
}
.news-date {
	color: #666;
	line-height: 1;
}

.side-block {
	margin-bottom: 40px;
}
.side-block:nth-last-of-type(1) {
	margin-bottom: 0;
}
.side-block-ttl {
	display: block;
	padding: 15px 20px 18px;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: .1em;
	line-height: 1;
	background: var(--color-bk);
}
.side-block-list li {
	border-bottom: 1px solid #ccc;
}
.side-block-list li a {
	display: block;
	padding: 16px 15px 17px;
	line-height: 1.6;
	transition: all .3s ease-in-out;
}
.side-block-cat a:before {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	margin-right: 10px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(45deg);
	vertical-align: 2px;
	transition: all .3s ease-in-out;
}
.news-row a:hover .news-figure img {
	transform: translate3d(0, 0, 0) scale(1.08);
}
.news-row a:hover .news-header,
.side-block-list li a:hover {
	color: var(--color-red);
}
.side-block-cat a:hover:before {
	border-color: 1px solid var(--color-red);
}

@media screen and (max-width: 1180px) {
	.news-wrap {
		width: calc(100% - 100px);
		max-width: 1180px;
	}
	.news-body {
		width: 64%;
	}
	.sidebar {
		width: 36%;
		padding-left: 4.6%;
	}
}

@media screen and (max-width: 1024px) {
	.news-row a:hover .news-figure img {
		transform: translate3d(0, 0, 0) scale(1);
	}
	.news-row a:hover .news-header,
	.side-block-item a:hover {
		color: var(--color-bk);
	}
	.side-block-cat a:before:hover {
		border-color: 1px solid var(--color-bk);
	}
}

@media screen and (max-width: 960px) {	
	.news-body,
	.sidebar {
		width: 100%;
	}	
	.news-body {
		margin-bottom: 50px;
	}	
	.sidebar {
		padding: 0;
	}	
}

@media screen and (max-width: 767px) {
	.news-wrap {
		padding: 60px 0 80px;
	}
}

@media screen and (max-width: 600px) {
  .p-page-head--news {
    background: url(../images/news_ttl_bg_sp.jpg) no-repeat center center / cover;
  }
	.news-wrap {
		width: 92%;
	}
	.news-row {
		margin-bottom: 40px;
	}	
	.news-figure {
		width: 100%;
		height: auto;
	}	
	.news-des {
		width: 100%;
		padding: 30px 20px;
	}	
	.news-header {
		font-size: 1.8rem;
	}
	.post-body-cont img {
		max-width: 100%;
		height: auto;
	}	
	.side-block-ttl {
		font-size: 1.6rem;
	}
}

/* pager */
.p-pager {
  font-size: 0;
	text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-pager {
    margin-bottom: 20px;
  }  
}
.page-numbers {
	width: 30px;
	height: 36px;
  margin: 60px 5px 0;
	padding-top: 9px;
	display: inline-block;
	font-family: var(--ff-eng);
	font-size: 16px;
	font-weight: bold;
	line-height: 1.0;
	letter-spacing: 0;
	color: var(--color-bk);
  border: 1px solid var(--color-bk);
  box-sizing: border-box;
	transition: all .3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .page-numbers {
    width: 40px;
    height: 40px;
    padding-top: 12px;
    font-size: 13px;
  }  
}
.page-numbers.current {
	color: #fff;
	background: var(--color-bk);
}
.page-numbers:hover {
  color: #fff;
  text-decoration: none;
  background: var(--color-bk);
}




/* お知らせ（詳細） */
/* -------------------------------------------------- */
.post-body-head {
	margin-bottom: 35px;
}
.post-ttl {
	margin-bottom: 20px;
	padding-bottom: 10px;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.5;
	border-bottom: 1px solid #ccc;
}
.post-date {
	color: #666;
	line-height: 1;
}
.post-body-cont p {
	margin-bottom: 30px;
	font-size: 1.6rem;
	line-height: 1.75;
}
.post-body-cont p:nth-last-of-type(1) {
	margin-bottom: 0;
}
.post-body-cont img {
	max-width: 100%;
}

@media screen and (max-width: 600px) {
	.post-ttl {
		font-size: 2rem;
	}
	.post-body-cont p {
		margin-bottom: 20px;
	}
}

/* Alignments */
.post-body-cont .alignleft {
	float: left;
	margin-right: 1rem;
}
@media only screen and (min-width: 768px) {
	.post-body-cont .alignleft {
		margin-right: calc(2 * 1rem);
	}
}
.post-body-cont .alignright {
	float: right;
	margin-left: 1rem;
}
@media only screen and (min-width: 768px) {
	.post-body-cont .alignright {
		margin-left: calc(2 * 1rem);
	}
}
.post-body-cont .aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*キャプション崩れ*/
.wp-caption {
		max-width: 100% !important;
}

.post-body-cont h3 {
	font-size: 22px;
	font-weight: 900;
	margin: 0 0 10px;
	padding: 0 0 0 14px;
	position: relative
}
.post-body-cont h3:before {
	content: '';
	position: absolute;
	left: 0;
	top: 4px;
	width: 4px;
	height: 30px;
	background: var(--color-red);
}
.post-body-cont h4 {
	font-size: 18px;
	font-weight: 900;
	margin: 0 0 10px;
	padding: 0 0 0 14px;
	position: relative;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px
}
.post-body-cont h4:before {
	content: '';
	position: absolute;
	top: 100%;
	border-style: solid;
	border-color: transparent;
	left: 0;
	top: 9pt;
	width: 2px;
	height: 2px;
	background: var(--color-red);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px
}
.post-body-cont h5 {
	font-weight: 900
}
.post-body-cont h5, .post-body-cont p img {
	font-size: 1pc;
	margin-bottom: 10px
}


/* サステナビリティ */
/* -------------------------------------------------- */
.p-page-head--sus {
  background: url(../images/sus_ttl_bg.jpg) no-repeat center center / cover;
}
/*
.p-page-head--sus .p-page-ttl {
  color: var(--color-bk);
}
*/
.p-sus-intro {
  padding: 84px 0px 100px;
  text-align: center;
}
.p-sus-intro__catch {
  margin-bottom: 50px;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.8;
}
.p-sus-intro-ct__br {
  display: none;
}
.p-sus-intro__txt {
  font-size: 2rem;
  line-height: 2;
}
.p-sus-mid {
  padding: 50px 0;
  text-align: center;
  background: var(--color-og);
}
.p-sus-mid__catch {
  color: #fff;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.8;
}
.p-sus-mid-ct__br {
  display: none;
}

@media screen and (max-width: 1024px) {
  .p-sus-intro__catch {
    margin-bottom: 40px;
    font-size: 2.7rem;
  }
  .p-sus-mid__catch {
    font-size: 2.7rem;
  }
  .p-sus-intro__txt {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .p-sus-intro__catch {
    margin-bottom: 40px;
    font-size: 2.2rem;
  }
  .p-sus-intro__txt {
    text-align: left;
  }
  .p-sus-intro-txt__br {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .p-page-head--sus {
    background: url(../images/sus_ttl_bg_sp.jpg) no-repeat center center / cover;
  }  
  .p-sus-intro {
    padding: 60px 0px 80px;
  }
  .p-sus-intro-ct__br {
    display: inline-block;
  }
  .p-sus-mid__catch {
    font-size: 2.2rem;
    letter-spacing: .03em;
  }
  .p-sus-mid-ct__br {
    display: inline-block;
  }
}

.p-sus-odd {
  background: #efefef;
}
.p-sus__inner {
  padding: 100px 0;
  justify-content: space-between;
}
.p-sus-des {
  width: calc(100% - 628px);
  order: 2;
}
.p-sus-figure {
  width: 568px;
  order: 1;
}
.p-sus-odd .p-sus-des {
  order: 1;
}
.p-sus-odd .p-sus-figure {
  order: 2;
}
.p-sus-des__head {
  margin-bottom: 15px;
  color: var(--color-og);
  font-size: 3.3rem;
  font-weight: 700;
}
.p-sus-des__txt {
  font-size: 2rem;
  line-height: 2;
  letter-spacing: .02em;
}
.p-sus-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

@media screen and (max-width: 1024px) {
  .p-sus-des__head {
    font-size: 2.2rem;
    letter-spacing: .05em;
  }
  .p-sus-des__txt {
    font-size: 1.6rem;
  }
  .p-sus-des {
    width: 47.7%;
  }
  .p-sus-figure {
    width: 47.3%;
  }
}

@media screen and (max-width: 767px) {
  .p-sus__inner {
    padding: 60px 0;
    flex-direction: column;
  }
  .p-sus-des {
    width: 100%;
  }
  .p-sus-figure {
    width: 100%;
    margin-bottom: 30px;
  }
  .p-sus-odd .p-sus-des {
    order: 2;
  }
  .p-sus-odd .p-sus-figure {
    order: 1;
  }
}


/* お問い合わせ */
/* -------------------------------------------------- */
.p-form {
	padding: 70px 0 120px;
}
.p-contact-intro {
	margin-bottom: 50px;
	text-align: center;
}
.p-contact-txt {
	margin-bottom: 40px;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
}
.p-select-btnarea {
	margin-bottom: 80px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.cnt-intro, .contact-conts-txt {
	line-height: 1.8;
	letter-spacing: 0.05em;
}
.complete-intro {
	border-bottom: none !important;
}
.cnt-intro {
	padding-bottom: 64px;
	margin-bottom: 64px;
	font-size: 1.65rem;
	text-align: center;
	border-bottom: 1px solid #ccc;
}
.contact-conts-txt {
	margin-bottom: 32px;
	font-size: 1.6rem;
	text-align: left;
}
.contact-conts {
	width: 100%;
	max-width: 890px;
	margin: auto;
}
.form-body {
	padding-top: 32px;
	border-top: 3px solid var(--color-bk);
}
.form-line {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 30px;
	align-items: center;
}
.form-line dt {
	position: relative;
	width: 230px;
	font-size: 1.6rem;
}
.form-line dd {
	width: calc(100% - 280px);
}
.form-line dt span {
	position: absolute;
	top: 50%;
	right: 0;
	display: inline-block;
	width: 42px;
	font-size: 1.2rem;
	line-height: 23px;
	text-align: center;
	color: #fff;
	background-color: #c30d23;
	transform: translateY(-50%);
}
.mw_wp_form_confirm .form-line dt span {
	display: none;
}
.form-line input[type="text"], .form-line input[type="email"], .form-line input[type="tel"], .form-line textarea {
	width: 100% !important;
	height: 50px;
	padding: 0 10px;
	font-size: 1.6rem;
	border: 1px solid #ccc;
	background: none;
	-webkit-appearance: none;
}
.form-line textarea {
	height: 140px !important;
	padding: 10px;
}
button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}
.mfp_buttons {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 80px 0 0;
}
.mfp_buttons * {
	font-family: -apple-system, BlinkMacSystemFont, '游ゴシック', "Yu Gothic", YuGothic, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif !important;
}
.btn-submit {
	display: inline-block;
	width: 280px;
}
.btn-submit.btn-back {
	display: none;
	margin-right: 50px;
}
.btn-submit.btn-top {
	display: block;
	margin: 80px auto 0;
}
.mw_wp_form_confirm .btn-submit.btn-back {
	display: inline-block;
}
.link-submit, .link-top, .link-back {
	display: block;
	width: 100%;
	padding: 16px 0;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 0.08em;
	text-align: center;
	color: #fff;
	background-color: var(--color-red);
	border: 1px solid var(--color-red) !important;
	border-radius: 50px !important;
	transition: all .3s ease-in-out;
}
.link-back {
	background-color: #cacaca;
	border: 1px solid #cacaca !important;
}
.link-submit:hover, .link-top:hover {
	color: var(--color-red);
	background-color: #fff;
}
.link-back:hover {
	color: #cacaca;
	background: #fff;
}

@media screen and (max-width: 1024px) {	
	.btn-submit.btn-back {
		margin-right: 40px;
	}
}

@media screen and (max-width: 767px) {	
	.mfp_buttons {
		flex-direction: column;
		align-items: center;
	}
	
	.btn-submit.btn-back {
		margin-right: 0;
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 600px) {
	.form-line dt {
		width: 100%;
		margin-bottom: 10px;
	}
	.mw_wp_form_confirm .form-line dt {
		font-weight: 900;
	}
	.form-line dd {
		width: 100%;
		padding: 0;
	}
	
	.btn-submit.btn-top {
		margin: auto;
	}
	
	.p-contact-txt {
		font-size: 1.8rem;
	}
	.p-select-btnarea {
		width: 90%;
		margin: 0 auto 50px;
		flex-direction: column;
		align-items: center;
	}
}

/* -------------------------------------------------
utility
----------------------------------------------------*/
.u-flex {
  display: flex;
  flex-wrap: wrap;
}
