@charset "UTF-8";
/* CSS ----------------------------------------------------------- */
@font-face {
  font-family: "Renner";
  src: url("./font/Renner_Book.ttf");
}

@font-face {
  font-family: "NotoSana";
  src: url("./font/NotoSansCJKjp-DemiLight.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "NotoSana";
  src: url("./font/NotoSansCJKjp-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: bold;
}

/*sass 変数*/
/*sass function*/
/*
@include mq(){}
*/
/* global */
a {
  text-decoration: none;
  color: #000;
}

a:visited {
  text-decoration: none;
}

a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #000;
}

a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #333;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}

a:hover::after {
  transform: scale(1, 1);
}

p {
  margin: 0;
}

figure {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

body {
  margin: 0;
  font-family:"Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 14px;
}

span {
  font-size: 15px;
}

ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
  letter-spacing: 0.2em;
  line-height: 2.5em;
}

h2 {
  text-align: center;
  font-family: "Renner", "Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-weight: normal;
  letter-spacing: 8px;
  font-size: 36px;
}

@media screen and (max-width: 571px) {
  h2 {
    font-size: 6vw;
  }
}

section {
  text-align: center;
}

.pc_only {
  display: block;
}

@media screen and (max-width: 571px) {
  .pc_only {
    display: none;
  }
}

.sp_only {
  display: none;
}

@media screen and (max-width: 571px) {
  .sp_only {
    display: inline-block;
  }
}

.inner {
  max-width: 1200px;
  margin: auto;
}

@media screen and (max-width: 1280px) {
  .inner_inst {
    max-width: 100%;
  }
    
    .inner.sl-inv_up {
    max-width: 80%;
  }
   
    .inner {
    max-width: 90%;
  }

}

.more_btn {
  /*border-bottom: 1px solid $text;*/
  padding: 10px 25px;
  display: inline-block;
  margin: auto;
  position: relative;
  letter-spacing: 0.1em;
}

.more_btn a {
  font-family: "Renner", "Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
}

#news_header {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  max-width: 1200px;
  margin: auto;
}

@media screen and (max-width: 1280px) {
  #news_header {
    max-width: 90%;
  }
}

#news_header .logo {
  max-width: 160px;
  margin: auto;
}

@media screen and (max-width: 571px) {
  #news_header .logo {
    width: 45vw;
  }
}

#news_header #sp_header #hum_btn span {
  background: #2e2e2e;
}

#news_header #sp_header #hum_btn.bordercolor span {
  background: #fff;
}

#news_header #sp_header .inner {
  left: 0;
  top: 0;
}

#sp_header {
  display: none;
}

@media screen and (max-width: 571px) {
  #sp_header {
    display: block;
  }
  #sp_header #hum_btn {
    position: absolute;
    top: 2vw;
    right: 2vw;
    width: 10vw;
    height: 10vw;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    z-index: 10;
  }
  #sp_header #hum_btn span {
    position: absolute;
    width: 100%;
    height: 1vw;
    background: #fff;
    display: inline-block;
    transition: 0.5s;
  }
  #sp_header #hum_btn span:first-child {
    transform: translateY(-4vw);
  }
  #sp_header #hum_btn span:last-child {
    transform: translateY(4vw);
  }
  #sp_header #hum_btn .bordercolor span {
    background: #fff;
  }
  #sp_header .inner {
    position: absolute;
    background: #2b2b2b;
    height: 100vh;
    max-width: 100%;
    width: 100%;
    opacity: 0;
    transition: 0.5s;
  }
  #sp_header .inner a {
    color: #e2e2e2;
  }
  #sp_header .inner .block {
    padding: 60px 0;
    display: flex;
    flex-flow: row nowrap;
  }
}

@media screen and (max-width: 571px) and (max-width: 571px) {
  #sp_header .inner .block {
    flex-flow: column nowrap;
    align-items: center;
  }
}

@media screen and (max-width: 571px) {
  #sp_header .inner .block .logo figure {
    max-width: 150px;
  }
}

@media screen and (max-width: 571px) and (max-width: 571px) {
  #sp_header .inner .block .logo {
    width: 33vw;
  }
}

@media screen and (max-width: 571px) {
  #sp_header .inner .block .sns {
    transform: scale(0.8);
    margin-left: 60px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 571px) and (max-width: 571px) {
  #sp_header .inner .block .sns {
    transform: scale(1);
    margin: 60px  auto 0;
  }
}

@media screen and (max-width: 571px) {
  #sp_header .inner .block .sns figure {
    margin: 15px;
  }
  #sp_header .inner .menu ul li {
    font-size: 12px;
    margin-bottom: 15px;
    letter-spacing: 3px;
  }
}

@media screen and (max-width: 571px) and (max-width: 571px) {
  #sp_header .inner .menu ul li {
    text-align: center;
  }
}

#mv .main_mv {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 571px) {
  #mv .main_mv {
    height: 153vw;
    overflow: hidden;
  }
}

#mv .main_mv figure h1 {
  width: 100%;
  margin: 0;
  overflow: hidden;
  transition: 0.8s;
}

#mv .main_mv figure img {
  width: 100%;
  transition: 2s;
  opacity: 0;
}

#mv .main_mv figure video {
  width: 100%;
}

#about {
  padding: 135px 0 340px 0;
  text-align: center;
}

@media screen and (max-width: 571px) {
  #about {
    padding: 18.75vw 0 20vw 0;
  }
}

#about h2 {
  margin-bottom: 20px;
}

#about .logo {
  max-width: 160px;
  margin: auto;
}

@media screen and (max-width: 571px) {
  #about .logo {
    width: 30vw;
    padding: 16px;
  }
    #about {
  padding: 135px 0;
  text-align: justify;
}
}

#about p {
  line-height: 2.6;
  margin-top: 20px;
 letter-spacing: 0.2em;
}

@media screen and (max-width: 571px) {
  #about p {
    font-size: 3.5vw;
  }
}

#news {
  padding: 80px 0;
  text-align: left;
  background: #f2f2f2;
  position: relative;
}

@media screen and (max-width: 571px) {
  #news {
    padding: 12vw 0;
  }
}

#news h2 {
  text-align: left;
}

@media screen and (max-width: 571px) {
  #news h2 {
    text-align: center;
  }
}

#news .news_img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: -25%;
  right: 0;
  width: 480px;
  height: 725px;
}

@media screen and (max-width: 1280px) {
  #news .news_img {
    width: 35%;
  }
}

@media screen and (max-width: 1024px) {
  #news .news_img {
    width: 30vw;
  }
}

@media screen and (max-width: 571px) {
  #news .news_img {
    width: 70vw;
    height: 100vw;
    top: -5vw;
  }
}

@media screen and (max-width: 571px) {
  #news .inner {
    position: static;
    margin-top: 100vw;
  }
}

@media screen and (max-width: 1280px) {
  #news ul {
    width: 65%;
  }
}

@media screen and (max-width: 1024px) {
  #news ul span {
    font-size: 1.2vw;
  }
}

@media screen and (max-width: 571px) {
  #news ul {
    width: 100%;
  }
  #news ul span {
    font-size: 4vw;
  }
}

#news ul li {
  letter-spacing: 3px;
  margin: 15px 0;
}

@media screen and (max-width: 571px) {
  #news ul li {
    letter-spacing: 2px;
  }
}

#news ul li .date {
  color: #8c8c8c;
}

@media screen and (max-width: 571px) {
  #news ul li .date {
    display: block;
  }
}

#news ul li .title {
  margin-left: 35px;
}

@media screen and (max-width: 571px) {
  #news ul li .title {
    display: block;
    margin-left: 0;
  }
}

#instagram {
  padding: 200px 0 120px 0;
}

@media screen and (max-width: 571px) {
  #instagram {
    padding: 15vw 0;
    overflow: hidden;
  }
}

#instagram .kv {
  position: relative;
}

#instagram .kv .rect {
  width: 433px;
  height: 597px;
  background: #f1e40f;
  position: absolute;
  top: 0;
  left: -8%;
  z-index: -1;
}

@media screen and (max-width: 1280px) {
  #instagram .kv .rect {
    width: 43vw;
    height: 42vw;
  }
}

@media screen and (max-width: 571px) {
  #instagram .kv .rect {
    height: 85vw;
  }
}

#instagram .kv figure {
  width: 921px;
  transform: translate(80px, 80px);
  margin-bottom: 200px;
}

@media screen and (max-width: 1280px) {
  #instagram .kv figure {
    width: 70%;
  }
}

@media screen and (max-width: 571px) {
  #instagram .kv figure {
    width: 90vw;
  }
}

#instagram .kv figure img {
  height: auto;
}

@media screen and (max-width: 571px) {
  #instagram #sb_instagram.sbi_col_4 #sbi_images .sbi_item {
    width: 33%;
  }
}

#instagram #sb_instagram.sbi_col_4 #sbi_images .sbi_item:last-child {
  display: none;
}

@media screen and (max-width: 571px) {
  #instagram #sb_instagram.sbi_col_4 #sbi_images .sbi_item:last-child {
    display: block;
  }
}

#instagram .insta_area {
    margin-bottom: 50px;
}

#web_shop {
  padding: 100px 0;
  background: #f2f2f2;
}

@media screen and (max-width: 571px) {
  #web_shop {
    padding: 18vw 0;
  }
}

#web_shop .shop_item {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0 20px 0;
}

#web_shop .shop_item .img_box {
  width: 27%;
  margin-bottom: 100px;
}

@media screen and (max-width: 571px) {
  #web_shop .shop_item .img_box {
    width: 36vw;
    margin-bottom: 12vw;
  }
}

#item {
    margin: 10px 0 40px 0;
}

#item h2 {
  margin: 60px 0 30px 0;
  transform: translateY(35px);
}

#item .item_wrap {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 60%;
  height: 520px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

@media screen and (max-width: 571px) {
  #item .item_wrap {
    width: 100%;
    height: 80vw;
  }
}

#item .item_wrap .more_btn {
  margin: 80px auto;
  position: relative;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 571px) {
  #item .item_wrap .more_btn {
    margin-bottom: 1vw;
  }
}

#contact {
  height: 600px;
  color: #fff;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-image: url(../assets/images/contact.jpg);
}

@media screen and (max-width: 571px) {
  #contact {
    height: 120vw;
    background-image: url(../assets/images/sp_contact.jpg);
	margin-top: 80px;
  }
}

#contact .contact_btn a {
    color: #fff;
    font-size: 15px !important;
}

#contact p {
  font-size: 20px;
  letter-spacing: 0.4em;
}

#contact .contact_btn {
  width: 400px;
  background: rgba(241, 228, 15, 0.5);
  font-size: 17px;
  padding: 15px;
  letter-spacing: 0.3em;
  margin-top: 3rem;
  font-family: "Renner", "Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
}

@media screen and (max-width: 571px) {
  #contact .contact_btn {
    width: 70vw;
    padding: 5vw 1vw;
    font-size: 2vw;
  }
}

#contact .contact_btn a {
  color: #fff;
}

footer {
  background: #2b2b2b;
  padding-bottom: 50px;
}

footer a {
  color: #e2e2e2;
}

footer .block {
  padding: 120px 0 60px;
  display: flex;
  flex-flow: row nowrap;
}

@media screen and (max-width: 571px) {
  footer .block {
    flex-flow: column nowrap;
    align-items: center;
  }
}

footer .block .logo figure {
  max-width: 150px;
}

footer .block .sns {
  transform: scale(0.8);
  margin-left: 60px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 571px) {
  footer .block .sns {
    transform: scale(1);
    margin: auto;
	margin-top: 60px;
  }
}

footer .block .sns figure {
  margin: 15px;
}

footer .menu ul li {
  font-size: 12px;
  margin-bottom: 15px;
  letter-spacing: 3px;
}

@media screen and (max-width: 571px) {
  footer .menu ul li {
    text-align: center;
  }
}

footer .copyright {
  color: #e2e2e2;
  text-align: right;
}

@media screen and (max-width: 571px) {
  footer .copyright {
    margin-top: 25vw;
    text-align: center;
  }
}

#item_gallery {
  margin-bottom: 100px;
}

@media screen and (max-width: 571px) {
  #item_gallery h2 {
    margin: 0;
    padding: 10vw 0;
  }
}

#item_gallery section {
  max-width: 960px;
  margin: auto;
}

#item_gallery section .gallery {
  display: flex;
  flex-flow: row wrap;
}

#item_gallery section .gallery figure {
  width: 31%;
  margin: 1%;
}

#item_gallery section .gallery figure img {
  width: 100%;
  height: auto;
}

.wp-pagenavi {
  margin-top: 2rem;
  clear: both;
  text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span {
  color: #fff;
  background-color: #1C181A;
  border: 1px solid #1C181A;
  padding: 8px 15px;
  margin: 0 2px;
  white-space: nowrap;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
}

.wp-pagenavi a:hover {
  color: #FFF;
  background-color: #FF0037;
  border-color: #FF0037;
}

.wp-pagenavi span.current {
  color: #777;
  background-color: #CFD5DA;
  border-color: #CFD5DA;
  font-weight: bold;
}

div[role="form"] {
  width: 292px;
  margin: 2rem auto;
}

@media screen and (max-width: 571px) {
  div[role="form"] {
    width: 90%;
    margin: 10vw auto;
  }
}

div[role="form"] p {
  margin-bottom: 1rem;
}

@media screen and (max-width: 571px) {
  div[role="form"] p {
    margin-bottom: 5vw;
  }
}

#single_content {
  margin-bottom: 3rem;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required{
    width: 100%;
    padding: 3%;
}

	input.wpcf7-form-control.wpcf7-submit {
    width: 108%;
    padding: 3%;
    background-color: #000;
    color: #fff;
    font-weight: bold;
	font-size: 1vw;
}

@media screen and (max-width: 571px) {
  #single_content {
    margin-bottom: 20vw;
  }
	input.wpcf7-form-control.wpcf7-submit {
    width: 102%;
    padding: 3%;
    background-color: #000;
    color: #fff;
    font-weight: bold;
	font-size: 4vw;
}
	input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 95%;
}
	textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    width: 100%;
}
}

#primary h2 {
  margin-top: 0;
  padding-top: 1rem;
}

@media screen and (max-width: 571px) {
  #primary h2 {
    padding-top: 6vw;
  }
}
#contact .contact_btn{
	transition: 0.5s;
}

#contact .contact_btn:hover{
	transition: 0.5s;
	background: rgba(255, 238, 30, 0.9);
}

#contact .contact_btn a:hover{
	transform: none;
}

#contact .contact_btn a:hover::after{
	transform: none;
	display: none;
}