@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

/* リセット  */
*,
body,
h1,
h2,
h3,
h4,
p,
ul,
li {
  margin: 0;
  padding: 0;
}



li {
  list-style-type: none;
}

img {
  vertical-align: bottom;
  width: 100%;
}

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

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

*,
*:before,
*:after {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 20px;
}

/* フォント  */
body {
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  color: #444444;
  font-style: normal;
  font-feature-settings: "palt";
}

/* --------------------------*/
#wrap {
  overflow: hidden;
}

header {}

.logo {
  position: fixed;
  z-index: 9999999999999;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  /* text-align: center; */
  font-size: 12px;
  line-height: 1;
  padding-left: 5px;
}

.logo a {
  color: #888888;
}

/* .logo img {
  width: 100%;
  height: auto;
} */

header .colorboxoya {
  position: fixed;
  z-index: 9999999;
  bottom: 5px;
  left: 5px;
  right: 5px;
  /* transform: translateX(-50%); */
  display: flex;
  justify-content: space-between;
  width: calc(100% - 10px);
  max-width: 1100px;
  margin: 0 auto;
  /* height: calc(45vw / 11); */
  /* max-width: 500px; */
}


header .works .colorboxoya {
  position: fixed;
  z-index: 9999999;
  top: 5px;
  bottom: auto;
  left: 5px;
  right: 5px;
  /* transform: translateX(-50%); */
  display: flex;
  justify-content: space-between;
  width: calc(100% - 10px);
  /* height: calc(45vw / 11); */
  /* max-width: 500px; */
}

header .sotsugyou .colorboxoya {
  position: fixed;
  z-index: 9999999;
  top: 55px;
  bottom: auto;
  left: 5px;
  right: 5px;
  /* transform: translateX(-50%); */
  display: flex;
  justify-content: space-between;
  width: calc(100% - 10px);
  /* height: calc(45vw / 11); */
  /* max-width: 500px; */
}

header .colorboxoyainr {
  display: flex;

}

header .colorbox {
  display: block;
  width: calc(60vw / 11);
  height: calc(30vw / 11);
  opacity: 0;
  transition: all 0.6s;
}

header .colorbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

header .colorbox.visible {
  opacity: 1;
}

.yellownav {
  background-color: #ddd03f;
}

.rednav {
  background-color: #95283e;
}

.greennav {
  background-color: #349f64;
}

.bluenav {
  background-color: #69d;
}

.skybluenav {
  background-color: #78ccf4;
}

.pinknav {
  background-color: #fc99ca;
}

.lavendernav {
  background-color: #e2c9Fa;
}

.brownnav {
  background-color: #cca98a;
}

.whitenav {
  background-color: #eee;
}

.graynav {
  background-color: #bbb;
}

.blacknav {
  background-color: #333;
}

/*コンテンツ共通　画像のサイズ指定*/

main {
  margin-bottom: 230px;
}

main img {
  width: 100%;
  height: auto;
}

/*　〜〜〜写真パート〜〜〜　*/
/*　PCのデザイン　*/

#photo {
  width: 100%;
  margin: 0 auto 30px;
}

.hero {
  margin-bottom: 30px;
}

.sotsugyou_hero {
  margin: 135px auto 30px;
  width: 45%;
}

.sotsugyou_hero span {
  display: block;
  font-size: 24px;
  margin-top: 10px;
}

.sotsugyou_hero.ttl2 {
  width: 90%;
}

.sotsugyou_hero h2 {
  color: #d2a889;
  text-align: center;
  font-size: 27px;
  font-weight: 500;
  margin-bottom: 30px;
}

.sotsugyou_box {
  display: flex;
  flex-direction: column;
}

.sotsugyou_box a {
  display: block;
  border: 2px solid #d2a889;
  padding: 7px;
  font-size: 22px;
  font-weight: 500;
  color: #d2a889;
  text-align: center;
  margin-bottom: 20px;
}

.sotsugyou_box.kadaibox a {
  display: block;
  border: 2px solid #d2a889;
  background-color: #d2a889;
  padding: 7px;
  font-size: 22px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  margin-bottom: 20px;
}


/* .pcimg {
  display: inline-block;
  width: 100%;
  height: 65vh;
  object-fit: cover;
}

.spimg {
  display: none;
} */

/* .herotxt{
  margin: 1%;
  margin-bottom: 30px;
  font-size: 16px;
  color: #66a2e1;
  text-align: center;
} */

main .colorboxoya {
  display: flex;
  justify-content: space-between;
  width: 95%;
  margin: 30px auto;
}

main .colorbox {
  display: block;
  width: 8%;
  height: 50px;
}

.chuuitxt {
  text-align: center;
  font-size: 12px;
  color: #aaa;
  margin-top: 200px;
}

.field_oya {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 80%;
  /* max-width: 1000px; */
  margin: 0 auto;
}

.field_ko {
  width: 32%;
  margin-bottom: 5%;
}

@media only screen and (max-width: 699px) {
  .field_oya {
    width: 90%;
  }

  .field_ko {
    width: 48%;
    margin: 1%;
    margin-bottom: 5%;
  }
}

.field_ko a {
  display: block;
  margin: 0 5px 5px 0;
  border-radius: 10px;
  overflow: hidden;
}

.yellow a {
  box-shadow: 8px 8px 0 #ddd03f;
}

.red a {
  box-shadow: 8px 8px 0 #95283e;
}

.green a {
  box-shadow: 8px 8px 0 #349f64;
}

.blue a {
  box-shadow: 8px 8px 0 #69d;
}

.skyblue a {
  box-shadow: 8px 8px 0 #78ccf4;
}

.pink a {
  box-shadow: 8px 8px 0 #fc99ca;
}

.lavender a {
  box-shadow: 8px 8px 0 #e2c9Fa;
}

.brown a {
  box-shadow: 8px 8px 0px #cca98a;
}

.white a {
  box-shadow: 8px 8px 0 #eee;
}

.gray a {
  box-shadow: 8px 8px 0 #bbb;
}

.black a {
  box-shadow: 8px 8px 0 #333;
}

.field_ko_midashi {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  font-weight: 700;
  /* font-family: 'Kaisei Opti', serif; */
  /* margin: 1%;
  padding: 4%; */
  margin-top: 12%;
  margin-bottom: 7%;
  position: relative;
}

.midashisen {
  position: absolute;
  top: 85%;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
}

.midashisen img {
  width: 100%;
  height: auto;
}

/*
.yellowmidashi {
  background-image: url(../img/tenmidashi_yellow.svg);
}
.redmidashi {
  background-image: url(../img/tenmidashi_red.svg);
}
.greenmidashi {
  background-image: url(../img/tenmidashi_green.svg);
}
.bluemidashi {
  background-image: url(../img/tenmidashi_blue.svg);
}
.skybluemidashi {
  background-image: url(../img/tenmidashi_skyblue.svg);
}
.pinkmidashi {
  background-image: url(../img/tenmidashi_pink.svg);
}
.lavendermidashi {
  background-image: url(../img/tenmidashi_lavender.svg);
}
.brownmidashi {
  background-image: url(../img/tenmidashi_brown.svg);
}
.whitemidashi {
  background-image: url(../img/tenmidashi_white.svg);
}
.graymidashi {
  background-image: url(../img/tenmidashi_gray.svg);
}
.blackmidashi {
  background-image: url(../img/tenmidashi_black.svg);
} */

.field_ko_midashi h1,
.field_ko_midashi h2 {
  text-align: center;
  color: #666;
}

.field_ko_midashi h1 {
  font-size: 2.5vw;
}

.field_ko_midashi h2 {
  font-size: 15px;
}

.ninjin_txt {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  padding: 4% 0;
  color: #d2a889;
  font-weight: 400;
}

.ninjin_txt h3 {
  font-size: 1.5vw;
  width: 95%;
  text-align: center;
  margin-bottom: 3%;
  font-weight: 500;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
}

.ninjin_txt h3 span {
  font-size: 16px;
  display: block;
  position: relative;
}

.yellow .ninjin_txt h3::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #ddd03f;
  border-radius: 50%;
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(calc(-50% - 5px));
}

.yellow .ninjin_txt h3::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #ddd03f;
  border-radius: 50%;
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(calc(-50% + 5px));
}

.red .ninjin_txt h3::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #95283e;
  border-radius: 50%;
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(calc(-50% - 5px));
}

.red .ninjin_txt h3::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #95283e;
  border-radius: 50%;
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(calc(-50% + 5px));
}

.green .ninjin_txt h3::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #349f64;
  border-radius: 50%;
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(calc(-50% - 5px));
}

.green .ninjin_txt h3::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #349f64;
  border-radius: 50%;
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(calc(-50% + 5px));
}

.blue .ninjin_txt h3::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #69d;
  border-radius: 50%;
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(calc(-50% - 5px));
}

.blue .ninjin_txt h3::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #69d;
  border-radius: 50%;
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(calc(-50% + 5px));
}

.skyblue .ninjin_txt h3::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #64c4cf;
  border-radius: 50%;
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(calc(-50% - 5px));
}

.skyblue .ninjin_txt h3::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #64c4cf;
  border-radius: 50%;
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(calc(-50% + 5px));
}

.pink .ninjin_txt h3::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #fc99ca;
  border-radius: 50%;
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(calc(-50% - 5px));
}

.pink .ninjin_txt h3::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #fc99ca;
  border-radius: 50%;
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(calc(-50% + 5px));
}

.lavender .ninjin_txt h3::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #bc99Fa;
  border-radius: 50%;
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(calc(-50% - 5px));
}

.lavender .ninjin_txt h3::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #bc99Fa;
  border-radius: 50%;
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(calc(-50% + 5px));
}

/* 
.brown .ninjin_txt h3::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #cca98a;
  border-radius: 50%;
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(calc(-50% - 5px));
} */
/* 
.brown .ninjin_txt h3::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #cca98a;
  border-radius: 50%;
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(calc(-50% + 5px));
} */

.white .ninjin_txt h3::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #eee;
  border-radius: 50%;
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(calc(-50% - 5px));
}

.white .ninjin_txt h3::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #eee;
  border-radius: 50%;
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(calc(-50% + 5px));
}

.gray .ninjin_txt h3::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #999;
  border-radius: 50%;
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(calc(-50% - 5px));
}

.gray .ninjin_txt h3::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #999;
  border-radius: 50%;
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(calc(-50% + 5px));
}

.black .ninjin_txt h3::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(calc(-50% - 5px));
}

.black .ninjin_txt h3::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(calc(-50% + 5px));
}

.ninjin_txt p {
  width: 95%;
  text-align: center;
  font-size: 1vw;
  margin-top: 10px;
}

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


  .sp {
    display: inline-block;
  }

  .pc {
    display: none;
  }

  .yellow a {
    box-shadow: 4px 4px 0 #ddd03f;
  }

  .red a {
    box-shadow: 4px 4px 0 #95283e;
  }

  .green a {
    box-shadow: 4px 4px 0 #349f64;
  }

  .blue a {
    box-shadow: 4px 4px 0 #69d;
  }

  .skyblue a {
    box-shadow: 4px 4px 0 #78ccf4;
  }

  .pink a {
    box-shadow: 4px 4px 0 #fc99ca;
  }

  .lavender a {
    box-shadow: 4px 4px 0 #e2c9Fa;

  }

  .brown a {
    box-shadow: 8px 8px 0 #cca98a;
    border: 1px solid #cca98a;
  }

  .white a {
    box-shadow: 4px 4px 0 #eee;
  }

  .gray a {
    box-shadow: 4px 4px 0 #bbb;
  }

  .black a {
    box-shadow: 4px 4px 0 #333;
  }

  .ninjin_txt h3 {
    font-size: 22px;
    line-height: 1.2;
  }

  .ninjin_txt h3 span {
    font-size: 22px;
    margin-top: 10px;
    position: relative;
  }

  .brown .ninjin_txt h3 span::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: #d2a889;
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%) rotate(45deg);
  }

  .brown .ninjin_txt h3 span::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: #d2a889;
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%) rotate(45deg);
  }

  .brown .ninjin_txt .shousai {
    font-size: 12px;
    letter-spacing: 0.5em;
    line-height: 1;
    color: #cca98a;
    display: block;
    border: 2px solid #cca98a;
    border-radius: 12px;
    padding: 5px 25px 5px 15px;
    box-shadow: none;
    position: relative;
  }

  .brown .ninjin_txt .shousai::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background-image: url('../img/shousaiyajirushi.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
  }

  .yellow .ninjin_txt h3::before {
    width: 6px;
    height: 6px;
    bottom: -12px;
    transform: translateX(calc(-50% - 4px));
  }

  .yellow .ninjin_txt h3::after {
    width: 6px;
    height: 6px;
    bottom: -12px;
    transform: translateX(calc(-50% + 4px));
  }

  .red .ninjin_txt h3::before {
    width: 6px;
    height: 6px;
    bottom: -12px;
    transform: translateX(calc(-50% - 4px));
  }

  .red .ninjin_txt h3::after {
    width: 6px;
    height: 6px;
    bottom: -12px;
    transform: translateX(calc(-50% + 4px));
  }

  .green .ninjin_txt h3::before {
    width: 6px;
    height: 6px;
    bottom: -12px;
    transform: translateX(calc(-50% - 4px));
  }

  .green .ninjin_txt h3::after {
    width: 6px;
    height: 6px;
    bottom: -12px;
    transform: translateX(calc(-50% + 4px));
  }

  .blue .ninjin_txt h3::before {
    width: 6px;
    height: 6px;
    bottom: -12px;
    transform: translateX(calc(-50% - 4px));
  }

  .blue .ninjin_txt h3::after {
    width: 6px;
    height: 6px;
    bottom: -12px;
    transform: translateX(calc(-50% + 4px));
  }

  .skyblue .ninjin_txt h3::before {
    width: 6px;
    height: 6px;
    bottom: -12px;
    transform: translateX(calc(-50% - 4px));
  }

  .skyblue .ninjin_txt h3::after {
    width: 6px;
    height: 6px;
    bottom: -12px;
    transform: translateX(calc(-50% + 4px));
  }

  .pink .ninjin_txt h3::before {
    width: 6px;
    height: 6px;
    bottom: -12px;
    transform: translateX(calc(-50% - 4px));
  }

  .pink .ninjin_txt h3::after {
    width: 6px;
    height: 6px;
    bottom: -12px;
    transform: translateX(calc(-50% + 4px));
  }

  .lavender .ninjin_txt h3::before {
    width: 6px;
    height: 6px;
    bottom: -12px;
    transform: translateX(calc(-50% - 4px));
  }

  .lavender .ninjin_txt h3::after {
    width: 6px;
    height: 6px;
    bottom: -12px;
    transform: translateX(calc(-50% + 4px));
  }



  /* .brown .ninjin_txt h3::after {
    width: 6px;
    height: 6px;
    bottom: 12px;
    transform: translateX(calc(-50% + 4px));
  } */

  .white .ninjin_txt h3::before {
    width: 6px;
    height: 6px;
    bottom: -12px;
    transform: translateX(calc(-50% - 4px));
  }

  .white .ninjin_txt h3::after {
    width: 6px;
    height: 6px;
    bottom: -12px;
    transform: translateX(calc(-50% + 4px));
  }

  .gray .ninjin_txt h3::before {
    width: 6px;
    height: 6px;
    bottom: -12px;
    transform: translateX(calc(-50% - 4px));
  }

  .gray .ninjin_txt h3::after {
    width: 6px;
    height: 6px;
    bottom: -12px;
    transform: translateX(calc(-50% + 4px));
  }

  .black .ninjin_txt h3::before {
    width: 6px;
    height: 6px;
    bottom: -12px;
    transform: translateX(calc(-50% - 4px));
  }

  .black .ninjin_txt h3::after {
    width: 6px;
    height: 6px;
    bottom: -12px;
    transform: translateX(calc(-50% + 4px));
  }

  .field_ko_midashi h1 {
    font-size: 20px;
  }

  .field_ko_midashi h2 {
    font-size: 13px;
  }
}

.yajirushi {
  position: fixed;
  z-index: 99999999999999;
  bottom: 65px;
  right: 5px;
  width: 30px;
  opacity: 0.3;
}

.yajirushi img {
  width: 100%;
  height: auto;
}

.menu-btn {
  display: none;
}

#menu-btn-check {
  display: none;
}


.anchor {
  display: block;
  padding-top: 130px;
  margin-top: -130px;

}

/* section{
  padding-top: 80px;
} */

.field_ko_midashi::before {
  display: block;
  height: 70px;
  margin-top: -70px;
  content: "";
}


/*　スマホのデザイン　*/
@media only screen and (max-width: 699px) {

  section {
    padding-top: 50px;
  }

  .field_ko_midashi::before {
    display: block;
    height: 36px;
    margin-top: -120px;
    content: "";
  }




  header .colorboxbox {
    position: fixed;
    bottom: 0;
    left: -100%;
    width: 100%;
    height: 50px;
    z-index: 9999999;
    background: rgba(255, 255, 255, 0.7);
    transition: all 0.5s;
  }


  header .colorboxbox.works {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 50px;
    z-index: 9999999;
    background: rgba(255, 255, 255, 0.7);
    transition: all 0.5s;
  }

  header .colorboxbox.sotsugyou {
    position: fixed;
    top: 50px;
    left: -100%;
    width: 100%;
    height: 50px;
    z-index: 9999999;
    background: rgba(255, 255, 255, 0.7);
    transition: all 0.5s;
  }

  header .colorboxbox.is-active {
    left: 0;
  }

  /* header .colorboxoya {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: space-between;
    width: calc((75vh - 120px) / 11 *2);
    height: 75vh;
 

    z-index: 80;

  } */

  header .logo {
    transform: translateY(-100px);
  }

  header .colorbox {
    /* width: 100%; */
    height: 40px;
    opacity: 0;
    transition: all 2.5s;
  }

  header .colorbox {
    font-size: 12px;
    line-height: 1.2;
    color: #ffffff;
    text-align: center;
    background-color: #8f8f8f;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  header .colorboxoyainr .colorbox:first-of-type {
    ;
    width: 280px;
    margin-right: 3px;
  }

  header .colorboxoyainr .colorbox:nth-of-type(2) {
    /* font-size: 14px; */
    width: 70px;
    margin-right: 3px;
  }

  header .colorboxoyainr .colorbox:nth-of-type(3) {
    /* font-size: 14px; */
    width: 70px;
  }

  header .colorboxkg {
    font-size: 10px;
    width: 75px;
    background-color: #e9e9e9;
    color: #444444;
  }


  header .colorboxoyainr .colorbox.workbox {
    width: 70px;
    font-size: 13px;
    line-height: 1.2;
    color: #ffffff;
    text-align: center;
    background-color: #444444;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  header .workboxttl {
    font-size: 18px;
    width: 95px;
    background-color: transparent;
    color: #444444;
  }

  .underline {
    position: relative;
  }

  .underline::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 52px;
    height: 1px;
    background-color: #ffffff;
  }



  /* .hamburger-menu{

  height: 50px;
  width: 50px;
} */
  .menu-btn {

    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 9999999999999999;
    display: flex;
    display: none;
    height: 50px;
    width: 50px;
    justify-content: center;
    align-items: center;

    /* background-color: #000; */
  }

  .menu-btn span,
  .menu-btn span:before,
  .menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #000;
    position: absolute;
    transition: all 0.5s;
  }

  .menu-btn span:before {
    bottom: 8px;
  }

  .menu-btn span:after {
    top: 8px;
  }

  .menu-btn.is-active span {
    background-color: transparent;
  }

  .menu-btn.is-active span::before {
    bottom: 0;
    transform: rotate(45deg);
  }

  .menu-btn.is-active span::after {
    top: 0;
    transform: rotate(-45deg);
  }

  /* #menu-btn-check:checked ~.menu-btn span {
    background-color: transparent;
  }

  #menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
  }

  #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
  } */






  #photo {
    width: 100%;
  }

  .pcimg {
    display: none;
  }

  .spimg {
    display: block;
    width: 100%;

  }


  .hero .spimgbox {
    display: flex;
    flex-wrap: wrap;
    position: relative;
  }

  .hero .spimginr {
    width: 50%;
  }

  .top_copy {
    position: absolute;
    top: 0;
    left: 0;
  }

  main .colorboxoya {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 95%;
    margin: 30px auto;
  }

  main .colorbox {
    display: block;
    width: 20.1%;
    height: 11vw;
    margin-bottom: 7%;
  }

  .chuuitxt {
    text-align: center;
    font-size: 12px;
    color: #aaa;
    margin-top: 80px;
    margin-bottom: 60px;
  }

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

  .field_ko {
    width: 100%;
    margin-bottom: 50px;
  }

  /* .field_ko:first-of-type {
    width: 98%;
    margin: 1%;
  } */

  /* 
  .ninjin_txt {
    background: #f4a53b;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    padding: 9% 0;
  } */

  .herotxt {
    margin: 60px 20px 30px;
  }

  .herotxt h2 {
    color: #d2a889;
    font-weight: 500;
    margin-bottom: 40px;
  }

  .herotxt h2 span {
    display: block;
    font-size: 18px;
  }

  .herotxt p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.9;
    margin-bottom: 15px;
  }


  .othertxt {
    margin: 70px 20px 30px;
  }

  .othertxtfirst {
    margin-top: 90px;
  }

  .othertxt h3 {
    font-size: 28px;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 25px;
    border-left: 5px solid #444444;
    padding-left: 12px;
  }

  .othertxt p {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.9;
    margin-bottom: 20px;
  }

  .othertxt p .artsite {
    font-size: 26px;
  }

  .othertxt.goraijou p {
    font-size: 16px;

  }


  /*スライダーパート*/


  .spimginr {
    height: 50vw;
    overflow: hidden;
  }


  /*個人作品*/

  .kojin {
    margin: 0 10px 10px;
  }

  .kojin_photo {
    margin-bottom: 6px;
  }

  .kojin_txt {
    margin: 50px 30px;
  }

  .kojin_txt h3 {
    margin: 27px 0 5px;
    color: #d2a889;
  }

  .kojin_txt p {
    line-height: 1.9;
  }

  .linktosite {
    display: block;
    border: 1px solid #444444;
    background-color: #ffffff;
    border-radius: 16px;
    padding: 12px;
    margin: 44px 0px 85px;
    text-align: center;
    position: relative;
    color: #c8814f;
    font-weight: 600;
    box-shadow: 8px 8px 5px #cca98a;
  }

  .linktosite::after {
    content: "";
    display: block;
    width: 23px;
    height: 23px;
    background-image: url(../img/shousaiyajirushi.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);

  }

  .matsuo_photo {
    border: 1px solid #cca98a;
    border-radius: 4px;
    margin-bottom: 27px;
  }


  .sotsugyou_hero.kadai_ttl {
    width: 86%;
  }

  .sotsugyou_hero.kadai_ttl .kadai_ttl_span {
    display: block;
    font-size: 16px;
    margin-top: 0;
  }

  .sotsugyou_box.kadaibox a {
    padding: 11px 7px;
    margin-bottom: 27px;
  }


}




































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

  section {
    padding-top: 50px;
  }

  .sp {
    display: none;
  }

  .pc {
    display: inline-block;
  }

  header .colorboxbox {
    position: fixed;
    bottom: 0;
    left: -100%;
    width: 100%;
    height: 43px;
    z-index: 9999999;
    background: rgba(255, 255, 255, 0.7);
    border-top: 1px solid #8f8f8f;
    transition: all 0.5s;
  }


  header .colorboxbox.works {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 50px;
    z-index: 9999999;
    background: rgba(255, 255, 255, 0.7);
    transition: all 0.5s;
  }

  header .colorboxbox.sotsugyou {
    position: fixed;
    top: 50px;
    left: -100%;
    width: 100%;
    height: 50px;
    z-index: 9999999;
    background: rgba(255, 255, 255, 0.7);
    transition: all 0.5s;
  }

  header .colorboxbox.is-active {
    left: 0;
  }



  header .logo {
    transform: translateY(-100px);
  }

  header .colorbox {
    /* width: 100%; */
    height: 33px;
    opacity: 0;
    transition: all 2.5s;
  }

  header .colorbox {
    font-size: 11px;
    line-height: 1.2;
    color: #ffffff;
    text-align: center;
    background-color: #8f8f8f;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  header .colorboxoyainr .colorbox:first-of-type {
    width: 420px;
    margin-right: 3px;
  }

  header .colorboxoyainr .colorbox:nth-of-type(2) {
    /* font-size: 14px; */
    width: 70px;
    margin-right: 3px;
  }

  header .colorboxoyainr .colorbox:nth-of-type(3) {
    /* font-size: 14px; */
    width: 70px;
  }

  header .colorboxkg {
    font-size: 10px;
    width: 109px;
    background-color: #e9e9e9;
    color: #444444;
  }


  header .colorboxoyainr .colorbox.workbox {
    width: 70px;
    font-size: 11px;
    line-height: 1.2;
    color: #ffffff;
    text-align: center;
    background-color: #444444;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  header .workboxttl {
    font-size: 18px;
    width: 95px;
    background-color: transparent;
    color: #444444;
  }

  .underline {
    position: relative;
  }

  .underline::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 52px;
    height: 1px;
    background-color: #ffffff;
  }



  /* .hamburger-menu{

  height: 50px;
  width: 50px;
} */
  .menu-btn {

    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 9999999999999999;
    display: flex;
    display: none;
    height: 50px;
    width: 50px;
    justify-content: center;
    align-items: center;
  }

  .menu-btn span,
  .menu-btn span:before,
  .menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #000;
    position: absolute;
    transition: all 0.5s;
  }

  .menu-btn span:before {
    bottom: 8px;
  }

  .menu-btn span:after {
    top: 8px;
  }

  .menu-btn.is-active span {
    background-color: transparent;
  }

  .menu-btn.is-active span::before {
    bottom: 0;
    transform: rotate(45deg);
  }

  .menu-btn.is-active span::after {
    top: 0;
    transform: rotate(-45deg);
  }

  /* #menu-btn-check:checked ~.menu-btn span {
    background-color: transparent;
  }

  #menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
  }

  #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
  } */



  main {
    width: 100%;
    max-width: 999px;
    margin: 0 auto 400px;
  }


  #photo {
    width: 100%;
  }

  .pcimg {
    display: none;
  }

  .spimg {
    display: block;
    width: 100%;
    max-width: 999px;
    position: relative;
  }


  .hero .spimgbox {
    display: flex;
    flex-wrap: wrap;
    position: relative;
  }

  .hero .spimginr {
    width: 33.3333%;
  }

  .hero .spimginr.n01 {
    order: 2;
  }

  .hero .spimginr.n02 {
    order: 4;
  }

  .hero .spimginr.n03 {
    order: 1;
  }

  .hero .spimginr.n04 {
    order: 6;
  }

  .hero .spimginr.n05 {
    order: 3;
  }

  .hero .spimginr.n06 {
    order: 5;
  }

  .top_copy {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 999px;
  }

  .top99 {
    width: 66%;
  }

  main .colorboxoya {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 95%;
    margin: 30px auto;
  }

  main .colorbox {
    display: block;
    width: 20.1%;
    height: 11vw;
    margin-bottom: 7%;
  }

  .chuuitxt {
    text-align: center;
    font-size: 12px;
    color: #aaa;
    margin-top: 80px;
    margin-bottom: 60px;
  }

  .field_oya {
    display: flex;
    flex-wrap: wrap;
    width: 70%;
  }

  .field_ko {
    width: 100%;
    margin-bottom: 50px;
  }

  /* .field_ko:first-of-type {
    width: 98%;
    margin: 1%;
  } */

  /* 
  .ninjin_txt {
    background: #f4a53b;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    padding: 9% 0;
  } */

  .herotxt {
    margin: 100px 20px 30px;
  }

  .herotxt h2 {
    color: #d2a889;
    font-weight: 500;
    margin-bottom: 40px;
    font-size: 32px;
    border-bottom: 3px solid #d2a889;
  }

  .herotxt h2 span {
    display: block;
    font-size: 22px;
  }

  .herotxt p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.9;
    margin-bottom: 15px;
  }


  .othertxt {
    margin: 70px 20px 30px;
  }

  .othertxtfirst {
    margin-top: 90px;
  }

  .othertxt h3 {
    font-size: 28px;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 25px;
    border-left: 5px solid #444444;
    padding-left: 12px;
  }

  .othertxt p {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.9;
    margin-bottom: 20px;
  }

  .othertxt p .artsite {
    font-size: 26px;
  }

  .othertxt.goraijou p {
    font-size: 16px;

  }

  .sotsugyou_hero {
    margin: 135px auto 30px;
    width: 28%;
  }

  .sotsugyou_hero.kadai_ttl {
    width: 70%;
  }

  .sotsugyou_hero.kadai_ttl .kadai_ttl_span {
    display: block;
    font-size: 16px;
    margin-top: 0;
  }


  .ninjin_txt h3 {
    font-size: 22px;
    line-height: 1.2;
  }

  .ninjin_txt h3 span {
    font-size: 22px;
    margin-top: 10px;
    position: relative;
  }

  .brown .ninjin_txt h3 span::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: #d2a889;
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%) rotate(45deg);
  }

  .brown .ninjin_txt h3 span::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: #d2a889;
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%) rotate(45deg);
  }

  .brown .ninjin_txt .shousai {
    font-size: 12px;
    letter-spacing: 0.5em;
    line-height: 1;
    color: #cca98a;
    display: block;
    border: 2px solid #cca98a;
    border-radius: 12px;
    padding: 5px 25px 5px 15px;
    box-shadow: none;
    position: relative;
  }

  .brown .ninjin_txt .shousai::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background-image: url('../img/shousaiyajirushi.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
  }

  /*スライダーパート*/


  .spimginr {
    height: calc((100vw - 15px) / 3);
    max-height: 333px;
    overflow: hidden;
  }




  /*個人作品*/

  .kojin {
    width: 70%;
    margin: 0 auto 10px;
  }

  .kojin_photo {
    margin-bottom: 17px;
  }

  .kojin_txt {
    margin: 50px 30px 70px;
  }

  .kojin_txt h3 {
    margin: 27px 0 5px;
    color: #d2a889;
  }

  .kojin_txt p {
    line-height: 1.9;
  }

  .linktosite {
    display: block;
    border: 1px solid #444444;
    background-color: #ffffff;
    border-radius: 16px;
    padding: 12px;
    margin: 44px 40px 85px;
    text-align: center;
    position: relative;
    color: #c8814f;
    font-weight: 600;
    box-shadow: 8px 8px 5px #cca98a;
  }

  .linktosite::after {
    content: "";
    display: block;
    width: 23px;
    height: 23px;
    background-image: url(../img/shousaiyajirushi.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);

  }

  .matsuo_photo {
    border: 1px solid #cca98a;
    border-radius: 4px;
    margin-bottom: 27px;
  }



}


.oshirase::before {
  content: "＊";
  font-size: 20px;
  margin-right: 10px;
}

.oshirase::after {
  content: "＊";
  font-size: 20px;
  margin-left: 10px;
}