@charset "utf-8";
/* CSS Document */


/* 全体の設定
–––––––––––––––––––––––––––––––––––––––––––––––––– */
html {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 62.5%;
}

body {
  color: #000;
  /*font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
  background: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  font-family: "M PLUS 1", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.m-plus-1- {
  font-family: "M PLUS 1", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

main {
  width: 100%;
  margin: auto;
}

.container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0;
}

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

a {
  display: block;
  color: #666;
  text-decoration-line: none;
}

a:hover {
  color: #999;
}

.sp-only {
  display: none !important;
}

.pc-only {
  display: block !important;
}

@media screen and (max-width: 768px) {
  .sp-only {
    display: block !important;
  }

  .pc-only {
    display: none !important;
  }
}



/*ヘッダー
-------------------------------------*/
header {
  width: 90%;
  background-color: #fffffff;
  padding: 20px 0 40px;
  max-width: 850px;
  margin: 0 auto;
}

.logo-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.logo-container a {
  display: block;
  flex: 1 1 auto;
}

.logo-container img {
  max-width: 90%;
  height: auto;
  display: block;
}

@media screen and (max-width: 768px) {
  header {
    width: 80%;
    padding: 15px 0 20px;
  }

  .logo-container {
    flex-wrap: wrap;
    gap: 3px 5px;
  }

  .logo-container a {
    flex: 1 1 calc(33.33% - 10px);
  }
}


/*メインビジュアル
-------------------------------------*/
.main-visual {
  width: 100%;
  position: relative;
  background: url('images/bg_mv.jpg') no-repeat center top/cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 250px;
}

@media screen and (max-width: 768px) {
  .main-visual {
    background: url('images/bg_mv_sp.jpg') no-repeat center top/cover;
    padding-bottom: 20%;
  }
}

.main-visual .mv {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-visual .mv img {
  max-width: 100%;
  height: auto;
}

.main-visual .mv h1{
	margin: 0;
}

.main-visual .section {
  position: relative;
  padding: 20px 0;
}

.main-visual .section .sub-image {
  max-width: 60%;
  margin: 0 auto 100px;
  display: block;
}

.main-visual .description {
  background-color: white;
  width: 55%;
  margin: 40px auto;
  padding: 20px 0 100px;
  position: relative;
  text-align: center;
  color: black;
  font-size: 16px;
}

@media screen and (max-width: 1250px) {
  .main-visual .description {
    width: 75%;
  }
}

@media screen and (max-width: 768px) {
  .main-visual .description {
    width: 80%;
    margin: 10px auto;
    padding: 20px 0 40px;
  }
}

.main-visual .description .overlay-image {
  position: absolute;
  bottom: -150px;
  left: -150px;
  max-width: 400px;
  height: auto;
}

.main-visual .description p {
  font-size: 24px;
  font-weight: 700;
  padding: 30px 50px;
}

.main-visual .description iframe {
  width: 70%;
  height: 350px;
}

@media screen and (max-width: 768px) {
  .main-visual .description .overlay-image {
    max-width: 180px;
    bottom: -15%;
    left: -18%;
  }

  .main-visual .description p {
    font-size: 15px;
    padding: 0 15px 30px;
	line-height: 180%;
  }

  .main-visual .description iframe {
    width: 80%;
    height: 160px;
  }
}


/*contents01
-------------------------------------*/

.responsive-banner01 {
  width: 100%;
  height: 350px;
  background: url('images/sec02_img01.png') no-repeat center center;
  background-size: cover;
  z-index: 999;
  position: absolute;
  margin-top: -7%;
}

.responsive-banner02 {
  width: 100%;
  height: 350px;
  background: url('images/sec04_img01.png') no-repeat center center;
  background-size: cover;
  z-index: 999;
  position: absolute;
  margin-top: -7%;
}

@media screen and (min-width: 1300px) {
 .responsive-banner01,.responsive-banner02 {
    background-size: contain;
  }
}

@media screen and (max-width: 3000px) {
 .responsive-banner01,.responsive-banner02 {
  margin-top: -8%;
  background-size: cover;
  }
}

@media screen and (max-width: 2530px) {
 .responsive-banner01,.responsive-banner02 {
  margin-top: -8%;
  background-size: cover;
  }
}

@media screen and (max-width: 2200px) {
 .responsive-banner01 {
  margin-top: -10%;
  background-size: cover;
  }
 .responsive-banner02 {
  margin-top: -10%;
  background-size: cover;
  }
}

@media screen and (max-width: 1720px) {
 .responsive-banner01 {
  margin-top: -12%;
  background-size: cover;
  }
 .responsive-banner02 {
  margin-top: -13%;
  background-size: cover;
  }
}

@media screen and (max-width: 1500px) {
 .responsive-banner01 {
  margin-top: -15%;
  background: url('images/sec02_img01-2.png') no-repeat center center;
  background-size: contain;
  }
 .responsive-banner02 {
  margin-top: -15%;
  background: url('images/sec04_img01-2.png') no-repeat center center;
  background-size: contain;
  }
}

@media screen and (max-width: 1320px) {
 .responsive-banner02 {
  margin-top: -17%;
  background: url('images/sec04_img01-2.png') no-repeat center center;
  background-size: contain;
  }
}

@media screen and (max-width: 1160px) {
 .responsive-banner02 {
  margin-top: -19%;
  background: url('images/sec04_img01-2.png') no-repeat center center;
  background-size: contain;
  }
}

@media screen and (max-width: 900px) {
 .responsive-banner01 {
  margin-top: -20%;
  background: url('images/sec02_img01-2.png') no-repeat center center;
  background-size: contain;
  }
 .responsive-banner02 {
  margin-top: -20%;
  background: url('images/sec04_img01-2.png') no-repeat center center;
  background-size: contain;
  }
}

@media screen and (max-width: 880px) {
 .responsive-banner02 {
  margin-top: -24%;
  background: url('images/sec04_img01-2.png') no-repeat center center;
  background-size: contain;
  }
}

@media screen and (max-width: 768px) {
 .responsive-banner01,.responsive-banner02 {
  background: none;
  margin-top: -15%;
  }
}

.contents01 {
  width: 100%;
  background: #f3de79 url("images/bg_video.png") repeat-y left top;
  position: relative;
  background-size: contain;
}

.contents01 .sec01_ttl {
  position: absolute;
  top: -10%;
}

@media screen and (max-width: 768px) {
  .contents01 .sec01_ttl {
    top: -5%;
  }
}

.contents01 {
  width: 100%;
  padding: 10% 0 0;
}

.contents01 .sec01 {
  display: flex;
  text-align: center;

  margin: auto;
}

.contents01 .sec01 h2 {
  margin: 30px auto;
}

.contents01 .sec01 h2 img {
  max-width: 350px;
}

@media screen and (max-width: 768px) {
  .contents01 {
    width: 100%;
    padding: 10% 0 5%;
  }

  .contents01 .sec01 h2 {
    margin: 15px auto;
  }

  .contents01 .sec01 h2 img {
    max-width: 45%;
  }
}

.contents01 .sec01_box {
  width: 65%;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap-reverse;
  justify-content: space-around;
}

.contents01 .sec01_box .sec01_item {
  width: 40%;
  margin: 15px 0;
}

@media screen and (max-width: 768px) {
  .contents01 .sec01_box {
    width: 65%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
	flex-flow: column-reverse;
  }

  .contents01 .sec01_box .sec01_item {
    width: 100%;
    margin: 0 auto 40px;
  }
}


/*contents02
-------------------------------------*/
.contents02 {
  width: 100%;
  background: #f3de79 url("images/sec03_bg.png") no-repeat center top;
  background-size: cover;
  padding-bottom: 200px;
}

@media screen and (max-width: 1180px) {
.contents02 {
  padding-bottom: 150px;
}
}

@media screen and (max-width: 980px) {
.contents02 {
  padding-bottom: 100px;
}
}

@media screen and (max-width: 768px) {
  .contents02 {
    background: #f3de79 url("images/sec03_bg_sp.png") no-repeat center top;
    background-size: contain;
    padding-bottom: 8%;
  }
}

.contents02 .sec01 {
  display: flex;
  text-align: center;
  margin: auto;
  width: 100%;
}

.contents02 .sec01 h2 {
  width: 50%;
  margin: 400px auto 100px;
}

@media screen and (max-width: 768px) {
  .contents02 .sec01 h2 {
    width: 65%;
    margin: 15% auto 5%;
  }
}

.contents02 .sec02_box {
  width: 75%;
  margin: 0 auto;
  padding-bottom: 50px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}

.contents02 .sec02_box .sec02_item {
  width: 29%;
  margin: 15px 0;
}

@media screen and (max-width: 768px) {
  .contents02 .sec02_box {
    width: 80%;
  }

  .contents02 .sec02_box .sec02_item {
    width: 47%;
    margin: 5px 0;
  }
}


/*contents03
-------------------------------------*/
.contents03 {
  width: 100%;
  background: #ef8f9b url("images/bg_video.png") repeat-y left 250px;
  position: relative;
  background-size: contain;
}

.contents03 .sec01_ttl {
  position: absolute;
  top: -4%;
}

@media screen and (max-width: 768px) {
  .contents03 .sec01_ttl {
    top: -2%;
  }
}

.contents03 {
  width: 100%;
  padding: 5% 0;
}

@media screen and (max-width: 980px) {
.contents03 {
  padding: 10% 0;
}
}

.contents03 .sec01 h2 {
  margin: 10px auto;
  max-width: 350px;
}

@media screen and (max-width: 768px) {
  .contents03 .sec01 h2 {
    max-width: 100%;
    margin: 20px 0;
    text-align:center;
  }
  .contents03 .sec01 h2 img {
    max-width: 45%;
  }

  .contents03 .days h2 {
    margin: 20px auto;
    text-align:center;
  }
  .contents03 .days h2 img {
    width: 94%;
  }
}

.contents03 .sec01 ul {
  margin: 0 auto;
  width: 80%;
}

.contents03 .sec01 ul li {
  list-style: none;
}

.contents03 .sec01 ul li img {
  margin: 0 auto 50px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .contents03 .sec01 ul {
    width: 90%;
    padding-left: 0;
    margin: 0 auto;
  }

  .contents03 .sec01 ul li img {
    margin: 0 auto 20px;
  }
}

.contents03 .days {
  width: 60%;
  padding: 20px 40px 50px;
  margin: 100px auto;
  position: relative;
  background: white;
}

.contents03 .days .img_abs {
  position: absolute;
  right: -90px;
  top: -50px;
  width: 300px;
}

.contents03 .days h2 {
  margin: 20px auto;
  max-width: 350px;
}

.contents03 .days ul {
  width: 95%;
  margin: 0 auto;
}

.contents03 .days ul li {
  list-style: disc;
  line-height: 200%;
  font-size: 24px;
}

.contents03 .days ul li span {
  width: 33%;
  float: left;
}

@media screen and (max-width: 1250px) {
.contents03 .days {
    width: 75%;
}
.contents03 .days ul li span {
  width: 35%;
  float: left;
}
}

@media screen and (max-width: 1030px) {
  .contents03 .days ul li {
    font-size: 20px;
  }

  .contents03 .days ul li span {
    width: 35%;
    float: left;
  }
}

@media screen and (max-width: 868px) {
  .contents03 .days {
    width: 60%;
    padding: 20px 40px;
    margin: 80px auto 0;
  }

  .contents03 .days .img_abs {
    right: -35px;
    top: -35px;
    width: 150px;
  }

  .contents03 .days h2 {
    margin: 10px auto;
    width: 80%;
  }
	
  .contents03 .days ul {
    width: 95%;
    padding-left: 0;
  }

  .contents03 .days ul li {
    list-style: none;
    line-height: 150%;
    font-size: 18px;
    margin-bottom: 30px;
    text-align: center;
  }

  .contents03 .days ul li span {
    width: 100%;
    float: none;
    display: block;
  }
}

.contents03 .made {
  width: 60%;
  padding: 40px 40px 80px;
  margin: 150px auto 50px;
  position: relative;
  background: white;
}

@media screen and (max-width: 1250px) {
  .contents03 .made {
    width: 75%;
  }
}

@media screen and (max-width: 868px) {
  .contents03 .made {
    width: 60%;
    padding: 10px 40px 40px;
    margin: 80px auto 50px;
  }
}

.contents03 .made h3 {
  font-size: 38px;
  text-align: center;
  margin: 20px auto 15px;
}

@media screen and (max-width: 868px) {
  .contents03 .made h3 {
    font-size: 18px;
    margin: 20px auto 10px;
  }
}

.contents03 .made .img_abs {
  position: absolute;
  left: -100px;
  top: -50px;
  width: 250px;
}

@media screen and (max-width: 868px) {
  .contents03 .made .img_abs {
    position: absolute;
    left: -30px;
    top: -60px;
    width: 120px;
  }
}

.contents03 .made .made_main {
  width: 30%;
  margin: auto;
  text-align: center;
}

.contents03 .made .made_main img {
  width: 150px;
  margin-bottom: 20px;
}

.contents03 .made ul {
  width: 85%;
  margin: 0 auto;
  padding-left: 0px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 20px 2%;
  align-items: flex-end;
}

.contents03 .made ul li {
  width: 30%;
  list-style: none;
}

@media screen and (max-width: 868px) {
  .contents03 .made ul {
    width: 100%;
    gap: 10px 2%;
  }

  .contents03 .made ul li {
    width: 45%;
    list-style: none;
  }
}