@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
html {
	font-size: 62.5%;
}
body {
	font-size: 1.6rem;
}
html, body {
	overflow-x: hidden;
}
main {
	display: block;
	position: relative;
	transition: all 0.5s;
}
.txt_center {
	text-align: center;
}
.txt_right {
	text-align: right;
}
.txt_left {
	text-align: left !important;
}
.txt_blue {
	color: #00B9F2;
}
mark {
  background: none;
}
b,
strong {
	font-weight: bold;
}
em {
  font-style: italic;
}
figure,div {
	line-height: 0;
}
.main_palt {
  letter-spacing: -0.45em;
  font-weight: bold;
  line-height: 1.4;
}
p.annotation_indent {
	text-indent: -16px;
	padding-left: 16px;
}
#topback {
  position: fixed;
  right: 15px;
  bottom: 15px;
  width: 60px;
  height: 60px;
  background: rgba(51,51,51, 0.8);
  z-index: 2;
  cursor: pointer;
  border: 1px solid #fff;
	border-radius: 50%;
}
#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);
}
main {
	padding-top: 110px;
}
dl {
	box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6, dl dt, dl dd, td, th, ul li, ol li, figcaption, p, a {
	color: #333;
}
a {
	text-decoration: none;
}
p {
	font-size: 16px;
	font-weight: 400;
	line-height: 2;
}
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%;
}
.wrap01 {
	max-width: 1200px;
	width: calc(100% - 80px);
	margin: auto;
}
.wrap02 {
  max-width: 1200px;
  margin: auto;
}
.wrap03 {
  max-width: 1000px;
  width: calc(100% - 80px);
  margin: auto;
}
.container {
	opacity: 0;
	pointer-events: none;
	position: relative;
	z-index: 2;
}
body.appear .container {
	animation-name: PageAnime-content;
	animation-duration: 0.55s;
	animation-delay: 0.55s;
	animation-fill-mode: forwards;
	opacity: 0;
	pointer-events: auto;
	overflow: hidden;
}
.animation .container {
	opacity: 1;
	pointer-events: auto;
}
.gradation .animation-bg {
	--color01: 255, 255, 255;
	background: linear-gradient(180deg, rgba(var(--color01), 1) 0%, rgba(var(--color01), 0) 100%);
	background-size: 200% 200%;
	content: "";
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	animation-name: PageAnime-gradation;
	animation-duration: 0.5s;
	animation-delay: 0.5s;
	animation-timing-function: ease-in-out;
	animation-fill-mode: forwards;
	pointer-events: none;
}

@keyframes PageAnime-gradation {
	0% {
		background-position: 100% 0;
	}

	100% {
		background-position: 100% 100%;
	}
}

@keyframes PageAnime-content {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.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;
}
.fadeIn02.add {
  animation-name: fadeIn;
  animation-delay: .5s;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  transform: translateY(30px);
  opacity: 0;
}
.fadeInmain,
.fadeInmain02 {
    opacity: 0;
}

.fadeInmain.add {
  animation-name: fadeIn;
  animation-delay: 0.75s;
  animation-duration: 1s;
	animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  transform: translateY(30px);
  opacity: 0;
}
.fadeInmain02.add {
  animation-name: fadeIn;
  animation-delay: 1.25s;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  transform: translateY(30px);
  opacity: 0;
}
@keyframes fadeIn {
    0% {
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
}
header {
  position: fixed;
  width: 100%;
  z-index: 100;
  height: 110px;
	background: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 40px 0 0;
}
header .glnav {
	display: flex;
  height: 100%;
  align-items: center;
}
#home header h1 {
  height: 100%;
	margin-right: auto;
  background: #fff;
  padding-top: clamp(63px, 4.6875vw, 90px);
  padding-bottom: clamp(63px, 4.6875vw, 90px);
  padding-right: clamp(28px, 2.083vw, 40px);
  padding-left: clamp(28px, 2.083vw, 40px);
  margin-top: clamp(42px, 3.125vw, 60px);
  border-radius: 0 0 30px 0;
  opacity: 0;
  animation-name: logo02;
  animation-fill-mode: forwards;
  animation-duration: 0.3s;
  animation-delay: 0.3s;
  animation-timing-function: ease-in-out;
}
#home header h1 a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
#home header.add h1 {
  padding: 0 0 0 20px;
  margin-top: 0;
  animation-duration: 0.3s;
  animation-delay: 0.3s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-name: logo;
  opacity: 0;
}
header h2.wrap_logo {
  padding: 0 0 0 20px;
  margin-top: 0;
}
#home header.add h1,
header h2.wrap_logo {
  padding-top: 10px;
}
header h2.wrap_logo a {
  display: flex;
  align-items: center;
  justify-content: center;
}
@keyframes logo {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@keyframes logo02 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
#home header h1 .logo_yc {
  max-width: clamp(120px, 7.8125vw, 150px);
  transition: .3s ease-in-out;
}
#home header.add h1 .logo_yc,
header h2.wrap_logo .logo_yc {
  max-width: 90px;
}
header h1 .retailer,
header h2.wrap_logo .retailer {
  margin-left: 12px;
}
#home header h1 .retailer {
	margin-left: clamp(15px, 1.562vw, 30px);
  position: relative;
  top: -8px;
  transition: .3s ease-in-out;
}
#home header.add h1 .retailer {
  margin-left: 12px;
  top: -6px;
}
header h1 span,
header h2.wrap_logo span {
	display: block;
  transition: .3s ease-in-out;
}
#home header h1 span.center {
  font-size: clamp(43px, 2.916vw, 56px);
  font-weight: 900;
  line-height: 1.3;
  white-space: nowrap;
}
#home header.add h1 span.center {
  font-size: 30px;
}
header h2.wrap_logo span.center {
  font-size: 26px;
  font-weight: 900;
  line-height: 1.2;
}
#home header h1 span.area {
  font-size: clamp(14px, 0.9375vw, 18px);
	line-height: 1.5;
	font-weight: 400;
  font-feature-settings: "palt";
}
#home header.add h1 span.area,
header h2.wrap_logo span.area {
  font-size: 14px;
  font-feature-settings: "palt";
}
header .glnav ul {
	display: flex;
	align-items: center;
  height: 100%;
}
header .glnav ul li {
  margin-right: clamp(20px, 2.604vw, 50px);
  height: 100%;
}
header .glnav ul li a {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
}
header .glnav ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 3px;
  background: #c8a014;
  transition: .3s ease-in-out;
}
header .glnav ul li a:hover::after {
  width: 100%;
}
header .glnav .conv {
	width: 192px;
	height: 50px;
	background: #f5781e;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 25px;
}
header .glnav .conv:hover {
  animation: shine01 2s;
}
@keyframes shine01 {
  8% {
    background: #f8a162;
  }
  100% {
    background: #f5781e;
  }
}
header .glnav .conv span {
	background: url(../images/icon_mail.svg);
	width: 14px;
	height: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
}
#home .sec_main {
	width: 100%;
	height: calc(100vh - 110px);
  min-height: 600px;
	position: relative;
}
#home .sec_main .slide_wrap {
	width: 100%;
	height: 100%;
  overflow: hidden;
}
#home .sec_main .slide01 {
	background: url(../images/slide01.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100%;
  animation-name: animationZoom;
  animation-delay: 1s;
  animation-duration: 7s;
  transform: scale(1.08);
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
@keyframes animationZoom {
  100% {
    transform: scale(1.0);
  }
}
#home .sec_main .main-txt_wrap {
	position: absolute;
	margin: auto;
	left: clamp(40px, 5.208vw, 100px);
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#home .sec_main .main-txt_wrap h2 {
	font-size: clamp(28px, 2.864vw, 55px);
	font-weight: bold;
	line-height: 1.42;
}
#home .sec_main .main-txt_wrap h2 .palt {
  font-weight: bold;
  letter-spacing: 0.1em;
}
#home .sec_main .main-txt_wrap p {
	font-size: clamp(12px, 0.885vw, 17px);
	font-weight: 400;
	line-height: 2.5;
	margin-top: 50px;
  max-width: clamp(400px, 42.1875vw, 810px);
}
#home .sec_main .txt_en {
	font-family: "Montserrat", sans-serif;
	font-size: clamp(40px, 6.25vw, 120px);
	font-weight: 500;
	color: rgba(255, 255, 255, 0.4);
	mix-blend-mode: hard-light;
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 0.7;
  white-space: nowrap;
}
#home .sec01 {
	height: clamp(546px, 40.625vw, 780px);
	position: relative;
	overflow: hidden;
}
#home .sec01 .bg_main {
	height: 100%;
	background: url(../images/main_img.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	animation-name: animationZoom;
	animation-delay: 2s;
	animation-duration: 7s;
	transform: scale(1.15);
	animation-timing-function: ease-in-out;
	animation-fill-mode: forwards;
}
@keyframes animationZoom {
	100% {
		transform: scale(1.0);
	}
}
#home .sec01 h2 {
	position: absolute;
	font-size: clamp(4.3rem, 3.229vw, 6.2rem);
	line-height: 1.4;
	display: flex;
	align-items: center;
	height: 100%;
	top: 0;
	bottom: 0;
	margin: auto 0 auto 4.427%;
	color: #fff;
	z-index: 2;
}
#home .sec01 .main01 {
	position: absolute;
	left: 16px;
	bottom: 0;
	animation-name: slideTextX100;
	animation-delay: 1s;
	animation-duration: 2s;
	animation-fill-mode: forwards;
	opacity: 0;
	max-width: clamp(150px, 26.041vw, 500px);
}
@keyframes slideTextX100 {
	from {
		transform: translateX(-30%);
		opacity: 0;
	}

	to {
		transform: translateX(0);
		opacity: 1;
	}
}
#home .sec01 .main02 {
	position: absolute;
	right: 0;
	top: 0;
	animation-name: slideTextX-100;
	animation-delay: 0.5s;
	animation-duration: 2s;
	animation-fill-mode: forwards;
	opacity: 0;
	max-width: clamp(70px, 11.406vw, 219px);
}
@keyframes slideTextX-100 {
	from {
		transform: translateX(100%);
		opacity: 0;
	}

	to {
		transform: translateX(0);
		opacity: 1;
	}
}
#home #sec01 {
  background-color: #FAFAE6;
  background-image: 
    linear-gradient(45deg, #FBFBEC 25%, transparent 25%),
    linear-gradient(-45deg, #FBFBEC 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, #FBFBEC 75%),
    linear-gradient(-45deg, transparent 75%, #FBFBEC 75%)
  ;
  background-size: 20px 20px;
  background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 100px;
}
#home #sec01 .bg_radius_ff {
	background: #fff;
	border-radius: 100px 0 0 100px;
	padding: 100px 0;
	position: relative;
	z-index: 2;
}
#home .en_title {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.5;
	color: #c8a014;
	text-align: center;
	letter-spacing: 0.05em;
}
#home section h2.type01 {
	font-size: 3.6rem;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 0.1em;
	text-align: center;
}
#home #sec01 .img_retailer {
	max-width: 580px;
  width: 48.33%;
	border-radius: 30px;
	overflow: hidden;
}
#home #sec01 .retailer {
	display: flex;
	align-items: center;
}
#home #sec01 .txt_retailer {
	width: calc(100% - 48.33% - 5%);
	margin-left: 5%;
}
#home section h3.type01 {
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.5;
	padding: 5px 0 5px 20px;
	position: relative;
	margin-bottom: 40px;
}
#home #sec05 h3.type01 {
  margin-bottom: 0;
}
#home section h3.type01::before {
	content: "";
	left: 0;
	top: 0;
	position: absolute;
	width: 2px;
	height: 100%;
	background: #c8a014;
	border-radius: 1px;
}
#home #sec01 h3.type01::after {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #cacaca;
}
#home #sec01 .access {
	display: flex;
	justify-content: space-between;
}
#home #sec01 .access dl {
	display: flex;
	margin-bottom: 10px;
}
#home #sec01 .access dl dt {
	width: 65px;
  font-size: 16px;
}
#home #sec01 .access dl dd {
	width: calc(100% - 65px);
	padding-left: 35px;
	text-indent: -35px;
  font-size: 16px;
}
#home #sec01 .access .representative {
	max-width: 200px;
  display: flex;
}
#home #sec01 .access .representative figure {
  width: calc((100% - 20px) / 2);
}
#home #sec01 .access .representative figure:first-of-type {
  margin-right: 20px;
}
#home #sec01 .access .representative figcaption {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}
#home #sec01 .access .representative figcaption span {
  font-size: 11px;
  line-height: 1;
  display: block;
}
.btn_external {
  width: 315px;
  height: 70px;
  border-radius: 35px;
  position: relative; /* 疑似要素を親要素内に配置するため */
  background: #fff; /* 初期状態は白 */
  border: 1px solid #c8a014;
  color: #c8a014;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin-top: 30px;
  overflow: hidden; /* 疑似要素がはみ出さないように */
  z-index: 0;
  transition: color 0.5s ease-in-out;
}
.btn_external::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #f5be28 0%, #c8a014 100%);
  z-index: -1; /* 背景の後ろに配置 */
  transition: opacity 0.5s ease-in-out;
  opacity: 0; /* 初期状態では透明 */
}

.btn_external span {
  background: url(../images/icon_window.svg) no-repeat;
  width: 18px;
  height: 18px;
  margin-left: 10px;
  transition: .5s ease-in-out;
}
.btn_external:hover {
  color: #fff;
}
.btn_external:hover::before {
  opacity: 1; /* ホバー時に表示 */
}
.btn_external:hover span {
  background: url(../images/icon_window_hover.svg) no-repeat;
  width: 18px;
  height: 18px;
  margin-left: 10px;
}
#home #sec01 .googlemap {
	border-radius: 30px;
	overflow: hidden;
}
.border_line {
	background-image: linear-gradient(to right, #cacaca 2px, transparent 4px);
	background-size: 6px 1px;
	background-repeat: repeat-x;
	background-position: left bottom;
	width: 0%;
	height: 1px;
	margin-top: 80px;
	margin-bottom: 80px;
}
.border_line.add {
  animation-name: border;
  animation-duration: .5s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  width: 0%;
}
@keyframes border {
  0% {

  }
  100% {
    width: 100%;
  }
}
#home #sec02 {
	background: url(../images/sec02bg.jpg) no-repeat;
	background-size: cover;
	padding: 100px 40px;
  background-attachment: fixed;
}
_::-webkit-full-page-media,
_:future,
:root #home #sec02 {
  background-attachment: scroll;;
}
#home #sec02 .box_radius_ff {
	max-width: 1000px;
	margin: 0 auto;
	background: #fff;
	border-radius: 60px;
	padding: 70px 40px 80px;
}
#home #sec02 .area {
	max-width: 600px;
	margin: 40px auto 0;
}
#home #sec03 {
  background: url(../images/sec03_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
	padding: 70px 0 80px;
}
#home #sec03 p,
#home #sec03 h2 {
	color: #fff;
}
#home #sec03 ul.list_media {
	display: flex;
	flex-wrap: wrap;
  max-width: 890px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
#home #sec04 {
  padding: 100px 0;
}
#home #sec04 ul.list_business {
  display: flex;
  flex-wrap: wrap;
}
#home #sec04 ul.list_business li {
  width: calc((100% - 3.33%) / 2);
  margin-right: 3.33%;
  border: 1px solid #cacaca;
  border-radius: 20px;
  padding: 40px 55px;
}
#home #sec04 ul.list_business li div {
  border-radius: 30px;
  overflow: hidden;
}
#home #sec04 ul.list_business li:nth-child(2n) {
  margin-right: 0;
}
#home #sec04 ul.list_business li h3 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  padding-left: 28px;
}
#home #sec04 ul.list_business li h3::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background: #c8a014;
  border-radius: 50%;
  top: 10px;
  left: 0;
}
#home #sec04 ul.list_business li h3::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  top: 15px;
  left: 5px;
}
#home #sec04 ul.list_business li p {
  margin-top: 10px;
  text-align: justify;
}
#home #sec05 {
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #ececec calc(100% - 1px)),
    linear-gradient(90deg, transparent calc(100% - 1px), #ececec calc(100% - 1px));
    background-size: 31px 31px;
    background-color: #fff;
    padding: 100px 40px;
}
#home #sec05 .box_radius_ff {
  max-width: 1620px;
  margin: 0 auto;
  background: #fff;
  border-radius: 60px;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
  padding: 80px 40px;
}
.list_btn_scroll {
  display: flex;
  justify-content: center;
  max-width: 680px;
  margin: auto;
}
.list_btn_scroll li {
  width: calc((100% - 40px) / 2);
}
.list_btn_scroll li:first-child {
  margin-right: 40px;
}
.list_btn_scroll li a {
  padding: 20px 40px;
  font-size: 2rem;
  font-weight: bold;
  color: #c8a014;
  background: #fff;
  border-radius: 40px;
  border: 1px solid #c8a014;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  background: #fff;
  position: relative;
  overflow: hidden;
  transition: .5s ease-in-out;
  z-index: 0;
}
.list_btn_scroll li a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #f5be28 0%, #c8a014 100%);
  z-index: -1;
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
}
.list_btn_scroll li a:hover {
  color: #fff;
}
.list_btn_scroll li a:hover::before {
  opacity: 1;
}
.list_btn_scroll li a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 7px 0 7px;
  border-color: #c8a014 transparent transparent transparent;
  transition: .5s ease-in-out;
}
.list_btn_scroll li a:hover::after {
  border-color: #fff transparent transparent transparent;
}
table {
  width: 100%;
}
#home #sec05 tr {
  border-bottom: 1px solid #cacaca;
}
#home #sec05 tr:first-child {
  border-top: 1px solid #cacaca;
}
#home #sec05 th {
  width: 300px;
  background: #FCFCF0;
  padding: 40px;
  text-align: left;
  font-size: 16px;
}
#home #sec05 td {
  width: calc(100% - 300px);
  background: #fff;
  padding: 40px;
  font-size: 16px;
}
#home #sec05 td .txt_indent01 {
  display: block;
  padding-left: 16px;
  text-indent: -16px;
}
#home #sec05 h4 {
  font-size: 2rem;
  font-weight: bold;
}
#home #sec06 {
  padding: 80px 0 100px;
}
#home #sec06 dl,
.archive .sec01 dl {
  border-bottom: 1px solid #cacaca;
}
#home #sec06 dl,
.archive .sec01 dl {
  display: flex;
  padding: 30px 0;
}
#home #sec06 dl dt,
.archive .sec01 dl dt {
  width: 150px;
  font-size: 16px;
}
#home #sec06 dl dd,
.archive .sec01 dl dd {
  width: calc(100% - 150px);
  font-size: 16px;
}
#home #sec06 dl dd a,
.archive .sec01 dl dd a {
  text-decoration: underline;
  transition: .5s ease-in-out;
}
#home #sec06 dl dd a:hover,
.archive .sec01 dl dd a:hover {
  color: #c8a014;
  text-decoration: none;
}
#home #sec06 .wrap_flex {
  display: flex;
  margin-top: 30px;
  justify-content: space-between;
}
#home #sec06 .wrap_flex .news_archive {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #333;
  padding-left: 16px;
  position: relative;
  margin-right: 20px;
  transition: .5s ease-in-out;
}
#home #sec06 .wrap_flex .news_archive:hover {
  color: #c8a014;
}
#home #sec06 .wrap_flex .news_archive::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  border-color: transparent transparent transparent #c8a014;
}
#home #sec06 ul.list_sns {
  display: flex;
  justify-content: flex-end;
}
#home #sec06 ul.list_sns li:not(:last-child) {
  margin-right: 20px;
}
#home #sec06 ul.list_sns .icon_x img {
  max-height: 40px;
}
#home #sec06 ul.list_sns .icon_facebook img,
#home #sec06 ul.list_sns .icon_instagram img,
#home #sec06 ul.list_sns .icon_line img {
  max-height: 43px;
}
address {
  background: linear-gradient(140deg, #e6be14 0%, #e6be14 50%, #f5e63c 100%);
  position: relative;
  padding: 60px 0;
}
address h2 {
  font-size: 3.6rem;
  line-height: 1.5;
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
}
address p {
  color: #fff;
}
address .btn_contact {
  background: #f5781e;
  max-width: 360px;
  width: calc(100% - 40px);
  height: 80px;
  margin: auto;
  color: #fff;
  border: 2px solid #fff;
  box-sizing: border-box;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: bold;
  transition: .5s ease-in-out;
}
address .btn_contact span {
  background: url(../images/icon_mail.svg) no-repeat;
  width: 18px;
  height: 12px;
  margin-right: 12px;
  transition: .5s ease-in-out;
}
address .btn_contact:hover {
  animation: shine01 2s;
}
address .box_contact {
  border: 2px solid #fff;
  border-radius: 30px;
  padding: 40px 60px 40px;
  width: calc(100% - 80px);
  margin: 50px auto 0;
  max-width: 800px;
}
address .box_contact .left {
  width: calc((100% - 60px) / 2);
  margin-right: 60px;
}
address .box_contact .right {
  width: calc((100% - 60px) / 2);
}
address .box_contact h3 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}
address .box_contact h3 .representative {
  display: block;
  font-size: 15px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 5px;
}
address .box_contact h4 {
  font-size: 20px;
  color: #fff;
  line-height: 1.5;
  font-weight: bold;
  margin-top: 10px;
}
address .box_contact dl {
  margin-top: 5px;
  display: flex;
}
address .box_contact dl:first-child {
  margin-top: 10px;
}
address .box_contact dl dt {
  font-size: 16px;
  color: #fff;
  min-width: 80px;
}
address .box_contact dl dd {
  font-size: 16px;
  color: #fff;
  text-indent: -35px;
  padding-left: 35px;
}
address .wrap_mail {
  display: flex;
  margin: 0 auto;
  border: 1px solid #fff;
  box-sizing: border-box;
  border-radius: 3px;
}
address .wrap_mail p {
  padding: 4px 30px;
}
address .wrap_mail .txt_mail {
  background: #effcf0;
  color: #c8a014;
  font-weight: 600;
}
address .wrap_mail .address a {
  color: #fff;
  font-weight: 600;
}
footer .contents_footer {
  background: #f4f4f4;
  padding: 40px 0;
}
footer .contents_footer .wrap01 {
  display: flex;
  align-items: center;
}
.logo_footer {
  display: flex;
  margin-right: auto;
}
.logo_footer span {
  display: block;
}
.logo_footer span.area {
  font-feature-settings: "palt";
  font-size: 13px;
}
.logo_footer .logo_yc {
  max-width: 78px;
  margin-right: 12px;
}
.logo_footer .retailer .center {
  font-size: 26px;
  line-height: 1;
  font-weight: 900;
}
.logo_footer .retailer area {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}
footer .list_menu {
  display: flex;
}
footer .list_menu a {
  transition: .5s ease-in-out;
}
footer .list_menu a:hover {
  color: #c8a014;
}
footer .list_menu li:not(:last-child) {
  margin-right: clamp(20px, 2.604vw, 50px);
}
footer .contents_copyright {
  padding: 20px;
}
footer .contents_copyright p {
  text-align: center;
}
footer .contents_copyright p small {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.6;
}
.pankuzu {
  margin-left: 40px;
}
.archive .pankuzu {
  position: absolute;
  top: 10px;
  left: 0;
}
.pankuzu ol {
  display: flex;
  flex-wrap: wrap;
}
.pankuzu ol li a,
.pankuzu ol li {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
}
.pankuzu ol li a {
  padding-right: 40px;
  display: block;
  position: relative;
}
.pankuzu ol li a::after {
  content: '';
  width: 6px;
  height: 6px;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
}
.pankuzu ol li a span {
  display: block;
}
.archive .sec_main {
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #ececec calc(100% - 1px)),
      linear-gradient(90deg, transparent calc(100% - 1px), #ececec calc(100% - 1px));
  background-size: 31px 31px;
  background-color: #fff;
  padding: 100px 40px;
  position: relative;
}
.archive .sec_main::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: linear-gradient(rgba(19, 12, 14, 0), rgba(19, 12, 14, 0.05));
}
.single .sec_main h2,
.archive .sec_main h1 {
  font-size: 4.2rem;
  font-weight: bold;
  line-height: 1.2
}
.single h1 {
  font-size: 3.8rem;
  line-height: 1.2;
  font-weight: bold;
  padding-bottom: 24px;
  border-bottom: 1px solid #ccc;
  margin-top: 10px;
}
.single .bg_grid {
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #ececec calc(100% - 1px)),
      linear-gradient(90deg, transparent calc(100% - 1px), #ececec calc(100% - 1px));
    background-size: 31px 31px;
    background-color: #fff;
    padding: 20px 0 100px;
    position: relative;
}
.single .sec01 {
  padding: 100px 80px;
  background: #fff;
  border-radius: 30px;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.05);
  margin-top: 30px;
}
.single .sec01 time {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
.single .sec01 p {
  margin-top: 10px;
}
.single .sec01 p.has-text-align-center {
  text-align: center;
}
.single .sec01 p.has-text-align-right {
  text-align: right;
}
.single .sec01 h2 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
  padding-left: 20px;
  position: relative;
  margin-top: 40px;
}
.single .sec01 h2::after {
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  width: 2px;
  height: 100%;
  background: #c8a014;
  border-radius: 1px;
}
.single .sec01 h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  padding-left: 20px;
  position: relative;
  margin-top: 30px;
}
.single .sec01 h3::after {
  content: "";
  left: 0;
  top: 14px;
  position: absolute;
  width: 10px;
  height: 10px;
  background: #c8a014;
  border-radius: 50%;
}
.single .sec01 h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  padding-left: 20px;
  margin-top: 30px;
  position: relative;
}
.single .sec01 h4::after {
  content: "";
  left: 0;
  top: 14px;
  position: absolute;
  width: 10px;
  height: 2px;
  background: #c8a014;
  border-radius: 1px;
}
.single .sec01 h5 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  padding-left: 16px;
  margin-top: 30px;
  position: relative;
}
.single .sec01 h5::after {
  content: "";
  left: 0;
  top: 10px;
  position: absolute;
  width: 8px;
  height: 8px;
  background: #c8a014;
  border-radius: 1px;
}
.single .sec01 h6 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  margin-top: 30px;
}
.wp-block-gallery {
  display: flex;
  gap: 3.333%;
}
.wp-block-image img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}
.single .wp-block-image {
  margin-top: 20px;
}
.single .wp-block-list {
  margin-top: 40px;
}
.single ul.wp-block-list li {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 10px;
  padding-left: 16px;
  position: relative;
}
.single ul.wp-block-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  background: #c8a014;
  border-radius: 50%;
}
.single .wp-block-list li:last-child {
  margin-bottom: 0;
}
.single ol.wp-block-list li {
  font-size: 16px;
  list-style: decimal;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 10px;
  position: relative;
  margin-left: 20px;
}
.single .btn_archive {
  display: block;
  background: #fff;
  padding: 20px;
  border: 1px solid #c8a014;
  border-radius: 40px;
  text-align: center;
  color: #c8a014;
  font-size: 16px;
  max-width: 320px;
  margin: 100px auto 0;
  width: calc(100% - 40px);
  transition: .5s ease-in-out;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.single .btn_archive::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #f5be28 0%, #c8a014 100%);
  z-index: -1;
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
}
.single .btn_archive:hover {
  color: #fff;
}
.single .btn_archive:hover::before {
  opacity: 1;
}
.single .sec01 a {
  display: inline-block;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  color: #c8a014;
  margin-top: 30px;
  text-decoration: underline;
}
.single .sec01 a:hover {
  text-decoration: none;
}
.single .sec01 a[href$=".pdf"] {
  padding-left: 26px;
  position: relative;
}
.single .sec01 a[href$=".pdf"]::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 15px;
  height: 20px;
  background: url(../images/icon_pdf.png) no-repeat;
  background-size: cover;
}
.single .wp-block-button a {
  padding: 18px 30px;
  text-decoration: none;
  border: 1px solid #c8a014;
  border-radius: 80px;
  display: block;
  background: #fff;
  width: 100%;
  max-width: 300px;
  text-align: center;
  transition: .5s ease-in-out;
  margin-top: 40px;
  z-index: 0;
  overflow: hidden;
  position: relative;
}
.single .wp-block-button a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #f5be28 0%, #c8a014 100%);
  z-index: -1;
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
}
.single .wp-block-button a:hover {
  color: #fff;
}
.single .wp-block-button a:hover::before {
  opacity: 1;
}
.wp-block-table {
  margin-top: 40px;
}
.wp-block-table table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}
.wp-block-table table tr {
  border-bottom: 1px solid #cacaca;
}
.wp-block-table table tr:first-child {
  border-top: 1px solid #cacaca;
}
.wp-block-table table tr th,
.wp-block-table table tr td {
  padding: 10px 15px;
  border-right: 1px solid #cacaca;
}
.wp-block-table table tr th:first-child,
.wp-block-table table tr td:first-child {
  border-left: 1px solid #cacaca;
}
.wp-block-table table tr th {
  background: #efefef;
  font-weight: 500;
}
.wp-block-table.is-style-stripes table tr:nth-child(2n) {
  background: #efefef;
}
.wp-element-caption {
  font-size: 14px;
  margin-top: 5px;
}
.wp-block-embed.is-type-video {
  margin-top: 40px;
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
}
.wp-block-embed.is-type-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.wp-block-embed.is-type-rich {
  margin-top: 40px;
}
.wp-block-embed.is-type-rich iframe {
  max-width: 100%;
}
.wp-block-table table tr th.has-text-align-left {
  text-align: left;
}
.wp-block-table table tr td.has-text-align-center {
  text-align: center;
}
.wp-block-table table tr th.has-text-align-right,
.wp-block-table table tr td.has-text-align-right {
  text-align: right;
}
.has-cyan-bluish-gray-color {
  color: #abb8c3;
}
.has-white-color {
  color: #fff;
}
.has-pale-pink-color {
  color: #f78da7;
}
.has-vivid-red-color {
  color: #cf2e2e;
}
.has-luminous-vivid-orange-color {
  color: #ff6900;
}
.has-luminous-vivid-amber-color {
  color: #fcb900;
}
.has-light-green-cyan-color {
 color: #7bdcb5; 
}
.has-vivid-green-cyan-color {
  color: #00d084;
}
.has-pale-cyan-blue-color {
  color: #8ed1fc;
}
.has-vivid-cyan-blue-color {
  color: #0693e3;
}
.has-vivid-purple-color {
  color: #9b51e0;
}
.has-black-background-color {
  background: #333;
}
.has-cyan-bluish-gray-background-color {
  background: #abb8c3;
}
.has-pale-pink-background-color {
  background: #f78da7;
}
.has-vivid-red-background-color {
  background: #cf2e2e;
}
.has-luminous-vivid-orange-background-color {
  background: #ff6900;
}
.has-luminous-vivid-amber-background-color {
  background: #fcb900;
}
.has-vivid-green-cyan-background-color {
  background: #00d084;
}
.has-pale-cyan-blue-background-color {
  background: #8ed1fc;
}
.has-vivid-cyan-blue-background-color {
  background: #0693e3;
}
.has-vivid-purple-background-color {
  background: #9b51e0;
}
.has-background {
  padding: 5px 15px;
}
.nav-links {
	margin-top: 50px;
}
.nav-links .page-numbers {
  display: flex;
  justify-content: center;
}
.nav-links .page-numbers li span,
.nav-links .page-numbers li a {
	padding: 10px 15px;
	font-size: 14px;
	font-weight: 500;
	color: #c8a014;
	border: 1px solid #c8a014;
	border-radius: 8px;
  transition: .5s ease-in-out;
}
.nav-links .page-numbers li:not(:last-child) {
	margin-right: 15px;
}
.nav-links .page-numbers li .current,
.nav-links .page-numbers li a:hover {
	color: #fff;
	background: #c8a014;
	font-weight: bold;
}
.screen-reader-text {
	display: none;
}
.archive .sec01 {
	padding: 70px 0 100px;
}
.pick {
  padding: 80px 40px;
  background: #eee;
}
.pick .movie {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  cursor: pointer;
}
video {
  max-width: 100%;
}
.pick .banner {
  max-width: 500px;
  margin: 0 auto 40px;
}
.pick .banner a {
  display: block;
  line-height: 0;
}
.pick .banner a img {
  transition: .3s ease-in-out;
}
.pick .banner a:hover img {
  opacity: 0.7;
}



.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;
}
.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 (min-width: 1366px) {
	.minw1366none {
		display: none;
	}
}
@media screen and (max-width: 1366px) {
	.max1366none {
		display: none;
	}
  header {
    height: 90px;
    padding-right: 20px;
  }
  main {
    padding-top: 90px;
  }
  #home header h1,
  header h2.wrap_logo {
    padding-left: 15px;
  }
  #home header h1 span.center {
    font-size: clamp(31px, 3.147vw, 43px);
  }
  header .glnav ul li a {
    font-size: 15px;
  }
  header .glnav .conv {
    width: 180px;
  }
  #home .sec_main {
    height: calc(100vh - 90px);
  }
}
@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 (min-width: 1200px) {
	.minw1200none,
  header .hamburger,
  header .globalMenuSp {
		display: none;
	}
}

@media screen and (max-width: 1199px) {
	html,
	body {
		overflow-x: hidden;
	}
	.maxw1199none {
		display: none;
	}
	.wrap {
		padding-left: 40px;
		padding-right: 40px;
	}
  header {
    height: 70px;
  }
  main {
    padding-top: 70px;
  }
  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: #c8a014;
    -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;
    left: 0;
    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: #f5781e;
    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 {
    padding-right: 0;
  }
  header .logo a {
    line-height: 0;
  }
  header .nav-box {
    height: 60px;
  }
  body.dark main,
  body.dark footer {
    position: relative;
  }
  body.dark main::before,
  body.dark footer::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99;
  }
  /*ここまで*/
  #home .sec_main {
    min-height: auto;
    height: 500px;
  }
  #home #sec01 .access {
    flex-direction: column;
  }
  #home #sec01 .access .representative {
    margin-top: 30px;
  }
  #home #sec01 .retailer {
    align-items: flex-start;
  }
  #home #sec01 .access .txt_access {
    width: 100%;
  }
}
@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: 60%;
	}
	#js-mouse {
		display: none;
	}
  #home header h1 {
    padding: 50px 40px 50px 20px;
    margin-top: 35px;
    border-radius: 0 0 15px 0
  }
  #home header h1 .retailer {
    top: 0;
  }
  #home .sec_main .main-txt_wrap {
    left: 30px;
  }
  #home .sec_main .main-txt_wrap p {
    margin-top: 15px;
    text-shadow:0 0 10px #fff,0 0 10px #fff,0 0 10px #fff;
  }
  #home .sec_main {
    height: 400px;
  }
  #home .sec_main .slide01 {
    background: url(../images/main_md.jpg) no-repeat;
    background-size: cover;
  }
  #home #sec01 {
    padding-top: 70px;
    padding-left: 70px;
  }
  #home #sec01 .bg_radius_ff {
    padding: 70px 0 40px;
    border-radius: 70px 0 0 70px;
  }
  #home #sec01 .retailer {
    flex-direction: column;
    max-width: 500px;
    margin: auto;
  }
  #home #sec01 .img_retailer {
    width: 100%;
    margin-bottom: 40px;
  }
  #home #sec01 .txt_retailer {
    width: 100%;
    margin-left: 0;
  }
  #home #sec04 {
    padding: 70px 0;
  }
  #home #sec04 ul.list_business li {
    padding: 40px;
  }
  #home #sec05 {
    padding: 70px 40px;
  }
  #home #sec05 th {
    width: 200px;
    font-size: 15px;
  }
  #home #sec05 td {
    font-size: 15px;
    width: calc(100% - 200px);
  }
  #home #sec06 {
    padding: 55px 0 70px;
  }
  address {
    padding: 40px 0;
  }
  footer .list_menu li a {
    font-size: 15px;
  }
  footer .contents_footer .wrap01 {
    flex-direction: column;
  }
  .logo_footer {
    margin-left: auto;
    margin-bottom: 10px;
  }
  .single .bg_grid {
    padding: 20px 0 70px;
  }
  .single .sec01 {
    padding: 70px 50px;
  }
  .single .btn_archive {
    margin-top: 70px;
  }
  .pick {
    padding: 40px;
  }
  .pick .banner {
    max-width: 360px;
  }
	.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;
	}
  #home #sec03 ul.list_media li {
    width: calc((100% - 10%) / 3);
    margin-right: 4.494%;
    border-radius: 10px;
    overflow: hidden;
    line-height: 0;
  }
  #home #sec03 ul.list_media li:nth-child(3n) {
    margin-right: 0;
  }
  #home #sec03 ul.list_media li:nth-last-child(-n+2) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
	html {
		font-size: 50%;
	}
	.maxw768none {
		display: none;
	}
  #home #sec04 ul.list_business li h3 {
    padding-left: 24px;
  }
  #home #sec04 ul.list_business li h3::before {
    top: 6px;
    width: 16px;
    height: 16px;
  }
  #home #sec04 ul.list_business li h3::after {
    top: 11px;
    width: 6px;
    height: 6px;
  }
}
@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) {
	header {
		height: 60px;
	}
	main {
		padding-top: 60px;
	}
  #home header h1,
  header h2.wrap_logo {
    padding-left: 10px;
  }
  header h2.wrap_logo {
    padding-top: 5px;
  }
  #home header.add h1 .logo_yc,
  header h2.wrap_logo .logo_yc {
    max-width: 80px;
  }
  header h2.wrap_logo span.center {
    line-height: 1;
  }
  #home header.add h1 span.area,
  header h2.wrap_logo span.area {
    font-size: 12px;
    margin-top: 1px;
  }
  .hamburger {
    width: 60px;
    height: 60px;
  }
  nav.globalMenuSp {
    top: 60px;
  }
  #home .sec_main {
    height: auto;
    position: relative;
  }
  #home .sec_main .slide_wrap {
    height: clamp(289px, 76.923vw, 590px);
    position: relative;
  }
  #home .sec_main .slide01 {
    background: url(../images/main_sp.jpg) no-repeat;
    background-size: cover;
    background-position: bottom;
  }
  #home .sec_main .main-txt_wrap {
    position: relative;
    padding-right: 20px;
    left: 0;
  }
  #home .sec_main .main-txt_wrap::after {
    content: "";
    position: absolute;
    left: 0;
    top: -40px;
    width: 100%;
    height: 42px;
    background: linear-gradient(0deg, rgba(255, 210, 100, 1) 30%, rgba(255, 210, 100, 0) 100%);
  }
  #home .sec_main .main-txt_wrap::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/main_sp_parts.jpg) no-repeat;
    background-size: cover;
    background-position: center top;
  }
  #home .sec_main .main-txt_wrap h2 {
    font-size: 25px;
    line-height: 1.4;
    padding-left: 20px;
    font-feature-settings: normal;
  }
  #home .sec_main .main-txt_wrap p {
    margin-top: 15px;
    line-height: 2.2;
    margin-bottom: 20px;
    padding-left: 20px;
    text-shadow: none;
  }
  #home #sec01 .btn_external {
    margin-top: 20px;
  }
  #home #sec03 ul.list_media li {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
    line-height: 0;
    margin-bottom: 20px;
    border-radius: 5px;
    overflow: hidden;
  }
  #home #sec03 ul.list_media li:nth-child(2n) {
    margin-right: 0;
  }
  #home #sec03 ul.list_media li:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
  #home #sec04 ul.list_business {
    flex-direction: column;
  }
  #home #sec04 ul.list_business li {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 10px;
    padding: 20px;
  }
  #home #sec04 ul.list_business li:nth-child(2n) {
    margin-right: 0;
  }
  #home #sec04 ul.list_business li:last-child {
    margin-bottom: 0;
  }

  .list_btn_scroll li {
    width: calc((100% - 20px) / 2);
  }
  .list_btn_scroll li:first-child {
    margin-right: 20px;
  }
  .list_btn_scroll li a::after {
    right: 20px;
  }
  .list_btn_scroll li a::after {
    border-width: 8px 6px 0 6px;
  }
  .list_btn_scroll li a {
    padding: 20px 30px;
  }
  #home #sec05 th,
  #home #sec05 td {
    display: block;
    width: 100%;
  }
  address .box_contact {
    flex-direction: column;
    margin: 25px auto 0;
  }
  address .box_contact .left,
  address .box_contact .right {
    width: 100%;
  }
  address .box_contact .left {
    margin-right: 0;
    margin-bottom: 30px;
  }
  address .wrap_mail {
    flex-direction: column;
    max-width: 600px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  address .wrap_mail p {
    width: 100%;
    padding: 4px 15px;
  }
  .wp-block-table {
    display: block;
    overflow: auto;
  }
  .table_box::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }
  .table_box::-webkit-scrollbar-track {
    background: #cacaca;
    border-radius: 5px;
  }
  .table_box::-webkit-scrollbar-thumb {
      background: #c8a014; 
      border-radius: 5px;
  }
  .wp-block-table table {
    width: 767px;
  }
  footer .list_menu {
    display: none;
  }
  footer .contents_footer {
    padding: 20px 0 10px;
  }
}
@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 (min-width: 481px) {
	.minw481none {
		display: none;
	}
}
@media screen and (max-width: 625px) {
}

@media screen and (max-width: 480px) {
	.maxw480none {
		display: none;
	}
  .wrap01 {
    width: calc(100% - 40px);
  }
  .wrap03 {
    width: 100%;
  }
	p {
		font-size: 14px;
	}
  #home header h1 {
    padding: 25px 10px 25px 10px;
    margin-top: 0;
  }
  #home header.add h1 {
    padding-top: 5px;
  }
  header h2.wrap_logo span.center,
  #home header h1 span.center,
  #home header.add h1 span.center {
    font-size: 24px;
    line-height: 1;
  }
  #home header h1 .logo_yc,
  #home header.add h1 .logo_yc,
  header h2.wrap_logo .logo_yc {
    max-width: 70px;
    position: relative;
    top: 2px;
  }
  #home header h1 .retailer,
  #home header.add h1 .retailer,
  header h2.wrap_logo .retailer {
    margin-left: 6px;
    top: 0;
  }
  #home header h1 span.area {
    font-size: 12px;
  }
  nav.globalMenuSp ul li a {
    padding: 15px 0;
  }
  #home .sec_main .txt_en {
    font-size: clamp(26px, 9.166vw, 44px);
    color: rgba(255, 255, 255, 0.3);
  }
  #home #sec01 {
    padding-top: 50px;
    padding-left: 20px;
    padding-bottom: 50px;
  }
  #home #sec01 .bg_radius_ff {
    border-radius: 30px 0 0 30px;
    padding: 50px 0 20px;
  }
  #home #sec01 .access .txt_access {
    width: 100%;
    margin-right: 0;
  }
  #home #sec01 .access dl dt {
    width: 60px;
    font-size: 14px;
  }
  #home #sec01 .access .representative {
    margin-top: 20px;
  }
  #home #sec01 .access dl dd {
    font-size: 14px;
    text-indent: -28px;
    padding-left: 28px;
  }
  #home #sec01 .img_retailer {
    border-radius: 15px;
  }
  #home #sec01 .googlemap {
    border-radius: 15px;
    height: 300px;
  }
  #home #sec01 .access .representative figcaption span {
    font-size: 12px;
  }
  #home #sec01 .access .representative figcaption {
    font-size: 14px;
  }
  .border_line {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  #home #sec02 {
    padding: 50px 20px 50px;
  }
  #home #sec02 .box_radius_ff {
    border-radius: 30px;
    padding: 35px 20px 40px;
  }
  #home #sec02 .area {
    margin-top: 20px;
  }
  #home #sec03 {
    padding: 35px 0 40px;
  }
  #home #sec03 p.txt_center {
    text-align: left;
  }
  #home #sec04 {
    padding: 50px 0;
  }
  #home #sec04 ul.list_business li div {
    border-radius: 15px;
  }
  #home #sec05 {
    padding: 50px 20px;
  }
  #home #sec05 .box_radius_ff {
    border-radius: 30px;
    padding: 40px 20px;
  }
  #home #sec06 {
    padding: 40px 0 50px;
  }
  #home #sec06 .wrap_flex {
    margin-top: 15px;
  }
  #home #sec06 ul.list_sns li:not(:last-child) {
    margin-right: 10px;
  }
  #home #sec06 ul.list_sns .icon_x img {
    max-height: 30px;
  }
  #home #sec06 ul.list_sns .icon_facebook img,
  #home #sec06 ul.list_sns .icon_instagram img,
  #home #sec06 ul.list_sns .icon_line img {
    max-height: 32px;
  }
  #home #sec06 .wrap_flex .news_archive {
    font-size: 14px;
    padding-left: 14px;
  }
  #home #sec06 .wrap_flex .news_archive::before {
    border-width: 3px 0 3px 6px;
  }
  .list_btn_scroll {
    flex-direction: column;
  }
  .list_btn_scroll li {
    width: 100%;
    max-width: 320px;
    margin-right: auto;
    margin-left: auto;
  }
  .list_btn_scroll li a {
    padding: 15px 25px;
  }
  .list_btn_scroll li:first-child {
    margin-bottom: 20px;
  }
  #home #sec05 th,
  #home #sec05 td {
    font-size: 14px;
    padding: 20px;
  }
  #home #sec06 dl,
  .archive .sec01 dl {
    flex-direction: column;
    padding: 20px 0;
  }
  #home #sec06 dl dt,
  #home #sec06 dl dd,
  .archive .sec01 dl dt,
  .archive .sec01 dl dd {
    font-size: 14px;
    width: 100%;
  }
  address {
    padding: 30px 0;
  }
  address .sub_txt {
    text-align: left;
  }
  address .btn_contact {
    height: 70px;
  }
  address .box_contact {
    padding: 20px;
    border-radius: 15px;
    width: calc(100% - 40px);
  }
  address .box_contact dl dt {
    font-size: 14px;
    min-width: 70px;
  }
  address .box_contact dl dd {
    font-size: 14px;
    text-indent: -28px;
    padding-left: 28px;
  }
  address .box_contact dl:not(:first-of-type) {
    margin-top: 0;
  }
  address .box_contact h4 {
    font-size: 17px;
  }
  .archive .sec_main {
    padding: 60px 20px;
  }
  .archive .sec01 {
    padding: 30px 0 50px;
  }
  .pankuzu {
    margin-left: 20px;
  }
  .pankuzu ol li a {
    padding-right: 30px;
  }
  .pankuzu ol li a::after {
    right: 15px;
    width: 5px;
    height: 5px;
  }
  .single .sec01 {
    padding: 30px 20px;
    border-radius: 0;
    margin-top: 15px;
  }
  .single .bg_grid {
    padding: 10px 0 50px;
  }
  .single .sec01 time {
    font-size: 12px;
  }
  .single h1 {
    padding-bottom: 18px;
    margin-top: 5px;
    font-size: 26px;
  }
  .single .btn_archive {
    margin-top: 50px;
  }
  .single .btn_archive {
    padding: 15px;
  }
  .single ul.wp-block-list li {
    font-size: 14px;
    padding-left: 12px;
  }
  .single ol.wp-block-list li {
    font-size: 14px;
  }
  .single ul.wp-block-list li::before {
    width: 5px;
    height: 5px;
    top: 7px;
  }
  .single .sec01 p {
    margin-top: 5px;
  }
  .single .sec01 h2 {
    font-size: 24px;
  }
  .single .sec01 h3 {
    font-size: 21px;
    padding-left: 15px;
  }
  .single .sec01 h3::after {
    width: 8px;
    height: 8px;
    top: 12px;
  }
  .single .sec01 h4 {
    font-size: 18px;
    padding-left: 14px;
  }
  .single .sec01 h5 {
    font-size: 16px;
    padding-left: 12px;
  }
  .single .sec01 h5::after {
    width: 6px;
    height: 6px;
  }
  .single .sec01 h6 {
    font-size: 15px;
  }
  .single .sec01 a {
    font-size: 14px;
  }
  .single .sec01 a[href$=".pdf"] {
    padding-left: 24px;
  }
  .single .sec01 a[href$=".pdf"]::before {
    top: 0;
  }
  .wp-element-caption {
    font-size: 13px;
  }
  .btn_external {
    height: 60px;
  }
  footer .contents_copyright {
    padding: 10px;
  }
  .pick {
    padding: 20px;
  }
  .pick .banner {
    margin-bottom: 20px;
  }
	.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;
	}
	header .btn_contact a {
		font-size: clamp(12px, 3.74vw, 14px);
	}
  #home .sec_main .main-txt_wrap h2 {
    font-size: clamp(18px, 6.417vw, 24px);
  }
  #home #sec01 .access .txt_access {
    width: 100%;
  }
  .btn_external {
    width: 100%;
    max-width: 315px;
  }
  #home #sec01 .access {
    flex-direction: column;
  }
  #home #sec01 .access .representative {
    display: none;
  }
  #home #sec01 .btn_external {
    margin-top: 30px;
  }
  #home header h1 span.area,
  header h1 span.area,
  #home header.add h1 span.area,
  header h2.wrap_logo span.area {
    font-size: 10px;
    margin-top: 3px;
  }
}
@media screen and (max-width: 349px) {
	header .btn_contact a {
		max-width: 100px;
	}
}
@media screen and (max-width: 320px) {
  header h1 span.center,
  header h2.wrap_logo span.center {
    font-size: clamp(18px, 7.5vw, 24px);
  }
}
@media screen and (max-width: 319px) {
  #home header h1 .logo_yc,
  #home header.add h1 .logo_yc,
  header h2.wrap_logo .logo_yc {
    max-width: 60px;
  }
  #home header h1 span.center,
  #home header.add h1 span.center,
  header h2.wrap_logo .logo_yc {
    font-size: 21px;
  }
  #home header h1 span.area,
  header h1 span.area,
  #home header.add h1 span.area,
  header h2.wrap_logo span.area {
    font-size: 8px;
  }
}