@charset "utf-8";

html {
	font-size: 62.5%;
}
body {
	font-size: 1.6rem;
}
html, body {
	overflow-x: hidden;
}
main {
	padding-top: 110px;
	display: block;
	position: relative;
	transition: all 0.5s;
}
.txt_center {
	text-align: center;
}
.txt_right {
	text-align: right;
}
.txt_left {
	text-align: left;
}
.txt_blue {
	color: #00B9F2;
}
.txt_link {
	color: #008cd2;
	text-decoration: underline;
}
.txt_link:hover {
	text-decoration: none;
}
a {
	color: #333;
}
b {
	font-weight: bold;
}
.txt_red {
	color: #E5002D;
}
figure,div {
	line-height: 0;
}
#topback {
	position: fixed;
	right: 15px;
	bottom: 15px;
	width: 60px;
	height: 60px;
	background: rgba(51,51,51, 0.8);
	z-index: 4;
	cursor: pointer;
	border: 1px solid #fff;
	border-radius: 50%;
	transition: bottom .5s ease-in-out;
}
#topback::after {
    position: absolute;
    content: "";
    top: 26px;
    right: 0;
	left: 0;
	margin: auto;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.wrap {
	max-width: 1200px;
	margin: auto;
	width: calc(100% - 80px);
}
.wrap01 {
	max-width: 1000px;
	margin: auto;
	width: calc(100% - 80px);
}
dl {
	box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6, dl dt, dl dd, td, th, ul li, ol li, figcaption, p {
	color: #333;
}
a {
	text-decoration: none;
}
p {
	font-size: 18px;
	font-weight: 400;
	line-height: 2;
}
th, td, dd {
	font-size: 18px;
}
p.f-14 {
	font-size: 14px;
	line-height: 1.71;
}
p.f-20 {
	font-size: 2rem;
	line-height: 1.5;
}
p.f-24 {
	font-size: 2.4rem;
	line-height: 1.5;
}
.f-w500 {
	font-weight: 500;
}
img {
	max-width: 100%;
}

.container {
	opacity: 0;
	pointer-events: none;
	position: relative;
	z-index: 2;
}
body.appear .container {
	animation-name: PageAnime-content;
	animation-duration: 0.25s;
	animation-delay: 0.25s;
	animation-fill-mode: forwards;
	opacity: 0;
	pointer-events: auto;
}
.animation .container {
	opacity: 1;
	pointer-events: auto;
}

@keyframes PageAnime-content {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

#js-mouse {
    pointer-events: none;
    position: fixed;
    top: -20px;
    left: -20px;
    width: 20px;
    height: 20px;
    background-color: rgba(230, 230, 230, 0.3);
    border-radius: 50%;
    transform: translate(0, 0);
    transition: transform 0.5s ease-out, width 0.5s ease-out, height 0.5s ease-out; /* 変更点：widthとheightにもtransitionを追加 */
    z-index: 9999;
    opacity: 0;
}
#js-mouse.js-hover {
    width: 80px;
    height: 80px;
    background-color: rgba(230, 230, 230, 0.3);
}

.fadeIn {
	opacity: 0;
}
.fadeIn.add {
    animation-name: fadeIn;
    animation-duration: 1s;
	animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    transform: translateY(30px);
    opacity: 0;
}
header {
	position: fixed;
	width: 100%;
	z-index: 100;
	height: 110px;
	text-align: center;
	padding: 0 20px;
	background: #fff;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.wrap_header {
	display: flex;
	align-items: center;
	height: 100%;
}
.wrap_header .btn_contact {
	font-size: 2.1rem;
	font-weight: bold;
	line-height: 1.5;
	color: #fff;
	background: #ff1c24;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 260px;
	height: 60px;
	padding-left: 20px;
	border-radius: 30px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.wrap_header .btn_contact span {
	width: 10px;
    height: 10px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    margin-left: 25px;
}
header .logo,
footer .logo {
	display: flex;
	align-items: center;
}
header .logo {
	margin-right: auto;
}
header .logo a {
	display: flex;
	align-items: center;
}
header .logo a .wrap_yclogo {
	text-align: left;
	margin-left: 17px;
}
header .logo a img {
	width: clamp(96px, 5.885vw, 113px);
}
header .logo .txt_h1 {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	display: block;
}
header .logo .title_h1 {
	font-size: clamp(34px, 2.34375vw, 45px);
	font-weight: 900;
	line-height: 1.2;
	display: block;
}
header .glnav {
	height: 100%;
}
header .glnav ul {
	display: flex;
	align-items: center;
	height: 100%;
}
header .glnav ul li {
	display: flex;
	height: 100%;
}
header .glnav ul li a {
	display: flex;
	align-items: center;
	font-size: clamp(15px, 0.8333vw, 16px);
	font-weight: 500;
	line-height: 1.5;
}
header .glnav ul li:not(:last-child) a {
	padding-top: 0;
	padding-right: clamp(20px, 1.5625vw, 30px);
	padding-bottom: 0;
	padding-left: clamp(20px, 1.5625vw, 30px);
	transition: .5s ease-in-out;
}
header .glnav ul li:not(:last-child) a:hover {
	color: #22b573;
}
header .glnav ul li a span {
	margin-right: 12px;
	display: inline-block;
}
header .glnav ul li:nth-child(1) a span {
	background: url(../images/gnav_icon01.svg) no-repeat;
	width: 25px;
	height: 23px;
}
header .glnav ul li:nth-child(2) a span {
	background: url(../images/gnav_icon02.svg) no-repeat;
	width: 23px;
	height: 23px;
}
header .glnav ul li:nth-child(3) a span {
	background: url(../images/gnav_icon03.svg) no-repeat;
	width: 26px;
	height: 22px;
}
header .glnav ul li:nth-child(4) a span {
	background: url(../images/gnav_icon04.svg) no-repeat;
	width: 18px;
	height: 23px;
}
header .glnav ul li:last-child {
	display: flex;
	align-items: center;
	margin-left: 20px;
}
header .glnav ul li:last-child a span {
	background: url(../images/icon_contact.svg) no-repeat;
	width: 24px;
	height: 17px;
}
header .glnav ul li:last-child a {
	font-size: clamp(16px, 0.9375vw, 18px);
	font-weight: bold;
	background: #fff000;
	width: clamp(250px, 15.3125vw, 294px);
	height: 64px;
	border: 1px solid #333;
	border-radius: 32px;
	display: flex;
	justify-content: center;
	box-shadow: 4px 4px 0 0 #333;
	position: relative;
	transition: .3s ease-in-out;
	top: 0;
	left: 0;
	transition: 
  box-shadow .3s ease-in-out,
  background .5s ease-in-out,
	color .5s ease-in-out,
  top .3s ease,
  left .3s ease;
}
header .glnav ul li:last-child a:hover {
	top: 4px;
	left: 4px;
	box-shadow: 0 0 0 0 #333;
	background: #fff064;
	color: #666;
}

header .btn_contact a:hover::before {
	animation: shine 0.7s;
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
.footer-menu {
	text-align: center;
	padding: 10px;
	background: #fff;
}
.footer-menu small {
	font-size: 13px;
	font-weight: 400;
	color: #333;
	letter-spacing: 100;
}
.wrap_header .btn_contact::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image:  linear-gradient(90deg, rgba(255, 120, 0, 1), rgba(255, 80, 0, 1));
	transform-origin: right top;
	transform: scaleX(0);
	transition: transform .3s ease;
	z-index: -1;
} 
.wrap_header .btn_contact:hover::before {
	transform-origin: left top;
	transform: scaleX(1);
}
@keyframes shine {
  33% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
footer .logo {
	padding: 20px;
}
#allergy_txt.is-disabled {
  background: #f7f7f7;
  color: #777;
}
.breakable{
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
  word-wrap: break-word;
}

.mb0 {
	margin-bottom: 0 !important;
}
.mt0 {
	margin-top: 0 !important;
}
.mt5 {
	margin-top: 5px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt12 {
	margin-top: 12px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt25 {
	margin-top: 25px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt35 {
	margin-top: 35px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mt45 {
	margin-top: 45px !important;
}
.mt50 {
	margin-top: 50px !important;
}
.mt55 {
	margin-top: 55px !important;
}
.mt60 {
	margin-top: 60px !important;
}
.mt65 {
	margin-top: 65px !important;
}
.mt70 {
	margin-top: 70px !important;
}
.mt75 {
	margin-top: 75px !important;
}
.mt80 {
	margin-top: 80px !important;
}
.mt85 {
	margin-top: 85px !important;
}
.mt90 {
	margin-top: 90px !important;
}
.mt95 {
	margin-top: 95px !important;
}
.mt100 {
	margin-top: 100px !important;
}
.mt105 {
	margin-top: 105px !important;
}
.mt110 {
	margin-top: 110px !important;
}
.mt115 {
	margin-top: 115px !important;
}
.mt120 {
	margin-top: 120px !important;
}
.mt125 {
	margin-top: 125px !important;
}
.mt130 {
	margin-top: 130px !important;
}
.mt135 {
	margin-top: 135px !important;
}
.mt140 {
	margin-top: 140px !important;
}
.mt145 {
	margin-top: 145px !important;
}
.mt150 {
	margin-top: 150px !important;
}
.mt155 {
	margin-top: 155px !important;
}
.mt160 {
	margin-top: 160px !important;
}
.mt180 {
	margin-top: 180px !important;
}
.mt200 {
	margin-top: 200px !important;
}
.mr3 {
	margin-right: 3px !important;
}
.mr10 {
	margin-right: 10px !important;
}
.mr20 {
	margin-right: 20px !important;
}
.mr30 {
	margin-right: 30px !important;
}
.mr40 {
	margin-right: 40px !important;
}
.mr55 {
	margin-right: 55px !important;
}
.mr60 {
	margin-right: 60px !important;
}
.mr70 {
	margin-right: 70px !important;
}
.mr75 {
	margin-right: 75px !important;
}
.mr80 {
	margin-right: 80px !important;
}
.mr90 {
	margin-right: 90px !important;
}
.mr110 {
	margin-right: 110px !important;
}
.mb3 {
	margin-bottom: 3px !important;
}
.mb5 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb25 {
	margin-bottom: 25px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mb60 {
	margin-bottom: 60px !important;
}
.mb70 {
	margin-bottom: 70px !important;
}
.mb80 {
	margin-bottom: 80px !important;
}
.mb90 {
	margin-bottom: 90px !important;
}
.mb100 {
	margin-bottom: 100px !important;
}
.mb120 {
	margin-bottom: 120px !important;
}
.mb130 {
	margin-bottom: 130px !important;
}
.mb150 {
	margin-bottom: 150px !important;
}
.ml10 {
	margin-left: 10px !important;
}
.ml20 {
	margin-left: 20px !important;
}
.ml100 {
	margin-left: 100px !important;
}
.ml40 {
	margin-left: 40px !important;
}
.pt0 {
	padding-top: 0 !important;
}
.pt40 {
	padding-top: 40px !important;
}
.pt50 {
	padding-top: 50px !important;
}
.pt55 {
	padding-top: 55px !important;
}
.pt60 {
	padding-top: 60px !important;
}
.pt70 {
	padding-top: 70px !important;
}
.pt75 {
	padding-top: 75px !important;
}
.pt80 {
	padding-top: 80px !important;
}
.pt85 {
	padding-top: 85px !important;
}
.pt90 {
	padding-top: 90px !important;
}
.pt95 {
	padding-top: 95px !important;
}
.pt100 {
	padding-top: 100px !important;
}
.pt110 {
	padding-top: 110px !important;
}
.pt120 {
	padding-top: 120px !important;
}
.pt130 {
	padding-top: 130px !important;
}
.pt135 {
	padding-top: 135px !important;
}
.pt140 {
	padding-top: 140px !important;
}
.pt145 {
	padding-top: 145px !important;
}
.pt150 {
	padding-top: 150px !important;
}
.pt160 {
	padding-top: 160px !important;
}
.pt170 {
	padding-top: 170px !important;
}
.pt185 {
	padding-top: 180px !important;
}
.pr55 {
	padding-right: 55px !important;
}
.pr80 {
	padding-right: 80px !important;
}
.pr150 {
	padding-right: 150px !important;
}
.pb30 {
	padding-bottom: 30px !important;
}
.pb40 {
	padding-bottom: 40px !important;
}
.pb50 {
	padding-bottom: 50px !important;
}
.pb55 {
	padding-bottom: 55px !important;
}
.pb60 {
	padding-bottom: 60px !important;
}
.pb70 {
	padding-bottom: 70px !important;
}
.pb75 {
	padding-bottom: 75px !important;
}
.pb80 {
	padding-bottom: 80px !important;
}
.pb85 {
	padding-bottom: 85px !important;
}
.pb100 {
	padding-bottom: 100px !important;
}
.pb110 {
	padding-bottom: 110px !important;
}
.pb120 {
	padding-bottom: 120px !important;
}
.pb125 {
	padding-bottom: 125px !important;
}
.pb130 {
	padding-bottom: 130px !important;
}
.pb140 {
	padding-bottom: 140px !important;
}
.pb150 {
	padding-bottom: 150px !important;
}
.pb160 {
	padding-bottom: 160px !important;
}
.pb200 {
	padding-bottom: 200px !important;
}
.pb220 {
	padding-bottom: 220px !important;
}
.pl45 {
	padding-left: 45px !important;
}
.pl80 {
	padding-left: 80px !important;
}
.pl150 {
	padding-left: 150px !important;
}


@media screen and (min-width: 1367px) {
	.minw1367none {
		display: none;
	}
}
@media screen and (max-width: 1366px) {
	.max1366none {
		display: none;
	}
	html {
		font-size: 55%;
	}
	p, th, td, dd {
		font-size: 16px;
	}
	header .glnav ul li:not(:last-child) a {
		padding: 0 10px;
	}
	header .glnav ul li a {
		font-size: 14px;
	}
	header .glnav ul li:last-child a {
		font-size: 16px;
	}
	header .logo .txt_h1 {
		font-size: 12px;
	}
	header .glnav ul li:last-child {
		margin-left: 10px;
	}
}
@media screen and (max-width: 1366px) and (min-width: 769px) {
	.maxw1366minw769none {
		display: none;
	}
}
@media screen and (max-width: 1365px) {
	.maxw1365none {
		display: none;
	}
}
@media screen and (max-width: 1279px) {
	header .logo a .wrap_yclogo {
		margin-left: 10px;
	}
	header .glnav ul li a span {
		margin-right: 6px;
	}
}
@media screen and (min-width: 1200px) {
	.minw1200none,
	header .hamburger,
	header .globalMenuSp {
		display: none;
	}
}

@media screen and (max-width: 1199px) {
	html,
	body {
		overflow-x: hidden;
	}
	.maxw1199none {
		display: none;
	}
	header .glnav {
    display: none;
  }
  /*　ハンバーガーメニューボタン　*/
  .hamburger {
    display: block;
    position: fixed;
    z-index: 3;
    right: 0;
    top: 0;
    width: 70px;
    height: 70px;
    cursor: pointer;
    text-align: center;
  }
  .hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 1px;
    right: 20px;
    background: #22b573;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  header.bgwhite .hamburger span {
    background: #333;
  }
  .hamburger span:nth-child(1) {
    top: 18px;
  }
  .hamburger span:nth-child(2) {
    top: 30px;
  }
  .hamburger span:nth-child(3) {
    top: 42px;
  }
  .hamburger.active span:nth-child(1) {
    top: 26px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
    top: 26px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  header.bgwhite .hamburger.active span:nth-child(1),
  header.bgwhite .hamburger.active span:nth-child(2),
  header.bgwhite .hamburger.active span:nth-child(3) {
    background: #333;
  }
  header h1 .retailer,
  header h2.wrap_logo .retailer {
    position: relative;
    top: -4px;
  }
  nav.globalMenuSp {
    display: none;
    z-index: 2;
    top: 70px;
    right: 0;
		max-width: 440px;
    text-align: left;
    width: 100%;
    position: fixed;
    max-height: 88vh;
    max-height: 88dvh;
    overflow-y: scroll;
    background: #fff;
  }
  nav.globalMenuSp ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    transition: .4s all;
  } 
  nav.globalMenuSp ul li.sp-language {
    background: #5B5B5B;
  }
  nav.globalMenuSp ul li ul.toggle_contents {
    background: #fff;
  }
  nav.globalMenuSp ul li ul.toggle_contents li {
    border-bottom: 1px dotted #ccc;
  }
  nav.globalMenuSp ul li ul.toggle_contents li a {
    padding-left: 30px;
    position: relative;
  }
  nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
  }
  nav.globalMenuSp ul li.menu_customer div {
    background: #fff;
    padding: 12px;
  }
  nav.globalMenuSp ul li.menu_customer a {
    color: #fff;
    max-width: 375px;
    border-radius: 50px;
    text-align: center;
    padding: 14px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
  }
  nav.globalMenuSp ul li.menu_customer a::after {
    content: "";
    position: absolute;
    right: 18px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    bottom: 0;
    margin: auto;
  }
  nav.globalMenuSp ul li a {
    display: block;
    color: #333;
    padding: 20px 0;
    margin: 0 20px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    border-bottom: 1px solid #eeeeee;
  }
  nav.globalMenuSp ul li nav.globalMenuSp.active {
    display: block;
    height: 92vh;
    height: 92dvh;
  }
  .toggle_switch {
    position: relative;
    cursor: pointer;
    padding: 5px 10px;
  }
  .toggle_switch::after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 11px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    transition: transform .2s;
  }
  .toggle_switch.open::after {
    transform: rotateZ(180deg);
    top: 46%;
  }
  .toggle_contents {
    display: none;
    padding: 5px 10px;
  }
  header .nav-box .pc-nav {
    display: none;
  }
  .toggle_switch span::before,
  .toggle_switch span::after {
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    background: #fff;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    transition: .5s ease-in-out;
  }
  .toggle_switch span::after {
    background: #fff;
    transform: translateY(-50%) rotate(90deg);
  }
  .toggle_switch.open span::after {
    transform: rotate(0);
  }
  nav.globalMenuSp ul.toggle_contents li {
    background: none;
  }
  nav.globalMenuSp ul.toggle_contents li a {
    color: #333;
  }
  nav.globalMenuSp .conv {
    display: block;
    max-width: 320px;
    margin: 20px auto;
    color: #fff;
    padding: 20px;
    background: #f5911e;
    border-radius: 40px;
    font-weight: bold;
    line-height: 1.5;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 40px);
  }
  nav.globalMenuSp .conv span {
    width: 14px;
    height: 10px;
    background: url(../images/icon_mail.svg) no-repeat;
    margin-right: 8px;
  }
  header {
		height: 70px;
  }
  header .logo a {
    line-height: 0;
  }
  header .nav-box {
    height: 60px;
  }
  body.dark main,
  body.dark footer {
    position: relative;
  }
  body.dark main::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99;
  }
	header .globalMenuSp ul li a {
		display: flex;
		align-items: center;
	}
	header .globalMenuSp ul li:not(:last-child) a {
		font-weight: 500;
	}
	header .globalMenuSp ul li a span {
		display: block;
	}
	header .globalMenuSp ul li:nth-child(1) a span {
		background: url(../images/gnav_icon01.svg) no-repeat;
		width: 19px;
		height: 18px;
		margin-right: 10px;
	}
	header .globalMenuSp ul li:nth-child(2) a span {
		background: url(../images/gnav_icon02.svg) no-repeat;
		width: 18px;
		height: 18px;
		margin-right: 11px;
	}
	header .globalMenuSp ul li:nth-child(3) a span {
		background: url(../images/gnav_icon03.svg) no-repeat;
		width: 20px;
		height: 17px;
		margin-right: 9px;
	}
	header .globalMenuSp ul li:nth-child(4) a span {
		background: url(../images/gnav_icon04.svg) no-repeat;
		width: 14px;
		height: 18px;
		margin-right: 9px;
		margin-left: 6px;
	}
	header .globalMenuSp ul li.contact {
		padding: 25px 20px;
	}
	header .globalMenuSp ul li.contact a {
		max-width: 307px;
		width: 100%;
		min-height: 56px;
		background: #fff000;
		color: #333;
		border: 1px solid #333;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 28px;
		padding: 10px 20px;
		margin: 0 auto;
		box-shadow: 2px 2px 0 0 #333;
		font-size: clamp(16px, 4.8vw, 18px);
		font-weight: bold;
	}
	header .globalMenuSp ul li.contact a span {
		background: url(../images/icon_contact.svg) no-repeat;
		width: 24px;
		height: 17px;
		margin-right: 12px;
	}
  /*ここまで*/
	main {
		padding-top: 70px;
	}
}
@media screen and (max-width: 1599px) and (min-width: 1025px) {
	.maxw1599min1025none {
		display: none;
	}
}
@media screen and (min-width: 1025px) {
	.pcnone,
	.minw1025none {
		display: none;
	}
}
@media screen and (max-width: 1024px) {
	html {
		font-size: 40%;
	}
	#js-mouse {
		display: none;
	}
	.mt15 {
		margin-top: 10px !important;
	}
	.mt20 {
		margin-top: 15px !important;
	}
	.mt25 {
		margin-top: 18px !important;
	}
	.mt30 {
		margin-top: 20px !important;
	}
	.mt35 {
		margin-top: 25px !important;
	}
	.mt40 {
		margin-top: 30px !important;
	}
	.mt45 {
		margin-top: 30px !important;
	}
	.mt50 {
		margin-top: 35px !important;
	}
	.mt55 {
		margin-top: 35px !important;
	}
	.mt60 {
		margin-top: 40px !important;
	}
	.mt65 {
		margin-top: 40px !important;
	}
	.mt70 {
		margin-top: 40px !important;
	}
	.mt75 {
		margin-top: 50px !important;
	}
	.mt80 {
		margin-top: 55px !important;
	}
	.mt95 {
		margin-top: 65px !important;
	}
	.mt100 {
		margin-top: 70px !important;
	}
	.mt110 {
		margin-top: 75px !important;
	}
	.mt115 {
		margin-top: 80px !important;
	}
	.mt120 {
		margin-top: 80px !important;
	}
	.mt125 {
		margin-top: 80px !important;
	}
	.mt130 {
		margin-top: 80px !important;
	}
	.mt135 {
		margin-top: 80px !important;
	}
	.mt140 {
		margin-top: 85px !important;
	}
	.mt145 {
		margin-top: 90px !important;
	}
	.mt150 {
		margin-top: 100px !important;
	}
	.mt155 {
		margin-top: 100px !important;
	}
	.mt160 {
		margin-top: 100px !important;
	}
	.mt180 {
		margin-top: 100px !important;
	}
	.mt200 {
		margin-top: 100px !important;
	}
	.mt85 {
		margin-top: 60px !important;
	}
	.mr55 {
		margin-right: 35px !important;
	}
	.mr70 {
		margin-right: 45px !important;
	}
	.mr90 {
		margin-right: 60px !important;
	}
	.mr110 {
		margin-right: 75px !important;
	}
	.mb40 {
		margin-bottom: 30px !important;
	}
	.mb60 {
		margin-bottom: 40px !important;
	}
	.ml20 {
		margin-left: 15px !important;
	}
	.pt50 {
		padding-top: 35px !important;
	}
	.pt55 {
		padding-top: 35px !important;
	}
	.pt60 {
		padding-top: 40px !important;
	}
	.pt70 {
		padding-top: 45px !important;
	}
	.pt75 {
		padding-top: 50px !important;
	}
	.pt80 {
		padding-top: 55px !important;
	}
	.pt85 {
		padding-top: 60px !important;
	}
	.pt90 {
		padding-top: 60px !important;
	}
	.pt95 {
		padding-top: 65px !important;
	}
	.pt100 {
		padding-top: 70px !important;
	}
	.pt110 {
		padding-top: 80px !important;
	}
	.pt120 {
		padding-top: 80px !important;
	}
	.pt130 {
		padding-top: 80px !important;
	}
	.pt135 {
		padding-top: 80px !important;
	}
	.pt140 {
		padding-top: 80px !important;
	}
	.pt145 {
		padding-top: 90px !important;
	}
	.pt150 {
		padding-top: 100px !important;
	}
	.pt160 {
		padding-top: 100px !important;
	}
	.pt170 {
		padding-top: 100px !important;
	}
	.pt185 {
		padding-top: 100px !important;
	}
	.pr80 {
		padding-right: 55px !important;
	}
	.pb50 {
		padding-bottom: 30px !important;
	}
	.pb55 {
		padding-bottom: 35px !important;
	}
	.pb60 {
		padding-bottom: 40px !important;
	}
	.pb70 {
		padding-bottom: 50px !important;
	}
	.pb75 {
		padding-bottom: 50px !important;
	}
	.pb40 {
		padding-bottom: 30px !important;
	}
	.pb80 {
		padding-bottom: 50px !important;
	}
	.pb85 {
		padding-bottom: 55px !important;
	}
	.pb110 {
		padding-bottom: 75px !important;
	}
	.pb120 {
		padding-bottom: 80px !important;
	}
	.pb125 {
		padding-bottom: 80px !important;
	}
	.pb130 {
		padding-bottom: 80px !important;
	}
	.pb140 {
		padding-bottom: 90px !important;
	}
	.pb150 {
		padding-bottom: 100px !important;
	}
	.pb160 {
		padding-bottom: 100px !important;
	}
	.pb200 {
		padding-bottom: 100px !important;		
	}
	.pl80 {
		padding-left: 50px !important;
	}
	.md_pt30 {
		padding-top: 30px !important;
	}
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
	.minw769maxw1024none {
		display: none;
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.minw768maxw1024none {
			display: none;
	}
}
@media screen and (min-width: 769px) {
	.minw769none {
		display: none;
	}
}
@media screen and (min-width: 768px) {
	.minw768none {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.maxw768none {
		display: none;
	}
}
@media screen and (max-width: 1024px) and (min-width: 481px) {
	.maxw1024minw481none {
		display: none;
	}
}
@media screen and (max-width: 768px) and (min-width: 481px) {
}
@media screen and (max-width: 767px) {
	p, th, td {
		font-size: 14px;
	}
	.maxw767none {
		display: none !important;
	}
	html {
		font-size: 30%;
	}
	.wrap,
	.wrap01 {
		width: calc(100% - 40px);
	}
	nav.globalMenuSp {
		top: 60px;
	}
	header {
		height: 60px;
		padding-left: 15px;
	}
	header .logo a img {
		max-width: clamp(calc(70px * 0.8), 18.666vw, 70px);
	}
	main {
		padding-top: 60px;
	}
	header .logo .title_h1 {
		font-size: clamp(calc(30px * 0.8), 8vw, 30px);
		line-height: 1.05;
	}
	header .logo .txt_h1 {
		font-size: clamp(9px, 2.933vw, 12px);
	}
	header .logo a .wrap_yclogo {
		margin-left: 8px;
	}
	#topback {
		bottom: 100px;
	}
	#topback.add {
		bottom: 15px;
	}
}
@media screen and (max-width: 767px) and (min-width: 481px) {
}
@media screen and (max-width: 767px) and (min-width: 375px) {
	.maxw767minw375none {
		display: none;
	}
}
@media screen and (max-width: 1199px) and (min-width: 481px) {
	nav.globalMenuSp {
		border-radius: 0 0 0 40px;
	}
	nav.globalMenuSp ul {
		padding: 0 20px 20px;
	}
}
@media screen and (min-width: 481px) {
	.minw481none {
		display: none;
	}
}

@media screen and (max-width: 480px) {
	.maxw480none {
		display: none;
	}
	.mt10 {
		margin-top: 5px !important;
	}
	.mt12 {
		margin-top: 6px !important;
	}
	.mt15 {
		margin-top: 7px !important;
	}
	.mt20 {
		margin-top: 10px !important;
	}
	.mt25 {
		margin-top: 10px !important;
	}
	.mt30 {
		margin-top: 15px !important;
	}
	.mt35 {
		margin-top: 15px !important;
	}
	.mt40 {
		margin-top: 20px !important;
	}
	.mt45 {
		margin-top: 20px !important;
	}
	.mt50 {
		margin-top: 25px !important;
	}
	.mt55 {
		margin-top: 25px !important;
	}
	.mt60 {
		margin-top: 30px !important;
	}
	.mt65 {
		margin-top: 30px !important;
	}
	.mt70 {
		margin-top: 35px !important;
	}
	.mt75 {
		margin-top: 35px !important;
	}
	.mt80 {
		margin-top: 40px !important;
	}
	.mt85 {
		margin-top: 40px !important;
	}
	.mt90 {
		margin-top: 45px !important;
	}
	.mt95 {
		margin-top: 45px !important;
	}
	.mt100 {
		margin-top: 50px !important;
	}
	.mt110 {
		margin-top: 50px !important;
	}
	.mt115 {
		margin-top: 50px !important;
	}
	.mt120 {
		margin-top: 50px !important;
	}
	.mt125 {
		margin-top: 50px !important;
	}
	.mt130 {
		margin-top: 50px !important;
	}
	.mt135 {
		margin-top: 50px !important;
	}
	.mt140 {
		margin-top: 50px !important;
	}
	.mt150 {
		margin-top: 50px !important;
	}
	.mt155 {
		margin-top: 50px !important;
	}
	.mt160 {
		margin-top: 50px !important;
	}
	.mt180 {
		margin-top: 50px !important;
	}
	.mt200 {
		margin-top: 80px !important;
	}
	.mr55 {
		margin-right: 25px !important;
	}
	.mb10 {
		margin-bottom: 5px !important;
	}
	.mb20 {
		margin-bottom: 10px !important;
	}
	.mb30 {
		margin-bottom: 15px !important;
	}
	.mb40 {
		margin-bottom: 20px !important;
	}
	.mb50 {
		margin-bottom: 25px !important;
	}
	.mb60 {
		margin-bottom: 30px !important;
	}
	.mb70 {
		margin-bottom: 35px !important;
	}
	.mb80 {
		margin-bottom: 40px !important;
	}
	.mb90 {
		margin-bottom: 45px !important;
	}
	.mb100 {
		margin-bottom: 50px !important;
	}
	.mb120 {
		margin-bottom: 60px !important;
	}
	.mb150 {
		margin-bottom: 70px !important;
	}
	.ml20 {
		margin-left: 10px !important;
	}
	.ml100 {
		margin-left: 50px !important;
	}
	.pt50 {
		padding-top: 25px !important;
	}
	.pt55 {
		padding-top: 25px !important;
	}
	.pt60 {
		padding-top: 30px !important;
	}
	.pt70 {
		padding-top: 35px !important;
	}
	.pt75 {
		padding-top: 35px !important;
	}
	.pt80 {
		padding-top: 40px !important;
	}
	.pt90 {
		padding-top: 45px !important;
	}
	.pt100 {
		padding-top: 50px !important;
	}
	.pt110 {
		padding-top: 50px !important;
	}
	.pt120 {
		padding-top: 50px !important;
	}
	.pt130 {
		padding-top: 50px !important;
	}
	.pt135 {
		padding-top: 50px !important;
	}
	.pt140 {
		padding-top: 50px !important;
	}
	.pt145 {
		padding-top: 50px !important;
	}
	.pt150 {
		padding-top: 50px !important;
	}
	.pt160 {
		padding-top: 50px !important;
	}
	.pt185 {
		padding-top: 50px !important;
	}
	.pb30 {
		padding-bottom: 15px !important;
	}
	.pb40 {
		padding-bottom: 20px !important;
	}
	.pb55 {
		padding-bottom: 25px !important;
	}
	.pb50 {
		padding-bottom: 25px !important;
	}
	.pb60 {
		padding-bottom: 30px !important;
	}
	.pb70 {
		padding-bottom: 35px !important;
	}
	.pb75 {
		padding-bottom: 35px !important;
	}
	.pb80 {
		padding-bottom: 40px !important;
	}
	.pb85 {
		padding-bottom: 45px !important;
	}
	.pb100 {
		padding-bottom: 50px !important;
	}
	.pb110 {
		padding-bottom: 50px !important;
	}
	.pb120 {
		padding-bottom: 50px !important;
	}
	.pb125 {
		padding-bottom: 50px !important;
	}
	.pb130 {
		padding-bottom: 50px !important;
	}
	.pb140 {
		padding-bottom: 50px !important;
	}
	.pb150 {
		padding-bottom: 50px !important;
	}
	.pb160 {
		padding-bottom: 50px !important;
	}
	.pb200 {
		padding-bottom: 80px !important;
	}
	.pb220 {
		padding-bottom: 110px !important;
	}
	.sp_mb0 {
		margin-bottom: 0 !important;
	}
	main nav.pankuzu ol li span {
		font-size: 13px;
		line-height: 1.3;
		display: inline-block;
	}
}
@media screen and (min-width: 376px) {
	.minw376none {
		display: none;
	}
}
@media screen and (max-width: 375px) {
	.maxw375none {
		display: none;
	}
	address ul li:last-child a {
		font-size: clamp(26px, 8.53vw, 32px);
	}
}
@media screen and (max-width: 374px) {
	.maxw374none {
		display: none;
	}
}
@media screen and (max-width: 349px) {
	header .btn_contact a {
		max-width: 100px;
	}
}
@media screen and (max-width: 320px) {
}
@media screen and (max-width: 319px) {
}