@charset "utf-8";
/* CSS Document */
.flex-left{
    justify-content: flex-start!important;
}
html{
}
body{
	font-family: "Zen Old Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
	background-color: #fffbf2;
	color: #333333;
}

body .bg_img_wrap {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
body.on .bg_img_wrap .bg_img{
	display: none;
}
body .bg_img_wrap2 {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
body.on .bg_img_wrap2 > img{
	display: none;
}

body.gjs-dashed{}
body:not(.gjs-dashed){}


a{
	display: inline-block;
	transition: ease 0.3s;
}
a:hover{
	opacity: 0.5;
}
a p,a,a i,a h1,a h2,a h3,a h4,a h5,a h6,a:hover{
	color: #333333;
}

.pd_wrap{
	padding: 150px 80px 0;
}
.pd_wrap_all{
	padding: 150px 80px 150px;
}
.pd_wrap_side{
	padding-left: 80px;
	padding-right: 80px;
}
.pd_wrap_t{
	padding-top: 150px;
}
.pd_wrap_b{
	padding-bottom: 150px;
}

.cate_wrap > .cate{
	padding-top: 150px;
}

.mg_t_1{margin-top: 150px;}
.mg_t_2{margin-top: 100px;}
.mg_t_3{margin-top: 80px;}
.mg_t_4{margin-top: 50px;}
.mg_t_5{margin-top: 30px;}
.mg_b_1{margin-bottom: 150px;}
.mg_b_2{margin-bottom: 100px;}
.mg_b_3{margin-bottom: 80px;}
.mg_b_4{margin-bottom: 50px;}
.mg_b_5{margin-bottom: 30px;}
.pd_t_1{padding-top: 150px;}
.pd_t_2{padding-top: 100px;}
.pd_t_3{padding-top: 80px;}
.pd_t_4{padding-top: 50px;}
.pd_t_5{padding-top: 30px;}
.pd_b_1{padding-bottom: 150px;}
.pd_b_2{padding-bottom: 100px;}
.pd_b_3{padding-bottom: 80px;}
.pd_b_4{padding-bottom: 50px;}
.pd_b_5{padding-bottom: 30px;}

.en_title1{
	font-family: "EB Garamond", serif;
	font-weight: 500;
	color: #c83c1e;
	letter-spacing: 0.13em;
}
.en_title2{
	font-family: "EB Garamond", serif;
	font-weight: 500;
	font-size: 15px;
	line-height: 1.1;
	letter-spacing: 0.256em;
	color: #c83c1e;
}

.default_title1{
	font-size: clamp(22px,3.0vw,42px);
	font-weight: 500;
	letter-spacing: 0.07em;
	color: #333;
}
.default_title2{
	font-size: clamp(24px,2.5vw,36px);
	font-weight: 500;
	line-height: 1.44;
	letter-spacing: 0.072em;
	color: #333;
}
.default_title3{
	font-size: clamp(18px,2.2vw,24px);
	font-weight: 500;
	letter-spacing: 0.125em;
	color: #333;
}
.default_txt1{
	font-size: clamp(14px,1.05vw,15px);
	line-height: 2.2;
	letter-spacing: 0.06em;
	color: #333;
}
.default_txt2{
	font-size: clamp(13px,1.4vw,16px);
}
.default_txt3{
	font-size: clamp(12px,1.2vw,14px);
}
.default_txt4{
	font-size: clamp(16px,2.0vw,22px);
}

.font-light{font-weight: lighter;}
.font-normal{font-weight: normal;}
.font-medium{font-weight: 500;}
.font-semibold{font-weight: 600;}
.font-bold{font-weight: bold;}
.font-black{font-weight: 900;}


/* ---------- common ---------- */
.tb_br br{display: none;}
.sp_br br{display: none;}
.inner{
	max-width: 1140px;
	width: 100%;
	margin: 0 auto;
}
.sec_label{
	gap: 12px;
}
.sec_label .line{
	width: 32px;
	height: 1px;
	background-color: #c83c1e;
	flex-shrink: 0;
}
.more{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.more a{
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 192px;
	padding: 14px 30px;
	border: 1px solid #c83c1e;
	border-radius: 4px;
	box-sizing: border-box;
	background-color: transparent;
	transition: ease 0.3s;
}
.more a p{
	font-size: 15px;
	line-height: 1.3;
	letter-spacing: 0.087em;
	color: #c83c1e;
	text-align: center;
	white-space: nowrap;
	transition: ease 0.3s;
}
.more a:hover{
	opacity: 1;
	background-color: #c83c1e;
}
.more a:hover p{
	color: #fff;
}
.more.more_navy a{
	border-color: #002a45;
	padding: 13px 32px;
}
.more.more_navy a p{
	color: #002a45;
}
.more.more_navy a:hover{
	background-color: #002a45;
}
.more.more_navy a:hover p{
	color: #fff;
}
.more.more_fill a{
	background-color: #c83c1e;
	border-color: #c83c1e;
}
.more.more_fill a p{
	color: #fff;
}
.more.more_fill a:hover{
	background-color: transparent;
}
.more.more_fill a:hover p{
	color: #c83c1e;
}
.more.more_white a{
	border-color: rgba(255,251,242,0.5);
}
.more.more_white a p{
	color: #fffbf2;
}
.more.more_white a:hover{
	background-color: #fffbf2;
}
.more.more_white a:hover p{
	color: #002a45;
}

/* ---------- page hero ---------- */
.page_hero{
	position: relative;
	height: 469px;
	overflow: hidden;
	margin-top: 72px;
}
.page_hero .washi{
	position: absolute;
	left: 0;
	top: 130px;
	width: 69%;
	height: 339px;
	background-color: #fff0dd;
}
.page_hero .washi img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.4;
	display: block;
}
.page_hero .photo{
	position: absolute;
	right: 0;
	top: 0;
	width: 69%;
	height: 403px;
}
.page_hero .photo img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}
.page_hero .ttl{
	position: absolute;
	left: 170px;
	top: 70px;
	z-index: 2;
	display: flex;
	gap: 24px;
	align-items: flex-start;
}
.page_hero .ttl h1,.page_hero .ttl .title{
	writing-mode: vertical-rl;
	font-size: 32px;
	font-weight: 500;
	line-height: 1.16;
	letter-spacing: 0.262em;
	color: #1a1208;
}
.page_hero .ttl .en{
	writing-mode: vertical-rl;
	font-family: "EB Garamond", serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1;
	letter-spacing: 0.214em;
	color: #c83c1e;
}
.page .inner{
	max-width: 1140px;
	padding-left: 80px;
	padding-right: 80px;
	box-sizing: border-box;
}
.page .sec_inner{
	padding-top: 120px;
	padding-bottom: 120px;
}

/* ---------- header ---------- */
.header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 72px;
	background-color: rgba(255,251,242,0.95);
	border-bottom: 1px solid #d4c9b0;
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	z-index: 9999;
}
.header .inner{
	max-width: none;
	height: 72px;
	padding: 0 40px;
}
.header .logo{
	width: 165px;
	height: 39px;
	flex-shrink: 0;
}
.header .logo a,
.header .logo img{
	width: 165px;
	height: 39px;
	display: block;
	object-fit: contain;
}
.header .head_nav{
	gap: 24px;
}
.header .head_nav > .ul{
	gap: 40px;
}
.header .head_nav > .ul > .li > a{
	position: relative;
}
.header .head_nav > .ul > .li > a p{
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0.08em;
	color: #000;
	white-space: nowrap;
}
.header .head_nav > .ul > .li > a::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 0;
	height: 1px;
	background-color: #c83c1e;
	transition: ease 0.3s;
}
.header .head_nav > .ul > .li > a:hover{
	opacity: 1;
}
.header .head_nav > .ul > .li > a:hover::after{
	width: 100%;
}
.header .head_cart{
	width: 22px;
	height: 22px;
	flex-shrink: 0;
}
.header .head_cart img{
	width: 22px;
	height: 22px;
	display: block;
}
.header .menu-bt{
	cursor: pointer;
	width: 24px;
	height: 24px;
	flex-shrink: 0;
}
.header .menu-bt .line{
	position: relative;
	width: 18px;
	height: 14px;
}
.header .menu-bt .line div{
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #000;
	transition: ease 0.3s;
}
.header .menu-bt .line div:nth-of-type(1){
	top: 0;
}
.header .menu-bt .line div:nth-of-type(2){
	top: 50%;
	transform: translateY(-50%);
}
.header .menu-bt .line div:nth-of-type(3){
	bottom: 0;
}
.header .menu-bt.active .line div:nth-of-type(1){
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
}
.header .menu-bt.active .line div:nth-of-type(2){
	opacity: 0;
}
.header .menu-bt.active .line div:nth-of-type(3){
	bottom: 50%;
	transform: translateY(50%) rotate(-45deg);
}
.menu-wrap{
	display: none;
	position: fixed;
	z-index: 9998;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.menu-wrap::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: rgba(255,251,242,0.98);
}
.menu-wrap > div{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	overflow: auto;
	padding: 120px 40px 80px;
	box-sizing: border-box;
}
.menu-wrap .ul{
	width: 100%;
	max-width: 480px;
	text-align: center;
}
.menu-wrap .ul::before{
	content: "MENU";
	display: block;
	margin-bottom: 40px;
	font-family: "EB Garamond", serif;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0.4em;
	line-height: 1;
	color: #c83c1e;
}
.menu-wrap .ul .li{
	margin-bottom: 0;
	opacity: 0;
	transform: translateY(12px);
	border-bottom: 1px solid #d4c9b0;
}
.menu-wrap .ul .li:first-of-type{
	border-top: 1px solid #d4c9b0;
}
.menu-wrap .ul .li:last-of-type{
	border-bottom: none;
	margin-top: 40px;
}
.menu-wrap.active .ul .li{
	animation-name: bottomin;
	animation-duration: 0.7s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.menu-wrap.active .ul .li:nth-of-type(1){animation-delay: 0.05s;}
.menu-wrap.active .ul .li:nth-of-type(2){animation-delay: 0.10s;}
.menu-wrap.active .ul .li:nth-of-type(3){animation-delay: 0.15s;}
.menu-wrap.active .ul .li:nth-of-type(4){animation-delay: 0.20s;}
.menu-wrap.active .ul .li:nth-of-type(5){animation-delay: 0.25s;}
.menu-wrap.active .ul .li:nth-of-type(6){animation-delay: 0.30s;}
.menu-wrap.active .ul .li:nth-of-type(7){animation-delay: 0.35s;}
.menu-wrap.active .ul .li:nth-of-type(8){animation-delay: 0.40s;}
.menu-wrap.active .ul .li:nth-of-type(9){animation-delay: 0.45s;}
.menu-wrap.active .ul .li:nth-of-type(10){animation-delay: 0.50s;}
.menu-wrap .ul .li a{
	display: block;
	padding: 18px 0;
	width: 100%;
}
.menu-wrap .ul .li a:hover{
	opacity: 1;
}
.menu-wrap .ul .li a p{
	font-size: 18px;
	line-height: 1.4;
	letter-spacing: 0.12em;
	color: #1a1208;
	transition: ease 0.3s;
}
.menu-wrap .ul .li a:hover p{
	color: #c83c1e;
}
.menu-wrap .ul .li:last-of-type a{
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 192px;
	max-width: 240px;
	margin: 0 auto;
	padding: 14px 30px;
	border: 1px solid #c83c1e;
	border-radius: 4px;
	box-sizing: border-box;
	transition: ease 0.3s;
}
.menu-wrap .ul .li:last-of-type a p{
	font-size: 15px;
	letter-spacing: 0.087em;
	color: #c83c1e;
}
.menu-wrap .ul .li:last-of-type a:hover{
	background-color: #c83c1e;
}
.menu-wrap .ul .li:last-of-type a:hover p{
	color: #fff;
}
body:has(.menu-wrap.active){
	overflow: hidden;
}

/* ---------- footer ---------- */
.footer{
	background-color: #fffbf2;
	border-top: 1px solid #d4c9b0;
	padding: 80px 40px 40px;
}
.footer .inner{
	max-width: 1140px;
	margin-bottom: 60px;
}
.footer .col_logo .logo{
	width: 280px;
	height: 65px;
}
.footer .col_logo .logo a,
.footer .col_logo .logo img{
	width: 280px;
	height: 65px;
	display: block;
	object-fit: contain;
}
.footer .col_logo .add{
	margin-top: 20px;
	font-size: 15px;
	line-height: 1.56;
	letter-spacing: 0.052em;
	color: #8a7e6a;
}
.footer .col_logo .more{
	margin-top: 20px;
}
.footer .col_logo .sns{
	display: block;
	width: 30px;
	height: 30px;
	margin-top: 20px;
}
.footer .col_logo .sns img{
	width: 30px;
	height: 30px;
	display: block;
}
.footer .col_nav{
	gap: 60px;
}
.footer .col_nav .ul .li{
	margin-top: 20px;
}
.footer .col_nav .ul .li:first-of-type{
	margin-top: 0;
}
.footer .col_nav .ul .li a p{
	font-size: 15px;
	line-height: 13px;
	letter-spacing: 0.069em;
	color: #333;
	white-space: nowrap;
}
.footer .copyright{
	max-width: 1140px;
	margin: 0 auto;
	font-size: 12px;
	line-height: 1.5;
	letter-spacing: 0.06em;
	color: #8a7e6a;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 48px 20px 24px;
  }

  .footer > .inner {
    display: flex;
    flex-direction: column !important;
    align-items: stretch;
    gap: 36px;
    width: 100%;
    height: auto;
    margin: 0 auto 32px;
    padding: 0;
  }

  /* .colの幅・伸縮指定をリセット */
  .footer > .inner > .col {
    flex: none;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 0;
  }

	.footer .col_logo {
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
	flex-direction: column;

	}
  .footer .col_logo .logo {
    width: min(260px, 100%);
    height: auto;
  }

  .footer .col_logo .logo a,
  .footer .col_logo .logo img {
    display: block;
    width: 100%;
    height: auto;
  }

  .footer .col_logo .add {
    margin-top: 16px;
    font-size: 13px;
    line-height: 1.8;
  }

  .footer .col_logo .more {
    margin-top: 18px;
  }

  .footer .col_logo .sns {
    margin-top: 20px;
  }

  /* メニューは2列 */
  .footer .col_nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    border-top: 1px solid #d4c9b0;
    padding-top: 28px !important;
  }

  .footer .col_nav .ul {
    width: auto;
    min-width: 0;
    margin: 0;
    padding: 0;
  }

  .footer .col_nav .ul .li {
    margin-top: 8px;
  }

  .footer .col_nav .ul .li:first-of-type {
    margin-top: 0;
  }

  .footer .col_nav .ul .li a {
    display: block;
    padding: 8px 0;
  }

  .footer .col_nav .ul .li a p {
    margin: 0;
    font-size: 13px;
    line-height: 1.7;
    letter-spacing: 0.03em;
    white-space: normal;
  }

  .footer .copyright {
    margin: 0;
    font-size: 11px;
    line-height: 1.6;
  }
}
.main-wrap .sec_label {
  display: flex;
  justify-content: flex-start !important;
  align-items: center;
  flex-wrap: nowrap;
  gap: 12px;
  text-align: left !important;
}
.main-wrap .sec_label .line { flex: 0 0 28px; }
.main-wrap .sec_label .en_title2 {
  min-width: 0;
  margin: 0;
  text-align: left !important;
  line-height: 1.6;
  overflow-wrap: anywhere;
}
@media (max-width: 576px) {
  .main-wrap .sec_label { gap: 8px; }
  .main-wrap .sec_label .line { flex-basis: 20px; }
  .main-wrap .sec_label .en_title2 { font-size: 12px; letter-spacing: .12em; }
}



body > p.copyright:empty{
	display: none;
}

/* ANIME */
.sc-anime.topin.on{
	opacity:0;
	transform: translateY(-50px);
}
.sc-anime.topin.on.active{
	animation-name: topin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.bottomin.on{
	opacity:0;
	transform: translateY(50px);
}
.sc-anime.bottomin.on.active{
	animation-name: bottomin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.leftin.on{
	opacity:0;
	transform: translateX(-50px);
}
.sc-anime.leftin.on.active{
	animation-name: leftin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.rightin.on{
	opacity:0;
	transform: translateX(50px);
}
.sc-anime.rightin.on.active{
	animation-name: rightin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.fadein.on{
	opacity:0;
}
.sc-anime.fadein.on.active{
	animation-name: fadein;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.blurin.on{
	opacity:0;
	-ms-filter: blur(6px);
	filter: blur(6px);
}
.sc-anime.blurin.on.active{
	animation-name: blurin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.blurin2.on{
	opacity:0;
	transform: translateY(50px);
	-ms-filter: blur(6px);
	filter: blur(6px);
}
.sc-anime.blurin2.on.active{
	animation-name: blurin2;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}

@keyframes topin {
	0% {
		opacity:0;
		transform: translateY(-50px);
	}
	100% {
		opacity:1;
		transform: translateY(0px);
	}
}
@keyframes bottomin {
	0% {
		opacity:0;
		transform: translateY(50px);
	}
	100% {
		opacity:1;
		transform: translateY(0px);
	}
}
@keyframes leftin {
	0% {
		opacity:0;
		transform: translateX(-50px);
	}
	100% {
		opacity:1;
		transform: translateX(0px);
	}
}
@keyframes rightin {
	0% {
		opacity:0;
		transform: translateX(50px);
	}
	100% {
		opacity:1;
		transform: translateX(0px);
	}
}
@keyframes upin {
	0% {
		transform: translateY(100%);
	}
	100% {
		transform: translateY(0);
	}
}
@keyframes fadein {

	0% {
		opacity:0;

	}
	100% {
		opacity:1;
	}
}
@keyframes fadeout {
	0% {
		opacity:1;
	}
	100% {
		opacity:0;
	}
}
@keyframes blurin {
	0% {
		opacity: 0;
		-ms-filter: blur(6px);
		filter: blur(6px);
	}
	100% {
		opacity:1;
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
}
@keyframes blurin2 {
	0% {
		opacity: 0;
		transform: translateY(50px);
		-ms-filter: blur(6px);
		filter: blur(6px);
	}
	100% {
		opacity:1;
		transform: translateY(0px);
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
}

/* color */
.txt-color-normal{color: #000000;}
.txt-white{color: #ffffff;}
.txt-red{color: red;}
.txt-color1{color: #c83c1e}
.txt-color2{color: #8a7e6a}
.txt-color3{color: #002a45}
.txt-color4{color: #b28437}
.bg-white{background-color: #ffffff;}
.bg-black{background-color: black}
.bg-color1{background-color: #c83c1e}
.bg-color2{background-color: #fffbf2}
.bg-color3{background-color: #002a45}
.bg-color4{background-color: #fff0dd}
.border-color1{border-color: #c83c1e}
.border-color2{border-color: #d4c9b0}
.border-color3{border-color: #002a45}
.border-color4{border-color: #b28437}

.hvr-txt-color-normal:hover{color: #000000;}
.hvr-txt-white:hover{color: #ffffff;}
.hvr-txt-red:hover{color: red;}
.hvr-txt-color1:hover{color: #c83c1e}
.hvr-txt-color2:hover{color: #8a7e6a}
.hvr-txt-color3:hover{color: #002a45}
.hvr-txt-color4:hover{color: #b28437} 
.hvr-bg-white:hover{background-color: #ffffff;}
.hvr-bg-black:hover{background-color: black}
.hvr-bg-color1:hover{background-color: #c83c1e}
.hvr-bg-color2:hover{background-color: #fffbf2}
.hvr-bg-color3:hover{background-color: #002a45}
.hvr-bg-color4:hover{background-color: #fff0dd}
.hvr-border-color1:hover{border-color: #c83c1e}
.hvr-border-color2:hover{border-color: #d4c9b0}
.hvr-border-color3:hover{border-color: #002a45}
.hvr-border-color4:hover{border-color: #b28437}

/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}

/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.pd_wrap{
		padding: 150px 60px 0;
	}
	.pd_wrap_all{
		padding: 150px 60px 150px;
	}
	.pd_wrap_side{
		padding-left: 60px;
		padding-right: 60px;
	}
/* ---------- common ---------- */
/* ---------- header ---------- */
	.header .inner{
		padding: 0 30px;
	}
	.header .head_nav > .ul{
		gap: 24px;
	}
	.footer{
		padding: 80px 30px 40px;
	}
	.page .inner{
		padding-left: 60px;
		padding-right: 60px;
	}
	.page_hero .ttl{
		left: 80px;
	}
/* ---------- footer ---------- */
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.mg_t_1{margin-top: 100px;}
	.mg_t_2{margin-top: 80px;}
	.mg_t_3{margin-top: 60px;}
	.mg_t_4{margin-top: 40px;}
	.mg_t_5{margin-top: 30px;}
	.mg_b_1{margin-bottom: 100px;}
	.mg_b_2{margin-bottom: 80px;}
	.mg_b_3{margin-bottom: 60px;}
	.mg_b_4{margin-bottom: 40px;}
	.mg_b_5{margin-bottom: 30px;}
	.pd_t_1{padding-top: 100px;}
	.pd_t_2{padding-top: 80px;}
	.pd_t_3{padding-top: 60px;}
	.pd_t_4{padding-top: 40px;}
	.pd_t_5{padding-top: 30px;}
	.pd_b_1{padding-bottom: 100px;}
	.pd_b_2{padding-bottom: 80px;}
	.pd_b_3{padding-bottom: 60px;}
	.pd_b_4{padding-bottom: 40px;}
	.pd_b_5{padding-bottom: 30px;}
/* ---------- common ---------- */
/* ---------- header ---------- */
/* ---------- footer ---------- */
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.pd_wrap{
		padding: 100px 50px 0;
	}
	.pd_wrap_all{
		padding: 100px 50px 100px;
	}
	.pd_wrap_side{
		padding-left: 50px;
		padding-right: 50px;
	}
	.pd_wrap_t{
		padding-top: 100px;
	}
	.pd_wrap_b{
		padding-bottom: 100px;
	}
	.cate_wrap > .cate{
		padding-top: 100px;
	}
/* ---------- common ---------- */
	.pc_br br{display: none;}
	.tb_br br{display: block;}
/* ---------- header ---------- */
	.header .head_nav > .ul{
		display: none;
	}
	.header .inner{
		padding: 0 20px;
	}
	.menu-wrap > div{
		padding: 100px 20px 60px;
	}
	.menu-wrap .ul .li a{
		padding: 16px 0;
	}
	.menu-wrap .ul .li a p{
		font-size: 16px;
	}
	.menu-wrap .ul .li:last-of-type{
		margin-top: 32px;
	}
	.footer{
		padding: 60px 20px 32px;
	}
	.footer .inner{
		flex-direction: column;
		gap: 40px;
		margin-bottom: 40px;
	}
	.footer .col_logo .logo,
	.footer .col_logo .logo a,
	.footer .col_logo .logo img{
		width: 220px;
		height: 51px;
	}
	.footer .col_nav{
		gap: 40px;
	}
	.page .inner{
		padding-left: 40px;
		padding-right: 40px;
	}
	.page_hero{
		height: 380px;
	}
	.page_hero .washi{
		width: 80%;
		height: 260px;
		top: 120px;
	}
	.page_hero .photo{
		width: 72%;
		height: 300px;
	}
	.page_hero .ttl{
		left: 30px;
		top: 50px;
	}
	.page_hero .ttl h1,.page_hero .ttl .title{
		font-size: 24px;
	}
	.page .sec_inner{
		padding-top: 80px;
		padding-bottom: 80px;
	}
/* ---------- footer ---------- */
}
/* ---------- スマートフォン ---------- */
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.pd_wrap{
		padding: 80px 20px 0;
	}
	.pd_wrap_all{
		padding: 80px 20px 80px;
	}
	.pd_wrap_side{
		padding-left: 20px;
		padding-right: 20px;
	}
	.pd_wrap_t{
		padding-top: 80px;
	}
	.pd_wrap_b{
		padding-bottom: 80px;
	}
	.cate_wrap > .cate{
		padding-top: 80px;
	}
	.mg_t_1{margin-top: 80px;}
	.mg_t_2{margin-top: 60px;}
	.mg_t_3{margin-top: 50px;}
	.mg_t_4{margin-top: 30px;}
	.mg_t_5{margin-top: 20px;}
	.mg_b_1{margin-bottom: 80px;}
	.mg_b_2{margin-bottom: 60px;}
	.mg_b_3{margin-bottom: 50px;}
	.mg_b_4{margin-bottom: 30px;}
	.mg_b_5{margin-bottom: 20px;}
	.pd_t_1{padding-top: 80px;}
	.pd_t_2{padding-top: 60px;}
	.pd_t_3{padding-top: 50px;}
	.pd_t_4{padding-top: 30px;}
	.pd_t_5{padding-top: 20px;}
	.pd_b_1{padding-bottom: 80px;}
	.pd_b_2{padding-bottom: 60px;}
	.pd_b_3{padding-bottom: 50px;}
	.pd_b_4{padding-bottom: 30px;}
	.pd_b_5{padding-bottom: 20px;}
/* ---------- common ---------- */
	.pc_br br{display: none;}
	.tb_br br{display: none;}
	.sp_br br{display: block;}
/* ---------- header ---------- */
	.header .logo,
	.header .logo a,
	.header .logo img{
		width: 140px;
		height: 33px;
	}
	.footer .col_nav{
		flex-direction: column;
		gap: 20px;
	}
	.more a{
		min-width: 160px;
		padding: 12px 20px;
	}
	.page .inner{
		padding-left: 20px;
		padding-right: 20px;
	}
.page_hero {
    height: 320px;
    /* margin-topはスマホのヘッダー高さに合わせてください */
  }

  .page_hero .washi {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 180px;
  }

  .page_hero .photo {
    top: 0;
    right: 0;
    width: 68%;
    height: 250px;
  }

  .page_hero .photo img {
    object-fit: cover;
    object-position: center;
  }

  .page_hero .ttl {
    top: 28px;
    left: 0;
    width: 32%;
    gap: 12px;
    justify-content: center;
    align-items: flex-start;
  }

  .page_hero .ttl h1,.page_hero .ttl .title {
    margin: 0;
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 0.16em;
    white-space: nowrap;
  }

  .page_hero .ttl .en {
    margin: 0;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0.14em;
    white-space: nowrap;
  }

  .page .inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .page .sec_inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
/* ---------- footer ---------- */
	.footer .col_nav{
		display: none;
	}
	.footer .copyright{
		text-align: center;
	}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}
