@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #554c4a;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #554c4a;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a:hover {
  opacity: 0.5;
}

img[src*="_pc.png"] {
  display: block;
}

@media screen and (max-width: 480px) {
  img[src*="_pc.png"] {
    display: none;
  }
}

img[src*="_pc02.png"] {
  display: block;
}

@media screen and (max-width: 480px) {
  img[src*="_pc02.png"] {
    display: none;
  }
}

img[src*="_sp.png"] {
  display: none;
}

@media screen and (max-width: 480px) {
  img[src*="_sp.png"] {
    display: block;
  }
}

img[src*="_sp02.png"] {
  display: none;
}

@media screen and (max-width: 480px) {
  img[src*="_sp02.png"] {
    display: block;
  }
}

.sp_none {
  display: block;
}

@media screen and (max-width: 480px) {
  .sp_none {
    display: none;
  }
}

.pc_none {
  display: none;
}

@media screen and (max-width: 480px) {
  .pc_none {
    display: block;
  }
}

.header_pc_none {
  display: none;
}

@media screen and (max-width: 1023px) {
  .header_pc_none {
    display: block;
  }
}

.header_sp_none {
  display: block;
}

@media screen and (max-width: 1023px) {
  .header_sp_none {
    display: none;
  }
}

html {
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 480px) {
  html {
    min-width: 100%;
  }
}

body {
  font-family: Noto Sans JP, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  background-color: #F9F7F8;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 480px) {
  body.fixed {
    position: fixed;
  }
}

header {
  background-color: #E9001E;
  height: 90px;
  line-height: 90px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-transition: .3s;
  transition: .3s;
}

header .inner {
  max-width: 1250px;
  padding: 0 25px;
  height: 90px;
  margin: 0 auto;
  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;
  background-color: #E9001E;
}

header img {
  width: 17vw;
  max-width: 210px;
}

header .nav-wrapper.active {
  display: block !important;
}

header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header ul li {
  padding-left: 0.8vw;
  font-size: 1.3vw;
  line-height: 1.4em;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 1250px) {
  header ul li {
    padding-left: 14px;
    font-size: 16px;
  }
}

header ul li + li::before {
  content: "/";
  padding-right: 1vw;
}

@media screen and (min-width: 1250px) {
  header ul li + li::before {
    padding-right: 15px;
  }
}

header ul li a {
  text-decoration: none;
  color: #fff;
}

header a {
  text-decoration: none;
}

header p {
  color: #E9001E;
  background-color: #fff;
  border-radius: 50px;
  height: 3.4vw;
  line-height: 3.4vw;
  width: 14vw;
  text-align: center;
  margin-left: 1.5vw;
  padding: 0 1vw;
}

@media screen and (min-width: 1250px) {
  header p {
    height: 40px;
    line-height: 40px;
    width: 165px;
    margin-left: 20px;
  }
}

header .burger-btn {
  display: none;
}

@media screen and (max-width: 1023px) {
  header {
    height: 55px;
    line-height: 55px;
    width: 100%;
  }
  header .inner {
    max-width: 100%;
    width: 100%;
    padding: 0;
    height: 55px;
  }
  header img {
    width: 120px;
    height: auto;
    padding-left: 20px;
  }
  header .a1 {
    position: absolute;
    right: 70px;
  }
  header ul li {
    display: block;
    line-height: 3.5em;
    font-size: 16px;
  }
  header .burger-btn {
    display: block;
    width: 68px;
    height: 34px;
    position: relative;
    z-index: 3;
    border: none;
  }
  header .burger-btn span {
    width: 34px;
    height: 2px;
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #fff;
  }
  header .burger-btn span:nth-child(1) {
    top: 10px;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
  }
  header .burger-btn span:nth-child(2) {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
  }
  header .burger-btn span:nth-child(3) {
    bottom: 10px;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
  }
  header .burger-btn.close span:nth-child(1) {
    -webkit-transform: translate(-50%, 7px) rotate(45deg);
            transform: translate(-50%, 7px) rotate(45deg);
  }
  header .burger-btn.close span:nth-child(2) {
    opacity: 0;
  }
  header .burger-btn.close span:nth-child(3) {
    -webkit-transform: translate(-50%, -5px) rotate(-45deg);
            transform: translate(-50%, -5px) rotate(-45deg);
  }
  header .nav-wrapper {
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
  }
  header .header-nav {
    width: 100%;
    height: 100%;
    background-color: #E50012;
    z-index: 2;
  }
  header .header-nav ul {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -60%);
            transform: translate(-50%, -60%);
    text-align: center;
  }
  header .header-nav ul li {
    margin: 0;
    padding: 0;
  }
  header .header-nav ul li::before {
    display: none;
  }
  header .header-nav ul p {
    margin: 0;
  }
  header p {
    font-size: 12px;
    line-height: 29px;
    height: 29px;
    width: 129px;
    font-weight: 700;
  }
}

@media screen and (min-width: 481px) {
  .bg_01 {
    background-image: url(../img/bg_01_pc.png);
    background-position: center top;
    background-repeat: repeat-y;
  }
}

@media screen and (max-width: 480px) {
  .bg_01 {
    background-image: url(../img/bg_01_sp.png);
    background-position: center top;
    background-repeat: repeat-y;
    background-size: 100%;
    padding: 0 !important;
  }
}

@media screen and (max-width: 1023px) {
  .bg_01 {
    padding: 0 5vw;
  }
}

@media screen and (min-width: 480px) {
  .bg_02 {
    background-image: url(../img/bg_02_pc.png);
    background-position: center top;
    background-repeat: repeat-y;
  }
}

@media screen and (max-width: 480px) {
  .bg_02 {
    background-image: url(../img/bg_02_sp.png);
    background-position: center top;
    background-repeat: repeat-y;
    background-size: 100%;
    padding: 0 !important;
  }
}

@media screen and (max-width: 1023px) {
  .bg_02 {
    padding: 0 5vw;
  }
}

main {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (max-width: 480px) {
  main {
    min-width: 100%;
  }
}

.kv {
  margin-top: 90px;
  background-color: #E9001E;
}

@media screen and (max-width: 1023px) {
  .kv {
    margin-top: 55px;
  }
}

.kv .inner {
  width: 100%;
  margin: 0 auto;
}

.kv .inner img {
  width: 100%;
}

.news {
  padding-top: 100px;
}

@media screen and (max-width: 480px) {
  .news {
    padding-top: 50px;
  }
}

.news h3 {
  color: #A76F05;
  text-align: center;
  font-size: 25px;
  font-weight: 800;
  padding-bottom: 20px;
}

@media screen and (max-width: 480px) {
  .news h3 {
    font-size: 19px;
  }
}

.news .news_list {
  background-color: #D89900;
  max-width: 630px;
  margin: 0 auto;
  border-radius: 10px;
  padding: 25px 35px;
  color: #fff;
}

.news .news_list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 2em;
}

.news .news_list dl dt {
  margin-right: 30px;
}

.news .news_list dl dd a {
  color: #fff;
}

@media screen and (max-width: 480px) {
  .news .news_list {
    width: 78%;
    padding: 20px;
  }
  .news .news_list dl {
    display: block;
    line-height: 1.4em;
    font-size: 13px;
  }
  .news .news_list dl + dl {
    padding-top: 0.5em;
  }
}

.main_txt {
  margin: 170px auto;
}

.main_txt p {
  color: #9F7126;
  font-size: 25px;
  line-height: 2em;
  text-align: center;
}

.main_txt p + p {
  margin-top: 35px;
}

@media screen and (max-width: 480px) {
  .main_txt {
    margin: 75px 0 85px;
  }
  .main_txt p {
    font-size: 16px;
    line-height: 27px;
  }
  .main_txt p + p {
    margin-top: 30px;
  }
}

.about_section {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 480px) {
  .about_section {
    width: 100%;
    overflow: hidden;
  }
}

.about_section h2 {
  margin: 0 auto;
}

.about_section h2 img {
  width: 100%;
}

.about_section .ttl_p {
  text-align: center;
  color: #9F7126;
  font-size: 23px;
  font-weight: 900;
  line-height: 40px;
  padding: 30px 0;
}

@media screen and (max-width: 480px) {
  .about_section .ttl_p {
    font-size: 16px;
    line-height: 26px;
    padding: 20px 0 25px;
  }
}

.about_section .ttl_p .attention {
  background: #E9001E;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  margin: 0 20px 0 0;
  padding: 3px 10px;
}

@media screen and (max-width: 480px) {
  .about_section .ttl_p .attention {
    display: block;
    width: 4em;
    margin: 5px auto;
    font-size: 16px;
  }
}

.about_section.section01 h2 {
  max-width: 520px;
}

@media screen and (max-width: 480px) {
  .about_section.section01 h2 {
    width: 246px;
  }
}

.about_section.section01 .about_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 40px 0;
  position: relative;
}

.about_section.section01 .about_block img {
  width: 44%;
}

@media screen and (max-width: 480px) {
  .about_section.section01 .about_block img {
    width: 220px;
  }
}

.about_section.section01 .about_block p {
  color: #554C4A;
  text-align: left;
  font-size: 21px;
  line-height: 45px;
}

.about_section.section01 .about_block.blc01 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  right: 35px;
}

.about_section.section01 .about_block.blc02 {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  left: 100px;
}

.about_section.section01 .about_block.blc02 p {
  position: relative;
  top: -20px;
}

.about_section.section01 .about_block.blc02 img {
  width: 47.6%;
}

.about_section.section01 .about_block.blc03 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  right: 35px;
}

.about_section.section01 .about_block.blc03 p {
  position: relative;
  top: -65px;
}

@media screen and (max-width: 480px) {
  .about_section.section01 .about_block {
    margin: 10px 0;
  }
  .about_section.section01 .about_block + .about_block {
    margin: 60px 0;
  }
  .about_section.section01 .about_block:last-of-type {
    margin: 60px 0 40px;
  }
  .about_section.section01 .about_block p {
    font-size: 14px;
    line-height: 28px;
  }
  .about_section.section01 .about_block.blc01 {
    right: auto;
    display: block;
  }
  .about_section.section01 .about_block.blc01 p {
    text-align: center;
  }
  .about_section.section01 .about_block.blc01 img {
    padding-bottom: 20px;
  }
  .about_section.section01 .about_block.blc02 {
    left: auto;
    width: 110%;
    margin-top: 105px;
  }
  .about_section.section01 .about_block.blc02 img {
    width: 238px;
    overflow: hidden;
  }
  .about_section.section01 .about_block.blc02 p {
    left: 7px;
  }
  .about_section.section01 .about_block.blc03 {
    right: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .about_section.section01 .about_block.blc03 p {
    top: -35px;
  }
  .about_section.section01 .about_block.blc03 img {
    position: relative;
    width: 165px;
  }
}

.about_section.section02 {
  margin-top: 150px;
}

@media screen and (max-width: 480px) {
  .about_section.section02 {
    margin-top: 80px;
  }
}

.about_section.section02 h2 {
  max-width: 610px;
}

@media screen and (max-width: 480px) {
  .about_section.section02 h2 {
    width: 197.5px;
  }
}

.about_section.section02 .about_block {
  max-width: 884px;
  margin: 0 auto;
}

@media screen and (max-width: 480px) {
  .about_section.section02 .about_block {
    width: 100%;
  }
}

.about_section.section02 .about_block img {
  width: 100%;
  padding-top: 35px;
}

@media screen and (max-width: 480px) {
  .about_section.section02 .about_block img {
    width: 207.5px;
    margin: 0 auto;
  }
}

.about_section.section02 .about_block p {
  font-size: 25px;
  line-height: 48px;
  color: #9F7126;
  text-align: center;
  text-indent: 0;
  padding-left: 1.5em;
}

@media screen and (max-width: 480px) {
  .about_section.section02 .about_block p {
    font-size: 16px;
    line-height: 27px;
    text-indent: 0.5em;
    padding-left: 0;
  }
}

.about_section.section11 {
  margin: 170px auto 140px;
}

@media screen and (max-width: 480px) {
  .about_section.section11 {
    margin: 85px auto 70px;
  }
}

.about_section.section11 h2 {
  margin: 0 0 60px 0;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 480px) {
  .about_section.section11 h2 {
    margin: 0 0 30px 0;
  }
}

.about_section.section11 h2 img {
  margin: 0 auto;
  max-width: 517px;
}

@media screen and (max-width: 480px) {
  .about_section.section11 h2 img {
    width: 202px;
  }
}

.about_section.section11 .balloon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
  margin-left: -15px;
}

@media screen and (max-width: 780px) {
  .about_section.section11 .balloon {
    margin-left: -10px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 480px) {
  .about_section.section11 .balloon {
    margin-bottom: 25px;
    padding: 0 7%;
  }
}

.about_section.section11 .balloon li {
  background-color: #fff;
  border: 3px solid #d89905;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  list-style: none;
  margin-left: 15px;
  padding: 13px;
  position: relative;
  width: calc((100% / 4) - 15px);
}

@media screen and (max-width: 780px) {
  .about_section.section11 .balloon li {
    border-radius: 8px;
    font-size: 16px;
    line-height: 26px;
    margin-left: 10px;
    padding: 11px;
    width: calc((100% / 3) - 10px);
  }
  .about_section.section11 .balloon li:nth-child(n + 4) {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .about_section.section11 .balloon li {
    font-size: 14px;
    line-height: 24px;
    margin-left: 10px;
    padding: 10px;
    width: calc((100% / 2) - 10px);
  }
  .about_section.section11 .balloon li:nth-child(n + 3) {
    display: none;
  }
}

.about_section.section11 .balloon li::before {
  content: '';
  position: absolute;
  display: block;
  z-index: 1;
  border-style: solid;
  border-color: #fff transparent;
  border-width: 20px 20px 0 0;
  bottom: -15px;
  left: 50%;
  margin-left: -12px;
}

@media screen and (max-width: 480px) {
  .about_section.section11 .balloon li::before {
    border-width: 15px 15px 0 0;
    bottom: -10px;
    margin-left: -8px;
  }
}

.about_section.section11 .balloon li::after {
  content: '';
  position: absolute;
  display: block;
  z-index: 0;
  border-style: solid;
  border-color: #d89905 transparent;
  border-width: 20px 20px 0 0;
  bottom: -21px;
  left: 50%;
  margin-left: -14px;
}

@media screen and (max-width: 480px) {
  .about_section.section11 .balloon li::after {
    border-width: 15px 15px 0 0;
    bottom: -16px;
    margin-left: -10px;
  }
}

.about_section.section11 .flex_pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 480px) {
  .about_section.section11 .flex_pc {
    display: block;
  }
}

.about_section.section11 .img {
  width: 40%;
}

.about_section.section11 .img img {
  width: 100%;
}

@media screen and (max-width: 480px) {
  .about_section.section11 .img {
    width: 85%;
    padding-bottom: 30px;
    margin: 0 auto;
  }
}

.about_section.section11 .inner {
  margin-left: 50px;
  width: calc((100% - 40%) - 50px);
}

@media screen and (max-width: 480px) {
  .about_section.section11 .inner {
    width: 85%;
    padding-bottom: 30px;
    margin: 0 auto;
  }
}

.about_section.section11 .inner div + div {
  padding-top: 30px;
}

@media screen and (max-width: 480px) {
  .about_section.section11 .inner div + div {
    padding-top: 15px;
  }
}

.about_section.section11 .inner p {
  color: #9F7126;
  font-size: 23px;
  line-height: 45px;
}

.about_section.section11 .inner p + p {
  color: #554C4A;
  font-size: 17px;
  line-height: 31px;
  padding-left: 0.5em;
}

@media screen and (max-width: 480px) {
  .about_section.section11 .inner p {
    font-size: 13.5px;
    line-height: 21.5px;
  }
  .about_section.section11 .inner p + p {
    font-size: 13.5px;
    line-height: 21.5px;
  }
}

.about_section.section11 .inner .small {
  font-size: 14px;
  color: #554C4A;
}

@media screen and (max-width: 480px) {
  .about_section.section11 .inner .small {
    font-size: 11px;
    text-align: left;
  }
}

.about_section.section11 .inner .small.mg10 {
  padding-top: 10px;
}

.about_section.section11 .inner .ttl_p {
  padding: 0 0 30px 0;
  text-align: left;
}

@media screen and (max-width: 480px) {
  .about_section.section11 .inner .ttl_p {
    padding: 0 0 25px 0;
  }
}

.about_section.section03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 200px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (max-width: 480px) {
  .about_section.section03 {
    display: block;
    margin-top: 90px;
  }
}

.about_section.section03 > div.about_block {
  width: 45%;
}

.about_section.section03 > div.about_block h2 {
  width: 440px;
}

@media screen and (max-width: 480px) {
  .about_section.section03 > div.about_block {
    width: 100%;
  }
  .about_section.section03 > div.about_block h2 {
    width: 211px;
  }
}

.about_section.section03 > div.about_block .logo {
  width: 125px;
  padding-top: 50px;
  padding-bottom: 20px;
}

@media screen and (max-width: 480px) {
  .about_section.section03 > div.about_block .logo {
    padding: 0 10px 0 0;
    width: 62.5px;
    height: 62.5px;
  }
}

.about_section.section03 > div.about_block p {
  color: #9F7126;
  font-size: 23px;
  line-height: 45px;
}

.about_section.section03 > div.about_block p + p {
  color: #554C4A;
  font-size: 17px;
  line-height: 31px;
  padding-left: 0.5em;
}

.about_section.section03 > div.about_block p + p a {
  color: #00AFEC;
}

@media screen and (max-width: 480px) {
  .about_section.section03 > div.about_block p {
    font-size: 13.5px;
    line-height: 21.5px;
  }
  .about_section.section03 > div.about_block p + p {
    font-size: 13.5px;
    line-height: 21.5px;
    text-align: center;
  }
}

.about_section.section03 > div.about_block .small {
  font-size: 14px;
  color: #554C4A;
}

@media screen and (max-width: 480px) {
  .about_section.section03 > div.about_block .small {
    font-size: 11px;
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  .about_section.section03 > div.about_block .flex_sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 30px 0 10px;
  }
  .about_section.section03 > div.about_block .flex_sp p {
    text-align: left;
  }
}

.about_section.section03 > div + div {
  width: 55%;
}

.about_section.section03 > div + div img {
  width: 100%;
}

@media screen and (max-width: 480px) {
  .about_section.section03 > div + div {
    width: 100%;
  }
  .about_section.section03 > div + div img {
    width: 85%;
    padding-top: 30px;
    margin: 0 auto;
  }
}

.about_section.section04 {
  margin-top: 180px;
}

@media screen and (max-width: 480px) {
  .about_section.section04 {
    margin-top: 85px;
  }
}

.about_section.section04 h2 {
  max-width: 774px;
}

@media screen and (max-width: 480px) {
  .about_section.section04 h2 {
    width: 202px;
  }
}

.about_section.section04 .inner {
  width: 660px;
  margin: 60px auto 0;
}

@media screen and (max-width: 480px) {
  .about_section.section04 .inner {
    width: 75%;
    margin: 30px auto 0;
  }
}

.about_section.section04 dl {
  margin-bottom: 30px;
}

.about_section.section04 dl dt {
  color: #9F7126;
  font-size: 16px;
  line-height: 30px;
}

.about_section.section04 dl dd {
  color: #554C4A;
  font-size: 16px;
  line-height: 30px;
}

.about_section.section04 dl dd.name {
  font-size: 23px;
  line-height: 38px;
  margin-bottom: 25px;
}

.about_section.section04 dl dd.about {
  font-size: 18px;
  margin-bottom: 25px;
}

@media screen and (max-width: 480px) {
  .about_section.section04 dl {
    margin-bottom: 15px;
  }
  .about_section.section04 dl dt {
    font-size: 13.5px;
    line-height: 26.5px;
  }
  .about_section.section04 dl dd {
    color: #554C4A;
    font-size: 13px;
    line-height: 23.5px;
  }
  .about_section.section04 dl dd.name {
    font-size: 16.5px;
    line-height: 26px;
    margin-bottom: 15px;
  }
  .about_section.section04 dl dd.about {
    font-size: 13.5px;
    margin-bottom: 15px;
  }
}

.about_section.section04 a {
  color: #9F7126;
  font-size: 18px;
}

@media screen and (max-width: 480px) {
  .about_section.section04 a {
    font-size: 13.5px;
    line-height: 23.5px;
  }
}

.about_section.section12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 180px;
}

@media screen and (max-width: 480px) {
  .about_section.section12 {
    margin-top: 85px;
  }
}

.about_section.section12 h2 {
  margin: 0 0 60px 0;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 480px) {
  .about_section.section12 h2 {
    margin: 0 0 30px 0;
  }
}

.about_section.section12 h2 img {
  margin: 0 auto;
  max-width: 706px;
}

@media screen and (max-width: 480px) {
  .about_section.section12 h2 img {
    width: 202px;
  }
}

.about_section.section12 .inner {
  margin-left: 50px;
  width: calc((100% - 30%) - 50px);
}

@media screen and (max-width: 480px) {
  .about_section.section12 .inner {
    width: 85%;
    padding-bottom: 30px;
    margin: 0 auto;
  }
}

.about_section.section12 .img {
  width: 30%;
}

.about_section.section12 .img img {
  width: 100%;
  display: block;
}

@media screen and (max-width: 480px) {
  .about_section.section12 .img {
    width: 100%;
  }
  .about_section.section12 .img img {
    width: 85%;
    padding-bottom: 30px;
    margin: 0 auto;
  }
}

.about_section.section12 dl {
  margin-bottom: 30px;
}

.about_section.section12 dl dt {
  color: #9F7126;
  font-size: 16px;
  line-height: 30px;
}

.about_section.section12 dl dd {
  color: #554C4A;
  font-size: 16px;
  line-height: 30px;
}

.about_section.section12 dl dd.name {
  font-size: 23px;
  line-height: 38px;
  margin-bottom: 25px;
}

@media screen and (max-width: 480px) {
  .about_section.section12 dl {
    margin-bottom: 15px;
  }
  .about_section.section12 dl dt {
    font-size: 13.5px;
    line-height: 26.5px;
  }
  .about_section.section12 dl dd {
    color: #554C4A;
    font-size: 13px;
    line-height: 23.5px;
  }
  .about_section.section12 dl dd.name {
    font-size: 16.5px;
    line-height: 26px;
    margin-bottom: 15px;
  }
}

.about_section.section12 a {
  color: #9F7126;
  font-size: 18px;
}

@media screen and (max-width: 480px) {
  .about_section.section12 a {
    font-size: 13.5px;
    line-height: 23.5px;
  }
}

.about_section.section13 {
  max-width: 900px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 480px) {
  .about_section.section13 {
    width: 100%;
    margin-bottom: 30px;
    font-size: 14px;
  }
}

.about_section.section13 h2 {
  margin: 0 0 60px 0;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 480px) {
  .about_section.section13 h2 {
    margin: 0 0 30px 0;
  }
}

.about_section.section13 h2 img {
  margin: 0 auto;
  max-width: 706px;
}

@media screen and (max-width: 480px) {
  .about_section.section13 h2 img {
    width: 202px;
  }
}

.about_section.section13 .sp_none {
  display: block;
}

@media screen and (max-width: 480px) {
  .about_section.section13 .sp_none {
    display: none;
  }
}

.about_section.section13 .inner {
  margin-right: 50px;
  width: calc((100% - 40%) - 50px);
}

@media screen and (max-width: 480px) {
  .about_section.section13 .inner {
    width: 85%;
    padding-bottom: 30px;
    margin: 0 auto;
  }
}

.about_section.section13 .img {
  width: 40%;
}

.about_section.section13 .img img {
  width: 100%;
  display: block;
}

@media screen and (max-width: 480px) {
  .about_section.section13 .img {
    width: 100%;
  }
  .about_section.section13 .img img {
    width: 85%;
    padding-bottom: 30px;
    margin: 0 auto;
  }
}

.about_section.section13 h3.tokutencopy {
  margin-bottom: 30px;
  font-size: 48px;
  line-height: 1.3em;
  color: #e9001e;
}

@media screen and (max-width: 480px) {
  .about_section.section13 h3.tokutencopy {
    font-size: 24px;
    line-height: 26.5px;
    text-align: center;
  }
}

.about_section.section13 p {
  line-height: 2em;
  margin: 20px 0;
}

.about_section.section13 ul.comment {
  font-size: 13px;
  list-style: none;
}

@media screen and (max-width: 480px) {
  .about_section.section13 ul.comment {
    font-size: 12px;
  }
}

.about_section.section13 ul.comment li {
  text-indent: -1.5em;
  padding-left: 1.5em;
  font-size: 14px;
  line-height: 24px;
}

.about_section.section13 a {
  display: block;
  margin: 60px auto;
  max-width: 900px;
}

@media screen and (max-width: 480px) {
  .about_section.section13 a {
    width: 90%;
    margin: 30px auto;
  }
}

.about_section.section13 a img {
  width: 100%;
}

.about_section.section14 {
  padding: 100px 0 180px;
}

@media screen and (max-width: 480px) {
  .about_section.section14 {
    width: 90%;
    margin: 0 auto;
    font-size: 13px;
    padding: 50px 0;
  }
}

.about_section.section14 h3 {
  color: #9F7126;
  font-size: 36px;
  text-align: center;
  font-weight: 900;
}

@media screen and (max-width: 480px) {
  .about_section.section14 h3 {
    font-size: 18px;
  }
}

.about_section.section14 .supp_inner {
  margin: 40px 0;
  line-height: 1.5em;
}

.about_section.section14 .supp_inner .small {
  font-size: 12px;
  display: block;
}

.about_section.section14 .supp_inner h4 {
  color: #9F7126;
  font-size: 20px;
  font-weight: 700;
  margin: 50px 0 20px;
}

@media screen and (max-width: 480px) {
  .about_section.section14 .supp_inner h4 {
    font-size: 16px;
  }
}

.about_section.section14 .supp_inner h5 {
  font-size: 18px;
  font-weight: 900;
  margin: 50px 0 20px;
}

@media screen and (max-width: 480px) {
  .about_section.section14 .supp_inner h5 {
    font-size: 14px;
  }
}

.about_section.section14 .supp_inner dl {
  margin-bottom: 30px;
}

.about_section.section14 .supp_inner dl dt {
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
}

.about_section.section14 .supp_inner dl dd {
  color: #554C4A;
  font-size: 16px;
  line-height: 30px;
}

.about_section.section14 .supp_inner dl dd.name {
  font-size: 23px;
  line-height: 38px;
  margin-bottom: 25px;
}

@media screen and (max-width: 480px) {
  .about_section.section14 .supp_inner dl {
    margin-bottom: 15px;
  }
  .about_section.section14 .supp_inner dl dt {
    font-size: 13.5px;
    line-height: 26.5px;
  }
  .about_section.section14 .supp_inner dl dd {
    color: #554C4A;
    font-size: 13px;
    line-height: 23.5px;
  }
  .about_section.section14 .supp_inner dl dd.name {
    font-size: 16.5px;
    line-height: 26px;
    margin-bottom: 15px;
  }
}

.about_section.section14 .supp_inner a {
  color: #00AFEC;
}

.about_section.section14 .supp_inner a i {
  margin-left: 10px;
}

@media screen and (max-width: 480px) {
  .about_section.section14 .supp_inner a {
    font-size: 13.5px;
    line-height: 23.5px;
  }
}

.about_section.section14 .supp_inner ul.use_atte {
  margin-left: 2em;
}

.about_section.section14 .supp_inner ul.use_atte li {
  line-height: 1.5em;
  margin-bottom: 15px;
}

.about_section.section14 .supp_inner .atte_strong {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 8px;
  padding: 10px 20px;
  margin: 20px auto;
  width: 100%;
}

.about_section.section14 .supp_inner .contact_txt {
  color: #9F7126;
  font-size: 22px;
  margin: 15px 0;
  display: block;
}

@media screen and (max-width: 480px) {
  .about_section.section14 .supp_inner .contact_txt {
    font-size: 18px;
  }
}

.about_section.section14 .supp_inner .contact_txt a {
  color: #9F7126;
  text-decoration: none;
}

.about_section.section14 .supp_inner .contact_txt i {
  margin-right: 10px;
}

.about_section.section14 .supp_inner ul.warranty_atte {
  margin-left: 2em;
  font-size: 18px;
  font-weight: 700;
  list-style: circle;
}

@media screen and (max-width: 480px) {
  .about_section.section14 .supp_inner ul.warranty_atte {
    font-size: 14px;
  }
}

.about_section.section14 .supp_inner ul.warranty_atte li {
  line-height: 1.5em;
  margin-bottom: 15px;
}

.video_section, .video_section02, .video_section03 {
  max-width: 749px;
  margin: 140px auto;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .video_section, .video_section02, .video_section03 {
    width: 90%;
    height: auto;
    margin: 0 auto 60px;
  }
}

.video_section h3, .video_section02 h3, .video_section03 h3 {
  color: #554C4A;
  font-size: 36px;
  padding-bottom: 30px;
  font-weight: normal;
}

.video_section h3 span, .video_section02 h3 span, .video_section03 h3 span {
  color: #D89900;
  font-weight: 700;
}

@media screen and (max-width: 480px) {
  .video_section h3, .video_section02 h3, .video_section03 h3 {
    font-size: 18.5px;
    padding-bottom: 15px;
  }
}

.video_section .youtube, .video_section02 .youtube, .video_section03 .youtube {
  position: relative;
  width: 100%;
  padding-top: 75.25%;
  overflow: hidden;
}

.video_section .youtube.siz01, .video_section02 .youtube.siz01, .video_section03 .youtube.siz01 {
  padding-top: 57%;
}

.video_section .youtube iframe, .video_section02 .youtube iframe, .video_section03 .youtube iframe {
  position: absolute;
  top: -0.5%;
  right: -0.5%;
  width: 101.5%;
  height: 101%;
}

.video_section p, .video_section02 p, .video_section03 p {
  font-size: 25px;
  line-height: 48px;
  color: #9F7126;
  margin-top: 70px;
}

.video_section p sup, .video_section02 p sup, .video_section03 p sup {
  font-size: 16px;
  vertical-align: super;
}

@media screen and (max-width: 480px) {
  .video_section p, .video_section02 p, .video_section03 p {
    font-size: 16px;
    line-height: 27px;
    margin-top: 35px;
  }
  .video_section p sup, .video_section02 p sup, .video_section03 p sup {
    font-size: 10px;
  }
}

.video_section02 {
  margin: 170px auto 140px;
}

@media screen and (max-width: 480px) {
  .video_section02 {
    margin: 70px auto 60px;
  }
}

.video_section02 h2 {
  max-width: 560px;
  margin: 0 auto;
  padding-bottom: 20px;
}

@media screen and (max-width: 480px) {
  .video_section02 h2 {
    width: 267px;
    padding-bottom: 10px;
  }
}

.video_section02 h2 img {
  width: 100%;
}

.video_section02 .ttl_p {
  margin: 0 0 50px;
  font-size: 23px;
  line-height: 40px;
}

@media screen and (max-width: 480px) {
  .video_section02 .ttl_p {
    font-size: 15px;
    line-height: 26px;
    margin: 0 0 25px;
  }
}

.video_section02 p {
  margin-top: 50px;
}

@media screen and (max-width: 480px) {
  .video_section02 p {
    margin-top: 20px;
  }
}

.video_section03 {
  margin-bottom: 0;
  margin-top: 70px;
}

.video_section03 span {
  font-size: 30px;
  line-height: 43px;
}

@media screen and (max-width: 480px) {
  .video_section03 {
    margin: 40px auto 0;
  }
  .video_section03 span {
    font-size: 18.5px;
    line-height: 22.5px;
  }
}

.profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.profile img {
  width: 33%;
  max-width: 333px;
}

.profile dt {
  color: #9F7126;
  font-size: 13px;
  line-height: 30px;
}

.profile .profile_about {
  padding-left: 65px;
}

.profile .profile_about .profile_name {
  font-size: 23px;
  line-height: 38px;
  padding-bottom: 15px;
}

.profile .profile_about .profile_birth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.profile .profile_about .profile_birth dt {
  width: 80px;
}

.profile .profile_about p {
  font-size: 16px;
  line-height: 30px;
  padding: 15px 0;
}

.profile .link {
  color: #9F7126;
  font-size: 18px;
}

.profile .link::before {
  content: '';
  display: inline-block;
  width: 28px;
  height: 28px;
  background-image: url(../img/icon01.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  padding-right: 10px;
}

@media screen and (max-width: 480px) {
  .profile {
    width: 85%;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
            justify-content: inherit;
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
  }
  .profile img {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .profile dt {
    font-size: 10.5px;
    line-height: 1.5em;
  }
  .profile .profile_about {
    padding-left: 0;
  }
  .profile .profile_about .profile_name {
    font-size: 16.5px;
    line-height: 36.5px;
    padding-bottom: 10px;
  }
  .profile .profile_about .profile_birth {
    display: block;
    padding-bottom: 0.4em;
  }
  .profile .profile_about .profile_birth:last-of-type {
    padding-bottom: 0;
  }
  .profile .profile_about .profile_birth dd {
    font-size: 13.5px;
    line-height: 23.5px;
  }
  .profile p.pc_none {
    font-size: 13.5px;
    line-height: 23.5px;
    width: 100%;
    margin: 20px auto 0;
  }
  .profile .link {
    font-size: 13.5px;
    text-align: left;
    width: 80%;
    margin: 15px 0 0;
  }
}

.profile_bg {
  color: #554C4A;
  background-color: #F6F1F3;
  padding: 120px 0;
}

.profile_bg h3 {
  color: #D89900;
  font-weight: 700;
  font-size: 30px;
  line-height: 43px;
  text-align: center;
  padding-bottom: 30px;
}

@media screen and (max-width: 1023px) {
  .profile_bg {
    width: 90vw;
    margin: 0 calc(50% - 50vw);
    padding: 120px 5vw;
  }
}

@media screen and (max-width: 480px) {
  .profile_bg {
    padding: 60px 0;
    width: 100%;
    margin: 0;
  }
  .profile_bg h3 {
    font-size: 18.5px;
    line-height: 22.5px;
  }
}

.product_section {
  padding-bottom: 200px;
  margin-top: 150px;
  color: #251714;
}

@media screen and (max-width: 480px) {
  .product_section {
    padding: 60px 0 100px;
    margin-top: 0;
  }
}

.product_section h3 {
  color: #A76F05;
  font-size: 36px;
  text-align: center;
  margin-bottom: 75px;
}

@media screen and (max-width: 480px) {
  .product_section h3 {
    font-size: 21.5px;
    margin-bottom: 50px;
  }
}

.product_section img {
  width: 100%;
}

@media screen and (max-width: 480px) {
  .product_section img {
    width: 100%;
    margin: 0 auto;
  }
}

.product_section .banner_img {
  max-width: 750px;
  margin: 0 auto 175px;
}

.product_section .banner_img > a {
  display: inline-block;
}

.product_section .banner_img > a img {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 480px) {
  .product_section .banner_img {
    width: 90%;
    margin: 0 auto 90px;
  }
}

.product_section .product_img {
  max-width: 1260px;
  margin: 0 auto;
}

@media screen and (max-width: 480px) {
  .product_section .product_img {
    width: 95%;
  }
}

.product_section .product_about {
  max-width: 900px;
  margin: 110px auto 0;
}

@media screen and (max-width: 480px) {
  .product_section .product_about {
    width: 90%;
    margin: 75px auto 0;
  }
}

.product_section .product_about h4 {
  color: #9F7126;
  font-size: 24px;
  text-align: center;
  font-weight: 900;
}

@media screen and (max-width: 480px) {
  .product_section .product_about h4 {
    font-size: 17.5px;
  }
}

.product_section .product_about .product_about_list {
  margin-top: 26px;
}

@media screen and (max-width: 480px) {
  .product_section .product_about .product_about_list {
    margin-top: 20px;
  }
}

.product_section .product_about .product_about_list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid #ECD9DD;
  padding: 28.5px 0;
  line-height: 23px;
  font-size: 14px;
}

@media screen and (max-width: 480px) {
  .product_section .product_about .product_about_list dl {
    display: block;
    padding: 11.5px 0;
    font-size: 12.5px;
    line-height: 20px;
  }
}

.product_section .product_about .product_about_list dl:first-child {
  border-top: 1px solid #ECD9DD;
}

.product_section .product_about .product_about_list dl dt {
  color: #9F7126;
  padding: 0 0 0 20px;
  min-width: 200px;
}

@media screen and (max-width: 480px) {
  .product_section .product_about .product_about_list dl dt {
    width: 100%;
    padding: 0;
  }
}

.product_section .product_about .product_about_list dl dd {
  max-width: 680px;
  color: #251714;
}

@media screen and (max-width: 480px) {
  .product_section .product_about .product_about_list dl dd {
    width: 100%;
  }
}

.product_section .product_about.about_app {
  margin: 90px auto 0;
}

@media screen and (max-width: 480px) {
  .product_section .product_about.about_app {
    margin: 60px auto 0;
  }
}

.product_section .product_about.about_app .small {
  font-size: 12px;
  text-align: center;
  padding: 20px 0 0;
}

@media screen and (max-width: 480px) {
  .product_section .product_about.about_app .small {
    font-size: 10px;
    padding: 12px 0 0;
  }
}

.product_section .product_about.about_app dl > div > dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product_section .product_about.about_app dl > div > dd:first-child {
  padding-bottom: 28px;
}

@media screen and (max-width: 480px) {
  .product_section .product_about.about_app dl > div > dd:first-child {
    padding-bottom: 0;
  }
}

.product_section .product_about.about_app dl > div > dd + dd {
  border-top: 1px dotted #ECD9DD;
  padding-top: 28px;
}

@media screen and (max-width: 480px) {
  .product_section .product_about.about_app dl > div > dd + dd {
    border: none;
    padding-top: 0;
  }
}

.product_section .product_about.about_app dl > div > dd .qr {
  width: 60px;
  height: 60px;
}

@media screen and (max-width: 480px) {
  .product_section .product_about.about_app dl > div > dd .qr {
    display: none;
  }
}

.product_section .product_about.about_app dl > div > dd > div {
  margin-left: 20px;
}

.product_section .product_about.about_app dl > div > dd > div a {
  color: #00AFEC;
  word-break: break-all;
  padding-left: 0.5em;
}

@media screen and (max-width: 480px) {
  .product_section .product_about.about_app dl > div > dd > div {
    margin: 0;
  }
}

.product_section .comment {
  margin-top: 50px;
}

.product_section .comment p {
  text-indent: -1.5em;
  padding-left: 1.5em;
  font-size: 14px;
  line-height: 24px;
}

.product_section .comment p:last-child {
  margin-top: 1em;
}

@media screen and (max-width: 480px) {
  .product_section .comment {
    margin-top: 25px;
  }
  .product_section .comment p {
    text-indent: -1em;
    padding-left: 1em;
    font-size: 10px;
    line-height: 17px;
    letter-spacing: 0.02em;
  }
}

footer {
  background-color: #fff;
  text-align: center;
  padding: 40px 0 60px;
}

@media screen and (max-width: 480px) {
  footer {
    padding: 20px 0 30px;
  }
}

footer img {
  width: 192px;
}

@media screen and (max-width: 1023px) {
  footer img {
    width: 137px;
  }
}

footer .footer_nav {
  max-width: 900px;
  margin: 0 auto;
  margin-top: 25px;
}

@media screen and (max-width: 1023px) {
  footer .footer_nav {
    width: 100%;
  }
}

footer .footer_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .footer_nav ul li {
  font-size: 16px;
  font-weight: 700;
}

footer .footer_nav ul li a {
  text-decoration: none;
  color: #251714;
}

footer .company_logo {
  margin-top: 50px;
}

footer .company_logo img {
  width: 66px;
}

footer .company_logo p {
  font-size: 12px;
  padding-top: 20px;
  color: #808080;
}

@media screen and (max-width: 1023px) {
  footer .company_logo {
    margin-top: 15px;
  }
  footer .company_logo img {
    width: 41px;
  }
  footer .company_logo p {
    padding-top: 10px;
  }
}

#page_top {
  position: fixed;
  bottom: 40%;
  right: 0;
}

@media screen and (max-width: 480px) {
  #page_top {
    bottom: 25%;
  }
}

#page_top a {
  background-color: #E50012;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 10px 15px;
}

#page_top a:hover {
  opacity: 0.5;
  text-decoration: none;
}

/**********************
注意イメージ追加 20210427
**********************/
.start {
  width: 1200px;
  margin: 20px auto;
  padding: 10px 0;
  background: #FFFDE8;
  border-radius: 10px;
  text-align: center;
  position: relative;
  left: -100px;
}

@media screen and (max-width: 1200px) {
  .start {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    left: auto;
  }
}

@media screen and (max-width: 480px) {
  .start {
    max-width: 90%;
    left: 0;
    margin: 0 auto;
  }
}

.start .start_title img {
  width: 90%;
  max-width: 100%;
  margin: 30px auto 10px;
}

@media screen and (max-width: 480px) {
  .start .start_title img {
    margin: 15px auto 10px;
  }
}

.start ul {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

@media screen and (max-width: 480px) {
  .start ul {
    padding: 15px;
    display: inherit;
  }
}

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

@media screen and (max-width: 480px) {
  .start ul li {
    width: 95%;
    margin: 0 auto 20px;
    padding-bottom: 25px;
    border-bottom: 2px solid #F4ECA2;
  }
  .start ul li:last-child {
    border-bottom: 0;
    margin: 0 auto;
    padding-bottom: 0;
  }
}

.start ul li img {
  width: 100%;
}

/**********************
ごはんの種類アップデート 20220228
**********************/
.food_update {
  margin: 60px auto 0;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .food_update {
    margin: 20px auto 0;
  }
}

.food_update h3 {
  color: #A76F05;
  text-align: center;
  font-size: 30px;
  font-weight: 800;
  margin: 30px auto;
}

@media screen and (max-width: 480px) {
  .food_update h3 {
    font-size: 19px;
  }
}

.food_update h3 .attention {
  display: inline-block;
  padding: 10px;
  margin: 20px;
  background-color: #d13738;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 10px;
  font-size: 24px;
}

@media screen and (max-width: 480px) {
  .food_update h3 .attention {
    font-size: 18px;
  }
}

.food_update p {
  color: #554C4A;
  font-size: 17px;
  line-height: 40px;
}

@media screen and (max-width: 480px) {
  .food_update p {
    font-size: 13.5px;
    line-height: 1.7em;
  }
}

.food_update .important {
  color: #9F7126;
  font-size: 23px;
  line-height: 45px;
  font-weight: 700;
  margin: 20px auto;
}

@media screen and (max-width: 480px) {
  .food_update .important {
    font-size: 18px;
    line-height: 1.7em;
    margin: 10px auto;
  }
}

.food_update .small {
  font-size: 14px;
  color: #554C4A;
  text-align: left;
  line-height: 1.7em;
  display: inline-block;
  width: 96%;
  margin: 10px auto;
}

@media screen and (max-width: 480px) {
  .food_update .small {
    font-size: 11px;
    margin: 0 auto;
  }
}

.food_update .food_img {
  width: 100%;
}

@media screen and (max-width: 480px) {
  .food_update .food_img {
    width: 90%;
    margin: 0 auto;
  }
}

.food_update .food_img img {
  width: 100%;
  margin: 40px auto;
}

@media screen and (max-width: 480px) {
  .food_update .food_img img {
    margin: 20px auto;
  }
}

.food_update a.btn_food {
  display: block;
  width: 80%;
  max-width: 600px;
  padding: 30px;
  margin: 30px auto;
  background-color: #d13738;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 50px;
  font-size: 24px;
  text-decoration: none;
}

@media screen and (max-width: 480px) {
  .food_update a.btn_food {
    width: 70%;
    font-size: 18px;
    margin: 20px auto;
  }
}
/*# sourceMappingURL=style.css.map */