#sec_01 {
  width: 100%;
  height: 100vh;
  background: url(../img/main/sec_01_background.png) no-repeat center / cover;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

#sec_01 .art {
  width: 260px;
  height: 100vh;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
}

#sec_01 .art img {
  width: auto;
  height: auto;
}

#sec_01 .art.left {
  border-right: 3px solid #fff;
  left: 0;
}

#sec_01 .art.right {
  border-left: 3px solid #fff;
  right: 0;
}

#sec_01 .wrap {
  text-align: center;
}

#sec_01 .wrap h1 {
  font-family: "G_B";
  font-weight: bold;
  font-size: 40px;
  color: #fff;
  margin-bottom: 15px;
}

#sec_01 .wrap h1 span img {
  width: auto;
  height: auto;
  margin-bottom: 0;
}

#sec_01 .wrap img {
  width: auto;
  height: auto;
  margin-bottom: 30px;
}

#sec_01 .wrap h2 {
  font-family: "G_B";
  font-weight: bold;
  font-size: 30px;
  color: #fff;
}

#sec_01 .line {
  width: 100%;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 100px;
}

#line {
  width: 100%;
  height: 100px;
  animation: line 60s infinite linear;
}

#line.line_01 {
  background: url(../img/main/line_01.png) repeat-x left / cover;
}

@keyframes line {
  0% {
    background-position:  0 0;
  }

  100% {
    background-position:  -10000px 0;
  }
}

#sec_02 {
  width: 100%;
  height: auto;
  background: url(../img/main/sec_02_background.png) no-repeat center / cover;
  padding: 250px 0 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

#sec_02 .wrap {
  width: 100%;
  max-width: 1100px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  z-index: 2;
}

#sec_02 .wrap h2 {
  font-family: "G_B";
  font-weight: bold;
  font-size: 40px;
  color: #D0533E;
  margin-bottom: 20px;
  display: flex;
  align-items: flex-end;
}

#sec_02 .wrap h2 span img {
  width: auto;
  height: auto;
  margin-left: 10px;
}

#sec_02 .wrap h3 {
  font-family: "G_B";
  font-weight: bold;
  font-size: 40px;
  color: #0d2334;
  margin-bottom: 20px;
}

#sec_02 .wrap h4 {
  font-family: "P_B";
  font-weight: bold;
  font-size: 30px;
  color: #0d2334;
}

#sec_02 .wrap h4 span {
  color: #D0533E;
}

#sec_02 .wrap h4 span:last-of-type {
  color: #fff;
  position: relative;
  display: inline-block;
  padding: 2px;
  background: #D0533E;
}

#sec_02 .item_01 {
  width: 27%;
  height: auto;
  position: absolute;
  top: 0;
  left: 20%;
}

#sec_02 .item_02 {
  width: 31%;
  height: auto;
  position: absolute;
  top: 5%;
  left: 0;
}

#sec_02 .item_03 {
  width: 34%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 15%;
}

#sec_02 .item_04 {
  width: 36%;
  height: auto;
  position: absolute;
  bottom: 0;
  right: 0;
}

#line.line_02 {
  background: url(../img/main/line_02.png) repeat-x left / cover;
}

#sec_03 {
  width: 100%;
  height: auto;
  text-align: center;
  padding: 50px 0;
  background: #D0533E;
}

#sec_03 h2 {
  font-family: "G_B";
  font-weight: bold;
  font-size: 70px;
  color: #fff;
}

#sec_03 h3 {
  font-family: "G_B";
  font-weight: bold;
  font-size: 80px;
  color: #fff;
}

#sec_03 h3 span {
  color: transparent;
  -webkit-text-stroke: 2px #fff;
}

#sec_04 {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/main/sec_04_background_01.png) no-repeat center / cover;
  transition: all 0.3s;
}

#sec_04 .box {
  width: 25%;
  height: 630px;
  border: 2px solid #fff; 
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#sec_04 .box h3 {
  font-family: "G_B";
  font-weight: bold;
  font-size: 70px;
  color: transparent;
  -webkit-text-stroke: 2px #fff;
  margin-bottom: 50px;
  position: relative;
  display: none;
}

#sec_04 .box h3::after {
  content: "";
  width: 93px;
  height: 4px;
  background: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -10px;
}

#sec_04 .box h2 {
  font-family: "G_R";
  font-weight: normal;
  font-size: 60px;
  color: #fff;
  transition: all 0.3s;
}

#sec_04 .box:hover {
  border: 5px solid #fff;
}

#sec_04 .box:hover h3 {
  display: block;
}

#sec_04 .box:hover h2 {
  font-family: "G_B";
  font-weight: bold;
  font-size: 70px;
}

#sec_05 {
  width: 100%;
  height: 223px;
  background: url(../img/main/sec_05_background.png) no-repeat center / cover;
}

#sec_06 {
  width: 100%;
  height: auto;
  padding: 100px 0;
  position: relative;
  background: url(../img/main/sec_06_background.png) no-repeat center / cover;
  text-align: center;
  overflow: hidden;
}

#sec_06 .light_01 {
  width: auto;
  height: auto;
  position: absolute;
  left: 194px;
  top: -10px;
  animation: sway_1 4s ease-in-out infinite;
}

#sec_06 .light_02 {
  width: auto;
  height: auto;
  position: absolute;
  right: 194px;
  top: -10px;
  animation: sway_2 4s ease-in-out infinite;
}

@keyframes sway_1 {
  0% {
    transform: rotate(0deg) translateX(0);
  }
  25% {
    transform: rotate(1deg) translateX(1px);
  }
  50% {
    transform: rotate(0deg) translateX(0);
  }
  75% {
    transform: rotate(-3deg) translateX(-3px);
  }
  100% {
    transform: rotate(0deg) translateX(0);
  }
}

@keyframes sway_2 {
  0% {
    transform: rotate(0deg) translateX(0);
  }
  25% {
    transform: rotate(3deg) translateX(3px);
  }
  50% {
    transform: rotate(0deg) translateX(0);
  }
  75% {
    transform: rotate(-2deg) translateX(-2px);
  }
  100% {
    transform: rotate(0deg) translateX(0);
  }
}

#sec_06 .title {
  width: auto;
  height: auto;
  margin-bottom: 100px;
}

#sec_06 .wrap {
  width: 100%;
  max-width: 95%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

#sec_06 .wrap .inner {
  width: 50%;
  height: auto;
  margin-right: 35px;
}

#sec_06 .wrap .inner img {
  width: 100%;
  height: auto;
}

#sec_06 .wrap .inner img:first-of-type {
  margin-bottom: 35px;
}

#sec_06 .wrap img {
  width: 50%;
  height: auto;
}

#sec_07 {
  width: 100%;
  height: auto;
  position: relative;
  text-align: center;
  background: url(../img/main/sec_07_background.png) no-repeat center / cover;
  padding: 100px 0;
}

#sec_07 .left {
  position: absolute;
  width: auto;
  height: auto;
  left: 80px;
  top: 50%;
  transform: translateY(-50%);
}

#sec_07 .right {
  position: absolute;
  width: auto;
  height: auto;
  right: 80px;
  top: 50%;
  transform: translateY(-50%);
}

#sec_07 h2 {
  font-family: "G_B";
  font-weight: bold;
  font-size: 40px;
  color: #fff;
  margin-bottom: 60px;
}

#sec_07 h2 span {
  font-size: 60px;
  color: #f9eab9;
}

#sec_07 .wrap {
  width: 100%;
  max-width: 74.5%;
  height: auto;
  margin: 0 auto;
}

#sec_07 .wrap .slide {
  width: 100%;
  height: 507px;
  background: url(../img/main/sec_07_item_02.png) repeat-x left / cover;
  animation: line 60s infinite linear;
}

#sec_07_1 {
  width: 100%;
  height: auto;
  padding: 100px 0;
  background: url(../img/main/sec_07_01_background.png) no-repeat center / cover;
}

#sec_07_1 .title {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto 50px;
  background: url(../img/main/sec_07_01_item_01.png) no-repeat center / cover;
  height: 77px;
}

#sec_07_1 .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

#sec_07_1 .wrap img {
  width: auto;
  height: auto;
  margin: 0 50px;
}

#sec_08 {
  width: 100%;
  height: auto;
  background: url(../img/main/sec_08_background.png) no-repeat center / cover;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 100px 0;
  overflow: hidden;
}

#sec_08 .wrap {
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#sec_08 .wrap::before {
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 10px;
  background: #f9eab9;
  position: absolute;
  z-index: 2;
}

#sec_08 .wrap::after {
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  background: #f9eab9;
  position: absolute;
  z-index: 2;
}

#sec_08 .wrap .inner {
  width: 100%;
  max-width: 1650px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
} 

#sec_08 .wrap .inner .box {
  width: 50%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

#sec_08 .wrap .inner .box::before {
  content: "";
  width: 10px;
  height: 1000px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #f9eab9;
  z-index: 2;
}

#sec_08 .wrap .inner .box h2 {
  font-family: "G_R";
  font-weight: normal;
  font-size: 40px;
  color: #fff;
  margin-bottom: 30px;
}

#sec_08 .wrap .inner .box h3 {
  font-family: "G_B";
  font-weight: bold;
  font-size: 90px;
  margin-bottom: 30px;
  color: transparent;
  -webkit-text-stroke: 2px #fff;
}

#sec_08 .wrap .inner .box h4 {
  font-family: "P_M";
  font-weight: normal;
  font-size: 40px;
  color: #fff;
}

#sec_08 .wrap .inner .box h4 span {
  font-family: "P_EB";
  font-weight: bold;
  color: #f9eab9;
}

#sec_08 .wrap .inner .box img {
  width: 100%;
  height: auto;
}

#sec_09 {
  width: 100%;
  height: auto;
  padding: 220px 0 140px;
  position: relative;
  background: url(../img/main/sec_09_background.png) no-repeat center / cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

#sec_09 .wrapper {
  width: 100%;
  max-width: 1400px;
  height: auto;
  position: relative;
}

#sec_09 .wrapper h2 {
  font-family: "G_B";
  font-weight: bold;
  font-size: 70px;
  color: #2d2d2d;
  margin-bottom: 70px;
}

#sec_09 .wrapper h2 span {
  color: #D0533E;
}

#sec_09 .wrapper h3 {
  font-family: "P_M";
  font-weight: normal;
  font-size: 40px;
  margin-bottom: 70px;
}

#sec_09 .wrapper h3 span {
  font-family: "P_EB";
  font-weight: bold;
}

#sec_09 .wrapper .wrap {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

#sec_09 .wrapper .wrap img {
  width: auto;
  height: auto;
}

#sec_09 .wrapper .wrap .table {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

#sec_09 .food {
  width: auto;
  height: auto;
  position: absolute;
  right: 0;
  top: -137px;
  z-index: 9;
}

#line.line_03 {
  background: url(../img/main/line_03.png) repeat-x left / cover;
}

#sec_10 {
  width: 100%;
  height: auto;
  padding: 50px 0 130px;
  background: url(../img/main/sec_10_background.png) no-repeat center / cover;
  text-align: center;
}

#sec_10 h2 {
  margin-bottom: 50px;
  font-family: "G_B";
  font-weight: bold;
  font-size: 70px;
  color: #fff;
}

#sec_10 .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}

#sec_10 .wrap .button {
  width: 259px;
  height: 58px;
  border: 1px solid #fff;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 30px;
  color: #fff;
  font-family: "G_B";
  font-weight: bold;
  cursor: pointer;
}

#sec_10 .wrap .button.active {
  background: #D0533E;
  border: none;
}

#sec_10 .wrap .button:first-of-type {
  margin-right: 50px;
}

#sec_10 img {
  width: auto;
  height: auto;
}

#sec_10 img:first-of-type {
  margin-bottom: 50px;
}

#sec_10 img:last-of-type {
  display: none;
}

#sec_11 {
  width: 100%;
  height: auto;
  padding: 80px 0 120px;
  text-align: center;
  background: url(../img/main/sec_11_background.png) no-repeat center / cover;
}

#sec_11 h2 {
  font-family: "G_R";
  font-weight: normal;
  font-size: 40px;
  color: #fff;
  margin-bottom: 35px;
}

#sec_11 h2 span {
  font-family: "G_B";
  font-weight: bold;
  font-size: 50px;
}

#sec_11 .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

#sec_11 .wrap img {
  width: auto;
  height: 100%;
  box-shadow: -7px 0px 6px rgba(000,000,000,0.5)
}

#sec_11 .wrap form {
  width: 664px;
  height: 455px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 3px solid #D0533E;
  border-right: none;
}

#sec_11 .wrap form input[type="text"],
#sec_11 .wrap form input[type="tel"] {
  width: 450px;
  height: 35px;
  border: none;
  border-bottom: 1px solid #000;
  margin-bottom: 30px;
  background: none;
  font-family: "P_B";
  font-weight: bold;
  font-size: 20px;
  color: #2d2d2d;
  display: block;
}

#sec_11 .wrap form .agree_wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 30px;
}

#sec_11 .wrap form .agree_wrap input {
  width: 15px;
  height: 15px;
  border: none;
  margin-right: 5px;
}

#sec_11 .wrap form .agree_wrap label {
  font-family: "P_B";
  font-weight: bold;
  font-size: 20px;
  color: #2d2d2d;
}

#sec_11 .wrap form input[type="submit"] {
  width: 147px;
  height: 45px;
  border: none;
  background: #D0533E;
  color: #fff;
  font-family: "P_B";
  font-weight: bold;
  font-size: 20px;
  display: block;
  margin: 0 auto;
}

@media (max-width: 1600px) {
  #sec_04 .box h3 {
    font-size: 62px;
  }

  #sec_04 .box:hover h2 {
    font-size: 62px;
  }

  #sec_04 .box h2 {
    font-size: 52px;
  }

  #sec_07 .left {
    width: 8.1%;
    left: 3%;
  }

  #sec_07 .right {
    width: 8.1%;
    right: 3%;
  }

  #sec_08 .wrap .inner .box h2 {
    font-size: 32px;
  }

  #sec_08 .wrap .inner .box h3 {
    font-size: 62px;
  }

  #sec_08 .wrap .inner .box h4 {
    font-size: 32px;
  }

  #sec_09 .food {
    width: 800px;
  }
}

@media (max-width: 1400px) {
  #sec_01 .art {
    width: 200px;
  }

  #sec_01 .art img {
    width: 60px;
  }

  #sec_01 .wrap h1 {
    font-size: 36px;
  }

  #sec_01 .wrap h1 span img {
    width: 300px;
  }

  #sec_01 .wrap img {
    width: 300px;
  }

  #sec_01 .wrap h2 {
    font-size: 26px;
  }

  #sec_02 .wrap h2 {
    font-size: 36px;
  }

  #sec_02 .wrap h2 span img {
    width: 130px;
  }

  #sec_02 .wrap h3 {
    font-size: 36px;
  }

  #sec_02 .wrap h4 {
    font-size: 24px;
  }

  #sec_02 .item_02 {
    top: 14%;
  }

  #sec_03 h2 {
    font-size: 56px;
  }

  #sec_03 h3 {
    font-size: 64px;
  }

  #sec_04 .box {
    height: 530px;
  }

  #sec_04 .box h3 {
    font-size: 52px;
    margin-bottom: 30px;
  }

  #sec_04 .box h3::after {
    width: 70px;
  }

  #sec_04 .box:hover h2 {
    font-size: 48px;
  }

  #sec_04 .box h2 {
    font-size: 42px;
  }

  #sec_06 .light_01 {
    left: 50px;
    width: 120px;
  }

  #sec_06 .light_02 {
    right: 50px;
    width: 120px;
  }

  #sec_06 .title {
    width: 500px;
  }

  #sec_06 .wrap .inner img:first-of-type {
    margin-bottom: 20px;
  }

  #sec_06 .wrap .inner {
    margin-right: 20px;
  }

  #sec_09 .wrapper {
    max-width: 90%;
  }

  #sec_09 .food {
    width: 60%;
  }

  #sec_09 .wrapper h2 {
    font-size: 56px;
  }

  #sec_09 .wrapper h3 {
    font-size: 32px;
  }

  #sec_09 .wrapper .wrap .graf {
    width: 700px;
  }

  #sec_09 .wrapper .wrap .table {
    width: 400px;
  }

  #sec_10 h2 {
    font-size: 48px;
  }

  #sec_10 img {
    width: 90%;
  }

  #sec_10 .wrap .button {
    width: 210px;
    height: 50px;
    font-size: 24px;
  }
}

@media (max-width: 1200px) {
  #sec_02 .wrap {
    max-width: 95%;
    justify-content: center;
    text-align: center;
  }

  #sec_02 .item_01 {
    width: 34%;
    left: unset;
    right: -5%;
  }

  #sec_02 .item_02 {
    width: 27%;
    top: 0;
  }

  #sec_02 .item_03 {
    width: 40%;
    left: 0;
  }

  #sec_02 .item_04 {
    width: 48%;
  }

  #sec_03 h2 {
    font-size: 42px;
  }

  #sec_03 h3 {
    font-size: 54px;
  }

  #sec_03 h3 span {
    -webkit-text-stroke: 1px #fff;
  }

  #sec_04 {
    flex-wrap: wrap;
  }

  #sec_04 .box {
    width: 50%;
    height: 300px;
  }

  #sec_05 {
    height: 165px;
  }

  #sec_07 h2 {
    font-size: 30px;
  }

  #sec_07 h2 span {
    font-size: 42px;
  }

  #sec_07 .wrap .slide {
    height: 400px;
  }

  #sec_07_1 .title {
    height: 65px;
  }

  #sec_07_1 .wrap img {
    width: 350px;
  }

  #sec_08 .wrap .inner {
    flex-wrap: wrap;
  }

  #sec_08 .wrap {
    justify-content: center;
  }

  #sec_08 {
    justify-content: center;
  }

  #sec_08 .wrap .inner .box::before {
    width: 5px;
    height: 5000px;
  }

  #sec_08 .wrap .inner .box::after {
    content: "";
    width: 5px;
    height: 5000px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #f9eab9;
    z-index: 2;
  }

  #sec_08 .wrap .inner .box {
    width: 95%;
    text-align: center;
  }

  #sec_08 .wrap::before {
    height: 5px;
  }

  #sec_08 .wrap::after {
    height: 5px;
  }

  #sec_08 .wrap .inner .box:first-of-type {
    padding: 100px 0;
  }

  #sec_08 .wrap .inner .box:first-of-type div {
    position: relative;
  }

  #sec_08 .wrap .inner .box:first-of-type div::after {
    content: "";
    width: 10000px;
    height: 5px;
    background: #f9eab9;
    position: absolute;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
  }

  #sec_09 .wrapper .wrap .table {
    position: unset;
    width: 90%;
  }

  #sec_09 .wrapper .wrap .graf {
    width: 90%;
    margin-bottom: 30px;
  }

  #sec_09 .wrapper .wrap {
    text-align: center;
  }
}

@media (max-width: 1000px) {
  #sec_11 h2 {
    font-size: 28px;
  }

  #sec_11 h2 span {
    font-size: 36px;
  }

  #sec_11 .wrap img {
    display: none;
  }

  #sec_11 .wrap form {
    border-right: 3px solid #D0533E;;
  }
}

@media (max-width: 900px) {
  #sec_01 .line {
    bottom: 60px;
  }

  #sec_01 .art {
    width: 150px;
  }

  #sec_01 .wrap h1 {
    font-size: 28px;
  }

  #sec_01 .wrap h1 span img {
    width: 250px;
  }

  #sec_01 .wrap img {
    width: 250px;
  }

  #sec_01 .wrap h2 {
    font-size: 20px;
  }

  #line {
    height: 60px;
  }

  #sec_02 {
    padding: 250px 0;
  }

  #sec_03 h2 {
    font-size: 32px;
  }

  #sec_03 h3 {
    font-size: 38px;
    word-break: keep-all;
  }

  #sec_04 .box h3 {
    font-size: 42px;
    -webkit-text-stroke: 1px #fff
  }

  #sec_04 .box:hover h2 {
    font-size: 38px;
  }

  #sec_04 .box h2 {
    font-size: 32px;
  }

  #sec_05 {
    height: 120px;
  }

  #sec_06 .light_01 {
    width: 90px;
  }

  #sec_06 .light_02 {
    width: 90px;
  }

  #sec_06 .title {
    width: 400px;
  }

  #sec_06 .wrap .inner {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
  }

  #sec_06 .wrap {
    flex-wrap: wrap;
  }

  #sec_06 .wrap img {
    width: 100%;
  }

  #sec_10 h2 {
    font-size: 32px;
    margin-bottom: 30px;
  }

  #sec_10 .wrap {
    margin-bottom: 30px;
  }

  #sec_10 .wrap .button {
    width: 160px;
    height: 40px;
    font-size: 18px;
  }

  #sec_07_1 .title {
    height: 50px;
  }

  #sec_07_1 .wrap img {
    width: 250px;
    margin: 0 20px;
  }
}

@media (max-width: 700px) {
  #sec_01 .art {
    display: none;
  }

  #sec_02 .wrap h2 {
    font-size: 28px;
  }

  #sec_02 .wrap h2 span img {
    width: 100px;
  }

  #sec_02 .wrap h3 {
    font-size: 24px;
  }

  #sec_02 .wrap h4 {
    font-size: 20px;
  }

  #sec_02 .item_01 {
    width: 53%;
  }

  #sec_02 .item_02 {
    width: 33%;
    top: -10%;
  }

  #sec_02 {
    overflow: hidden;
  }

  #sec_06 .light_01 {
    width: 70px;
    left: 30px;
  }

  #sec_06 .light_02 {
    width: 70px;
    right: 30px;
  }

  #sec_06 {
    padding: 50px 0;
  }

  #sec_06 .title {
    width: 350px;
    margin-bottom: 50px;
  }

  #sec_07 .left {
    display: none;
  }

  #sec_07 .right {
    display: none;
  }

  #sec_07 .wrap {
    max-width: 100%;
  }

  #sec_07 .wrap .slide {
    height: 300px;
  }

  #sec_07 h2 {
    font-size: 26px;
  }

  #sec_07 h2 span {
    font-size: 36px;
  }

  #sec_08 .wrap .inner .box h2 {
    font-size: 24px;
  }

  #sec_08 .wrap .inner .box h3 {
    font-size: 48px;
  }

  #sec_08 .wrap .inner .box h4 {
    font-size: 26px;
  }

  #sec_09 .food {
    top: -60px;
  }

  #sec_09 {
    padding: 200px 0 100px;
  }

  #sec_09 .wrapper h2 {
    font-size: 42px;
    margin-bottom: 40px;
  }

  #sec_09 .wrapper h3 {
    font-size: 24px;
  }

  #sec_11 .wrap form {
    width: 90%;
  }

  #sec_11 h2 {
    font-size: 24px;
  }

  #sec_11 h2 span {
    font-size: 30px;
  }
}

@media (max-width: 500px) {
  #sec_02 {
    padding: 170px 0;
  }

  #sec_02 .wrap h2 {
    font-size: 22px;
  }

  #sec_02 .wrap h2 span img {
    width: 80px;
  }

  #sec_02 .wrap h3 {
    font-size: 20px;
  }

  #sec_02 .wrap h4 {
    font-size: 16px;
  }

  #sec_03 h2 {
    font-size: 20px;
  }

  #sec_03 h2 {
    font-size: 16px;
  }

  #sec_03 h3 {
    font-size: 22px;
  }

  #sec_04 .box {
    width: 100%;
    height: 230px;
  }

  #sec_04 .box h3 {
    font-size: 36px;
    margin-bottom: 20px;
  }

  #sec_04 .box h3::after {
    width: 50px;
  }

  #sec_04 .box:hover h2 {
    font-size: 30px;
  }

  #sec_04 .box h2 {
    font-size: 26px;
  }

  #sec_05 {
    height: 80px;
  }

  #sec_06 .light_01,
  #sec_06 .light_02 {
    display: none;
  }

  #sec_06 .title {
    width: 80%;
  }

  #sec_07 h2 {
    font-size: 20px;
  }

  #sec_07 h2 span {
    font-size: 28px;
  }

  #sec_08 {
    padding: 50px 0;
  }

  #sec_08 .wrap .inner .box {
    width: 90%;
  }

  #sec_08 .wrap .inner .box:first-of-type {
    padding: 50px 0;
  }

  #sec_08 .wrap .inner .box:first-of-type div::after {
    bottom: -50px;
  }

  #sec_08 .wrap .inner .box h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  #sec_08 .wrap .inner .box h3 {
    font-size: 32px;
    margin-bottom: 20px;
    -webkit-text-stroke: 1px #fff;
  }

  #sec_08 .wrap .inner .box h4 {
    font-size: 20px;
  }

  #sec_10 h2 {
    font-size: 24px;
  }

  #sec_10 .wrap .button:first-of-type {
    margin-right: 20px;
  }

  #sec_11 h2 {
    font-size: 18px;
  }

  #sec_11 h2 span {
    font-size: 22px;
  }

  #sec_11 .wrap form input[type="text"], #sec_11 .wrap form input[type="tel"] {
    width: 350px;
    height: 30px;
    margin-bottom: 25px;
    font-size: 16px;
    display: block;
  }

  #sec_11 .wrap form .agree_wrap label {
    font-size: 14px;
  }

  #sec_11 .wrap form input[type="submit"] {
    width: 120px;
    height: 40px;
    font-size: 16px;
  }

  #sec_11 .wrap form {
    height: 380px;
  }

  #sec_07_1 .title {
    height: 40px;
  }

  #sec_07_1 .wrap img {
    width: 160px;
    margin: 0 10px;
  }
}

@media (max-width: 400px) {
  #sec_01 .wrap h1 {
    font-size: 20px;
  }

  #sec_01 .wrap h1 span img {
    width: 200px;
  }

  #sec_01 .wrap img {
    width: 200px;
  }

  #sec_01 .wrap h2 {
    font-size: 14px;
  }

  #sec_01 {
    height: 550px;
  }

  #sec_01 .line {
    bottom: 50px;
  }

  #line {
    height: 40px;
    animation: line 110s infinite linear;
  }

  #sec_02 .wrap h2 {
    font-size: 18px;
  }

  #sec_02 .wrap h2 span img {
    width: 65px;
  }

  #sec_02 .wrap h3 {
    font-size: 16px;
  }

  #sec_02 .wrap h4 {
    font-size: 14px;
  }

  #sec_02 .item_01 {
    width: 44%;
  }

  #sec_02 .item_02 {
    width: 53%;
  }

  #sec_02 .item_03 {
    width: 45%;
  }

  #sec_02 .item_04 {
    width: 50%;
  }

  #sec_03 h3 {
    font-size: 18px;
  }

  #sec_04 .box h3 {
    font-size: 28px;
  }

  #sec_04 .box h3::after {
    width: 40px;
    height: 3px;
  }

  #sec_04 .box:hover h2 {
    font-size: 26px;
  }

  #sec_04 .box h2 {
    font-size: 22px;
  }

  #sec_04 .box {
    height: 190px;
  }

  #sec_05 {
    height: 60px;
  }

  #sec_06 .wrap {
    max-width: 90%;
  }

  #sec_07 h2 {
    font-size: 16px;
  }

  #sec_07 h2 span {
    font-size: 22px;
  }

  #sec_07 .wrap .slide {
    height: 250px;
  }

  #sec_07_1 .title {
    height: 30px;
  }

  #sec_07_1 .wrap img {
    width: 130px;
    margin: 0 5px;
  }

  #sec_08 .wrap .inner .box h2 {
    font-size: 16px;
  }

  #sec_08 .wrap .inner .box h3 {
    font-size: 26px;
  }

  #sec_08 .wrap .inner .box h4 {
    font-size: 16px;
  }

  #sec_09 .wrapper h2 {
    font-size: 28px;
  }

  #sec_09 .wrapper h3 {
    font-size: 20px;
  }

  #sec_09 {
    padding: 100px 0;
  }

  #sec_10 h2 {
    font-size: 18px;
  }

  #sec_10 .wrap .button {
    width: 120px;
    height: 30px;
    font-size: 14px;
  }

  #sec_10 {
    padding: 50px 0 70px;
  }

  #sec_11 h2 span {
    font-size: 18px;
  }

  #sec_11 h2 {
    font-size: 16px;
  }

  #sec_11 .wrap form input[type="text"], #sec_11 .wrap form input[type="tel"] {
    width: 250px;
  }
}