/*!
Theme Name: sake
Theme URI: http://underscores.me/
Author: Kaho
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sake
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

sake is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


/* reset */
html {
	font-size: 62.5%;
  overflow-x: hidden;
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
  font-family: "Lusitana";
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #3B4043;
  animation: fadeIn 1s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
  overflow-x: hidden;
}

@keyframes fadeIn {0% {opacity: 0}100% {opacity: 1}}
@-webkit-keyframes fadeIn {0% {opacity: 0}100% {opacity: 1}}


@media (min-width: 1024px) {
  body {
    font-size: 1.8rem;
  }
}


body * {
	box-sizing: border-box;
	position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

p,
ul,
ol,
dl,
dd {
	margin: 0;
	padding: 0;
}

ul,
ol {
	list-style-type: none;
}

figure {
	vertical-align: bottom;
	line-height: 1;
	margin: 0;
}

img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

a,
input[type='submit'],
input[type='button'] {
	transition: all .3s;
	text-decoration: none;
  color: #3B4043;
}

a:hover,
input[type='submit']:hover,
input[type='button']:hover {
	opacity: .7;
}

input,
select,
button {
	appearance: none;
}
.pc {
	display: none;
}

.sp {
	display: block;
}

@media (min-width:1024px) {
	.pc {
		display: block;
	}
	.sp {
		display: none;
	}
}
/* reset ここまで */

/* レイアウト */

.container {
	width: 100%;
}

.inner {
	width: 90%;
	max-width: 1240px;
	margin: 0 auto;
	padding: 70px 0;
}

@media (min-width: 1024px) {
	.inner {
		padding: 100px 0;
	}
}

#japanese-sake.container:before {
	content: '';
  background: url('/wp-content/uploads/2024/12/motif1.png') no-repeat center /contain;
  width: 85px;
  height: 57px;
  position: absolute;
	top: 0;
	left: -15px;
}

@media (min-width: 1024px) {
	#japanese-sake.container:before{
		width: 170px;
		height: 114px;
		left: -30px;
	}
}

#product.container:before {
	content: '';
  background: url('/wp-content/uploads/2024/12/motif1.png') no-repeat center /contain;
  width: 85px;
  height: 57px;
  position: absolute;
	top: 0;
	right: -15px;
}

@media (min-width: 1024px) {
	#product.container:before {
		width: 170px;
		height: 114px;
		right: -30px;
	}
}

#how-sake-is-made.container:before {
	content: '';
  background: url('/wp-content/uploads/2024/12/motif2.png') no-repeat center /contain;
  width: 85px;
  height: 57px;
  position: absolute;
	top: 0;
	left: -15px;
}

@media (min-width: 1024px) {
	#how-sake-is-made.container:before {
		width: 170px;
		height: 114px;
		left: -30px;
	}
}

#how-to-drink-sake.container:before {
	content: '';
  background: url('/wp-content/uploads/2024/12/motif2.png') no-repeat center /contain;
  width: 85px;
  height: 57px;
  position: absolute;
	top: 0;
	right: -15px;
}

@media (min-width: 1024px) {
	#how-to-drink-sake.container:before {
		width: 170px;
		height: 114px;
		right: -30px;
	}
}

h1 {
	display: none;
}

h2 {
	font-size: 3rem;
	line-height: 2;
	text-align: center;
	margin-bottom: 60px;
	font-weight: 500;
}

@media (min-width: 1024px) {
	h2 {
		font-size: 5rem;
		margin-bottom: 110px;
	}
}

h2:after {
	content: '';
  background: url('/wp-content/uploads/2024/12/mizuhiki.png') no-repeat center /contain;
  width: 120px;
  height: 18px;
  position: absolute;
	bottom: -2px;
	left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 1024px) {
	h2:after {
		width: 170px;
		height: 25px;
		bottom: -5px;
	}
}


h3 {
	font-size: 2.4rem;
	font-weight: 500;
}

@media (min-width: 1024px) {
	h3 {
		font-size: 3rem;
	}
}

.flex {
	display: flex;
}

/* thumbnail */

.pc.thumbnail-container,
.pc.thumbnail-container img {
	display: none;
}

.sp.thumbnail-container,
.sp.thumbnail-container img {
	display: block;
}

@media (min-width: 768px) {
	.pc.thumbnail-container,
	.pc.thumbnail-container img {
		display: block;
	}
	.sp.thumbnail-container,
	.sp.thumbnail-container img  {
		display: none;
	}
}

.thumbnail-container .heading {
	font-size: clamp(3rem, 1vw, 4rem);
	line-height: 1.8;
	position: absolute;
	bottom: 25.8%;
	left: 5%;
	color: #fff;
	width: 67%;
}

@media (min-width: 768px) {
	.thumbnail-container .heading {
		font-size: clamp(3rem, 1vw, 6rem);
		position: absolute;
		top: 63%;
		left: 5%;
		width: 90%;
	}
}

/* header */

header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}

header button {
	border: none;
	background-color: transparent;
	margin-right: 5%;
	top: 20px;
	position: absolute;
	right: 0;
	cursor: pointer;
}

header button img {
	width: 30px;
}

.sp.menu {
	visibility: hidden;
	opacity: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	background: #AAC080;
	transition: all .8s ;
}

.sp.menu.show {
	visibility: visible;
	opacity: 1;
}

.sp.menu.show:after{
	content: '';
  background: url('/wp-content/uploads/2025/01/background1.jpg') no-repeat center / cover;
  opacity: 0.2;
  width: 100%;
  height: 100%;
  overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.menu-btn.open.show {
	display: none;
}

.sp.menu nav {
	width: 80%;
	margin: 0 auto;
	padding-top: 100px;
}

.sp.menu nav li {
	margin-top: 30px;
}

header li a {
	color: #fff;
	font-size: 1.7rem;
}

.pc.menu {
	display: none;
}

@media (min-width: 1024px) {
	header {
		position: absolute;
	}

	.pc.menu {
		width: 90%;
		margin: 0 auto;
		display: flex;
		justify-content: flex-end;
		padding-top: 30px;
	}

	.pc.menu #primary-menu {
		display: flex;
	}

	.menu-btn.open {
		display: none;
	}

	.pc.menu li {
		margin-left: 20px;
	}
}

/* header ここまで */

/* SHOP ONLINE */
.f-btn {
	width: 100%;
	height: 85px;
	position: fixed;
	bottom: 0;
	left: 0;
	background-color: #E5C41E;
	z-index: 2;
	border: none;
	padding: 0;
}

@media (min-width: 768px) {
	.f-btn {
		width: 130px;
		height: 130px;
		position: fixed;
		bottom: 20px;
		right: 5%;
		left: auto;
	}
}

.f-btn a {
  font-family: "Lusitana";
  font-weight: normal;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 85px;
	padding-right: 26px;
}

@media (min-width: 768px) {
	.f-btn a {
		font-size: 2.5rem;
		padding-right: 0;
		padding-bottom: 28px;
		width: 130px;
		height: 130px;
	}
}

.f-btn a:before {
  content: '';
  background: url('/wp-content/uploads/2024/12/ico_shop.png') no-repeat center /contain;
  width: 16px;
  height: 13px;
  display: block;
  margin: 0 10px 0 0;
}

@media (min-width: 768px) {
	.f-btn a:before {
		width: 26px;
		height: 21px;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		top: auto;
		bottom: 17px;
	}
}
/* SHOP ONLINE ここまで */

/* Japanese sake */
#japanese-sake.container {
  background: linear-gradient(135deg, rgba(218, 178, 109, 0) 0%, rgba(218, 178, 109, 1) 100%);
}

#japanese-sake.container:after {
  content: '';
  background: url('/wp-content/uploads/2025/01/background1.jpg') no-repeat center / cover;
  opacity: 0.2;
  width: 100%;
  height: 100%;
  overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

#japanese-sake h3 {
	font-size: 2rem;
	margin-bottom: 20px;
}

@media (min-width: 1024px) {
	#japanese-sake h3 {
		font-size: 3rem;
		margin-bottom: 40px;
	}
}

@media (min-width: 1024px) {
	#japanese-sake .content-box {
		margin-bottom: 130px;
	}
	.sake-content {
		display: flex;
		justify-content: space-between;
		width: 100%;
	}
}

#japanese-sake p {
	margin-bottom: 30px;
}

@media (min-width: 1024px) {
	.sake-content .text-area {
		width: 48%;
		margin: 0!important;
	}
}

@media (min-width: 1024px) {
	.sake-content figure {
		width: 48%;
		margin: 0!important;
	}
	.content-box > figure {
		width: 35%;
		height: auto;
		position: absolute;
		bottom: -130px;
		left: calc(50% - 22%);
	}
}

.sake-content figure:before {
	content: '';
  background: url('/wp-content/uploads/2024/12/motif_line1.png') no-repeat center /contain;
  width: 107%;
  height: 31%;
  position: absolute;
	bottom: -10%;
	left: 0;
	z-index: 1;
}

@media (min-width: 1024px)  and (max-width: 1210px) {
	.sake-content figure:before {
		width: 90%;
		height: 31%;
		bottom: -10%;
		left: auto;
		right: 0;
	}
}

@media (min-width: 1211px) {
	.sake-content figure:before {
		width: 90%;
		height: 31%;
		bottom: -20%;
		left: auto;
		right: 0;
	}
}

@media (min-width: 768px) and (max-width: 1210px){
	.content-box > figure {
		display: none;
	}
}

/* Japanese sake ここまで */

/* Product */

#product.container {
  background: linear-gradient(#e4c898 0%, #dfc899 33.5%, #ccca9e 63.55%, #aac080 100%);
	z-index: 0;
}

#product.container:after {
  content: '';
  background: url('/wp-content/uploads/2025/01/background2.jpg') no-repeat center / cover;
  opacity: 0.15;
  width: 100%;
  height: 100%;
  overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

#product .content-box {
	margin: 0 auto 30px;
}

@media (min-width: 1024px) {
	#product .content-box {
		width: 52%;
		margin: 0 auto 70px;
	}
}

#product h3 {
	font-size: 2.4rem;
	line-height: 1.8;
	text-align: center;
	margin-bottom: 20px;
}

@media (min-width: 1024px) {
	#product h3 {
		font-size: 3rem;
		margin-bottom: 40px;
	}
}

#product h3 span {
	font-size: 1.6rem;
	line-height: 1.8;
	display: block;
	margin-bottom: 7px
}

@media (min-width: 1024px) {
	#product h3 span {
		font-size: 1.8rem;
		margin-bottom: 20px;
	}
}

#product .product {
	margin-bottom: 25px;
}

@media (min-width: 1024px) {
	#product .product {
		margin-bottom: 40px;
	}
}

#product .product figure {
	margin-bottom: 25px;
}

@media (min-width: 1024px) {
	#product .product figure {
		margin-bottom: 40px;
	}
}

#product .feature1 {
	margin: 50px 0;
}

@media (min-width: 1024px) {
	#product .feature1 {
		margin: 70px 0;
	}
}

#product h4 {
	margin-bottom: 30px;
	font-size: 18px;
	text-align: center;
	font-weight: 400;
	display: inline-block;
	left: 50%;
	transform: translateX(-50%);
}

#product h4:before {
	content: '';
  width: 30px;
  height: 1px;
  position: absolute;
	top: 50%;
	left: -40px;
  transform: translateY(-50%);
	background-color: #707070;
}

#product h4:after {
	content: '';
  width: 30px;
  height: 1px;
  position: absolute;
	top: 50%;
	right: -40px;
  transform: translateY(-50%);
	background-color: #707070;
}

@media (min-width: 1024px) {
	#product h4 {
		font-size: 20px;
		margin-bottom: 40px;
	}
}

#product .text {
	margin-bottom: 20px;
}

@media (min-width: 1024px) {
	#product .text {
		margin-bottom: 40px;
	}
}

@media (min-width: 1024px) {
	#product .picture-container {
		width: 92%;
	}
}

#product .picture-container .flex {
	margin-bottom: 20px;
	justify-content: space-between;
}

@media (min-width: 1024px) {
	#product .picture-container .flex {
		margin-bottom: 30px;
	}
}

@media (min-width: 1024px) {
	#product .square {
		width: 1.7%;
		height: auto;
		background-color: #fff;
		margin: 0 !important;
	}
}

#product .picture-container .flex figure {
	width: 47%;
	height: auto;
	margin: 0!important;
}

/* Product ここまで */

/* how-sake-is-made */

#how-sake-is-made.container {
	background: #99b465;
	z-index: 0;
}

#how-sake-is-made.container:after {
	content: '';
  background: url('/wp-content/uploads/2025/01/background1.jpg') no-repeat center / cover;
  opacity: 0.2;
  width: 100%;
  height: 100%;
  overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

#how-sake-is-made h2 {
	color: #fff;
}

@media (min-width: 1024px) {
	#how-sake-is-made .content-box {
		width: 92%;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

#how-sake-is-made .item {
	margin-bottom: 85px;
}

#how-sake-is-made .item:nth-of-type(4) {
	margin-bottom: 0;
}

@media (min-width: 1024px) {
	#how-sake-is-made .item {
		width: 45.6%;
		margin: 0!important;
	}
	#how-sake-is-made .item:nth-of-type(1),
	#how-sake-is-made .item:nth-of-type(2) {
		margin-bottom: 100px!important;
	}
}

#how-sake-is-made .item:nth-of-type(2):before,
#how-sake-is-made .item:nth-of-type(4):before {
	content: '';
  background: url('/wp-content/uploads/2024/12/motif_line2.png') no-repeat center /contain;
  width: 145px;
  height: 62px;
  position: absolute;
	top: -62px;
	right: -5%;
	transform: scale(-1, 1);
}

@media (min-width: 1024px) {
	#how-sake-is-made .item:nth-of-type(2):before,
	#how-sake-is-made .item:nth-of-type(4):before {
		display: none;
	}

	#how-sake-is-made .item:nth-of-type(2) figure:before,
	#how-sake-is-made .item:nth-of-type(4) figure:before {
		content: '';
		background: url('/wp-content/uploads/2024/12/motif_line2.png') no-repeat center /contain;
		width: 220px;
		height: 94px;
		position: absolute;
		bottom: -100px;
		right: 0;
	}
}

#how-sake-is-made .item:nth-of-type(3):before {
	content: '';
  background: url('/wp-content/uploads/2024/12/motif_line2.png') no-repeat center /contain;
  width: 145px;
  height: 62px;
  position: absolute;
	top: -62px;
	left: -5%;
}

@media (min-width: 1024px) {
	#how-sake-is-made .item:nth-of-type(1):before {
		content: '';
		background: url('/wp-content/uploads/2024/12/motif_line2.png') no-repeat center /contain;
		width: 220px;
		height: 94px;
		position: absolute;
		bottom: -94px;
		left: 0;
		transform: scale(-1, 1);
	}

	#how-sake-is-made .item:nth-of-type(3):before {
		width: 220px;
		height: 94px;
		position: absolute;
		top: auto;
		bottom: -94px;
		left: 0;
		transform: scale(-1, 1);
	}
}

#how-sake-is-made .item:nth-of-type(2):after,
#how-sake-is-made .item:nth-of-type(3):after,
#how-sake-is-made .item:nth-of-type(4):after {
	content: '';
	width: 95px;
  aspect-ratio: 3.8;
  clip-path: polygon(50% 100%,100% 0,0 0);
  background: #fff;
  position: absolute;
	top: -55px;
	left: 50%;
	transform: translateX(-50%);
}

@media (min-width: 1024px) {
	#how-sake-is-made .item:nth-of-type(2):after,
	#how-sake-is-made .item:nth-of-type(3):after {
	display: none;
}
	#how-sake-is-made .item:nth-of-type(2) figure:after {
	content: '';
	width: 25px;
	aspect-ratio: 1/3.8;
	clip-path: polygon(0 0,100% 50%,0 100%);
	background: #fff;
	position: absolute;
	left: -12%;
	top: 50%;
	transform: translateY(-50%);
 }

 #how-sake-is-made .item:nth-of-type(3) figure:after {
	content: '';
	width: 25px;
	aspect-ratio: 1/3.8;
	clip-path: polygon(100% 0,0 50%,100% 100%);
	background: #fff;
	position: absolute;
	right: -12%;
	top: 50%;
	transform: translateY(-50%);
 }

 #how-sake-is-made .item:nth-of-type(4):after {
  clip-path: polygon(50% 100%,100% 0,0 0);
	top: -62px;
	left: 50%;
	transform: translateX(-50%);
 }
}

#how-sake-is-made .item h3 {
	margin: 20px 0;
	display: inline-block;
}

@media (min-width: 1024px) {
	#how-sake-is-made .item h3 {
		margin: 25px 0;
	}
}

#how-sake-is-made .item h3 .number {
	font-size: 3rem;
	display: inline-block;
	padding-right: 5px;
}

@media (min-width: 1024px) {
	#how-sake-is-made .item h3 .number {
		padding-right: 10px;
	}
}


/* how-sake-is-made ここまで */

/* how-to-drink-sake */

#how-to-drink-sake.container {
	background: #EBE2D2;
	z-index: -1;
}

#how-to-drink-sake.container:after {
	content: '';
	position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 74%;
  background: #A5B97F;
  z-index: -2;
  transform: skewY(-56deg);
  transform-origin: top left;
}

@media (min-width: 1024px) {
	#how-to-drink-sake.container:after {
		height: 68%;
		transform: skewY(-27deg);
	}
}

@media (min-width: 1024px) {
	#how-to-drink-sake .inner {
		width: 68%;
		margin: 0 auto;
	}
}

#how-to-drink-sake .leading-text {
	margin-bottom: 30px;
}

@media (min-width: 1024px) {
	#how-to-drink-sake .leading-text {
		margin-bottom: 48px;
	}
}

#how-to-drink-sake h3 {
	font-size: 1.8rem;
	padding-left: 10px;
	margin-bottom: 30px;
	line-height: 1.5;
}

@media (min-width: 1024px) {
		#how-to-drink-sake h3 {
			font-size: 2.4rem;
			padding-left: 25px;
		}
}

#how-to-drink-sake h3:before {
	content: '';
	width: 5px;
	height: 100%;
  background: #fff;
  position: absolute;
	top: 0;
	left: 0;
}

@media (min-width: 1024px) {
	#how-to-drink-sake h3:before {
		width: 10px;
	}
}

@media (min-width: 1024px) {
	#how-to-drink-sake .item-box {
		margin-bottom: 60px;
		display: flex;
		justify-content: space-between;
	}
}

#how-to-drink-sake .item:nth-of-type(2) {
	margin: 40px 0 60px;
}

@media (min-width: 1024px) {
	#how-to-drink-sake .item {
		width: 45.9%;
		height: auto;
		margin: 0!important;
	}
	#how-to-drink-sake .item:nth-of-type(2) {
		padding-top: 20%;
	}
}

#how-to-drink-sake .item figure {
	width: 74%;
}

@media (min-width: 1024px) {
	#how-to-drink-sake .item figure {
		width: 100%;
	}
}

#how-to-drink-sake .item:nth-of-type(1) figure:before {
	content: '';
	background-color: #fff;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: absolute;
	top: 10px;
	right: -10px;
}

@media (min-width: 1024px) {
	#how-to-drink-sake .item:nth-of-type(1) figure:before {
		top: 0;
		right: -5%;
	}
}

#how-to-drink-sake .item:nth-of-type(1) figure:after {
	content: '';
	background: url('/wp-content/uploads/2024/12/motif_triangle1.png') no-repeat center /contain;
	width: 40%;
	height: 20%;
	position: absolute;
	bottom: 25px;
	right: -5%;
}

@media (min-width: 1024px) {
	#how-to-drink-sake .item:nth-of-type(1) figure:after {
		width: 33%;
		height: 17%;
		bottom: 40px;
	}
}

#how-to-drink-sake .item:nth-of-type(2) figure:before {
	content: '';
	background-color: #fff;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: absolute;
	top: 10px;
	left: -10px;
}

@media (min-width: 1024px) {
	#how-to-drink-sake .item:nth-of-type(2) figure:before {
		top: 0;
		left: -5%;
	}
}

#how-to-drink-sake .item:nth-of-type(2) figure:after {
	content: '';
	background: url('/wp-content/uploads/2024/12/motif_triangle2.png') no-repeat center /contain;
	width: 40%;
	height: 20%;
	position: absolute;
	bottom: 25px;
	left: -5%;
}

@media (min-width: 1024px) {
	#how-to-drink-sake .item:nth-of-type(2) figure:after {
		width: 33%;
		height: 17%;
		bottom: 40px;
	}
}

#how-to-drink-sake .item figure img {
	border-radius: 50%;
}

#how-to-drink-sake h4 {
	margin: 20px 0 15px;
	text-align: center;
	font-size: 2rem;
	font-weight: 400;
}

@media (min-width: 1024px) {
	#how-to-drink-sake h4 {
		margin: 30px 0 20px;
	}
}

#how-to-drink-sake .item p {
	display: inline-block;
	left: 50%;
	transform: translateX(-50%);
}

@media (min-width: 1024px) {
	#how-to-drink-sake .item p {
		width: 335px;
		text-align: center;
	}
}

#how-to-drink-sake .item-food p {
	margin-bottom: 30px;
}

@media (min-width: 1024px) {
	#how-to-drink-sake .item-food p {
		margin-bottom: 40px;
	}
}

#how-to-drink-sake .item-food figure {
	width: 100%;
}

@media (min-width: 1024px) {
	#how-to-drink-sake .item-food figure {
		width: 69.3%;
	}
}

/* how-to-drink-sake ここまで */

/* youtube */

#youtube.container {
	background: #EBE2D2;
	z-index: 0;
}

#youtube.container:before{
	content: '';
	background: url('/wp-content/uploads/2024/12/rice.png') no-repeat center /cover;
	width: 100%;
	height: 70%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.4;
}

#youtube .box {
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
}

iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

@media (min-width: 1024px) {
	#youtube .inner {
		width: 68%;
	}
	#youtube .box {
		width: 69.3%;
	}
}

/* youtube ここまで */

/* footer */

footer.entry-footer {
	display: none;
}

footer.site-footer {
	width: 100%;
	height: 150px;
	background: #EBE2D2;
}

@media (min-width: 1024px) {
	footer.site-footer {
		height: 200px;
	}
}

.site-info {
	top: 12px;
}

@media (min-width: 1024px) {
	.site-info {
		top: 140px;
	}
}

.copyright {
	text-align: center;
	font-size: 12px;
}

@media (min-width: 1024px) {
	.copyright {
		font-size: 15px;
	}
}

/* footer ここまで */

/* form */

.page-id-169 .page-thumbnail {
	opacity: 0.8;
}

.page-id-169 p.heading {
	width: 90%;
	font-size: 4rem;
	left: 50%;
	transform: translateX(-50%);
}

@media (min-width: 1024px) {
	.page-id-169 p.heading {
		font-size: 5rem;
		width: 60%;
		margin: 0 auto;
	}
}

#form.container  {
  background: linear-gradient(#e4c898 0%, #dfc899 33.5%, #ccca9e 63.55%, #aac080 100%);
	z-index: 0;
}

#form.container:after {
  content: '';
  background: url('/wp-content/uploads/2025/01/background2.jpg') no-repeat center / cover;
  opacity: 0.15;
  width: 100%;
  height: 100%;
  overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

#form .inner {
	width: 90%;
	margin: 0 auto;
}

@media (min-width: 1024px) {
	#form .inner {
		width: 60%;
	}
}

#form p {
  margin: 12px 0;
}

#form p:nth-of-type(1) {
  margin: 0 0 12px!important;
}

#form p,
#form span,
span.wpcf7-form-control-wrap,
.wpcf7-form-control {
	font-family: "Lusitana";
  font-weight: 400;
	font-size: 1.6rem;
}

@media (min-width: 1024px) {
  #form form p,
  #form form span,
  span.wpcf7-form-control-wrap {
    font-size: 1.8rem;
  }
}

#form p.leading {
	margin-bottom: 40px!important;
}

#form input {
  width: 100%;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #707070;
  cursor: pointer;
}

#form textarea {
  border-radius: 5px;
  border: 1px solid #707070;
  width: 100%;
  cursor: pointer;
}

.wpcf7-form-control {
  padding: 5px 10px;
}

#form span.red {
  color : #CC434C;
}

/*radio*/
span.wpcf7-list-item {
	margin: 0;
}

span.wpcf7-list-item.last {
  margin-left: 30px;
}

input[type="radio"] {
  -webkit-appearance: none!important;
  -moz-appearance: none!important;
  appearance: none!important;
  width: 18px!important;
  height: 18px!important;
  border-radius: 50%!important;
  border: 2px solid #707070;
  background-color: #fff;
  cursor: pointer;
  margin: 0!important;
}

/* ラジオボタンがチェックされた時のスタイル */
input[type="radio"]:checked {
  background-color: #fff;
  border-color: #E5C41E;
}

/* ラジオボタンのチェックマーク */
input[type="radio"]:checked::before {
  content: '';
  position: absolute!important;
  top: 4px!important;
  left: 4px!important;
  width: 8px!important;
  height: 8px!important;
  border-radius: 50%!important;
  background-color: #E5C41E;
}

/* ラジオボタンのラベル */
input[type="radio"] span {
  margin-left: 10px;
}

input[type="radio"]:hover {
  border-color: #E5C41E!important;
}

/* ラジオボタンが選択された時のチェックマークのホバー */
input[type="radio"]:checked:hover::before {
  background-color: #E5C41E;
}

.wpcf7-submit {
	background-color: #E5C41E;
	border: none!important;
	width: 200px!important;
  padding: 10px;
  border-radius: 20px!important;
  display: inline-block;
  line-height: normal;
  cursor: pointer;
	margin-top: 30px;
	left: 50%;
	transform: translateX(-50%);
}

.wpcf7-submit:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 12px;
  aspect-ratio: 1/2;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  margin-left: 70px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background-color: #fff;
}

span.wpcf7-spinner {
  display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border: none!important;
}