/*
Theme Name: a	
Theme URI: https://dessin.work/
Description: dessin Inc. Client theme.
Author: dessin Inc. development team [Yuki Fujii]
Version: 2023-08-03
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, u, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  color: #000;
  font: inherit;
  vertical-align: baseline;
  line-height: 1.6;
  font-family: "Noto Serif JP", serif;
}
input {
  font-family: "Noto Serif JP", serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  font: inherit;
  background-color: #252525;
}
html {
  scroll-behavior: smooth;
  overscroll-behavior-y: contain;
  -webkit-overflow-scrolling: touch;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  color: #333;
  text-decoration: none;
  transition: 0.3s;
}
a:hover img {
  opacity: 0.8;
}
img, iframe {
  vertical-align: bottom;
  max-width: 100%;
  background: transparent;
  transition: 0.3s;
}
input[type=submit], input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
        appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type=submit]::-webkit-search-decoration, input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus, input[type=button]::focus {
  outline-offset: -2px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}
.grecaptcha-badge {
  display: none;
}
.clear:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.df {
  display: flex;
}
.sb {
  justify-content: space-between;
}
.fw {
  flex-wrap: wrap;
}
.w90 {
  margin: 0 auto;
  width: 90%;
}
.tit1{
    font-size: 4.1vw;
    font-weight: 400;
    color: #fff;
    line-height: 66px;
    letter-spacing: 0;
    font-family: "Merriweather", serif;
}
.pageTop .tit1 br.sp{
    display: none;
}
.tit2{
    font-size: 48px;
    font-weight: 400;
    font-family: "Merriweather", serif;
    color: #E46905;
}
.tit2 span{
    display: block;
    line-height: 48px;
    font-weight: 500;
    font-size: 15px;
    font-family: "Noto Serif JP", serif;
    color: #E46905;
}
.tit4{
    font-size: 2.78vw;
    font-weight: 600;
    color: #fff;
    line-height: 58px;
}
.itemList{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 5.09vw 3.84vw;
}
.itemList li img{
    display: block;
    aspect-ratio: 387 / 279;
    margin-bottom: 1.19vw;
}
.itemList li .itemTit{
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0.73vw;
    line-height: 18px;
    letter-spacing: 0;
}
.itemList li .price{
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-align: right;
    line-height: 14px;
    letter-spacing: 0;
}
.link1{
    width: 259px;
    height: 77px;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0;
}
.link2{
    width: 227px;
    height: 67px;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0;
}
header{
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 1.79vw 3.51vw 0 2.91vw;
    box-sizing: border-box;
}
header h1{
    width: 18.34vw;
}
.hbWrap{
    background-color: #D9D9D9;
    border-radius: 31px;
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    max-width: 33px;
    padding: 15px 76px 15px 29px;
    overflow: hidden;
    transition: max-width .35s ease, padding .35s ease, background-color .25s ease;
}
.hbWrap:not(.on){
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
}
.hbWrap.on{
    max-width: 800px;
}
.hbMenu{
    opacity: 0;
    visibility: hidden;
    transform: translateX(-12px);
    transition: opacity .2s ease, transform .35s ease, visibility 0s linear .2s;
    pointer-events: none;
}
.hbWrap.on .hbMenu{
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    pointer-events: auto;
    transition: opacity .2s ease .12s, transform .35s ease, visibility 0s linear 0s;
}
.hbMenu ul{
    flex-wrap: nowrap;
}
.hbBtn{
    width: 33px;
    height: 33px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 3px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 2;
    transition: .3s;
}
.hbWrap.on .hbBtn{
    right: 2%;
}
.hbBtn span{
    display: block;
    width: 16px;
    height: 2px;
    background-color: #252525;
    transition: transform .3s ease, opacity .3s ease;
}
.hbWrap.on .hbBtn{
    background-color: #252525;
}
.hbWrap.on .hbBtn span{
    background-color: #fff;
}
.hbWrap.on .hbBtn span:nth-child(1){
    transform: translateY(5px) rotate(45deg);
}
.hbWrap.on .hbBtn span:nth-child(2){
    opacity: 0;
}
.hbWrap.on .hbBtn span:nth-child(3){
    transform: translateY(-5px) rotate(-45deg);
}
.hbMenu li{
    margin-right: 17px;
    white-space: nowrap;
}
.hbMenu li:last-child{
    margin-right: 0;
}
.hbMenu li a{
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
}
.mv{
    width: 100%;
    height: 100vh;
    position: relative;
    margin-bottom: 13.43vw;
}
.mv img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mv .txtBox{
    position: absolute;
    left: 2.91vw;
    bottom: 2.71vw;
    z-index: 10;
}
.mv .txtBox .tit1{
    margin-bottom: 1.92vw;
}
.mv .txtBox .subTit{
    font-size: 1.32vw;
    font-weight: 600;
    color: #fff;
}
.topBlock1{
    width: 84.39vw;
    margin: 0 auto 5.49vw;
}
.topBlock1 .left{
    width: 50%;
}
.topBlock1 .left .tit4{
    margin-bottom: 4.23vw;
}
.topBlock1 .left .text{
    line-height: 44px;
    letter-spacing: 0;
    color: #fff;
}
.topBlock1 .right{
    width: 50%;
    position: relative;
    padding-bottom: 14.29vw;
    padding-left: 4%;
    box-sizing: border-box;
}
.topBlock1 .right img{
    display: block;
}
.topBlock1 .right img:nth-child(1){
    width: 76%;
    margin: 0 0 0 auto;
}
.topBlock1 .right img:nth-child(2){
    width: 44%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.textSlide{
    margin-bottom: 4.1vw;   
}
.textSlide .swiper-wrapper{
     transition-timing-function: linear;
}
.topBlock2{
    width: 84.39vw;
    margin: 0 auto 15.15vw;
}
.topBlock2Inner .left{
    width: 50%;
}
.topBlock2Inner .right{
    width: 50%;
    margin-bottom: 7.14vw;
    padding-left: 2%;
    box-sizing: border-box;
}
.topBlock2Inner .right > p{
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    margin-bottom: 3.51vw;
}