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

#sec_01 .wrap {
  width: auto;
  height: auto;
  position: relative;
  z-index: 2;
} 

#sec_01 .wrap img {
  display: block;
  margin: 0 auto;
}

#sec_01 .wrap .title {
  width: auto;
  height: auto;
  margin-bottom: 20px;
}

#sec_01 .wrap .food {
  width: auto;
  height: auto;
}

#sec_01 .wrap .cloud {
  position: absolute;
  z-index: -1;
}

#sec_01 .wrap .cloud_1 {
  width: auto;
  height: auto;
  left: -65px;
  top: 25px;
  animation: cloud 5s infinite ease-in-out;
}

#sec_01 .wrap .cloud_2 {
  width: auto;
  height: auto;
  right: -72px;
  top: 96px;
  animation: cloud 8s infinite ease-in-out;
}

@keyframes cloud {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-20px);
  }
  70% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0);
  }
}

#sec_02 {
  width: 100%;
  height: auto;
  background: #DB5A00;
  padding: 60px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

#sec_02 h2 {
  font-family: "WD_B";
  font-weight: bold;
  font-size: 60px;
  margin-right: 20px;
}

#sec_02 h2:last-of-type {
  margin-right: 0;
}

#sec_02 h2 span {
  color: #fff;
  -webkit-text-stroke: 1px #000;
}

#sec_02 img {
  width: auto;
  height: auto;
  margin-right: 20px;
}

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

#sec_03 .wrap {
  width: auto;
  height: auto;
  text-align: center;
}

#sec_03 .wrap h2 {
  font-family: "SG_H";
  font-weight: normal;
  font-size: 50px;
  margin-bottom: 15px;
}

#sec_03 .wrap img {
  width: auto;
  height: auto;
}

#sec_03 .food {
  width: 37%;
  height: auto;
  position: absolute;
  right: -200px;
  top: -85px
}

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

#sec_04 h2 {
  font-family: "SG_H";
  font-weight: normal;
  font-size: 40px;
  color: #fff;
}

#sec_04 h2 span:first-of-type {
  color: #DB5A00;
}

#sec_04 h2 span:last-of-type {
  color: #D80013;
}

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

#sec_05 .box {
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#sec_05 .box img {
  width: auto;
  height: auto;
}

#sec_05 .box img.center {
  position: relative;
  z-index: 2;
  margin: 0 -50px;
}

#sec_05 .food {
  width: auto;
  height: auto;
  top: -100px;
  position: absolute;
  left: -200px;
}

#sec_06 {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 70px 0;
  background: url(../img/main/sec_06_background.png) no-repeat center / cover;
}

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

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

#sec_07 h2 {
  font-family: "SG_H";
  font-weight: normal;
  font-size: 20px;
  color: #fff;
  margin-bottom: 10px;
}

#sec_07 h3 {
  font-family: "SG_H";
  font-weight: normal;
  font-size: 50px;
  color: #fff;
  margin-bottom: 30px;
}

#sec_07 h3 span {
  color: #f2d779;
}

#sec_07 h4 {
  width: 500px;
  height: 50px;
  border: 1px solid #fff;
  margin: 0 auto 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "WD_B";
  font-weight: bold;
  font-size: 30px;
  color: #fff;
}

#sec_07 .box {
  width: 100%;
  max-width: 1300px;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 auto;
}

#sec_07 .box img {
  width: auto;
  height: auto;
  margin-top: 30px;
}

#sec_07 .box img:nth-of-type(2) {
  margin-top: 0;
}

#sec_08 {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

#sec_08 .slide_zone {
  width: 57%;
  height: auto;
}

#sec_08 .slide_zone .top {
  width: 100%;
  height: auto;
  padding: 105px 0;
  text-align: center;
  background: url(../img/main/sec_08_background.png) no-repeat center / cover;
}

#sec_08 .slide_zone .top img {
  width: auto;
  height: auto;
  margin-bottom: 10px;
}

#sec_08 .slide_zone .top h2 {
  font-family: "SG_H";
  font-weight: normal;
  font-size: 20px;
  color: #fff;
}

#sec_08 .slide_zone .bottom {
  width: 100%;
  height: auto;
  padding: 50px;
  background: #DB5A00;
  text-align: center;
}

#sec_08 .slide_zone .bottom h2 {
  font-family: "SG_H";
  font-weight: normal;
  font-size: 50px;
  color: #fff;
  margin-bottom: 20px;
}

#sec_08 .slide_zone .bottom .slide_box {
  width: 100%;
  height: 410px;
  border-radius: 50px;
  background: #fff6e8;
  padding: 0 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#sec_08 .slide_zone .bottom .slide_box .slide {
  width: 100%;
  height: auto;
}

#sec_08 .slide_zone .bottom .slide_box .slide img {
  width: auto;
  height: auto;
  margin: 0 25px;
}

#sec_08 .info_zone {
  width: 43%;
  height: auto;
  background: #000;
  padding: 100px 0 50px;
  text-align: center;
}

#sec_08 .info_zone h2 {
  font-family: "SG_H";
  font-weight: normal;
  font-size: 30px;
  color: #fff;
  margin-bottom: 50px;
}

#sec_08 .info_zone h2 span {
  font-size: 50px;
  color: #f2d779;
}

#sec_08 .info_zone img {
  width: auto;
  height: auto;
}

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

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

#sec_09 .wrap .slide_box {
  width: 100%;
  max-width: 1400px;
  height: auto;
}

#sec_09 .wrap .slide_box .line_box {
  width: 100%;
  height: auto;
  padding: 20px 0;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  overflow: hidden;
}

#sec_09 .wrap .slide_box .line_box .line {
  width: 100%;
  height: 38px;
  animation: line infinite 120s linear;
}

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

#sec_09 .wrap .slide_box .line_box:first-of-type .line {
  background: url(../img/main/sec_09_item_01.png) repeat-x left / cover;
}

#sec_09 .wrap .slide_box .line_box:last-of-type .line {
  background: url(../img/main/sec_09_item_02.png) repeat-x left / cover;
}

#sec_09 .wrap .slide_box .slide {
  width: 100%;
  height: auto;
  padding: 20px 0;
}

#sec_09 .wrap .slide_box .slide .inner {
  width: 100%;
  background: #fff;
  height: auto;
  padding: 50px 0;
  overflow: hidden;
}

#sec_09 .wrap .slide_box .slide .inner .item {
  width: 100%;
  height: 430px;
  background: url(../img/main/sec_09_item_03.png) repeat-x left / cover;
  animation: sliding infinite 120s linear;
}

@keyframes sliding {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1000% 0;
  }
}

#sec_09 .wrap .info_box {
  width: 520px;
  height: auto;
}

#sec_09 .wrap .info_box .item_01 {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 80px;
}

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

#sec_09 .wrap .info_box .item_02 {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 80px;
}

#sec_09 .wrap .info_box .item_02 .inner {
  width: 420px;
  height: auto;
  padding: 87px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #DB5A00;
}

#sec_09 .wrap .info_box .item_02 .inner img {
  width: auto;
  height: auto;
}

#sec_09 .wrap .info_box .item_03 {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

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

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

#sec_10 h2 {
  font-family: "SG_H";
  font-weight: normal;
  font-size: 50px;
  color: #fff;
  margin-bottom: 10px;
}

#sec_10 h3 {
  font-family: "SG_H";
  font-weight: normal;
  font-size: 20px;
  width: 290px;
  height: 26px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
}

#sec_10 h3 span {
  color: #D80013;
}

#sec_10 h4 {
  font-family: "SG_H";
  font-weight: normal;
  font-size: 20px;
  color: #fff;
  margin-bottom: 50px;
}

#sec_10 .wrap {
  width: 100%;
  max-width: 1400px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}

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

#sec_10 .wrap .slide {
  width: 740px;
  height: auto;
}

#sec_10 .wrap .slide img {
  width: 100%;
  height: auto;
}

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

#sec_11 h2 {
  font-family: "SG_H";
  font-weight: normal;
  font-size: 50px;
  margin-bottom: 50px;
}

#sec_11 h2 span {
  color: #D80013;
}

#sec_11 .slide {
  width: 100%;
  height: auto;
}

#sec_11 .slide img {
  width: auto;
  height: auto;
  margin: 0 25px;
}

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

#sec_12 .box {
  width: 100%;
  height: auto;
  background: rgba(000,000,000,0.6);
  padding: 100px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
}

#sec_12 .box .inner {
  width: 100%;
  height: auto;
  max-width: 1570px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#sec_12 .box .inner img {
  width: auto;
  height: auto;
}

#sec_13 {
  width: 100%;
  height: auto;
  text-align: center;
  padding: 100px 0;
  background: #000;
  position: relative;
}

#sec_13 * {
  position: relative;
  z-index: 2;
}

#sec_13 h2 {
  font-family: "SG_H";
  font-weight: normal;
  font-size: 30px;
  color: #fff;
  margin-bottom: 10px;
}

#sec_13 h3 {
  font-family: "SG_H";
  font-weight: normal;
  font-size: 50px;
  color: #fff;
  margin-bottom: 10px;
}

#sec_13 h3 span {
  color: #D80013;
}

#sec_13 h4 {
  font-family: "SG_H";
  font-weight: normal;
  font-size: 30px;
  color: #fff;
  margin-bottom: 40px;
}

#sec_13 .box {
  width: 100%;
  max-width: 1050px;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
}

#sec_13 .box img {
  width: auto;
  height: auto;
}

#sec_13 .box img:nth-of-type(n+3) {
  margin-top: 30px;
}

#sec_13 .food {
  width: auto;
  height: auto;
  position: absolute;
  top: 50px;
  right: -150px;
  z-index: 0;
}

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

#sec_14 * {
  position: relative;
  z-index: 2;
}

#sec_14 h2 {
  font-family: "SG_H";
  font-weight: normal;
  font-size: 30px;
  color: #fff;
  margin-bottom: 15px;
}

#sec_14 h3 {
  font-family: "SG_H";
  font-weight: normal;
  font-size: 50px;
  color: #fff;
  margin-bottom: 50px;
}

#sec_14 h3 span {
  padding: 1px 9px;
  background: #D80013;
}

#sec_14 .box {
  width: 100%;
  max-width: 1150px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}

#sec_14 .box img {
  width: auto;
  height: auto;
}

#sec_14 .food {
  width: auto;
  height: auto;
  position: absolute;
  top: -50px;
  left: -150px;
  z-index: 0;
}

#sec_15 {
  width: 100%;
  height: auto;
  background: #000;
  padding: 50px 0;
}

#sec_15 .line {
  width: 100%;
  height: 64px;
  background: url(../img/main/sec_15_item_01.png) repeat-x left / cover;
  animation: line infinite 120s linear;
}

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

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

#sec_16 img.title {
  margin-bottom: 10px;
}

#sec_16 img.info {
  display: block;
  margin: 0 auto 70px;
}

#sec_16 img.info:last-of-type {
  margin-bottom: 0;
}

#sec_16 h2 {
  font-family: "SG_H";
  font-weight: normal;
  font-size: 50px;
  margin-bottom: 30px;
}

#sec_17 {
  width: 100%;
  height: auto;
  padding: 100px 0;
  background: #000;
}

#sec_17 h2 {
  font-family: "SG_H";
  font-weight: normal;
  font-size: 50px;
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
}

#sec_17 form {
  width: 100%;
  max-width: 1300px;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 auto;
  flex-wrap: wrap;
}

#sec_17 form input {
  width: 48%;
  height: 35px;
  border: none;
  border-bottom: 1px solid #fff;
  background: transparent;
  padding: 0 30px;
  font-size: 20px;
  color: #fff;
  font-family: "SG_H";
  font-weight: normal;
}

#sec_17 form input::placeholder {
  color: #fff;
}

#sec_17 form input:nth-of-type(n+3) {
  margin-top: 30px;
}

#sec_17 form .check_box {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

#sec_17 form .check_box input {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}

#sec_17 form .check_box label {
  font-size: 20px;
  color: #fff;
  font-family: "SG_H";
  font-weight: normal;
}

#sec_17 form input[type=submit] {
  height: 45px;
  background: #DB5A00;
  border-bottom: none;
}

@media (max-width: 1600px) {
  #sec_01 .wrap .food {
    width: 800px;
  }

  #sec_01 .wrap .title {
    width: 400px;
  }

  #sec_01 .wrap .cloud_1 {
    top: 0;
  }

  #sec_03 .food {
    width: 32%;
    top: 50%;
    transform: translateY(-50%);
  }

  #sec_05 .food {
    width: 35%;
  }

  #sec_05 .box {
    right: 50px;
  }

  #sec_05 .box img {
    width: 300px;
  }

  #sec_12 .box .inner {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 1400px) {
  #sec_02 h2 {
    font-size: 48px;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    text-align: center;
  }

  #sec_02 {
    flex-wrap: wrap;
  }

  #sec_02 h2:last-of-type {
    margin-bottom: 0;
  }

  #sec_02 img {
    margin-right: 0;
    margin-bottom: 10px;
  }

  #sec_03 .food {
    transform: unset;
    width: auto;
    position: unset;
  }

  #sec_03 .wrap {
    width: 100%;
    margin-bottom: 30px;
  }

  #sec_03 {
    flex-wrap: wrap;
  }

  #sec_05 .food {
    width: auto;
    position: unset;
  }

  #sec_05 .box {
    transform: unset;
    position: unset;
    margin-bottom: 30px;
    width: 100%;
  }

  #sec_05 {
    padding: 50px 0;
    height: auto;
    text-align: center;
  }

  #sec_07 .box {
    width: 90%;
  }

  #sec_07 .box img {
    width: 32%;
  }

  #sec_08 {
    flex-wrap: wrap;
  }

  #sec_08 .slide_zone {
    width: 100%;
  }

  #sec_08 .info_zone {
    width: 100%;
  }

  #sec_08 .slide_zone .bottom .slide_box {
    padding: 30px 90px;
    height: auto;
  }

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

  #sec_10 .wrap img {
    width: calc(47% - 10px);
  }

  #sec_10 .wrap .slide {
    width: 53%;
  }

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

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

  #sec_13 h3 {
    font-size: 42px;
  }

  #sec_13 h4 {
    font-size: 24px;
  }

  #sec_13 .box img {
    width: 400px;
  }

  #sec_13 .box {
    max-width: 850px;
  }

  #sec_13 .food {
    width: 30%;
    right: -15%;
  }

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

  #sec_14 h3 {
    font-size: 42px;
  }

  #sec_14 .food {
    width: 35%;
    top: -8%;
    left: -12%;
  }

  #sec_14 .box img {
    width: 300px;
  }

  #sec_14 .box {
    max-width: 950px;
  }

  #sec_16 img {
    width: 150px;
  }

  #sec_16 h2 {
    font-size: 36px;
  }

  #sec_16 img.info {
    width: 90%;
  }

  #sec_17 h2 {
    font-size: 36px;
  }

  #sec_17 form {
    max-width: 90%;
  }
}

@media (max-width: 1200px) {
  #sec_01 .wrap .food {
    width: 700px;
  }

  #sec_01 .wrap .cloud_1 {
    width: 300px;
    left: -20px;
  }

  #sec_01 .wrap .cloud_2 {
    width: 250px;
    right: -5px;
  }

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

  #sec_06 img {
    width: 90%;
  }

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

  #sec_09 .wrap .slide_box {
    order: 1;
  }

  #sec_09 .wrap .info_box {
    width: 100%;
  }

  #sec_09 .wrap .info_box .item_01,
  #sec_09 .wrap .info_box .item_03 {
    display: none;
  }

  #sec_09 .wrap .info_box .item_02 {
    width: 100%;
    margin-bottom: 0;
  }

  #sec_09 .wrap .info_box .item_02 .inner {
    width: 100%;
    padding: 50px 0;
  }

  #sec_15 .line {
    height: 50px;
  }

  #sec_17 form input {
    font-size: 16px;
  }

  #sec_17 form .check_box label {
    font-size: 16px;
  }
}

@media (max-width: 900px) {
  #sec_03 .wrap h2 {
    font-size: 36px;
  }

  #sec_03 .wrap img {
    width: 450px;
  }

  #sec_03 .food {
    width: 600px;
  }

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

  #sec_05 .box img {
    width: 200px;
  }

  #sec_05 .food {
    width: 80%;
  }

  #sec_07 h3 {
    font-size: 36px;
  }

  #sec_07 h4 {
    width: 400px;
    font-size: 24px;
  }

  #sec_08 .slide_zone .bottom h2 {
    font-size: 36px;
  }

  #sec_08 .info_zone h2 {
    font-size: 24px;
  }

  #sec_08 .info_zone h2 span {
    font-size: 42px;
  }

  #sec_08 .info_zone img {
    width: 70%;
  }

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

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

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

  #sec_10 .wrap .slide {
    width: 100%;
    margin-top: 10px;
  }

  #sec_12 .box .inner img {
    width: 90%;
  }

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

  #sec_13 h3 {
    font-size: 32px;
  }

  #sec_13 h4 {
    font-size: 20px;
  }

  #sec_13 .box {
    max-width: 90%;
  }

  #sec_13 .box img {
    width: 49%;
  }

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

  #sec_14 h3 {
    font-size: 32px;
  }

  #sec_14 .box {
    max-width: 90%;
  }

  #sec_14 .box img {
    width: 32%;
  }

  #sec_17 form input {
    height: 30px;
    padding: 0 15px;
    font-size: 14px;
  }

  #sec_17 form .check_box label {
    font-size: 12px;
  }

  #sec_17 form input[type=submit] {
    height: 35px;
  }
}

@media (max-width: 700px) {
  #sec_01 .wrap .food {
    width: 80%;
  }

  #sec_01 .wrap .title {
    width: 50%;
  }

  #sec_01 .wrap .cloud_1 {
    width: 34%;
    left: 0;
  }

  #sec_01 .wrap .cloud_2 {
    width: 35%;
    right: 0;
  }

  #sec_01 {
    height: 600px;
  }

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

  #sec_02 img {
    width: 450px;
  }

  #sec_02 {
    padding: 30px 0;
  }

  #sec_03 .wrap h2 {
    font-size: 24px;
  }

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

  #sec_03 .food {
    width: 80%;
  }

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

  #sec_06 {
    padding: 0 0 50px;
  }

  #sec_08 .slide_zone .bottom .slide_box {
    padding: 30px;
  }

  #sec_09 .wrap .info_box .item_02 .inner img {
    width: 250px;
  }

  #sec_09 .wrap .slide_box .line_box .line {
    height: 25px;
  }

  #sec_09 .wrap .slide_box .slide .inner .item {
    height: 300px;
  }

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

  #sec_11 .slide img {
    margin: 0 10px;
  }

  #sec_14 h3 {
    font-size: 24px;
  }

  #sec_15 .line {
    height: 40px;
  }

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

  #sec_17 form input {
    width: 100%;
  }

  #sec_17 form input:nth-of-type(n+2),
  #sec_17 form input:nth-of-type(n+3) {
  margin-top: 20px;
  }

  #sec_17 form .check_box {
    margin-top: 20px;
  }
}

@media (max-width: 500px) {
  #sec_01 {
    height: 450px;
  }

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

  #sec_02 img {
    width: 90%;
  }

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

  #sec_03 .wrap img {
    width: 50%;
  }

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

  #sec_05 .box {
    max-width: 90%;
    margin: 0 auto 30px;
  }

  #sec_05 .box img {
    width: 35%;
  }

  #sec_05 .box img.center {
    margin: 0 -5%;
  }

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

  #sec_07 h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  #sec_07 h4 {
    width: 300px;
    height: 30px;
    font-size: 18px;
  }

  #sec_07 .box {
    justify-content: center;
    flex-wrap: wrap;
  }

  #sec_07 .box img {
    margin-top: 30px;
    width: 60%;
  }

  #sec_07 .box img:first-of-type {
    margin-top: 0;
  }

  #sec_07 .box img:nth-of-type(2) {
    margin-top: 30px;
  }

  #sec_08 .slide_zone .top img {
    width: 200px;
  }

  #sec_08 .slide_zone .top h2 {
    font-size: 16px;
  }

  #sec_08 .slide_zone .top {
    padding: 60px 0;
  }

  #sec_08 .slide_zone .bottom h2 {
    font-size: 24px;
  }

  #sec_08 .slide_zone .bottom .slide_box .slide img {
    margin: 0 10px;
  }

  #sec_08 .info_zone h2 {
    font-size: 20px;
  }

  #sec_08 .info_zone h2 span {
    font-size: 32px;
  }

  #sec_08 .info_zone img {
    width: 90%;
  }

  #sec_09 .wrap .info_box .item_02 .inner img {
    width: 200px;
  }

  #sec_09 .wrap .slide_box .line_box .line {
    height: 20px;
  }

  #sec_09 .wrap .slide_box .line_box {
    padding: 10px 0;
  }

  #sec_09 .wrap .slide_box .slide .inner {
    padding: 30px 0;
  }

  #sec_09 .wrap .slide_box .slide .inner .item {
    height: 200px;
  }

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

  #sec_10 h3 {
    font-size: 14px;
    width: 220px;
    height: 20px;
  }

  #sec_10 h4 {
    font-size: 14px;
  }

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

  #sec_12 .box {
    padding: 30px 0;
  }

  #sec_13 .food {
    width: 50%;
    right: -25%;
  }

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

  #sec_13 h3 {
    font-size: 24px;
  }

  #sec_13 h4 {
    font-size: 16px;
  }

  #sec_13 .box img {
    width: 100%;
  }

  #sec_13 .box img:nth-of-type(n+2) {
    margin-top: 20px;
  }

  #sec_14 .food {
    width: 48%;
    top: -7%;
  }

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

  #sec_14 h3 {
    font-size: 20px;
  }

  #sec_14 .box {
    flex-wrap: wrap;
    justify-content: center
  }

  #sec_14 .box img {
    width: 60%;
  }

  #sec_14 .box img:nth-of-type(n+2) {
    margin-top: 30px;
  }

  #sec_15 .line {
    height: 35px;
  }

  #sec_15 {
    padding: 30px 0;
  }

  #sec_16 {
    padding: 100px 0;
  }

  #sec_16 img {
    width: 100px;
  }

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

  #sec_16 img.info {
    margin: 0 auto 50px;
  }
}

@media (max-width: 400px) {
  #sec_01 {
    height: 350px;
  }

  #sec_01 .wrap .cloud_2 {
    top: 20%;
  }

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

  #sec_04 h2 {
    font-size: 14px;
  }

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

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

  #sec_07 h4 {
    width: 250px;
    font-size: 16px;
  }

  #sec_07 .box img {
    width: 70%;
  }

  #sec_08 .slide_zone .top h2 {
    font-size: 14px;
  }

  #sec_08 .slide_zone .bottom {
    padding: 50px 20px;
  }

  #sec_08 .slide_zone .bottom .slide_box {
    border-radius: 10px;
  }

  #sec_08 .info_zone h2 {
    font-size: 16px;
    margin-bottom: 30px;
  }

  #sec_08 .info_zone h2 span {
    font-size: 24px;
  }

  #sec_08 .info_zone {
    padding: 50px 0;
  }

  #sec_10 h4 {
    font-size: 12px;
  }

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

  #sec_13 h2 {
    font-size: 14px;
  }

  #sec_13 h3 {
    font-size: 20px;
  }

  #sec_13 h4 {
    font-size: 14px;
  }

  #sec_14 h2 {
    font-size: 14px;
  }

  #sec_14 h3 {
    font-size: 16px;
  }

  #sec_14 .box img {
    width: 70%;
  }

  #sec_16 img {
    width: 60px;
  }

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

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

  #sec_17 form input {
    font-size: 12px;
  }

}