@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Anton|Noto+Sans+JP&display=swap');



/* base style
****************************************/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.4em;
  line-height: 1.6;
  color: #000;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  background-color: #000;
  color: #fff
}

a {
  color: #fff;
  text-decoration: none;
}

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


/* original style
****************************************/

.inner100 {
  width: 100%;
  margin: 0 auto;
}

.inner940 {
  width: 94%;
  max-width: 940px;
  margin: 0 auto;
}

.inner800 {
  width: 80%;
  max-width: 800px;
  margin: 0 auto;
}

.grid {
  display: flex;
  flex-wrap: wrap;
}

.is-between {
  justify-content: space-between;
}

.is-center {
  align-items: center;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.justify {
  justify-content: center;
}

.baseline {
  display: flex;
  align-items: center;
}

.inline-block {
  display: inline-block;
}

.line-height35 {
  line-height: 35px;
}

.is-start {
  align-items: flex-start;
}

.underline {
  border-bottom: solid 2px #fff;
}


.bottom10 {
  padding-bottom: 10px;
}

.bottom20 {
  padding-bottom: 20px;
}

.bottomt20 {
  padding-top: 20px;
}

.bottom40 {
  padding-bottom: 40px;
}

.bottom60 {
  padding-bottom: 60px;
}

.bottom80 {
  padding-bottom: 80px;
}

.white {
  color: #fff;
}

h5 {
  font-size: 18px;
}

.comment {
  font-size: 16px;
}

/* header
****************************************/

.header {
  position: relative;
  display: none;
}


.nav {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 12;
  width: 100%;
  padding: 20px 0;
  background: rgba(255, 255, 255, 0.2);

}

.navToggle {
  display: none;
}


/* mv
****************************************/
.box {
  position: relative;
  padding: 50px 0;
}

.logo_top,
.logo_title {
  position: absolute;
  z-index: 13;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.img_sp {
  display: none;
}


.mv {
  width: 100%;
  position: relative;
  z-index: 11;
}

.mv::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 12;
}

.card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.card img {
  width: 100%;
}

.slider,
.slider01,
.slider02,
.slider03 {
  margin: -1px 0;
}



/* ----- 背景の上に表示させたいコンテンツ ----- */
.header-title {
  position: relative;
  /*必ず必要*/
  z-index: 2;
  /*必ず必要*/
  display: flex;
  width: 50%;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: auto;
}

/* main
****************************************/

.en {
  font-family: 'Anton';
  font-size: 2.0em;
  letter-spacing: 0.1em;
  padding-left: 7px;
}

.mven {
  font-family: 'Anton';
  font-size: 3.8em;
  letter-spacing: 0.1em;
}

.en_ff {
  font-family: 'Anton';
  font-size: 1.4em;
}

.en_fff {
  font-family: 'Anton';
  font-size: 1.0em;
  letter-spacing: 0.1em;
}



.title {
  padding: 40px 0 20px;
}


figure figcaption {
  padding-bottom: 10px;
  font-size: 1.6em;
  letter-spacing: 0.1em;
  font-weight: bolder;
  color: #fff;

}

figure figcaption,
.contact_01,
.c,
.sns {
  font-family: 'Anton';
  letter-spacing: 0.08em;
}

.top_about {
  padding: 150px 0 80px;
}

.cp_iptxt {
  padding: 20px 0 70px;
}

.more {
  padding-bottom: 150px;
}

.more p {
  margin: 0 auto;
  width: 200px;
  padding: 10px 30px;
  border: solid;
  border-color: #fff;
  transition-duration: 0.8s;
}

.more :hover {
  /*    outline: 3px solid #fff;*/
  /* 線幅、線のスタイル、カラー */
  /*    outline-offset: -10px;*/
  /* 対象の要素からの距離、マイナス(内側)にも対応 */
  border-radius: 0;
  transition-duration: 0.8s;
  border-radius: 40px
}




/* contact
****************************************/

.cp_iptxt {
  margin-top: 40px;
}

.cp_iptxt input[type='text'],
.cp_iptxt input[type='tel'],
.cp_iptxt input[type='email'] {
  font: 15px/24px sans-serif;
  width: 100%;
  padding: 0.3em;
  transition: 0.3s;
  letter-spacing: 1px;
  border: none;
  border-bottom: 2px solid #fff;
  background: transparent;
  color: #fff;
}

textarea {
  border: 2px solid #000;
  width: 100%;
  min-height: 100px;
}

.cp {
  width: 48%;
}

.ma {
  width: 100%;
}

input[type='submit'] {
  width: 30%;
  background: #000;
  color: #fff;
  display: block;
  margin: 20px auto 60px;
  text-align: center;
  padding: 10px 0;
}

.contact_01 {
  padding-top: 20px;
}


/* footer
****************************************/

.footer {
  padding-top: 20px;
  background: #111;
}

.footer_inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
}

.footer_box_icon {
  display: block;
  margin-bottom: 15px;
}

.sns {
  padding-bottom: 10px;
}

.c {
  padding: 20px 0;
}


/* button
****************************************/

.button img {
  width: 100%;
  border-radius: 50%;
  transition-duration: 0.3s;
  background-color: #111;
}

.button :hover {
  /*    outline: 3px solid #fff;*/
  /* 線幅、線のスタイル、カラー */
  /*    outline-offset: -10px;*/
  /* 対象の要素からの距離、マイナス(内側)にも対応 */
  border-radius: 0;
  transition-duration: 0.3s;

}



/* workshtml
****************************************/

.logo {
  padding: 30px 0;
}


.works_title {
  padding: 30px 0;
  font-size: 28px;
}

.works_title .en {
  font-size: 1em;
  padding-left: 0;
}

.works_title ._subTtl {
  display: block;
  width: fit-content;
  margin: 0 auto;
  padding: 0 20px;
  font-size: 0.7em;
  position: relative;
}
.works_title ._subTtl::before,
.works_title ._subTtl::after {
  content: "-";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.works_title ._subTtl::before {
  left: 0;
}

.works_title ._subTtl::after {
  right: 0;
}

.line {
  border-bottom: 1px solid #CCC;
}

.list {
  padding: 50px 0;
  max-width: 450px;
  min-width: 300px;
}

.list_title {
  padding: 0px 5px;
  margin: 0 auto;
}

.list a {
  margin: 0 auto;
  /*    width: 200px;*/
  padding: 3px 10px;
  border: solid;
  border-color: #fff;
  transition-duration: 0.8s;
}


.list_title :hover {
  /*    outline: 3px solid #fff;*/
  /* 線幅、線のスタイル、カラー */
  /*    outline-offset: -10px;*/
  /* 対象の要素からの距離、マイナス(内側)にも対応 */
  border-radius: 0;
  transition-duration: 0.8s;
  border-radius: 40px
}

.box-section {
  display: block;
  padding: 30px 0 100px;
}

.detail {
  max-width: 250px;
}


.detail p {
  display: inline-block;
  vertical-align: middle;
  margin: .2em;
  padding: 0 2.0em;
  border: 1px solid #fff;
  border-radius: 1rem;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .1em;
  color: #fff;
  line-height: 200%;
}

.detail a :hover {
  color: #000;
  background-color: #fff;
  transition-duration: 0.8s;
}

.cus {
  padding: 2.0em 1.0em;
}

.cus :hover {
  box-shadow: 0 10px 30px -5px rgba(255, 255, 255), 0 0 5px rgba(255, 255, 255);
  transform: translateY(-4px);
  transition: .5s;
}

.cus img {
  transition-duration: 0.8s;
  width: 250px;

}

.cus_title {
  font-size: 1.4rem;
  margin: 0.8em 0;
  text-align: center;
}

.work_contact {
  padding: 2.0em 0;
  margin-bottom: 90px;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  display: flex;
  align-items: center;
}

.work_contact h3 {
  letter-spacing: .4em;
  margin-right: 0.5em;
}

.work_contact {
  transition-duration: 0.8s;
}

.link_contact :hover {
  color: #000;
  background-color: #fff;
  transition-duration: 0.8s;
}


/* work html 下層
****************************************/
.item_title {
  padding: 30px 0 10px;
}

.article1_description {
  padding-bottom: 10px;
  font-size: 1.2em;
  letter-spacing: 0.2em;
  font-weight: bolder;
  color: #fff;
  margin: 1.5em 0;
}

.article1_description_link {
  padding-bottom: 10px;
  font-size: 1.2em;
  letter-spacing: 0.2em;
  font-weight: bolder;
  color: #fff;
  margin: 0.5em 0;
}



.img-section {
  display: block;
  padding: 50px 0 100px;
}

.details {
  max-width: 500px;
  margin-bottom: 20px;
}

.details p {
  display: inline-block;
  vertical-align: middle;
  margin: .2em;
  padding: 0 2.0em;
  border: 1px solid #fff;
  border-radius: 1rem;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .1em;
  color: #fff;
  line-height: 200%;
}

.details a :hover {
  color: #000;
  background-color: #fff;
  transition-duration: 0.8s;
}

.video {
  width: 800px;
  margin: auto;
  overflow: hidden;
}


/* 投稿記事
****************************************/
.l-post {
  font-size: 17px;
}

.l-post > *:first-child {
  margin-top: 0!important;
}

.l-post p {
  margin-bottom: 25px;
}

.l-post h2 {
  font-size: 22px;
  margin: 80px 0 40px;
  text-align: center;
}


.l-post .wp-block-image {
  margin-bottom: 20px;
}

.l-post_img {
  margin-bottom: 20px;
}

.l-post_img,
.l-post_img_col2 {
  display: flex;
  justify-content: space-between;
}

.l-post_img > *,
.l-post_img_col2 > * {
  width: calc((100% - 20px) / 2);
}

.l-post_img figure {
  position: relative;
}

.l-post_img figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.l-post_img a {
  padding-top: min(calc(400 / 1020 * 100vw), 400px);
  display: block;
  position: relative;
}

.l-post .wp-block-embed__wrapper {
  padding-top: calc(9 / 16 * 100%);
  position: relative;
}

.l-post .wp-block-embed__wrapper iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.l-post_tag a {
  display: inline-block;
  border-bottom: 1px solid #fff;
}

.l-post_tag a::before {
  content: "#";
  margin-right: 4px;

}

@media (hover: hover) {
  .l-post_tag a {
    transition: opacity .3s;
  }
  .l-post_tag a:hover {
    opacity: 0.7;
  }
}


.message_404 {
  padding: 100px 0;
}

@media screen and (max-width:700px) {
  .l-post h2 {
    font-size: 20px;
    margin: 60px 0 20px;
    padding: 15px 0;
    /* text-align: center; */
  }
  
}

.tagList {
  display: flex;
  flex-wrap: wrap;
  
  gap: 20px 20px;
  justify-content: center;
}

.tagList a {
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px solid #fff;
  line-height: 1.2;
}

.tagList a::before {
  content: "#";
  margin-right: 4px;
}

@media (hover: hover) {
  .tagList a {
    transition: opacity .3s;
  }
  .tagList a:hover {
    opacity: 0.7;
  }
}


/* media
****************************************/
@media screen and (min-width:701px) {
  .nav {
    display: block !important;
  }
}


@media screen and (max-width:700px) {


  .col32 {
    width: 100%;
    text-align: center;
  }

  .onav li {
    width: 60%;
    margin: 0 auto 10px;
  }

  .onav a {
    padding: 10px;
  }

  /* header
    ****************************************/
  .header {
    display: block;
  }

  /* nav
    ****************************************/
  .navToggle {
    display: block;
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    top: 10px;
    right: 10px;
    width: 40px;
    padding: 10px;
    z-index: 10;
  }

  .navToggle:hover {
    cursor: pointer;
  }

  .navToggle span {
    display: block;
    width: 100%;
    height: 2px;
    margin-top: 6px;
    background: #fff;
    transition: 0.4s;
  }

  .navToggle span:first-child {
    margin-top: 0;
  }

  .navToggle.on span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .navToggle.on span:nth-child(2) {
    transform: translateX(10px);
    opacity: 0;
  }

  .navToggle.on span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  .nav {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 58px;
    right: 0;
    z-index: 14;
  }

  .gnav {
    display: block;
    text-align: center;
    margin: 0 auto;
  }

  .gnav a {
    display: block;
    padding: 10px;
  }

  /* mv
    ****************************************/

  .box {
    padding: 210px 0;
  }

  .img_pc {
    display: none;
  }

  .img_sp {
    display: block;
  }

  .mven {
    font-size: 2.8em;
  }

  .logo_title {
    width: calc(76 / 375 * 100vw);
  }

  .logo_title img {
    width: 100%;
  }


  /* main
    ****************************************/
  .button img {
    width: 80%;
  }

  .top_about {
    padding: 50px 0;
  }

  .top_about img {
    width: 60%;
  }

  .top_about figure {
    width: 50%;
  }

  figure figcaption {
    padding-bottom: 30px;
  }

  .cus {
    padding: 2.2em 0 0;
  }

  .box-section li {
    /*        text-align: center;*/
    margin: 0 auto;
  }

  .work_contact {
    display: block;
    text-align: center;
  }

  .work_contact h3 {
    margin: 0 0 10px;
    padding: 0;
  }

  /* footer
    ****************************************/

  .footer_inner {
    width: 94%;
    max-width: 940px;
    margin: 0 auto;
  }

  .flogo {
    width: 60px;
  }

  /* workshtml
    ****************************************/
  .list {
    min-width: 200px;
  }

  /* work html 下層
    ****************************************/
  .list {
    padding: 30px 0 0;
  }

  .list_title {
    margin-bottom: 30px;
  }

  .video {
    width: 100%;
  }

}

/* プラグイン Easy FancyBox*/

#fancybox-left span {
  left: 10px;
}

#fancybox-right span {
  left: auto;
  right: 10px;
}

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner {
  max-width: 800px;
  max-height: 800px;
}

.fancybox-skin {
  /* background:  rgba(255, 255, 255, 0.1)!important; */
  background: none!important
}
.fancybox-image {
  object-fit: contain;
}
