@charset "UTF-8";

/* ----------------------------------------------

PC設定

------------------------------------------------*/
@media all and (min-width: 900px) {

#new_top{
  aspect-ratio: 1920/1000;
  background: url(/images/top_image_new.jpg) center /100% no-repeat;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
/* #new_top:before{
  content: "";
  background: url(/images/top_hm.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 24vw;
  height: 46vw;
  position: absolute;
  bottom: 0;
  left: 22vw;
} */
#new_top .text_area {
  width: 42%;
  margin-right: 5%;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 1rem;
}
#new_top .text_area h1 .br {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(2rem, 0.746rem + 3.86vw, 5.375rem);/*32~86px(520~1920px)*/
}
#new_top .text_area h1 .br1 {
  font-size:clamp(1.375rem, 0.423rem + 2.93vw, 3.938rem);/*22-63px/520-1920px*/
}
#new_top .text_area h1 .br1 b{
  font-size: clamp(2rem, 0.746rem + 3.86vw, 5.375rem);/*32~86px/520~1920px*/
  font-weight: 500;
  background: linear-gradient(140deg, #333 0%, #A47623 91%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#new_top .text_area h1 .br .strong {
  /*color: #C1272D;*/
  background: url(/images/under_line_yellow.svg) bottom center/100% no-repeat;
}
#new_top .text_area .icon_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  grid-gap: 1rem;
  width: 100%;
}
#new_top .text_area .icon_area .tit_icon {
  width: calc(25% - .75rem + 2em);
  border: 1px solid #000;
  font-size: clamp(1.125rem, 0.893rem + 0.71vw, 1.75rem);/*18~28px(520~1920px)*/
  padding: .25em 1em;
  text-align: center;
  max-width: fit-content;
  white-space: nowrap;
  font-weight: 500;
  z-index: 1;
  position: relative;
}
#new_top .text_area .icon_area .tit_icon::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  position: absolute;
  top: .3rem;
  left: .3rem;
  z-index: -1;
}
#new_top a{
  display: block;
  background: #000;
  border-radius: 10px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, .35);
  color: #fff;
  margin: 3% auto 0;
  padding: 0.6rem clamp(1rem, 0.409rem + 1.82vw, 2rem);
  position: relative;
  overflow: hidden;
}
/*キラッと光る*/
#new_top a::before {
  content: '';
    /*絶対配置でキラッと光るの位置を決める*/
  position: absolute;
  top: 0;
  left: -75%;
    /*キラッと光る形状*/
    width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  transform: skewX(-25deg);
}

/*hoverした際の移動のアニメーション*/
#new_top a:hover::before {
  animation: shine 1.2s;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

/*topバナー*/
#new_top .bnr {
  max-width: 375px;
  margin: 0 auto;
}
#new_top .bnr a {
  margin: 0;
  padding: 0;
  background: unset;
  border-radius: unset;
  box-shadow: unset;
}
#new_top .bnr a::before {
  content: unset;
}

/* ----------------------------------------------
mainImage
------------------------------------------------*/
#mainImage {
  background: url(../images/mainImage.jpg) center 30%/cover no-repeat;
  padding: 5rem 0;
  text-align: center;
  position: relative;
  z-index: 1;
}
#mainImage::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 12rem;
  background: linear-gradient(to top,#231815 54.5452%,rgba(35,24,21,0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  mix-blend-mode: multiply;
}
#mainImage .bg,#mainImage .bg::after{
  position: absolute;
  top: 0;
  right: 0;
  width: 35vw;
  max-width: 560px;
  height: 35vw;
  max-height: 560px;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
  -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
  background-color: rgba(166,144,40,0.4);
  z-index: -1;
}
#mainImage .bg::after{
  content: "";
  display: inline-block;
  width: 31.25vw;
  max-width: 500px;
  height: 31.25vw;
  max-height: 500px;
  background-color: rgba(166,144,40,0.6);
  z-index: -1;
}
#mainImage h1{
  margin: 0 auto 2rem;
}
#mainImage h1 .big{
  display: inline-block;
  font-size: 92px;
  color: #fff;
  text-shadow: 3px 3px 0px #000;
  line-height: 1;
  width: 100%;
}
#mainImage h1 .big:nth-of-type(2){
  display: block;
  font-size: 92px;
  color: #fff;
  text-shadow: 3px 3px 0px #000;
  line-height: 1;
  width: 100%;
}
#mainImage h1 .small{
  display: inline-block;
  font-size: 28px;
  color: #fff;
  width: 100%;
  max-width: 565px;
  background: linear-gradient(to right, #e8e29d 0%, #885d1e 100%);
  margin: 1.5rem 0;
}
#mainImage h1 .big .kutouten{
  font-size: 92px;
  color: #fff;
  text-shadow: 3px 3px 0px #000;
  line-height: 1;
}
#mainImage .eight h2{
  width: 100%;
}
#mainImage .eight h2 .ja{
  text-align: center;
  display: block;
}
#mainImage .eight h2 .ja .under_bar{
  font-size: 48px;
  color: #fff;
  text-shadow: 3px 3px 3px #000;
  position: relative;
}
#mainImage .eight h2 .ja .under_bar::after{
  content: "";
  display: inline-block;
  width: 95%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
}
#mainImage .eight h2 .ja .gold{
  font-size: 120px;
  background: linear-gradient(to right, #e8e29d 0%, #885d1e 100%);
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color:transparent;
  -webkit-text-fill-color:transparent;
  vertical-align: -30px;
  position: relative;
  z-index: 1;
}
#mainImage .eight h2 .ja .gold::after{
  content: "8";
  display: inline-block;
  font-size: 120px;
  background: rgba(0,0,0,0.6);
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color:transparent;
  -webkit-text-fill-color:transparent;
  position: absolute; 
  top: 0px;
  left: 3px;
  z-index: -1;
}
#mainImage .eight h2 .en {
  text-align: center;
  display: block;
  font-size: 30px;
  color: #fff;
  text-shadow: 1px 1px 2px #000;
  position: relative;
  letter-spacing: 3px;
  margin: -2rem 0 2rem;
}
#mainImage .eight h2 .en .gold{
  font-size: 30px;
  background: linear-gradient(to right, #e8e29d 0%, #885d1e 100%);
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color:transparent;
  -webkit-text-fill-color:transparent;
  position: relative;
  z-index: 1;
  text-shadow: none; 
  padding-bottom: 3px;
}
#mainImage .eight h2 .en .gold::after{
  content: "eight";
  display: inline-block;
  font-size: 30px;
  background: rgba(0,0,0,0.6);
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color:transparent;
  -webkit-text-fill-color:transparent;
  position: absolute; 
  top: 0px;
  left: 3px;
  z-index: -1;
}
#mainImage .eight .wrapper{
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
#mainImage .eight .wrapper .box{
  width: 23%;
  background-color: #fff;
  margin-bottom: 2rem;
  box-shadow: 3px 3px 6px #000;
}
#mainImage .eight .wrapper .box a{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#mainImage .eight .wrapper .box h3{
  order: 2;
  text-align: center;
  margin-top: -1.5rem;
  position: relative;
  z-index: 1;
}
#mainImage .eight .wrapper .box h3 .num{
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  background-color:  #A69028CC;
  width: 55px;
  height: 55px;
  margin-bottom: 1rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho;
}
#mainImage .eight .wrapper .box h3 .title .br{
  font-size: 24px;
  text-align: center;
  font-weight: bold;
}
#mainImage .eight .wrapper .box .text{
  padding: 2rem;
  order: 3;
}
#mainImage .eight .wrapper .box figure{
  order: 1;
  overflow: hidden;
  height: 170px;
}


/* ----------------------------------------------
double_sec
------------------------------------------------*/
#contents .double_sec {
  background: #000;
  padding: 5rem 0 5rem;
  text-align: center;
  position: relative;
  z-index: 1;
}
#contents .double_sec .bg_font{
  position: absolute;
  top: -10rem;
  left: -1rem;
  font-size: 15vw;
  opacity: 0.1;
  z-index: 10;
  color: #fff;
  letter-spacing: 1rem;
}
@media all and (min-width: 1440px) {
  #contents .double_sec .bg_font{
    font-size: 200px;
  }
}
#contents .double_sec .bg,#contents .double_sec .bg2{
  position: absolute;
  top: 0;
  left: 0;
  width: 35vw;
  max-width: 560px;
  height: 100%;
  clip-path: polygon(0 100%, 100% 100%, 0 0);
  -webkit-clip-path: polygon(0 100%, 100% 100%, 0 0);
  background-color: rgba(51,51,51,0.6);
  z-index: -1;
}
#contents .double_sec .bg2{
  width: 31.25vw;
  max-width: 500px;
  background-color: rgba(51,51,51,0.8);
  z-index: -1;
}
#contents .double_sec .wrapper .flex{
  justify-content: space-between;
  align-items: center;
}
#contents .double_sec .wrapper .timing{
 margin-bottom: 6rem;
}
#contents .double_sec .wrapper .flex.reverce{
  flex-direction: row-reverse;
}
#contents .double_sec .wrapper .flex .textarea{
  width: 50%;
}
#contents .double_sec .wrapper .flex .textarea h2{
  margin-bottom: 3rem;
  position: relative;
}
#contents .double_sec .wrapper .flex .textarea h2::before{
  content: url(../images/title_under.svg);
  display: inline-block;
  width: 100px;
  position: absolute;
  bottom: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
}
#contents .double_sec .wrapper .flex .textarea h2 .br{
  font-size: 32px;
  color: #fff;
  text-align: center;
}
#contents .double_sec .wrapper .flex .textarea .text{
  color: #fff;
  width: 80%;
  margin: 2rem auto;
  font-size: 18px;
}
#contents .double_sec .wrapper .flex figure{
  width: 50%;
}

/* ----------------------------------------------
buy
------------------------------------------------*/
#contents .buy {
  background: url(../images/buy.jpg) center/auto 100% no-repeat;
  text-align: right;
  position: relative;
  z-index: 1;
}
#contents .buy .bg,#contents .buy .bg2{
  position: absolute;
  top: 0;
  right: -1rem;
  width: 60%;
  height: 100%;
  clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
  -webkit-clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
  background:linear-gradient(to left,#06647D,#121D64);
  z-index: -1;
  opacity: 0.5;
}
#contents .buy .bg2{
  width: 55%;
  opacity: 0.8;
  z-index: -1;
}
#contents .buy .rightbox{
  width: 50%;
  margin: 0 0 0 auto;
  padding: 3rem 0;
}
#contents .buy .wrapper .rightbox figure{
  width: 50%;
  max-width: 280px;
  margin: 0 auto 2rem;
}
#contents .buy .wrapper .rightbox h2{
  margin-bottom: 4rem;
  position: relative;
}
#contents .buy .wrapper .rightbox h2::before{
  content: url(../images/buy_under.svg);
  display: inline-block;
  width: 70%;
  max-width: 400px;
  position: absolute;
  bottom: -3rem;
  left: 50%;
  transform: translateX(-50%);
}
#contents .buy .wrapper .rightbox h2 .br{
  font-size: 32px;
  color: #fff;
  text-align: center;
}
#contents .buy .wrapper .rightbox .text{
  color: #fff;
  width: 80%;
  margin: 2rem auto;
  font-size: 18px;
}
#contents .buy .wrapper .rightbox .button_flex{
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  grid-gap: .5rem 1rem;
}
#contents .buy .wrapper .rightbox .button_flex .button,#contents .buy .wrapper .rightbox .button_flex .mail{
  margin: 0;
  width: calc(50% - .5rem);
  min-width: 252px;
}
#contents .buy .wrapper .rightbox .button_flex .button a,#contents .buy .wrapper .rightbox .button_flex .mail a{
  padding: 0.8rem min(2vw,2rem);
}
#contents .buy .wrapper .rightbox .button_flex .mail a{
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: .25rem;
  background: #000;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, .35);
  color: #fff;
  position: relative;
  overflow: hidden;
  text-align: center;
  font-size: 18px;
}
#contents .buy .wrapper .rightbox .button_flex .mail a img{
  width: 24px;
}
#contents .buy .wrapper .rightbox .button_flex .mail a::before{
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  transform: skewX(-25deg);
}
#contents .buy .wrapper .rightbox .button_flex .mail a:hover::before{
  animation: shine 1.2s;
}
#contents .buy .wrapper .rightbox .button_flex .button.mail a .txt{
  font-size: 18px;
  color: #fff;
  line-height: 1;
}
@media all and (min-width: 1440px) {
  #contents .buy {
    background: url(../images/buy.jpg) center/100% no-repeat;
  }
}


/* ----------------------------------------------
blog
------------------------------------------------*/
#contents .blog {
  background: #F0F0F0;
  position: relative;
  z-index: 1;
  padding: 2rem 0 5rem;
}
#contents .blog .top_flex{
  display: flex;
  justify-content: flex-end;
  position: relative;
}
#contents .blog h2{
  margin-bottom: 3rem;
  width: 20%;
  position: relative;
  margin-right: -10%;
}
#contents .blog h2 .en{
  font-size: min(10vw,180px);
  line-height: 1.1;
  color: #ccc;
  display: block;
  letter-spacing: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-90deg) translate(-30%, -100%);
}
#contents .blog h2 .ja{
  font-size: clamp(1.125rem, 0.986rem + 0.43vw, 1.5rem);/*18~24px(520~1920px)*/
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(80%);
}
#contents .blog .new_list{
  width: 90%;
  margin-top: 3rem;
  position: relative;
}
#contents .blog .new_list .article{
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1430px;
  margin: 0 0 5rem auto;
}
#contents .blog .new_list .article .textarea{
  padding: clamp(1rem, -0.286rem + 1.9vw, 2rem);/*16~32px(1080~1920px)*/
  width: 32%;
  max-width: 500px;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  background-color: #fff;
  margin-right: -5rem;
  position: relative;
  z-index: 1;
}
#contents .blog .new_list .article .textarea::after{
  content: url(../images/top_button.svg);
  display: inline-block;
  width: 25px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  transform: rotate(90deg);
}
#contents .blog .new_list .article .textarea .new_icon{
  font-size: 18px;
  color: #A69028;
  border: 1px solid #A69028;
  padding: 0.2em 1em;
  margin-right: 1em;
}
#contents .blog .new_list .article .textarea .time{
  font-size: 16px;
  color: #ccc;
}
#contents .blog .new_list .article .textarea h3{
  font-size: clamp(1.125rem, 0.986rem + 0.43vw, 1.5rem);/*18~24px(520~1920px)*/
  width: 100%;
  margin: 2rem 0;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #ccc;
}
#contents .blog .new_list .article .textarea .text{
  width: 100%;
}
#contents .blog .new_list .article figure{
 max-height: 550px;
 width: 70%;
  overflow: hidden;
}
#contents .blog .blog_list{
 flex-wrap: wrap;
 justify-content: flex-start;
 align-items: stretch;
 max-width: 1250px;
 margin: 0 auto;
}
#contents .blog .blog_list .article{
 width: 32%;
 margin-bottom: 3rem;
}
#contents .blog .blog_list .article:not(:nth-of-type(3n)){
  margin-right: 2%;
}
@media all and (min-width: 900px) and (max-width: 1150px) {
  #contents .blog .blog_list .article{
    width: 48%;
    margin-bottom: 3rem;
   }
   #contents .blog .blog_list .article:not(:nth-of-type(3n)){
    margin-right: 0;
  }
}

#contents .blog .blog_list .article a{
 flex-direction: column-reverse;
}
#contents .blog .blog_list .article .textarea{
 width: 90%;
 height: 270px;
 margin: 0 auto;
 position: relative;
 z-index: 1;
 padding: 1rem 2rem 2rem;
 background-color: #fff;
}

#contents .blog .blog_list .article .textarea::after{
  content: url(../images/top_button.svg);
  display: inline-block;
  width: 25px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  transform: rotate(90deg);
}
#contents .blog .blog_list .article .textarea .time{
  font-size: 16px;
  color: #ccc;
}
#contents .blog .blog_list .article .textarea h3{
  font-size: 24px;
  width: 100%;
  margin: 1rem 0;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #ccc;
}
#contents .blog .blog_list .article .textarea .text{
  width: 100%;
}
#contents .blog .blog_list .article figure{
  width: 100%;
  height: 215px;
}

/* ----------------------------------------------
staff
------------------------------------------------*/
#contents .staff {
  background: url(../images/under_bg.svg) center/contain repeat,#000;
  position: relative;
  z-index: 1;
  text-align: center;
}
#contents .staff h2{
  margin-bottom: 5rem;
  position: relative;
}
#contents .staff h2::after{
  content: url(../images/staff_under.svg);
  display: inline-block;
  width: 100px;
  position: absolute;
  bottom: -3rem;
  left: 50%;
  transform: translateX(-50%);
}
#contents .staff h2 .en{
  font-size: 12vw;
  line-height: 1.1;
  color: #333;
  display: block;
  letter-spacing: 1rem;
}
@media all and (min-width: 1440px) {
  #contents .staff h2 .en {
    font-size: 180px;
  }
}
#contents .staff h2 .ja{
  font-size: 28px;
  color: #fff;
}
#contents .staff .catch{
  font-size: 32px;
  color: #fff;
  margin-bottom: 1em;
  text-align: center;
}
#contents .staff .text{
  margin-bottom: 2rem;
}
#contents .staff .text .br{
  color: #fff;
  text-align:center ;
}
#contents .staff>figure{
  max-height: 550px;
  padding-top: 3rem;
  overflow: hidden;
}

/* ----------------------------------------------
result
------------------------------------------------*/
#contents .result {
  background: url(../images/under_bg.svg) center/contain repeat,#000;
  position: relative;
  z-index: 1;
  padding: 1rem 0 5rem;
}
#contents .result h2{
  margin-bottom: 2rem;
}

#contents .result h2 .en{
  font-size: 11vw;
  line-height: 1.1;
  color: #333;
  display: block;
  letter-spacing: 1rem;
  margin-left: -4vw;
}
@media all and (min-width: 1440px) {
  #contents .result h2 .en {
    font-size: 180px;
  }
}
#contents .result h2 .ja{
  font-size: 28px;
  color: #fff;
}
#contents .result .list{
  justify-content: space-between;
  align-items: flex-start;
}
#contents .result .list .button{
 margin:0 3rem 0 0;
 width: 300px;
}
#contents .result .list .list_area{
 border-top: 1px solid #fff;
 border-bottom: 1px solid #fff;
 width: 100%;
 max-width: 1000px;
}
#contents .result .list .list_area .box:not(:last-of-type){
  border-bottom: 1px solid #fff;
}
#contents .result .list .list_area .box_inner{
 padding: 1rem;
 justify-content: space-between;
 align-items: center;
}
#contents .result .list .list_area .box_inner *{
  color: #fff;
}

#contents .result .list .list_area .box_inner .detail{
  width: 93%;
  justify-content: space-between;
  align-items: center;
}
#contents .result .list .list_area .box_inner .detail .titlearea{
 width: 32%;
 display: flex;
 flex-direction: column;
 align-items: flex-start;
}
#contents .result .list .list_area .box_inner .detail .titlearea .icon{
  font-size: 14px;
  padding: 0.2rem 0.5rem;
  border: 1px solid #fff;
  border-radius: 100px;
  background-color: #000;
  text-align: center;
  margin-bottom: 1rem;
}
#contents .result .list .list_area .box_inner .detail .titlearea .type{
 font-size: 20px;
 color: #fff;
}
#contents .result .list .list_area .box_inner .detail>figure{
 width: 26%;
 background-color: #fff;
}
#contents .result .list .list_area .box_inner .detail>figure img{
 width: 100%;
 padding: 3%;
}
#contents .result .list .list_area .box_inner .detail .textarea{
 width: 36%;
}
#contents .result .list .list_area .box_inner p.button{
  width: 5%;
  min-width: 40px;
  background: none;
  margin: 0;
}
@media all and (min-width: 900px) and (max-width: 1120px) {
  #contents .result .list{
    flex-direction: column-reverse;
  }
  #contents .result .list .button{
    margin: 2rem auto 0;
  }
  #contents .result .list .list_area .box_inner .textarea{
    font-size: 14px;
   }
}
/* ----------------------------------------------
company
------------------------------------------------*/
#contents .company {
  background: linear-gradient(to bottom,rgba(35,24,21,0.6),rgba(35,24,21,0.6)),url(../images/com.jpg) center/cover no-repeat;
  position: relative;
  z-index: 1;
  padding: 6rem 0;
}
#contents .company h2{
  font-size: 7.5vw;
  line-height: 0.9;
  color: #fff;
  letter-spacing: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.2;
}
@media all and (min-width: 1440px) {
  #contents .company h2 {
    font-size: 100px;
  }
}
#contents .company .catch{
  font-size: 32px;
  color: #fff;
  margin-bottom: 1em;
  text-align: center;
}
#contents .company .text{
  margin-bottom: 2rem;
}
#contents .company .text .br{
  color: #fff;
  text-align:center ;
  line-height: 2;
}
}

/* ----------------------------------------------

pad設定

------------------------------------------------*/
@media all and (min-width: 520px) and (max-width: 899px) {

#new_top{
  aspect-ratio: 1920/1000;
  background: url(/images/top_image_new.jpg) center /100% no-repeat;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
/* #new_top:before{
  content: "";
  background: url(/images/top_hm.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 24vw;
  height: 46vw;
  position: absolute;
  bottom: 0;
  left: 22vw;
} */
#new_top .text_area {
  width: 43%;
  margin-right: 3%;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 1rem;
}
#new_top .text_area h1 .br {
  display: flex;
  justify-content: center;
  font-size: clamp(2rem, 0.746rem + 3.86vw, 5.375rem);/*32~86px(520~1920px)*/
  align-items: center;
}
#new_top .text_area h1 .br1 {
  font-size:clamp(1.375rem, 0.423rem + 2.93vw, 3.938rem);/*22-63px/520-1920px*/
}
#new_top .text_area h1 .br1 b{
  font-size: clamp(2rem, 0.746rem + 3.86vw, 5.375rem);/*32~86px/520~1920px*/
  font-weight: 500;
  background: linear-gradient(140deg, #333 0%, #A47623 91%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#new_top .text_area h1 .br .strong {
  /*color: #C1272D;*/
  background: url(/images/under_line_yellow.svg) bottom center/100% no-repeat;
}
#new_top .text_area .icon_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  grid-gap: 1rem;
  width: 100%;
}
#new_top .text_area .icon_area .tit_icon {
  width: calc(50% - .5rem);
  border: 1px solid #000;
  font-size: clamp(1.125rem, 0.893rem + 0.71vw, 1.75rem);/*18~28px(520~1920px)*/
  padding: .25em 1em;
  text-align: center;
  white-space: nowrap;
  font-weight: 500;
  z-index: 1;
  position: relative;
}
#new_top .text_area .icon_area .tit_icon::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  position: absolute;
  top: .3rem;
  left: .3rem;
  z-index: -1;
}
#new_top a{
  display: block;
  background: #000;
  border-radius: 10px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, .35);
  color: #fff;
  margin: 3% auto 0;
  padding: 0.6rem clamp(1rem, 0.409rem + 1.82vw, 2rem);
  position: relative;
  overflow: hidden;
}
/*キラッと光る*/
#new_top a::before {
  content: '';
    /*絶対配置でキラッと光るの位置を決める*/
  position: absolute;
  top: 0;
  left: -75%;
    /*キラッと光る形状*/
    width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  transform: skewX(-25deg);
}

/*hoverした際の移動のアニメーション*/
#new_top a:hover::before {
  animation: shine 1.2s;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}


/*topバナー*/
#new_top .bnr {
  width: 90%;
  max-width: 375px;
  margin: 0 auto;
}
#new_top .bnr a {
  margin: 0;
  padding: 0;
  background: unset;
  border-radius: unset;
  box-shadow: unset;
}
#new_top .bnr a::before {
  content: unset;
}

/* ----------------------------------------------
mainImage
------------------------------------------------*/
#mainImage {
background: url(../images/mainImage.jpg) center 30%/cover no-repeat;
padding: 5rem 0 5rem;
text-align: center;
position: relative;
z-index: 1;
}
#mainImage::after {
content: "";
display: inline-block;
width: 100%;
height: 12rem;
background: linear-gradient(to top,#231815 54.5452%,rgba(35,24,21,0) 100%);
position: absolute;
bottom: 0;
left: 0;
z-index: -1;
mix-blend-mode: multiply;
}
#mainImage .bg,#mainImage .bg::after{
position: absolute;
top: 0;
right: 0;
width: 35vw;
max-width: 560px;
height: 35vw;
max-height: 560px;
clip-path: polygon(0 0, 100% 100%, 100% 0);
-webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
background-color: rgba(166,144,40,0.4);
z-index: -1;
}
#mainImage .bg::after{
content: "";
display: inline-block;
width: 31.25vw;
max-width: 500px;
height: 31.25vw;
max-height: 500px;
background-color: rgba(166,144,40,0.6);
z-index: -1;
}
#mainImage h1{
margin: 0 auto 2rem;
}
#mainImage h1 .big{
display: inline-block;
font-size: 10.5vw;
color: #fff;
text-shadow: 3px 3px 0px #000;
line-height: 1;
width: 100%;
}
#mainImage h1 .big:nth-of-type(2){
display: block;
font-size: 92px;
color: #fff;
text-shadow: 3px 3px 0px #000;
line-height: 1;
width: 100%;
}
#mainImage h1 .small{
display: inline-block;
font-size: 28px;
color: #fff;
width: 100%;
max-width: 565px;
background: linear-gradient(to right, #e8e29d 0%, #885d1e 100%);
margin: 1.5rem 0;
}
#mainImage h1 .big .kutouten{
  font-size: 10.5vw;
  color: #fff;
  text-shadow: 3px 3px 0px #000;
  line-height: 1;
}
#mainImage .eight h2{
width: 100%;
}
#mainImage .eight h2 .ja{
text-align: center;
display: block;
}
#mainImage .eight h2 .ja .under_bar{
font-size: 5.5vw;
color: #fff;
text-shadow: 3px 3px 3px #000;
position: relative;
}
#mainImage .eight h2 .ja .under_bar::after{
content: "";
display: inline-block;
width: 95%;
height: 1px;
background-color: #fff;
position: absolute;
bottom: -5px;
left: 50%;
transform: translateX(-50%);
}
#mainImage .eight h2 .ja .gold{
font-size: 15vw;
background: linear-gradient(to right, #e8e29d 0%, #885d1e 100%);
background-clip: text;
-webkit-background-clip: text;
text-fill-color:transparent;
-webkit-text-fill-color:transparent;
vertical-align: -30px;
position: relative;
z-index: 1;
}
#mainImage .eight h2 .ja .gold::after{
content: "8";
display: inline-block;
font-size: 15vw;
background: rgba(0,0,0,0.6);
background-clip: text;
-webkit-background-clip: text;
text-fill-color:transparent;
-webkit-text-fill-color:transparent;
position: absolute; 
top: 0px;
left: 3px;
z-index: -1;
}
#mainImage .eight h2 .en {
text-align: center;
display: block;
font-size: 30px;
color: #fff;
text-shadow: 1px 1px 2px #000;
position: relative;
letter-spacing: 3px;
margin: -2rem 0 2rem;
}
#mainImage .eight h2 .en .gold{
font-size: 30px;
background: linear-gradient(to right, #e8e29d 0%, #885d1e 100%);
background-clip: text;
-webkit-background-clip: text;
text-fill-color:transparent;
-webkit-text-fill-color:transparent;
position: relative;
z-index: 1;
text-shadow: none; 
padding-bottom: 3px;
}
#mainImage .eight h2 .en .gold::after{
content: "eight";
display: inline-block;
font-size: 30px;
background: rgba(0,0,0,0.6);
background-clip: text;
-webkit-background-clip: text;
text-fill-color:transparent;
-webkit-text-fill-color:transparent;
position: absolute; 
top: 0px;
left: 3px;
z-index: -1;
}
#mainImage .eight .wrapper{
flex-wrap: wrap;
justify-content: space-between;
align-items: stretch;
}
#mainImage .eight .wrapper .box{
width: 48%;
background-color: #fff;
margin-bottom: 2rem;
box-shadow: 3px 3px 6px #000;
}
#mainImage .eight .wrapper .box a{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
#mainImage .eight .wrapper .box h3{
order: 2;
text-align: center;
margin-top: -1.5rem;
position: relative;
z-index: 1;
}
#mainImage .eight .wrapper .box h3 .num{
font-size: 32px;
font-weight: bold;
color: #fff;
display: inline-block;
background-color:  #A69028CC;
width: 55px;
height: 55px;
margin-bottom: 1rem;
font-family: "游明朝体", "Yu Mincho", YuMincho;
}
#mainImage .eight .wrapper .box h3 .title .br{
font-size: 24px;
text-align: center;
font-weight: bold;
}
#mainImage .eight .wrapper .box .text{
padding: 2rem;
order: 3;
}
#mainImage .eight .wrapper .box figure{
order: 1;
overflow: hidden;
height: 170px;
}


/* ----------------------------------------------
double_sec
------------------------------------------------*/
#contents .double_sec {
background: #000;
padding: 5rem 0 5rem;
text-align: center;
position: relative;
z-index: 1;
}
#contents .double_sec .bg_font{
position: absolute;
top: -13vw;
left: -1rem;
font-size: 17vw;
opacity: 0.1;
z-index: 10;
color: #fff;
letter-spacing: 1rem;
}
#contents .double_sec .bg,#contents .double_sec .bg2{
position: absolute;
top: 0;
left: 0;
width: 35vw;
max-width: 560px;
height: 100%;
clip-path: polygon(0 100%, 100% 100%, 0 0);
-webkit-clip-path: polygon(0 100%, 100% 100%, 0 0);
background-color: rgba(51,51,51,0.6);
z-index: -1;
}
#contents .double_sec .bg2{
width: 31.25vw;
max-width: 500px;
background-color: rgba(51,51,51,0.8);
z-index: -1;
}
#contents .double_sec .wrapper .flex{
  flex-direction: column-reverse;
justify-content: space-between;
align-items: center;
}
#contents .double_sec .wrapper .timing{
margin-bottom: 6rem;
}
#contents .double_sec .wrapper .flex .textarea{
width: 100%;
}
#contents .double_sec .wrapper .flex .textarea h2{
margin-bottom: 3rem;
position: relative;
}
#contents .double_sec .wrapper .flex .textarea h2::before{
content: url(../images/title_under.svg);
display: inline-block;
width: 100px;
position: absolute;
bottom: -1.5rem;
left: 50%;
transform: translateX(-50%);
}
#contents .double_sec .wrapper .flex .textarea h2 .br{
font-size: 32px;
color: #fff;
text-align: center;
}
#contents .double_sec .wrapper .flex .textarea .text{
color: #fff;
width: 95%;
margin: 2rem auto;
font-size: 18px;
}
#contents .double_sec .wrapper .flex figure{
  width: 100%;
  margin-bottom: 1rem;
}

/* ----------------------------------------------
buy
------------------------------------------------*/
#contents .buy {
background: url(../images/buy.jpg) center/auto 100% no-repeat;
text-align: right;
position: relative;
z-index: 1;
}
#contents .buy .bg,#contents .buy .bg2{
position: absolute;
top: 0;
right: -1rem;
width: 60%;
height: 100%;
clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
-webkit-clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
background:linear-gradient(to left,#06647D,#121D64);
z-index: -1;
opacity: 0.5;
}
#contents .buy .bg2{
width: 90%;
opacity: 0.8;
z-index: -1;
}
#contents .buy .rightbox{
width: 75%;
margin: 0 0 0 auto;
padding: 3rem 0;
}
#contents .buy .wrapper .rightbox figure{
width: 80%;
max-width: 280px;
margin: 0 auto 2rem;
}
#contents .buy .wrapper .rightbox h2{
margin-bottom: 4rem;
position: relative;
}
#contents .buy .wrapper .rightbox h2::before{
content: url(../images/buy_under.svg);
display: inline-block;
width: 70%;
max-width: 400px;
position: absolute;
bottom: -3rem;
left: 50%;
transform: translateX(-50%);
}
#contents .buy .wrapper .rightbox h2 .br{
font-size: 32px;
color: #fff;
text-align: center;
}
#contents .buy .wrapper .rightbox .text{
color: #fff;
width: 80%;
margin: 2rem auto;
font-size: 18px;
}
#contents .buy .wrapper .rightbox .button_flex{
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  grid-gap: .75rem;
}
#contents .buy .wrapper .rightbox .button_flex .button,#contents .buy .wrapper .rightbox .button_flex .mail{
  margin: 0;
  width: 100%;
}
#contents .buy .wrapper .rightbox .button_flex .button a,#contents .buy .wrapper .rightbox .button_flex .mail a{
  padding: 0.8rem min(2vw,2rem);
}
#contents .buy .wrapper .rightbox .button_flex .mail a{
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: .25rem;
  background: #000;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, .35);
  color: #fff;
  position: relative;
  overflow: hidden;
  text-align: center;
  font-size: 18px;
}
#contents .buy .wrapper .rightbox .button_flex .mail a img{
  width: 24px;
}
#contents .buy .wrapper .rightbox .button_flex .mail a::before{
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  transform: skewX(-25deg);
}
#contents .buy .wrapper .rightbox .button_flex .mail a:hover::before{
  animation: shine 1.2s;
}
#contents .buy .wrapper .rightbox .button_flex .button.mail a .txt{
  font-size: 18px;
  color: #fff;
  line-height: 1;
}

/* ----------------------------------------------
blog
------------------------------------------------*/
#contents .blog {
background: #F0F0F0;
position: relative;
z-index: 1;
padding: 0rem 0 5rem;
}
#contents .blog h2{
position: relative;
}
#contents .blog h2 .en{
font-size: 17vw;
line-height: 0.7;
color: #ccc;
display: block;
letter-spacing: 1rem;
text-align: center;
}
#contents .blog h2 .ja{
font-size: 24px;
position: absolute;
top: 50%;
right: 1rem;
transform: translateY(-50%);
}
#contents .blog .new_list{
  position: relative;

}
#contents .blog .new_list .article{
display: flex;
justify-content: center;
align-items: center;
max-width: 1430px;
margin: 0 0 5rem auto;
}
#contents .blog .new_list .article .textarea{
padding: 2rem 2rem 3rem;
max-width: 360px;
justify-content: flex-start;
align-items: center;
flex-wrap: wrap;
background-color: #fff;
margin-right: -5rem;
position: relative;
z-index: 1;
}
#contents .blog .new_list .article .textarea::after{
content: url(../images/top_button.svg);
display: inline-block;
width: 25px;
position: absolute;
bottom: 10px;
right: 10px;
transform: rotate(90deg);
}
#contents .blog .new_list .article .textarea .new_icon{
font-size: 18px;
color: #A69028;
border: 1px solid #A69028;
padding: 0.2em 1em;
margin-right: 1em;
}
#contents .blog .new_list .article .textarea .time{
font-size: 16px;
color: #ccc;
}
#contents .blog .new_list .article .textarea h3{
font-size: 24px;
width: 100%;
margin: 2rem 0;
padding-bottom: 0.5rem;
border-bottom: 1px solid #ccc;
}
#contents .blog .new_list .article .textarea .text{
width: 100%;
}
#contents .blog .new_list .article figure{
max-height: 550px;
width: 70%;
overflow: hidden;
}
#contents .blog .blog_list{
flex-wrap: wrap;
justify-content: space-between;
align-items: stretch;
max-width: 1250px;
margin: 0 auto;
}
#contents .blog .blog_list .article{
width: 48%;
margin-bottom: 3rem;
}
@media all and (min-width: 520px) and (max-width: 768px) {
  #contents .blog .new_list .article {
    flex-direction: column-reverse;
  }
  #contents .blog .new_list .article .textarea{
    width: 100%;
    max-width: unset;
    margin: 0;    
  }
}
@media all and (min-width: 520px) and (max-width: 700px) {
  #contents .blog .blog_list .article{
    width: 80%;
    margin:0 auto 3rem;
  }
}

#contents .blog .blog_list .article a{
flex-direction: column-reverse;
}
#contents .blog .blog_list .article .textarea{
width: 90%;
margin: 0 auto;
position: relative;
z-index: 1;
padding: 1rem 2rem 2rem;
background-color: #fff;
}
#contents .blog .blog_list .article .textarea::after{
content: url(../images/top_button.svg);
display: inline-block;
width: 25px;
position: absolute;
bottom: 10px;
right: 10px;
transform: rotate(90deg);
}
#contents .blog .blog_list .article .textarea .time{
font-size: 16px;
color: #ccc;
}
#contents .blog .blog_list .article .textarea h3{
font-size: 24px;
width: 100%;
margin: 1rem 0;
padding-bottom: 0.5rem;
border-bottom: 1px solid #ccc;
}
#contents .blog .blog_list .article .textarea .text{
width: 100%;
}
#contents .blog .blog_list .article figure{
width: 100%;
height: 215px;
}

/* ----------------------------------------------
staff
------------------------------------------------*/
#contents .staff {
background: url(../images/under_bg.svg) center/contain repeat,#000;
position: relative;
z-index: 1;
text-align: center;
}
#contents .staff h2{
margin-bottom: 5rem;
position: relative;
}
#contents .staff h2::after{
content: url(../images/staff_under.svg);
display: inline-block;
width: 100px;
position: absolute;
bottom: -3rem;
left: 50%;
transform: translateX(-50%);
}
#contents .staff h2 .en{
font-size: 13vw;
line-height: 1.1;
color: #333;
display: block;
letter-spacing: 1rem;
}
#contents .staff h2 .ja{
font-size: 28px;
color: #fff;
}
#contents .staff .catch{
font-size: 32px;
color: #fff;
margin-bottom: 1em;
text-align: center;
}
#contents .staff .text{
margin-bottom: 2rem;
}
#contents .staff .text .br{
color: #fff;
text-align:center ;
}
#contents .staff>figure{
max-height: 360px;
padding-top: 3rem;
overflow: hidden;
}

/* ----------------------------------------------
result
------------------------------------------------*/
#contents .result {
background: url(../images/under_bg.svg) center/contain repeat,#000;
position: relative;
z-index: 1;
padding: 1rem 0 5rem;
}
#contents .result h2{
margin-bottom: 2rem;
}

#contents .result h2 .en{
font-size: 15vw;
line-height: 1.1;
color: #333;
display: block;
letter-spacing: 1rem;
}
#contents .result h2 .ja{
font-size: 28px;
color: #fff;
}
#contents .result .list{
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
}
#contents .result .list .button{
margin:1.5rem 3rem 0 0;
width: 300px;
}
#contents .result .list .list_area{
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
width: 100%;
max-width: 1000px;
}
#contents .result .list .list_area .box_inner{
padding: 1rem 0;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
}
#contents .result .list .list_area .box_inner *{
  color: #fff;
}
#contents .result .list .list_area .box_inner:not(:last-of-type){
border-bottom: 1px solid #fff;
}

#contents .result .list .list_area .box_inner .detail{
  width: calc(100% - 70px);
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#contents .result .list .list_area .box_inner .detail .titlearea{
 width: 55%;
 display: flex;
 flex-direction: column;
 align-items: flex-start;
}
#contents .result .list .list_area .box_inner .detail .titlearea .icon{
  font-size: 14px;
  padding: 0.2rem 0.5rem;
  border: 1px solid #fff;
  border-radius: 100px;
  background-color: #000;
  text-align: center;
  margin-bottom: 1rem;
}
#contents .result .list .list_area .box_inner .detail .titlearea .type{
 font-size: 20px;
 color: #fff;
}
#contents .result .list .list_area .box_inner .detail>figure{
 width: 40%;
 background-color: #fff;
 margin-bottom: 1rem;
}
#contents .result .list .list_area .box_inner .detail>figure img{
 width: 100%;
 padding: 3%;
}
#contents .result .list .list_area .box_inner .detail .textarea{
 width: 100%;
 font-size: 14px;
}
#contents .result .list .list_area .box_inner p.button{
width: 40px;
background: none;
margin: 0;
}

/* ----------------------------------------------
company
------------------------------------------------*/
#contents .company {
background: linear-gradient(to bottom,rgba(35,24,21,0.6),rgba(35,24,21,0.6)),url(../images/com.jpg) center/cover no-repeat;
position: relative;
z-index: 1;
padding: 6rem 0;
}
#contents .company h2{
font-size: 5.5vw;
line-height: 0.9;
color: #fff;
letter-spacing: 1rem;
position: absolute;
bottom: 0;
left: 0;
opacity: 0.2;
white-space: nowrap;
}
#contents .company .catch{
font-size: 32px;
color: #fff;
margin-bottom: 1em;
text-align: center;
}
#contents .company .text{
margin-bottom: 2rem;
}
#contents .company .text .br{
color: #fff;
text-align:center ;
line-height: 2;
}
}

/* ----------------------------------------------

sp設定

------------------------------------------------*/
@media all and (max-width: 520px) {

  #new_top{
    aspect-ratio: 750/920;
    background: url(/images/top_image_new_sp.jpg) center /100% no-repeat;
    position: relative;
  }
  /* #new_top:before{
    content: "";
    background: url(/images/top_hm.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 40vw;
    height: 80vw;
    position: absolute;
    bottom: 12vw;
    left: 5vw;
  } */
  #new_top .text_area {
    width: 100%;
    padding-top: .5rem;
  }
  #new_top .text_area h1 .br {
    display: flex;
    justify-content: center;
    font-size: clamp(2rem, 0.746rem + 3.86vw, 5.375rem);/*32~86px(520~1920px)*/
    align-items: center;
  }
  #new_top .text_area h1 .br1 {
    font-size:clamp(1.375rem, 0.423rem + 2.93vw, 3.938rem);/*22-63px/520-1920px*/
  }
  #new_top .text_area h1 .br1 b{
    font-size: clamp(2rem, 0.746rem + 3.86vw, 5.375rem);/*32~86px/520~1920px*/
    font-weight: 500;
    background: linear-gradient(140deg, #333 0%, #A47623 91%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
  }
  #new_top .text_area h1 .br .strong {
    /*color: #C1272D;*/
    background: url(/images/under_line_yellow.svg) bottom center/100% no-repeat;
  }
  #new_top .text_area .icon_area {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    grid-gap: 1rem;
    width: 46vw;
    margin: 12vw 4vw 0 auto;
  }
  #new_top .text_area .icon_area .tit_icon {
    width: 100%;
    font-size: clamp(1.125rem, 0.893rem + 0.71vw, 1.75rem);/*18~28px(520~1920px)*/
    padding: .25em 1em;
    text-align: center;
    white-space: nowrap;
    font-weight: 500;
    z-index: 1;
    position: relative;
  }
  #new_top .text_area .icon_area .tit_icon::before,#new_top .text_area .icon_area .tit_icon::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #new_top .text_area .icon_area .tit_icon::before {
    border: 1px solid #000;
    z-index: -1;
  }
  #new_top .text_area .icon_area .tit_icon::after {
    background-color: #fff;
    opacity: .6;
    top: .3rem;
    left: .3rem;
    z-index: -2;
  }

  #new_top a{
    display: block;
    background: #000;
    border-radius: 10px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, .35);
    color: #fff;
    margin: 8% auto 0;
    padding: 0.6rem clamp(1rem, 0.409rem + 1.82vw, 2rem);
    position: relative;
    overflow: hidden;
    width: 90%;
    text-align: center;
    position: absolute;
    bottom: 5vw;
    left: 50%;
    transform: translate(-50%, 0);
  }
  /*キラッと光る*/
  #new_top a::before {
    content: '';
      /*絶対配置でキラッと光るの位置を決める*/
    position: absolute;
    top: 0;
    left: -75%;
      /*キラッと光る形状*/
      width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    transform: skewX(-25deg);
  }
  
  /*hoverした際の移動のアニメーション*/
  #new_top a:hover::before {
    animation: shine 1.2s;
  }
  
  @keyframes shine {
    100% {
      left: 125%;
    }
  }

  /*topバナー*/
 .bnr {
  background-color: #F0F0F0;
    width: 100%;
    padding: 1rem 5%;
  }
 .bnr a {
  max-width: 375px;
  display: block;
  text-align: center;
  margin: 0 auto;
  }
/* ----------------------------------------------
mainImage
------------------------------------------------*/
#mainImage {
  background: url(../images/mainImage.jpg) center 30%/cover no-repeat;
  padding: 3rem 0 5rem;
  text-align: center;
  position: relative;
  z-index: 1;
}
#mainImage::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 12rem;
  background: linear-gradient(to top,#231815 54.5452%,rgba(35,24,21,0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  mix-blend-mode: multiply;
}
#mainImage .bg,#mainImage .bg::after{
  position: absolute;
  top: 0;
  right: 0;
  width: 35vw;
  max-width: 560px;
  height: 35vw;
  max-height: 560px;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
  -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
  background-color: rgba(166,144,40,0.4);
  z-index: -1;
}
#mainImage .bg::after{
  content: "";
  display: inline-block;
  width: 31.25vw;
  max-width: 500px;
  height: 31.25vw;
  max-height: 500px;
  background-color: rgba(166,144,40,0.6);
  z-index: -1;
}
#mainImage h1{
  margin: 0 auto 2rem;
}
#mainImage h1 .big{
  display: inline-block;
  font-size: 42px;
  color: #fff;
  text-shadow: 3px 3px 0px #000;
  line-height: 1;
  width: 100%;
}
#mainImage h1 .big:nth-of-type(2){
  display: block;
  font-size: 42px;
  color: #fff;
  text-shadow: 3px 3px 0px #000;
  line-height: 1;
  width: 100%;
}
#mainImage h1 .big .kutouten{
  font-size: 42px;
  color: #fff;
  text-shadow: 3px 3px 0px #000;
  line-height: 1;
  letter-spacing: -30px;
}
#mainImage h1 .small{
  display: inline-block;
  font-size: 24px;
  color: #fff;
  width: 310px;
  background: linear-gradient(to right, #e8e29d 0%, #885d1e 100%);
  margin: 0.5rem 0;
}
#mainImage .eight{

  
}
#mainImage .eight h2{
  width: 100%;
  margin-bottom: 2rem;
}
#mainImage .eight h2 .ja{
  text-align: center;
  display: block;
}
#mainImage .eight h2 .ja .under_bar{
  font-size: 22px;
  color: #fff;
  text-shadow: 3px 3px 3px #000;
  position: relative;
}
#mainImage .eight h2 .ja .under_bar::after{
  content: "";
  display: inline-block;
  width: 95%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
}
#mainImage .eight h2 .ja .gold{
  font-size: 50px;
  background: linear-gradient(to right, #e8e29d 0%, #885d1e 100%);
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color:transparent;
  -webkit-text-fill-color:transparent;
  vertical-align: -10px;
  position: relative;
  z-index: 1;
}
#mainImage .eight h2 .ja .gold::after{
  content: "8";
  display: inline-block;
  font-size: 50px;
  background: rgba(0,0,0,0.6);
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color:transparent;
  -webkit-text-fill-color:transparent;
  position: absolute; 
  top: 0px;
  left: 3px;
  z-index: -1;
}
#mainImage .eight h2 .en {
  text-align: center;
  display: block;
  font-size: 14px;
  color: #fff;
  text-shadow: 1px 1px 2px #000;
  position: relative;
  letter-spacing: 3px;
  margin: -0.5rem 0 2rem;
}
#mainImage .eight h2 .en .gold{
  font-size: 14px;
  background: linear-gradient(to right, #e8e29d 0%, #885d1e 100%);
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color:transparent;
  -webkit-text-fill-color:transparent;
  position: relative;
  z-index: 1;
  text-shadow: none; 
  padding-bottom: 3px;
}
#mainImage .eight h2 .en .gold::after{
  content: "eight";
  display: inline-block;
  font-size: 14px;
  background: rgba(0,0,0,0.6);
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color:transparent;
  -webkit-text-fill-color:transparent;
  position: absolute; 
  top: 0px;
  left: 3px;
  z-index: -1;
}
#mainImage .eight .wrapper{
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
#mainImage .eight .wrapper .box{
  width: 49%;
  background-color: #fff;
  margin-bottom: 2rem;
  box-shadow: 3px 3px 6px #000;
}
#mainImage .eight .wrapper .box a{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#mainImage .eight .wrapper .box h3{
  order: 2;
  text-align: center;
  margin-top: -1rem;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
}
#mainImage .eight .wrapper .box h3 .num{
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  background-color:  #A69028CC;
  width: 40px;
  height: 40px;
  margin-bottom: .5rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho;
}
#mainImage .eight .wrapper .box h3 .title .br{
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}
#mainImage .eight .wrapper .box .text{
  padding: 0rem 0.6rem 1.5rem;
  order: 3;
  font-size: 14px;
}
#mainImage .eight .wrapper .box figure{
  order: 1;
  overflow: hidden;
}


/* ----------------------------------------------
double_sec
------------------------------------------------*/
#contents .double_sec {
  background: #000;
  padding: 5rem 0 5rem;
  text-align: center;
  position: relative;
  z-index: 1;
}
#contents .double_sec .bg_font{
  position: absolute;
  top: -4rem;
  left: -1rem;
  font-size: 90px;
  opacity: 0.1;
  z-index: 10;
  color: #fff;
  letter-spacing: 1rem;
}
#contents .double_sec .bg,#contents .double_sec .bg2{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40vw;
  height: 30%;
  clip-path: polygon(0 100%, 100% 100%, 0 0);
  -webkit-clip-path: polygon(0 100%, 100% 100%, 0 0);
  background-color: rgba(51,51,51,0.6);
  z-index: -1;
}
#contents .double_sec .bg2{
  width: 37vw;
  background-color: rgba(51,51,51,0.8);
  z-index: -1;
}
#contents .double_sec .wrapper .flex{
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
}
#contents .double_sec .wrapper .timing{
 margin-bottom: 6rem;
}
#contents .double_sec .wrapper .flex .textarea{
  width: 100%;
}
#contents .double_sec .wrapper .flex .textarea h2{
  margin-bottom: 3rem;
  position: relative;
}
#contents .double_sec .wrapper .flex .textarea h2::before{
  content: url(../images/title_under.svg);
  display: inline-block;
  width: 100px;
  position: absolute;
  bottom: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
}
#contents .double_sec .wrapper .flex .textarea h2 .br{
  font-size: 24px;
  color: #fff;
  text-align: center;
}
#contents .double_sec .wrapper .flex .textarea .text{
  color: #fff;
  width: 95%;
  margin: 2rem auto;
  font-size: 16px;
}
#contents .double_sec .wrapper .flex figure{
  width: 100%;
  margin-bottom: 1rem;
}

/* ----------------------------------------------
buy
------------------------------------------------*/
#contents .buy {
  background: url(../images/buy.jpg) center/cover no-repeat;
  text-align: right;
  position: relative;
  z-index: 1;
}
#contents .buy .bg,#contents .buy .bg2{
  position: absolute;
  top: 0;
  right: -1rem;
  width: 95%;
  height: 100%;
  clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
  -webkit-clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
  background:linear-gradient(to left,#06647D,#121D64);
  z-index: -1;
  opacity: 0.5;
}
#contents .buy .bg2{
  width: 90%;
  opacity: 0.8;
  z-index: -1;
}
#contents .buy .rightbox{
  width: 75%;
  margin: 0 0 0 auto;
  padding: 1.5rem 0 2rem;
}
#contents .buy .wrapper .rightbox figure{
  width: 80%;
  max-width: 120px;
  margin: 0 auto 1rem;
}
#contents .buy .wrapper .rightbox h2{
  margin-bottom: 2.5rem;
  position: relative;
}
#contents .buy .wrapper .rightbox h2::before{
  content: url(../images/buy_under.svg);
  display: inline-block;
  width: 60%;
  max-width: 400px;
  position: absolute;
  bottom: -2rem;
  left: 50%;
  transform: translateX(-50%);
}
#contents .buy .wrapper .rightbox h2 .br{
  font-size: 22px;
  color: #fff;
  text-align: center;
}
#contents .buy .wrapper .rightbox .text{
  color: #fff;
  width: 100%;
  margin: 2rem auto;
  font-size: 14px;
}
#contents .buy .wrapper .rightbox .button_flex{
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  grid-gap: .75rem;
}
#contents .buy .wrapper .rightbox .button_flex .button,#contents .buy .wrapper .rightbox .button_flex .mail{
  margin: 0;
  width: 100%;
}
#contents .buy .wrapper .rightbox .button_flex .button a,#contents .buy .wrapper .rightbox .button_flex .mail a{
  padding: 0.8rem min(2vw,2rem);
}
#contents .buy .wrapper .rightbox .button_flex .mail a{
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: .25rem;
  background: #000;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, .35);
  color: #fff;
  position: relative;
  overflow: hidden;
  text-align: center;
  font-size: 18px;
}
#contents .buy .wrapper .rightbox .button_flex .mail a img{
  width: 18px;
}
#contents .buy .wrapper .rightbox .button_flex .mail a::before{
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  transform: skewX(-25deg);
}
#contents .buy .wrapper .rightbox .button_flex .mail a:hover::before{
  animation: shine 1.2s;
}
#contents .buy .wrapper .rightbox .button_flex .button.mail a .txt{
  font-size: 14px;
  color: #fff;
  line-height: 1;
}

/* ----------------------------------------------
blog
------------------------------------------------*/
#contents .blog {
  background: #F0F0F0;
  position: relative;
  z-index: 1;
  padding: 0rem 0 5rem;
}
#contents .blog h2{
position: relative;
}
#contents .blog h2 .en{
font-size: 25vw;
line-height: 0.7;
color: #ccc;
display: block;
letter-spacing: 1rem;
text-align: center;
}
#contents .blog h2 .ja{
font-size: 18px;
position: absolute;
top: 50%;
right: 1rem;
transform: translateY(-50%);
}
#contents .blog .new_list{
  position: relative;

}
#contents .blog .new_list .article{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 2rem;
  flex-direction: column-reverse;
  width: 90%;
}
#contents .blog .new_list .article .textarea{
  padding: 1rem 1rem 2rem;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  background-color: #fff;
  width: 100%;
  position: relative;
  z-index: 1;
}
#contents .blog .new_list .article .textarea::after{
  content: url(../images/top_button.svg);
  display: inline-block;
  width: 20px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  transform: rotate(90deg);
}
#contents .blog .new_list .article .textarea .new_icon{
  font-size: 14px;
  color: #A69028;
  border: 1px solid #A69028;
  padding: 0.2em 1em;
  margin-right: 1em;
}
#contents .blog .new_list .article .textarea .time{
  font-size: 14px;
  color: #ccc;
}
#contents .blog .new_list .article .textarea h3{
  font-size: 18px;
  width: 100%;
  margin: 0.7rem 0;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #ccc;
}
#contents .blog .new_list .article .textarea .text{
  width: 100%;
  font-size: 14px;
}
#contents .blog .new_list .article figure{
 
}
#contents .blog .blog_list{
 flex-wrap: wrap;
 justify-content: space-between;
 align-items: stretch;
 margin: 0 auto;
}
#contents .blog .blog_list .article{
 width: 90%;
 margin: 0 auto 1.5rem;
}
#contents .blog .blog_list .article a{
 flex-direction: column-reverse;
}
#contents .blog .blog_list .article .textarea{
 width: 95%;
 margin:-0.5rem auto 0;
 position: relative;
 z-index: 1;
 padding: 1rem .5rem 2rem;
 background-color: #fff;
}
#contents .blog .blog_list .article .textarea::after{
  content: url(../images/top_button.svg);
  display: inline-block;
  width: 25px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  transform: rotate(90deg);
}
#contents .blog .blog_list .article .textarea .time{
  font-size: 14px;
  color: #ccc;
}
#contents .blog .blog_list .article .textarea h3{
  font-size: 18px;
  width: 100%;
  margin: 0.5rem 0;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #ccc;
}
#contents .blog .blog_list .article .textarea .text{
  width: 95%;
  font-size: 14px;
}
#contents .blog .blog_list .article figure{
  width: 100%;
}

/* ----------------------------------------------
staff
------------------------------------------------*/
#contents .staff {
  background: url(../images/under_bg.svg) center/contain repeat,#000;
  position: relative;
  z-index: 1;
  text-align: center;
  padding-top:1.5rem;
}
#contents .staff h2{
  margin-bottom: 3rem;
  position: relative;
}
#contents .staff h2::after{
  content: url(../images/staff_under.svg);
  display: inline-block;
  width: 80px;
  position: absolute;
  bottom: -2.5rem;
  left: 50%;
  transform: translateX(-50%);
}
#contents .staff h2 .en{
  font-size: 62px;
  line-height: 1.1;
  color: #333;
  display: block;
  letter-spacing: .5rem;
}
#contents .staff h2 .ja{
  font-size: 14px;
  color: #fff;
}
#contents .staff .catch{
  font-size: 24px;
  color: #fff;
  margin-bottom: 1em;
  text-align: center;
}
#contents .staff .text{
  margin:0 auto 2rem;
  width: 90%;
}
#contents .staff .text .br{
  color: #fff;
  text-align:center ;
  font-size: 14px;
  line-height: 1.8;
}
#contents .staff>figure{
  max-height: 200px;
  padding-top: 3rem;
  overflow: hidden;
}

/* ----------------------------------------------
result
------------------------------------------------*/
#contents .result {
  background: url(../images/under_bg.svg) center/contain repeat,#000;
  position: relative;
  z-index: 1;
  padding: 1rem 0 2rem;
}
#contents .result h2{
  margin-bottom: 2rem;
}

#contents .result h2 .en{
  font-size: 65px;
  line-height: 1.1;
  color: #333;
  display: block;
  letter-spacing: 0.5rem;
}
#contents .result h2 .ja{
  font-size: 16px;
  color: #fff;
}
#contents .result .list{
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
}
#contents .result .list .button{
 margin:2rem 0;
}
#contents .result .list .list_area{
 border-top: 1px solid #fff;
 border-bottom: 1px solid #fff;
 width: 100%;
}
#contents .result .list .list_area .box_inner{
 padding: 1rem 3%;
 justify-content: space-between;
 align-items: center;
 border-bottom: 1px solid #fff;
}
#contents .result .list .list_area .box_inner *{
  color: #fff;
}
#contents .result .list .list_area .box_inner:first-of-type{
border-bottom: 1px solid #fff;
}

#contents .result .list .list_area .box_inner .detail{
  width: calc(100% - 50px);
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#contents .result .list .list_area .box_inner .detail .titlearea{
 width: 100%;
 display: flex;
 flex-direction: column;
 align-items: flex-start;
}
#contents .result .list .list_area .box_inner .detail .titlearea .icon{
  font-size: 12px;
  padding: 0.2rem 0.5rem;
  border: 1px solid #fff;
  border-radius: 100px;
  background-color: #000;
  text-align: center;
  margin-bottom: .5rem;
}
#contents .result .list .list_area .box_inner .detail .titlearea .type{
 font-size: 18px;
 color: #fff;
 margin-bottom: 1rem;
}
#contents .result .list .list_area .box_inner .detail>figure{
 width: 80%;
 background-color: #fff;
 margin-bottom: 1rem;
}
#contents .result .list .list_area .box_inner .detail>figure img{
 width: 100%;
 padding: 3%;
}
#contents .result .list .list_area .box_inner .detail .textarea{
 width: 100%;
 font-size: 14px;
}
#contents .result .list .list_area .box_inner p.button{
  width: 30px;
  background: none;
  margin: 0;
}

/* ----------------------------------------------
company
------------------------------------------------*/
#contents .company {
  background: linear-gradient(to bottom,rgba(35,24,21,0.6),rgba(35,24,21,0.6)),url(../images/com.jpg) center/cover no-repeat;
  position: relative;
  z-index: 1;
  padding: 6rem 0;
}
#contents .company h2{
  font-size: 72px;
  line-height: 0.9;
  color: #fff;
  letter-spacing: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.2;
  white-space: nowrap;
}
#contents .company .catch{
  font-size: 24px;
  color: #fff;
  margin-bottom: 1em;
  text-align: center;
}
#contents .company .text{
  margin-bottom: 2rem;
}
#contents .company .text .br{
  color: #fff;
  text-align:center ;
  line-height: 2;
  font-size: 14px;
}
}
