@charset "utf-8";
.pc{
    display: block;
}
.sp{
    display: none;
}
#g-nav{
    display: none;
}
a.anchor{
    display: block;
    position: relative;
    top: -150px;
    visibility: hidden;
}
img{
    width:100%;
    height:auto;
    margin:auto;
    object-fit: cover;
}
body{
    color:#4B4D4C;
    background-color:#F3F3F2;
    font-family: 'Shippori Mincho', serif;
}
.wrapper01{
    width:80vw;
    max-width:1280px;
    margin:auto;
}
.wrapper02{
    width:80vw;
    max-width:1024px;
    margin:auto;
}
.page-top{
    position: fixed;
    right:50px;
    bottom:50px;
    width:50px;
    height:50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #C8D3D0;
    border-radius: 50%;
    z-index: 50;
    cursor: pointer;
}
.linkbtn02 {
    display: flex;
    width:320px;
    padding: 15px 40px;
    font-weight: bold;
    text-align: center;
    border: 1px solid #4B4D4C;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}
.linkbtn02.circle{
    background: transparent;
  overflow: hidden;
  position: relative;
  transition-duration: .4s;
  z-index: 2;
}
.linkbtn02.circle::after{
    background: #fff;
  border-radius: 50%;
  content: "";
  display: block;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 100%;
  height: 0;
  z-index: -1;
  transform: translateY(-50%) scale(0.1);
  transition: opacity .5s, transform 0s;
  transition-delay: 0s, .4s;
}
.linkbtn02.circle:hover{
    color: #5c84a1;
    border:solid 1px #b6cad9;
}
.linkbtn02.circle:hover::after{
    opacity: 1;
  transform: translateY(-50%) scale(1.1);
  transition-delay: 0s;
  transition: opacity .8s, transform .6s ease-in-out;
}
.headline01{
    display: flex;
    flex-flow: column;
    justify-content: center;
    height:100%;
    margin-left:10vw;
    font-size: clamp(20px, 4vw, 43px);
    font-weight: 500;
}
.headline01 span.sub{
    font-size: clamp(16px, 3vw, 20px);
}
.headline02{
    font-size:clamp(43px, 6vw, 58px);
    line-height: 1.3em;
}
.headline02 span.sub{
    font-size: clamp(16px, 3vw, 20px);
}
.bg-blue{
    width:50%;
    height:30%;
    min-height:300px;
    background-color:rgb(224 223 221 / 80%);
    letter-spacing: 1px;
    z-index: 2;
}
.t-shadow01{
    text-shadow:0 0 1px #000, 1px 1px 3px #000, 2px 0 3px #000;
}
header{
    width:100%;
    height:70px;
    font-size:14px;
    position: fixed;
    top:0;
    left:0;
    background-color:#F3F3F2;
    box-shadow:0px 0px 10px rgb(0, 0, 0, 0.5);
    z-index: 99;
}
header h1{
    width:65px;
}
header .wrapper01{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height:100%;
}
.eyecatch{
    margin-top:70px;
}
.eyecatch.sub01, .eyecatch.sub02{
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.eyecatch.top{
    aspect-ratio:16/9;
    position: relative;
}
.eyecatch.top span{
    position: absolute;
    width: 100%;
    height:100%;
}
.eyecatch.top span a{
    position: absolute;
    bottom:30px;
    right:30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding:12px;
    font-size:18px;
    background-color: rgb(0,0,0,0.5);
    border:solid 1px;
    border-radius: 5px;
}
.eyecatch.top span a:hover{
    color:#060606;
    background-color:#d1d0d9;
    transition: .3s;
}
.eyecatch.top iframe{
    width:100%;
    height:100%;
}
.eyecatch.sub01{
    height:80vh;
}
.eyecatch.sub02{
    height:50vh;
}
.eyecatch.sub01 h2, .eyecatch.sub02 h2{
    display: flex;
    flex-flow: column;
    align-items: center;
    font-size: clamp(20px, 3vw, 43px);
    font-weight: 500;
    line-height: 1em;
    color:#fff;
    text-shadow:0 0 3px #000;
}
.eyecatch.sub01 h2 span, .eyecatch.sub02 h2 span{
    font-size: clamp(16px, 3vw, 20px);
}
rt{
    font-size:clamp(12px, 3vw, 16px);
}
section{
    height:100vh;
    min-height:540px;
    position: relative;
}
section.mh{
    max-height:968px;
}
section.pt01 .box02{
    position: absolute;
    right:0;
    bottom:30%;
    z-index: -1;
    width:70%;
    height:50%;
}
section.pt01 .box02 p{
    position: absolute;
    right:10vw;
    bottom:-100px;
    width:50vw;
}
section.pt01 .box03{
    position: absolute;
    left: 0;
    bottom: 50%;
    z-index: -1;
    width: 100%;
    height: 50%;
    background-position: left;
    background-size:70%;
}
section.pt01 .box03 p{
    position: absolute;
    top:-50px;
    right:10vw;
    width:50vw;
}
section.pt02 .box02{
    position: absolute;
    left:10vw;
    bottom:20%;
    width:50vw;
    margin-right:10vw;
}
section.pt02 .box03{
    position: absolute;
    right: 0;
    bottom: 30%;
    z-index: -1;
    width: 70%;
    height: 50%;
}
section.pt02.botanical{
    height:75vh;
}
section.pt02.botanical .box03 .slide-fade img{
    height:40vh;
}
section.pt03 .box02{
    position: absolute;
    top:25%;
    right:10vw;
    width:50vw;
}
section.pt03 .box03{
    position: absolute;
    top: 45%;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 60vw;
    max-width: 800px;
}
section.pt03 .box03 video, section.pt03 .box03 iframe{
    width:100%;
    aspect-ratio: 16 / 9;
}
section .box01, section .box02, section .box03{
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center;
}
section .box01 p, section .box02 p, section .box03 p, form{
    font-size: clamp(14px, 3vw, 20px);
    line-height: 2em;
    letter-spacing: 1px;
}
section img{
    width:auto;
}
section.concept.top .box01{
    position: absolute;
    top:20%;
    z-index: 2;
}
section.concept.top .box01 .cont01{
    margin-left:10vw;
}
section.concept.top .box01 h3{
    font-size:clamp(20px, 4vw, 43px);
    font-weight: 500;
}
section.concept.top .box01 h3{
    position: absolute;
    top:-25px;
    white-space: nowrap;
    line-height: 1.3em;
}
section.concept.top .box01 p{
    position: absolute;
    top:40%;
    font-size:clamp(14px, 3vw, 20px);
}
section.concept.top .box02{
    position: absolute;
    right:0;
    bottom:0%;
    width:70%;
    height:60%;
    background-image: url(../img/d01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color:#626262;
    background-blend-mode: overlay;
    display: flex;
    justify-content: center;
    align-items: center;
}
section.concept.top .box02 .linkbtn01{
    position: absolute;
    z-index: 1;
    right:0;
    bottom:20%;
    margin-right:10vw;
}
section.concept2.top img{
    position: absolute;
    top:10%;
    width:50%;
}
section.concept2.top .box01{
    position: absolute;
    bottom:20%;
    right:0;
}
section.concept2.top .box01 p{
    position: absolute;
    top:-50px;
    left:-50px;
    margin-right:10vw;
    font-size:clamp(14px, 3vw, 20px);
    line-height: 2em;
    letter-spacing: 1px;
}
section.gin.top .wrapper01{
    display: flex;
    justify-content: space-between;
}
section.gin.top .box01{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width:25%;
    margin:auto 0 0;
}
section.gin.top .box01 img{
    min-width:180px;
    margin:0;
}
section.gin.top .box02{
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    width:75%;
}
section.gin.top .box02 p{
    margin:0 0 3em;
}
section.gin.top .box02 .cont01{
    margin-bottom:100px;
    margin-left:20px;
}
section.gin.top .box02 .cont01 .linkbtn01{
    display: flex;
    justify-content: right;
    width: 8em;
    margin-left:auto;
}
iframe.news-window{
    width:100%;
    height:540px;
}
section.blog{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height:auto;
}
section.blog .box01{
    width:100%;
}
section.blog .box01 h2{
    display: flex;
    align-items: center;
    font-size:clamp(18px, 3vw, 26px);
}
section.blog .box01 h2::after{
    content:"";
    flex-grow: 1;
    height:1px;
    margin-left:7px;
    background:#d1d0d9;
}
section.blog ul{
    width:80%;
    margin:50px 0;
    line-height: 3em;
}
section.blog ul li a{
    display: inline-flex;
    flex-flow: row;
}
section.blog ul li a span{
    width:5.2em;
}
section.blog ul li a h3::before{
    content:"…";
    margin:0 5px;
}
section.blog .box02{
    display: flex;
    justify-content: space-between;
    width:100%;
    margin:1em 0;
}
section.blog .box02 .linkbtn01{
    width:48%;
    border:solid 1px;
    padding:1em 0;
    text-align: center;
}
section.blog .box02 .linkbtn01 span{
    width:100%;
}
iframe.blog{
    width:100%;
    height:540px;
}
section.map{
    padding-top:10%;
}
section.map iframe{
    position: absolute;
    bottom:20%;
    right:0;
    width:70%;
    height:60%;
}
footer{
    width:100%;
    height:auto;
    margin-top:80px;
    font-size:14px;
}
footer .wrapper01{
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-around;
    align-items: center;
    height:100%;
    padding:50px 0;
    border-top:solid 1px;
}
footer .wrapper01 .top{
    display: flex;
    justify-content: space-around;
    width:100%;
    margin-bottom:3em;
}
footer .box01{
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    width:30%;
}
footer .box01 .cont01{
    display: flex;
    align-items: center;
    margin-bottom:1em;
}
footer .box01 .cont01 img{
    width:80px;
    height:80px;
    margin-right:1em;
}
footer .box01 .cont01 h2{
    display: flex;
    align-items: center;
    height:80px;
    font-size:22px;
}
footer .box01 .cont02 p{
    font-size:12px;
    line-height: 1.6em;
    text-shadow: 0 0 0;
}
footer .box01 .cont02 p span{
    display: inline-block;
    width:5em;
}
footer .box02{
    display: flex;
    justify-content: space-between;
    width:70%;
}
footer .box02 ul{
    margin:0 0 2em;
    line-height: 1.6em;
}
footer .box02 ul li{
    font-size:12px;
    text-shadow: 0 0 0;
}
footer .box02 ul li:nth-of-type(1){
    font-size:14px;
    font-weight: 700;
    margin-bottom:1em;
}
footer .box02 ul li a:hover{
    text-decoration: underline;
}
footer .box02 ul li.icon{
    margin-top:3em;
}
footer .box02 ul li.icon a{
    display: flex;
    align-items: center;
    font-size:14px;
    font-weight: 700;
}
footer .box02 ul li.icon img{
    width:25px;
    margin-right:7px;
}
footer small{
    display: block;
    margin-left:auto;
}
/*products*/
body.products{
    background-image: url(../img/bg-products.jpg);
}
.eyecatch.gin{
    position: relative;
}
.eyecatch.gin h2{
    z-index: 2;
}
.eyecatch.gin .slide-fade{
    position: absolute;
    width:100%;
    height:100%;
}
.eyecatch.gin .slide-fade img{
    width:100%;
    height:80vh;
}
.eyecatch.gin .slide-fade img.bluegin{
    object-position: 50% 80%;
}
article section:nth-of-type(1){
    margin-top:10%;
}
section.gin.sub01 {
    height:auto;
    padding:100px 0;
    color:#060606;
    background-image: radial-gradient(circle at 24% 50%, rgba(242, 242, 248, 1) 10%, rgba(221, 224, 235, 0.8) 30%, rgba(176, 190, 207, 0.8) 55%, rgb(194 209 226 / 80%) 100%);
    position: relative;
}
section.gin.sub01.reverse{
    background-image: radial-gradient(circle at 75% 50%, rgba(242, 242, 248, 1) 10%, rgb(224, 231, 235) 30%, rgb(205, 218, 227) 45%, rgb(201, 214, 224) 90%);
}
section.gin.sub01.sakura{
    background-image: radial-gradient(circle at 24% 50%, rgba(251, 237, 240, 1) 10%, rgba(247, 218, 225, 0.8) 30%, rgba(246, 211, 219, 0.8) 55%, rgb(246 211 219 / 80%) 100%);
}
section.gin.sub01 .grd{
    position: absolute;
    left:0;
    width:100%;
    height:35vh;
    min-height:250px;
}
section.gin.sub01 .bg-img{
    position: absolute;
    bottom:0;
    left:0;
    width:60%;
}
section.gin.sub01 .bg-img.sakura{
    left:inherit;
    right:0;
    opacity: 0.6;
}
section.gin.sub01 .bg-img img{
    width:100%;
}
section.gin.sub01 .wrapper01{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}
section.gin.sub01.reverse .wrapper01{
    flex-flow: row-reverse;
}
section.gin.sub01 .headline02{
    color:#060606;
    margin-bottom:50px;
}
section.gin.sub01.sakura .headline02, section.gin.sub01.sakura p{
    color:#221713;
}
section.blue.gin.sub01{
    position: relative;
    color:#fff;
}
section.gin.sub01 .box01{
    width:40%;
    z-index: 1;
    margin-top:150px;
}
section.gin.sub01 .box01 img{
    width:100%;
    height:auto;
}
section.gin.sub01.sakura .box01 img{
    width:80%;
}
section.gin.sub01 .box02{
    width:55%;
    z-index: 1;
}
span.detail {
    display: block;
    margin:0 0 50px;
    padding: 15px 0 0;
    font-size:16px;
    line-height: 1.6em;
    border-top: solid 1px;
}
section.gin.sub01 .box02 .linkbtn01{
    display: flex;
    justify-content: flex-end;
    width: 10em;
    margin-left:auto;
}
section.gin.sub01 img.glass{
    position: absolute;
    right:20%;
    bottom:15%;
    width:20%;
    max-width:300px;
    z-index: 3;
}
section.distiller .box02{
    background-image: url(../img/distiller01.jpg);
}
section.manager{
    margin-bottom:180px;
}
section.manager .box02{
    background-image: url(../img/distiller02.png);
}
section.pt01.manager .box02 p{
    bottom:-160px;
}
section.pt01.manager .box02{
    bottom:inherit;
}
section.distiller .box02 h4, section.manager .box02 h4{
    position: absolute;
    top:50%;
    left:0;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    display: flex;
    flex-flow: column;
    color:#fff;
    text-shadow:3px 3px 5px #000;
}
section.distiller .box03{
    background-image: url(../img/trac.jpg);
    background-size:70%;
    background-position: left;
}
section.botanical.pt02 .box03 .slide-fade{
    width:100%;
    height:100%;
}
.slide-fade img{
    width:100%;
    height:55vh;
    object-fit: cover;
}
section.tradition.sub01 .box01{
    margin:150px 0 0;
}
section.tradition .box02{
    position: absolute;
    top:40%;
    left:50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width:80vw;
    height:60%;
    background-image: url(../img/sengen01.jpg);
    z-index: -1;
}
section.tradition .box03{
    width:70%;
    height:50%;
    background-image: url(../img/festival01.jpg);
    background-position: left;
}
section.tradition .box03 p{
    position: absolute;
    top:10%;
    right:10vw;
    width:50vw;
    margin-left:10vw;
}
div.box03.tour img{
    width:100%;
}
/*artwork*/
.eyecatch.artwork{
    background-image: url(../img/tajikara.jpg);
}
section.artwork.pt01 .box02{
    background-image: url(../img/artwork01.jpg);
    background-position: top;
    z-index: 1;
}
section.artwork.pt01 .box02 h4.headline02{
    color:#fff;
    text-shadow:3px 3px 5px #000;
}
section.artwork.pt03{
}
section.artwork .box03{
    background-image: url(../img/artwork02.jpg);
}
section.artwork .box03 ul{
    position: absolute;
    right: 10vw;
    width:50%;
    font-size: clamp(14px, 3vw, 20px);
    line-height: 1.3em;
}
section.artwork .box03 ul li{
    margin-bottom:10px;
}
section.artwork .box03 ul li span{
    display: block;
    width:4em;
}
aside.artwork{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 324px;
    background-image: url(../img/tajikara.jpg);
    background-size:cover;
}
aside.artwork:hover{
    opacity: 0.6;
    transition: .3s;
}
aside.artwork a{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width:100%;
    height:100%;
    font-size:20px;
}
aside.artwork a i{
    font-size:3em;
}
/*distillery*/
.eyecatch.distillery{
    background-image: url(../img/d03.jpg);
}
section.pt03.distillery .box03{
    width:80vw;
    max-width:inherit;
}
section.distillery .box03{
    position: absolute;
    bottom:5%;
    left:50%;
    transform: translate(-50%, -5%);
    -webkit-transform: translate(-50%, -5%);
    -ms-transform: translate(-50%, -5%);
    background-image:url(../img/fujiyoshida01.jpg);
}
section.yoshida .box02{
    position: absolute;
    top:10%;
    right:0;
    width:70%;
    height:50%;
    background-image: url(../img/fujiyoshida02.jpg);
    z-index: -1;
}
section.yoshida .box02 p{
    position: absolute;
    bottom:-25%;
    right:10vw;
    width:50vw;
}
section.yoshida .box03{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:50%;
    background-size:70%;
    background-position: left;
    z-index: -1;
}
section.yoshida .box03 p{
    position: absolute;
    top:-80px;
    right:10vw;
    width:50vw;
}
section.yoshida .box03 .slide-fade{
    width:70%;
    z-index: -1;
}
section.tour .box02{
    background-image: url(../img/distiller02.png);
    background-position: top left;
}
section.tour .box03 .linkbox{
    display: flex;
    margin:20px 0;
}
section.tour .box03 .linkbox a:nth-of-type(1), section.tour.sub02 .linkbox a:nth-of-type(1){
    margin-right:20px;
}
/*tour*/
.eyecatch.tour{
    background-image: url(../img/d04.jpg);
}
section.tour.sub02 .box02 p{
    position: absolute;
    right:10vw;
    bottom:-50px;
}
section.tour.sub02 .box03{
    background-size: 70%;
    background-position: left;
    z-index: 0;
}
section.tour.sub02 .box03 .slide-fade{
    width:70%;
    z-index: -1;
}
section.tour.sub02 .box03 .linkbtn01{
    display:flex;
    justify-content: flex-end;
    width:10em;
    margin-left:auto;
}
section.tour.sub02 .linkbox{
    position: absolute;
    left:10vw;
    top:55%;
    display: flex;
    justify-content: space-between;
    width:30%;
}
/*contact*/
.eyecatch.contact{
    background-image: url(../img/d02.jpg);
}
section.contact{
    height:auto;
}
section.contact .box01{
    display: flex;
    align-items: center;
}
section.contact .box02{
    margin:3em auto;
    padding:1.4em 2em;
    font-weight: 600;
    border:solid 1px;
}

section.contact form{
    margin:2em 0;
    padding:2em 3em;
}
section.contact form span{
    color:#FF0000;
    margin-right:8px;
}
section.contact form.wrapper02{
    width:auto;
}
section.contact .box02{
    margin:1em 0;
    padding:1.2em 1.6em;
    line-height: 1.4em;
    border:solid 1px;
}
section.contact table{
    width:100%;
    border-collapse: collapse;
}
section.contact table tr{
    display: flex;
    justify-content: center;
    border-bottom:solid 1px;
}
section.contact table tr:nth-last-of-type(1){
    border-bottom:none;
}
section.contact table th, section.contact table td{
    margin:10px 0;
}
section.contact table th{
    width:30%;
    padding:1em;
    margin-right:15px;
    text-align: left;
}
section.contact table td{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width:70%;
}
section.contact table tr:nth-of-type(4) td{
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
}
section.contact table tr:nth-of-type(4) td div{
    display: flex;
    align-items: center;
    margin:5px 0;
}
section.contact table tr:nth-of-type(4) td div label{
    width:5em;
}
section.contact table input{
    margin:auto 0;
    padding:1em 5px;
}
section.contact table tr:nth-of-type(1) input{
    margin-right:7px;
}
input#name, input#kana, input#jusyo01, input#jusyo02, input#jusyo03, input#jusyo04{
    width:25em;
}
input#Email{
    width:30em;
}
section.contact table textarea{
    width:30em;
    height:10em;
    padding:0 5px;
}
.confirm-btn {
    display: block;
    margin: 1em auto;
    background-color: #F5E4D7;
    font-family: 'Shippori Mincho', serif;
    font-size: clamp(14px, 3vw, 16px);
    font-weight: 600;
    border: solid 1px;
    padding: 10px 70px;
    box-shadow: 5px 5px 0 #7A7A79;
    cursor: pointer;
}
/*company*/
.eyecatch.company{
    background-image:url(../img/company.jpg);
    background-position: 50% 80%;
}
/*festival*/
section.festival.sub02 .box02{
    background-image: url(../img/img01.png);
}
section.festival.sub02 .box03{
    background-image: url(../img/img01.png);
}
section.company .box02{
    position: absolute;
    right:10vw;
    width:50%;
    font-size: clamp(14px, 3vw, 20px);
    line-height: 2em;
}
section.company .box02 ul li span{
    display: inline-block;
    width:5em;
}
/*Blog*/
.eyecatch.blog{
    background-image: url(../img/blog.jpg);
}
body.blog section{
    height:auto;
    min-height: inherit;
}
nav.blog{
    position: sticky;
    top:69px;
    height:70px;
    font-size:clamp(12px, 3vw, 16px);
    font-weight: 600;
    text-align: center;
    background-color:#F5E4D7;
    z-index: 50;
}
nav.blog ul{
    display: flex;
    justify-content: space-around;
    align-items: center;
    height:100%;
}
nav.blog ul li.current{
    color:#d1d0d9;
    background-color:#060606;
}
nav.blog ul li, nav.blog ul li a{
    display:flex;
    justify-content: center;
    align-items: center;
    width:100%;
    height:100%;
    font-size:14px;
    line-height: 1.3em;
}
nav.blog ul li a:hover{
    background-color:#F3F3F2;
    transition: .3s;
}
nav.blog ul li.current a:hover{
    color:#060606;
}
ul.pickup{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin:80px auto;
}
ul.pickup li{
    width:30%;
    height:280px;
}
ul.pickup li a{
    position: relative;
    display: block;
    width:100%;
    height:100%;
}
ul.pickup li a h3{
    position: absolute;
    bottom:15px;
    left:15px;
}
ul.pickup li a img{
    z-index: -1;
    height:100%;
}
body.blog section.b-article{
    height:430px;
    margin-bottom:120px;
    position: relative;
}
section.b-article .box01{
    position: absolute;
    bottom:0;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    width:50%;
    z-index: 5;
}
section.b-article .box01 a.linkbtn01{
    display:inline-flex;
    justify-content: center;
    align-items: center;
    height:50px;
    margin-top:25px;
    padding:0 50px;
    border:solid 1px;
}
section.b-article .box01 a.linkbtn01 span:nth-of-type(1){
    height:auto;
}
section.b-article .box01 a.category{
    margin-left:1em;
}
section.b-article h3{
    margin-bottom:5px;
    font-size:clamp(20px, 3vw, 36px);
    font-weight: 500;
    line-height: 1.3em;
}
section.b-article .box02{
    position: absolute;
    top:0;
    right:0;
    width:70%;
    height:100%;
}
section.b-article .box02:hover{
    opacity: 0.7;
    transition: .3s;
}
section.b-article .box02 img{
    width:100%;
    height:100%;
}
section.blog.list.is-hidden {
    display: none;
    opacity: 0;
    height: 0;
    margin: 0;
}
.wp-caption, .alignnone{
	max-width: 100%;
}
.list-btn{
    margin:0 auto 5em;
}
.list-btn button{
    width:100%;
    height:50px;
    border:none;
    background-color: #C2C4C9;
    cursor: pointer;
}
/*article*/
.eyecatch.article.sub02{
    display: flex;
    justify-content: flex-start;
    height:25vh;
    padding-left:10vw;
}
.eyecatch.article.sub02 h2{
    font-size:28px;
    align-items: flex-start;
}
.eyecatch.article.sub02 h2 span{
    font-size:16px;
}
section.article{
    width:65vw;
    max-width:1024px;
    margin:auto;
    overflow-wrap: break-word;
    word-wrap: break-word;
}
section.article .box02 h1, section.article .box02 h2, section.article .box02 h3, section.article .box02 h4, section.article .box02 h5, section.article .box02 h6{
    margin:0 0 1em;
    line-height: 1.6em;
}
section.article .box02 h1{
    padding-bottom:3px;
    font-size: clamp(22px, 3vw, 26px);
    background: linear-gradient(transparent 80%, #CA3F3A 80%);
}
section.article .box02 h2{
    font-size: clamp(18px, 3vw, 22px);
}
section.article .box02 h3{
    padding-bottom:5px;
    font-size: clamp(18px, 3vw, 22px);
    font-weight: 700;
    border-bottom:solid 1px;
}
section.article .box02 h4{
    padding:8px 0;
    font-size: clamp(16px, 3vw, 18px);
    border-top:solid 1px;
    border-bottom:solid 1px;
}
section.article .box02 h5{
    padding-left:5px;
    font-size: clamp(16px, 3vw, 18px);
    border-left:solid 5px;
}
section.article .box02 h6{
    font-size: clamp(16px, 3vw, 18px);
    color:#CA3F3A;
}
section.article a{
    text-decoration: underline;
}
section.article a.category{
    margin-left:1em;
}
section.article .box01 span{
    font-size:14px;
}
section.article .box01 h2{
    font-size:clamp(18px, 3vw, 26px);
    line-height: 1.3em;
}
section.article img{
    width:100%;
    margin:1em 0;
}
section.article p{
    font-size:16px;
    text-shadow: 0 0 0;
}
aside.pagination{
    width:65vw;
    margin:auto;
}
aside.pagination img{
    margin:3em auto 1em;
}
aside.pagination .box01{
    display: flex;
    justify-content: space-between;
}
aside.pagination .box01 span{
    max-width:45%;
    line-height:1.3em;
}
aside.pagination .box02{
    width: 100%;
    text-align: center;
}
aside.pagination .box02 a{
    display: inline-block;
    margin:2em auto;
    text-align: center;
}
/*privacy*/
section.privacy{
    height:auto;
    min-height:inherit;
}
section.privacy .box01{
    height:300px;
}
div.privacy{
    margin:2em auto;
    line-height: 1.6em;
}
section.privacy.wrapper02{
    line-height: 1.6em;
}
section.privacy.wrapper02 h3{
    font-size:clamp(18px, 3vw, 22px);
    margin:2em 0 5px;
}
section.privacy.wrapper02 ul{
    margin:1em;
}
section.privacy.wrapper02 ul li{
    list-style-type: decimal;
    margin:0 1em;
}
/*animation*/
/*ripples*/
.btnripple3{
	position: relative;
}
.btnripple3:hover::before {
    content: '';
    position: absolute;
    left:60%;
    top:0;
    border: 1px solid #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
	opacity:1;
    animation:1.4s circleanime2 forwards;
}
@keyframes circleanime2 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(2);
        opacity: 0;
    }
}
.linkbtn01 i{
    animation: arrow01 2s ease-in-out infinite;
}
@keyframes arrow01 {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(26%);
    }
    100% {
        transform: translateX(0);
    }
}
.blur_T{
    opacity: 0;
}
.blur {
    animation-name: blur;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}
@keyframes blur {
    from {
        filter: blur(10px);
        opacity: 0;
    }
    to {
        filter: blur(0);
        opacity: 1;
    }
}
.fadeUp_T{
    opacity: 0;
}
.fadeUp {
    animation-name: fadein-up;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    opacity: 0;
}
@keyframes fadein-up {
    from {
        opacity: 0;
        transform: translateY(100px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.delay01 {
    animation-delay: 0.5s;
}
.delay02 {
    animation-delay: 1s;
}
/*loading*/
.loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #060606;
    z-index: 9999;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.loader img {
    width: 25%;
    display: none;
}
