@charset "UTF-8";
/*---------------------------------------------
メディアクエリー
---------------------------------------------*/
/*---------------------------------------------
共通
---------------------------------------------*/
html {
  color: #353535;
  scroll-behavior: smooth;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
}

img {
  width: 100%;
  display: block;
}

@media screen and (min-width: 769px) {
  .sp_none {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .sp_none {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .pc_none {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pc_none {
    display: block;
  }
}

.slick-prev, .slick-next {
  display: none !important;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pc_flex {
  display: block;
}
@media screen and (min-width: 769px) {
  .pc_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/*---------------------------------------------
フォント
---------------------------------------------*/
.ja {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.ja_title {
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.en {
  font-family: proxima-nova, sans-serif;
  font-style: normal;
  font-weight: 400;
}

/*---------------------------------------------
FV
---------------------------------------------*/
* {
  margin: 0;
  padding: 0;
}

ul,
li {
  list-style: none;
}

.slide {
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .slide {
    width: 62%;
    overflow: hidden;
    margin-left: auto;
    margin-top: 0;
  }
}

.slide-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slide-wrap.bottom {
  margin-top: 3px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.slide-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slide-wrap.top ul:first-child {
  -webkit-animation: slideTop 50s -25s linear infinite;
          animation: slideTop 50s -25s linear infinite;
}

.slide-wrap.top ul:last-child {
  -webkit-animation: slideTop2 50s linear infinite;
          animation: slideTop2 50s linear infinite;
}

.slide-wrap.bottom ul:first-child {
  -webkit-animation: slideBottom 50s linear infinite;
          animation: slideBottom 50s linear infinite;
}

.slide-wrap.bottom ul:last-child {
  -webkit-animation: slideBottom2 50s -25s linear infinite;
          animation: slideBottom2 50s -25s linear infinite;
}

.slide-wrap li {
  width: 42vw;
}

.slide-wrap.top li {
  margin-right: 4px;
}

.slide-wrap.bottom li {
  margin-left: 4px;
}

@media screen and (min-width: 769px) {
  .slide-wrap li {
    width: 16vw;
  }
  .slide-wrap.top li {
    margin-right: 4px;
  }
  .slide-wrap.bottom li {
    margin-left: 4px;
  }
}
@-webkit-keyframes slideTop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes slideTop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes slideTop2 {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes slideTop2 {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@-webkit-keyframes slideBottom {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
  }
}
@keyframes slideBottom {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
  }
}
@-webkit-keyframes slideBottom2 {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes slideBottom2 {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
.fv {
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
}
.fv .title {
  position: absolute;
  bottom: 9vh;
  left: 9vw;
  width: 80%;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .fv .title {
    width: 23%;
    left: 8vw;
    bottom: 40vh;
  }
}

.top .read {
  width: 86%;
  margin: auto;
  text-align: center;
  line-height: 2;
  font-size: 14px;
  margin-bottom: 100px;
}
@media screen and (min-width: 769px) {
  .top .read {
    margin-top: 100px;
  }
}

/*---------------------------------------------
#main_img
---------------------------------------------*/
#main_img .item_number {
  width: 95%;
  margin-left: auto;
}
#main_img .lines {
  width: 90%;
  margin: auto;
  text-align: center;
  padding: 10px 0;
  border-top: 1px solid;
  border-bottom: 1px dotted;
  font-size: 16px;
}
#main_img .price {
  width: 90%;
  margin: auto;
  font-size: 16px;
  text-align: center;
  border-bottom: 1px solid;
  padding: 10px 0;
}
#main_img .price a {
  color: #000;
}
#main_img .main_img {
  margin-top: 50px;
}
@media screen and (min-width: 769px) {
  #main_img {
    max-width: 600px;
    margin: auto;
  }
  #main_img .lines {
    width: 100%;
  }
  #main_img .price {
    width: 100%;
  }
}

.thumb_container {
  width: 80%;
  height: auto;
  margin: 150px auto 100px;
  display: grid;
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (min-width: 769px) {
  .thumb_container {
    width: 60%;
    margin: 200px auto 150px;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
.thumb_container .item1 {
  position: relative;
  grid-row: 1/3;
  grid-column: 1/3;
  border: 1px solid #b0b0b0;
}
.thumb_container .item1 .case {
  position: absolute;
  width: 35%;
  top: -32%;
  left: -5%;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  .thumb_container .item1 .case {
    top: -21%;
    left: -16%;
  }
}
.thumb_container .thumb {
  position: relative;
}
.thumb_container .thumb a {
  color: #fff;
  text-align: center;
}
.thumb_container .thumb a .scene {
  position: absolute;
  top: 35%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 11px;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .thumb_container .thumb a .scene {
    font-size: 12px;
    top: 33%;
  }
}
.thumb_container .thumb a .place {
  position: absolute;
  top: 47%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 10px;
  width: 90%;
  border: 1px solid;
  border-radius: 14px;
  padding: 2px 0;
}
@media screen and (min-width: 769px) {
  .thumb_container .thumb a .place {
    font-size: 13px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 1px 10px;
  }
}
.thumb_container .thumb a .arrow {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 12px;
  bottom: 4px;
}
.thumb_container .thumb1_1 {
  grid-row: 1/2;
  grid-column: 3/4;
}
.thumb_container .thumb1_2 {
  grid-row: 2/3;
  grid-column: 3/4;
}
@media screen and (min-width: 769px) {
  .thumb_container .thumb1_2 {
    grid-row: 1/2;
    grid-column: 4/5;
  }
}
.thumb_container .thumb1_3 {
  grid-row: 3/4;
  grid-column: 1/2;
}
@media screen and (min-width: 769px) {
  .thumb_container .thumb1_3 {
    grid-row: 1/2;
    grid-column: 5/6;
  }
}
.thumb_container .thumb1_4 {
  grid-row: 3/4;
  grid-column: 2/3;
}
@media screen and (min-width: 769px) {
  .thumb_container .thumb1_4 {
    grid-row: 2/3;
    grid-column: 3/4;
  }
}
.thumb_container .thumb1_5 {
  grid-row: 3/4;
  grid-column: 3/4;
}
@media screen and (min-width: 769px) {
  .thumb_container .thumb1_5 {
    grid-row: 2/3;
    grid-column: 4/5;
  }
}
.thumb_container > div {
  margin: 4px;
}
.thumb_container .thumb {
  overflow: hidden;
}
.thumb_container img {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.thumb_container img:hover {
  -webkit-transform: scale(1.1) !important;
          transform: scale(1.1) !important;
}

/*---------------------------------------------
section #01
---------------------------------------------*/
.section {
  margin-bottom: 150px;
}
@media screen and (min-width: 769px) {
  .section {
    max-width: 840px;
    max-width: 750px;
    margin: 150px auto 200px;
  }
}
.section .height {
  font-size: 10px;
  margin-top: 10px;
  text-align: right;
}
@media screen and (min-width: 769px) {
  .section .height {
    font-size: 13px;
  }
}
.section .title_wrap {
  margin-left: 8%;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .section .title_wrap {
    margin-left: 0;
  }
}
.section .scene_no {
  width: 20%;
  margin-bottom: 20px;
  padding-top: 20px;
}
@media screen and (min-width: 769px) {
  .section .scene_no {
    width: 6vw;
  }
}
.section .scene_title {
  width: 80%;
}
@media screen and (min-width: 769px) {
  .section .scene_title {
    width: 20vw;
  }
}
.section .text {
  font-size: 3vw;
  margin-top: 20px;
  width: 90%;
  line-height: 1.7;
}
@media screen and (min-width: 769px) {
  .section .text {
    font-size: 16px;
    width: 100%;
  }
}
.section .text_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 74%;
}
.section .credit {
  width: 80%;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .section .credit {
    width: 35vw;
  }
}
.section .credit img {
  width: 20%;
  height: auto;
}
.section .credit span {
  display: block;
  color: #353535;
}
@media screen and (min-width: 769px) {
  .section .credit span {
    display: block;
  }
}
.section .credit .item_name {
  font-weight: bold;
  font-size: 11px;
}
@media screen and (min-width: 769px) {
  .section .credit .item_name {
    font-size: 13px;
  }
}
.section .credit .item_price {
  font-size: 10px;
}
@media screen and (min-width: 769px) {
  .section .credit .item_price {
    font-size: 12px;
  }
}
.section .credit .item_size {
  font-size: 10px;
}
@media screen and (min-width: 769px) {
  .section .credit .item_size {
    font-size: 12px;
  }
}
.section .credit .top_box {
  margin-top: 50px;
}
.section .credit .top_box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .section .credit .top_box a {
    margin-bottom: 60px;
  }
}
.section .credit .top_box a:hover {
  opacity: 0.6;
}
.section .credit .top_box:nth-child(2) {
  margin-top: -20px;
}
@media screen and (min-width: 769px) {
  .section .credit .top_box:nth-child(2) {
    margin-top: -40px;
  }
}
.section .credit .main_buy {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.section .credit .buy {
  font-size: 10px;
  background: #000;
  border-radius: 10px;
  padding: 2px 10px;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .section .credit .buy {
    font-size: 12px;
    padding: 2px 20px;
    border-radius: 30px;
  }
}
.section .no_img a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 20px;
  text-decoration: none;
}
.section .no_img a .item_name,
.section .no_img a .item_size {
  display: inline-block;
}
.section .no_img a .item_price {
  display: block;
}
.section .no_img a .buy_btn {
  font-size: 10px;
  background: #000;
  color: #fff;
  border: 1px solid;
  padding: 2px 10px;
  border-radius: 10px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
@media screen and (min-width: 769px) {
  .section .no_img a .buy_btn {
    font-size: 12px;
    padding: 2px 20px;
    border-radius: 30px;
  }
}
.section .no_img a:hover {
  opacity: 0.6;
}
.section .other {
  margin-top: 20px;
}
.section .other span {
  display: inline-block;
}

/*---------------------------------------------
section #1_1
---------------------------------------------*/
#sec1_1 .img_01 {
  width: 80%;
  margin: auto;
}
@media screen and (min-width: 769px) {
  #sec1_1 .img_01 {
    width: 40vw;
    margin: initial;
  }
}
#sec1_1 .mt_ {
  position: absolute;
  margin-top: -40px;
  width: 50%;
  right: 0;
}
@media screen and (min-width: 769px) {
  #sec1_1 .mt_ {
    width: 25vw;
    right: 20vw;
  }
}
#sec1_1 .mt {
  width: 40vw;
  margin: 400px auto 0;
}
@media screen and (min-width: 769px) {
  #sec1_1 .mt {
    margin-top: 700px;
  }
}
#sec1_1 .mt .height {
  text-align: right;
}

/*---------------------------------------------
section #1_2
---------------------------------------------*/
#sec1_2 .img_02 {
  width: 84%;
  margin: 0 auto 200px;
}
@media screen and (min-width: 769px) {
  #sec1_2 .img_02 {
    width: 50vw;
  }
}
#sec1_2 .img_03 {
  width: 70vw;
}
@media screen and (min-width: 769px) {
  #sec1_2 .img_03 {
    width: 44vw;
  }
}
#sec1_2 .img_04 {
  width: 60%;
  margin-top: 15px;
  margin-right: 40px;
  margin-left: auto;
}
@media screen and (min-width: 769px) {
  #sec1_2 .img_04 {
    width: 40%;
  }
}

/*---------------------------------------------
section #1_3
---------------------------------------------*/
#sec1_3 .scene_title {
  width: 70%;
}
@media screen and (min-width: 769px) {
  #sec1_3 .scene_title {
    width: 24vw;
  }
}
@media screen and (min-width: 769px) {
  #sec1_3 .img_01 {
    width: 50vw;
    margin: auto;
  }
}
#sec1_3 .flex {
  width: 90%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 100px auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#sec1_3 .flex img {
  width: 49.3%;
}
#sec1_3 .flex .img_02 {
  width: 30vw;
}
#sec1_3 .flex .img_03 {
  margin-top: 80px;
}
#sec1_3 .img_04 {
  width: 66%;
  margin: auto;
}
#sec1_3 .img_04 .height {
  text-align: right;
}

/*---------------------------------------------
section #1_4
---------------------------------------------*/
#sec1_4 .scene_title {
  width: 60%;
}
@media screen and (min-width: 769px) {
  #sec1_4 .scene_title {
    width: 20vw;
  }
}
#sec1_4 .text {
  margin-left: 10%;
}
#sec1_4 .img_01 {
  width: 80%;
  margin: auto;
}
@media screen and (min-width: 769px) {
  #sec1_4 .img_01 {
    width: 42vw;
  }
}
#sec1_4 .img_02 {
  width: 80%;
  margin-top: 100px;
  margin-left: auto;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  #sec1_4 .img_02 {
    width: 38vw;
    margin: 100px auto;
  }
}
#sec1_4 .img_04 {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#sec1_4 .img_04 .pc_flex_child {
  width: 60%;
}
#sec1_4 .img_04 .pc_flex_child .height {
  margin-right: 20px;
}
@media screen and (min-width: 769px) {
  #sec1_4 .img_04 .pc_flex_child {
    width: 70%;
  }
}
#sec1_4 .img_04 .credit {
  width: 80%;
}
@media screen and (min-width: 769px) {
  #sec1_4 .img_04 .credit {
    width: 50%;
    margin-left: 40px;
    margin-bottom: 24px;
  }
}

#sec3_4 .img_04 .pc_flex_child {
  width: 60%;
}
#sec3_4 .img_04 .pc_flex_child .height {
  margin-right: 10px;
}
@media screen and (min-width: 769px) {
  #sec3_4 .img_04 .pc_flex_child .height {
    margin-right: 0;
  }
}

/*---------------------------------------------
section #1_5
---------------------------------------------*/
#sec1_5 .title_wrap .text {
  margin-left: 0;
}
#sec1_5 .flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 769px) {
  #sec1_5 .flex {
    width: 52vw;
  }
}
#sec1_5 .flex img {
  width: 46%;
  margin: 4px;
}
@media screen and (min-width: 769px) {
  #sec1_5 .title_wrap {
    margin-left: 8%;
  }
  #sec1_5 .title_wrap .text {
    margin-left: 20%;
  }
}
@media screen and (min-width: 769px) {
  #sec1_5 .credit {
    width: 30vw;
  }
}

/*---------------------------------------------
#1 STAFF
---------------------------------------------*/
#staff {
  width: 90%;
  margin: 100px auto 30px;
}
#staff .top_motif,
#staff .bottom_motif {
  width: 90%;
  margin: -20px auto;
}
#staff .top_text {
  text-align: center;
}
#staff .shop {
  font-size: 11px;
  margin-bottom: 7px;
}
#staff .name {
  font-size: 18px;
  font-weight: bold;
}
#staff .s_height {
  font-size: 10px;
}
#staff img {
  width: 27%;
  margin: 7px auto 30px;
}
#staff .comment {
  width: 53%;
  margin: auto;
  font-size: 10px;
  text-align: center;
}
#staff .sns {
  width: 59%;
  margin: 20px auto;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
#staff .sns .sns_btn {
  background: #fff;
  color: #000;
  border: 1px solid #000;
  border-radius: 30px;
  padding: 2px 14px;
  font-size: 10px;
  text-decoration: none;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
#staff .sns .sns_btn:hover {
  background: #000;
  color: #fff;
}
@media screen and (min-width: 769px) {
  #staff {
    width: 50%;
    margin: 150px auto 250px;
  }
  #staff .top_motif,
  #staff .bottom_motif {
    width: 100%;
  }
  #staff .shop {
    font-size: 16px;
    margin-bottom: 7px;
  }
  #staff .name {
    font-size: 24px;
    font-weight: bold;
  }
  #staff .comment {
    width: 60%;
    font-size: 12px;
  }
  #staff .s_height {
    font-size: 13px;
  }
  #staff .sns {
    width: 76%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #staff .sns_btn {
    margin: 5px;
  }
  #staff img {
    width: 40%;
  }
}

/*---------------------------------------------
section #2_1
---------------------------------------------*/
#sec_2 {
  /*---------------------------------------------
  section #2_2
  ---------------------------------------------*/
}
#sec_2 #sec2_1 .scene_title {
  width: 56%;
}
@media screen and (min-width: 769px) {
  #sec_2 #sec2_1 .scene_title {
    width: 34%;
  }
}
#sec_2 #sec2_1 .img_01 {
  width: 80%;
  margin: auto;
}
@media screen and (min-width: 769px) {
  #sec_2 #sec2_1 .img_01 {
    width: 40vw;
    margin: initial;
  }
}
#sec_2 #sec2_1 .img_02 {
  width: 53%;
  margin-top: 50px;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  #sec_2 #sec2_1 .img_02 {
    margin-top: 100px;
    margin-left: -30px;
    margin-bottom: 150px;
  }
}
#sec_2 #sec2_1 .img_03 {
  width: 60%;
  margin-left: auto;
}
#sec_2 #sec2_1 .img_03 .height {
  text-align: left;
}
#sec_2 #sec2_2 .scene_title {
  width: 65%;
}
@media screen and (min-width: 769px) {
  #sec_2 #sec2_2 .scene_title {
    width: 40%;
  }
}
#sec_2 #sec2_2 .img_01 {
  width: 90%;
  margin-left: auto;
}
@media screen and (min-width: 769px) {
  #sec_2 #sec2_2 .img_01 {
    width: 80%;
    margin: auto;
  }
}
#sec_2 #sec2_2 .img_03 {
  width: 70vw;
  margin-top: 100px;
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
  #sec_2 #sec2_2 .img_03 {
    width: 60%;
  }
}
#sec_2 #sec2_2 .img_04 {
  width: 60%;
  margin-top: 15px;
  margin-left: auto;
}
#sec_2 #sec2_2 .img_04 .height {
  text-align: left;
}
@media screen and (min-width: 769px) {
  #sec_2 #sec2_2 .img_04 {
    width: 40%;
  }
}

/*---------------------------------------------
section #2_3
---------------------------------------------*/
#sec2_3 .scene_title {
  width: 90%;
}
@media screen and (min-width: 769px) {
  #sec2_3 .scene_title {
    width: 50%;
  }
}
#sec2_3 .img_01 {
  width: 80%;
  margin: 0 auto 100px;
}
@media screen and (min-width: 769px) {
  #sec2_3 .img_01 {
    width: 65%;
  }
}
#sec2_3 .img_02 {
  margin-bottom: 200px;
}
@media screen and (min-width: 769px) {
  #sec2_3 .img_02 {
    width: 80%;
    margin: 200px auto;
  }
}
#sec2_3 .img_03 {
  width: 70%;
  margin: initial;
}
@media screen and (min-width: 769px) {
  #sec2_3 .img_03 {
    width: 52%;
  }
}
#sec2_3 .img_04 {
  width: 40%;
  margin-top: -20px;
  margin-left: auto;
  margin-right: 20px;
}
#sec2_3 .mt p {
  margin-right: 20px;
}

/*---------------------------------------------
section #2_4
---------------------------------------------*/
#sec2_4 .scene_title {
  width: 90%;
}
@media screen and (min-width: 769px) {
  #sec2_4 .scene_title {
    width: 60%;
  }
}
#sec2_4 .img_01 {
  width: 85%;
  margin: 0 auto 100px;
}
@media screen and (min-width: 769px) {
  #sec2_4 .img_01 {
    margin-bottom: 150px;
  }
}
#sec2_4 .img_02 {
  width: 80%;
  margin-left: auto;
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
  #sec2_4 .img_02 {
    width: 70%;
    margin-bottom: 80px;
  }
}
#sec2_4 .img_03 {
  width: 60%;
}

/*---------------------------------------------
section #2_5
---------------------------------------------*/
#sec2_5 .scene_title {
  width: 80%;
}
@media screen and (min-width: 769px) {
  #sec2_5 .scene_title {
    width: 50%;
  }
}
#sec2_5 .img_01 {
  margin-bottom: 100px;
}
@media screen and (min-width: 769px) {
  #sec2_5 .img_01 {
    margin-bottom: 150px;
  }
}
#sec2_5 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#sec2_5 .flex img {
  width: 45%;
  margin: 3px;
}
@media screen and (min-width: 769px) {
  #sec2_5 .flex .flex img {
    width: 34%;
    margin: 5px;
  }
}
#sec2_5 .staff_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px auto;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
@media screen and (min-width: 769px) {
  #sec2_5 .staff_flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#sec2_5 .staff_flex img {
  width: 43%;
  margin: 4px;
}
#sec2_5 .staff_flex .sns_btn {
  margin: 5px;
}

/*---------------------------------------------
#2 STAFF
---------------------------------------------*/
#sec2_5 #staff .flex {
  margin: 20px auto;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

/*---------------------------------------------
section #3_1
---------------------------------------------*/
#sec3_1 .scene_title {
  width: 90%;
}
@media screen and (min-width: 769px) {
  #sec3_1 .scene_title {
    width: 60%;
  }
}
#sec3_1 .png_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 80%;
  margin: auto;
  margin-bottom: 50px;
}
#sec3_1 .img_01 {
  width: 85%;
  margin: auto;
}
#sec3_1 .img_02 {
  width: 30%;
  margin-top: 30px;
}
@media screen and (min-width: 769px) {
  #sec3_1 .img_02 {
    width: 25%;
  }
}
#sec3_1 .img_03 {
  width: 30%;
  margin-top: -30px;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 769px) {
  #sec3_1 .img_03 {
    width: 25%;
  }
}
#sec3_1 .mt {
  width: 65%;
  margin-left: auto;
}
#sec3_1 .mt .height {
  text-align: left;
}
@media screen and (min-width: 769px) {
  #sec3_1 .mt {
    margin: initial;
    margin: 200px auto 0;
  }
}

/*---------------------------------------------
section #3_2
---------------------------------------------*/
#sec3_2 .scene_title {
  width: 90%;
}
@media screen and (min-width: 769px) {
  #sec3_2 .scene_title {
    width: 60%;
  }
}
#sec3_2 .img_01 {
  width: 90%;
  margin-left: auto;
  margin-bottom: 150px;
}
@media screen and (min-width: 769px) {
  #sec3_2 .img_01 {
    width: 70%;
    margin: auto;
  }
}
#sec3_2 .img_03 {
  width: 70%;
}
@media screen and (min-width: 769px) {
  #sec3_2 .img_03 {
    width: 60%;
    margin-top: 150px;
  }
}
#sec3_2 .img_04 {
  width: 55%;
  margin-left: auto;
  margin-top: 50px;
  margin-bottom: 150px;
}
@media screen and (min-width: 769px) {
  #sec3_2 .img_04 {
    width: 50%;
  }
}
#sec3_2 .img_04 .height {
  text-align: left;
}

/*---------------------------------------------
section #3_3
---------------------------------------------*/
#sec3_3 .scene_title {
  width: 60%;
}
@media screen and (min-width: 769px) {
  #sec3_3 .scene_title {
    width: 50%;
  }
}
@media screen and (min-width: 769px) {
  #sec3_3 .img_01 {
    width: 80%;
    margin: auto;
  }
}
#sec3_3 .img_02 {
  width: 75%;
  margin-top: 180px;
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
  #sec3_3 .img_02 {
    width: 60%;
    margin-bottom: 100px;
  }
}
#sec3_3 .img_03 {
  width: 85%;
  margin-left: auto;
}
@media screen and (min-width: 769px) {
  #sec3_3 .img_03 {
    width: 54%;
  }
}
#sec3_3 .img_03 img {
  margin-top: 5px;
}
#sec3_3 .img_03 .height {
  text-align: left;
}

/*---------------------------------------------
section #3_4
---------------------------------------------*/
#sec3_4 .scene_title {
  width: 90%;
}
@media screen and (min-width: 769px) {
  #sec3_4 .scene_title {
    width: 60%;
  }
}
#sec3_4 .img_01 {
  width: 93%;
  margin-left: auto;
}
@media screen and (min-width: 769px) {
  #sec3_4 .img_01 {
    width: 85%;
    margin: auto;
  }
}
#sec3_4 .img_02 {
  width: 60%;
  margin-top: 50px;
  margin-left: auto;
  margin-bottom: 100px;
}
@media screen and (min-width: 769px) {
  #sec3_4 .img_02 {
    margin-top: 150px;
  }
}
#sec3_4 .flex_credit {
  margin-left: 10%;
}
@media screen and (min-width: 769px) {
  #sec3_4 .img_03 {
    width: 70%;
  }
}

/*---------------------------------------------
section #3_5
---------------------------------------------*/
#sec3_5 .scene_title {
  width: 60%;
}
@media screen and (min-width: 769px) {
  #sec3_5 .scene_title {
    width: 40%;
  }
}
#sec3_5 .img_02 {
  width: 70%;
  margin-top: 120px;
  margin-bottom: 70px;
}
@media screen and (min-width: 769px) {
  #sec3_5 .img_02 {
    margin-top: 200px;
    margin-bottom: 150px;
  }
}
#sec3_5 .img_03 {
  width: 60%;
  margin-left: auto;
}
#sec3_5 .img_03 .height {
  text-align: left;
}

/*---------------------------------------------
#sec_4
---------------------------------------------*/
#sec_04 {
  background: #F0EFEF;
  padding-top: 80px;
  padding-bottom: 80px;
}
#sec_04 .title {
  font-size: 13px;
  text-align: center;
  line-height: 1.7;
  margin-bottom: 20px;
}
#sec_04 .swim_item a {
  width: 55%;
  margin: auto;
  display: block;
  color: #000;
  text-decoration: none;
}
#sec_04 .swim_item p {
  font-size: 10px;
  margin-top: 5px;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  #sec_04 .swim_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 920px;
    margin: auto;
  }
  #sec_04 .swim_item a {
    margin: 10px;
  }
}

/*---------------------------------------------
#all_items
---------------------------------------------*/
#all_items {
  padding-top: 80px;
  padding-bottom: 80px;
}
#all_items .title {
  font-size: 13px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}
#all_items .all_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#all_items .all_item a {
  width: 30%;
  margin: 3px;
  text-decoration: none;
  color: #000;
}
#all_items .all_item a p {
  font-size: 10px;
  margin-top: 5px;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  #all_items .all_item {
    max-width: 840px;
    margin: auto;
  }
  #all_items .all_item a {
    width: 20%;
  }
}

.banner {
  display: block;
  width: 90%;
  margin: 0 auto 100px;
}
@media screen and (min-width: 769px) {
  .banner {
    width: 30%;
  }
}

.typy_logo {
  display: block;
  width: 40%;
  margin: 0 auto 50px;
}
@media screen and (min-width: 769px) {
  .typy_logo {
    width: 15%;
  }
}

#page_top {
  position: fixed;
  width: 50px;
  border: 1px solid #000;
  right: 0;
  bottom: 6%;
}
@media screen and (min-width: 769px) {
  #page_top {
    width: 80px;
    bottom: 0;
  }
}/*# sourceMappingURL=style.css.map */