@charset "UTF-8";

@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&display=swap");
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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  color: #222;
  line-height: 1;
  -webkit-text-size-adjust: none;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

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

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

*:before *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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%;
  color: #39c;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  border: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(100, 100, 100, 0.5);
}

a:focus {
  outline: none;
}

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

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  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;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

ul {
  list-style: none;
}

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

.is-pc {
  display: block !important;
}
@media (max-width: 750px) {
  .is-pc {
    display: none !important;
  }
}

.is-tab {
  display: none !important;
}
@media (max-width: 821px) {
  .is-tab {
    display: block !important;
  }
}

.is-family {
  display: block !important;
}
@media (max-width: 821px) {
  .is-family {
    display: none !important;
  }
}

.is-sp {
  display: none !important;
}
@media (max-width: 750px) {
  .is-sp {
    display: block !important;
  }
}

br.is-pc {
  display: block;
}
@media (max-width: 750px) {
  br.is-pc {
    display: none;
  }
}
br.is-sp {
  display: none;
}
@media (max-width: 750px) {
  br.is-sp {
    display: block;
  }
}

main,
#specification {
  font-family: "YuGothic", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳＰゴシック", sans-serif;
}

main {
  letter-spacing: 0.09em;
}

#specification h2,
#specification h3,
#specification h4 {
  font-weight: bold;
}

.has-text-align-center {
  font-size: 30px;
  margin-top: 170px;
  font-weight: bold;
}
@media (max-width: 750px) {
  .has-text-align-center {
    font-size: 20px;
    margin-top: 94px;
  }
}

.specifications-overview .product-item-list .product-item .product-number {
  font-weight: bold;
}

#purchase-buttons {
  font-size: 30px;
}

.purchase-buttons .purchase-buttons-wrapper > div .text-d2c span {
  font-weight: bold;
}

.purchase-buttons .purchase-buttons-wrapper > div .text-d2c .text-tax-included {
  font-family: "Noto Sans JP", sans-serif;
}

.various-conductor ul li a {
  color: #333;
  border-bottom: 1px solid #333;
  font-size: 16px;
  display: inline-block;
  line-height: 27px;
}

.nav {
  font-family: "Noto Sans JP", sans-serif;
  height: 72px;
}
@media (max-width: 821px) {
  .nav {
    height: 50px;
  }
}
.nav_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 821px) {
  .nav_flex {
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    overflow-y: hidden;
    overflow-x: scroll;
  }
}
.nav_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 821px) {
  .nav_menu {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none;
  }
}
.nav_menu li {
  margin-right: 50px;
}
@media (max-width: 821px) {
  .nav_menu li {
    font-size: 3.4666666667vw;
    font-weight: 500;
    white-space: nowrap;
  }
}
.nav_menu li a {
  color: #333;
  -webkit-transition: 0.4s opacity ease;
  -o-transition: 0.4s opacity ease;
  transition: 0.4s opacity ease;
}
.nav_menu li a:hover {
  opacity: 0.8;
}
@media (max-width: 821px) {
  .nav_menu li a {
    font-size: 18px;
  }
}
.nav_button {
  padding: 10px 56px;
  font-size: 18px;
  background-color: #5C5C5C;
  color: #fff;
  -webkit-transition: 0.4s opacity ease;
  -o-transition: 0.4s opacity ease;
  transition: 0.4s opacity ease;
}
@media (max-width: 821px) {
  .nav_button {
    margin-left: 6.6666666667vw;
    padding: 6px 28px;
    border-radius: 0;
    background-color: #5C5C5C;
    color: #fff;
    font-size: 18px;
    white-space: nowrap;
  }
}
.nav_button:hover {
  opacity: 0.8;
  color: #fff;
}

.cooker_title {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.07em;
}
@media (max-width: 750px) {
  .cooker_title {
    font-size: 24px;
    line-height: 38px;
  }
}
.cooker_title span {
  font-family: "Montserrat", sans-serif;
  display: block;
  font-size: 14px;
  position: relative;
  letter-spacing: 0.09em;
  font-weight: 400;
}
@media (max-width: 750px) {
  .cooker_title span {
    font-size: 12px;
  }
}
.cooker_title span::before {
  position: absolute;
  content: "";
  bottom: 13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 15px;
  height: 1px;
  background-color: #333;
}
@media (max-width: 750px) {
  .cooker_title span::before {
    bottom: 4px;
    width: 12px;
  }
}
.cooker_title span.title {
  font-weight: bold;
  display: inline-block;
  font-size: 40px;
  margin-top: 4px;
  font-family: "YuGothic", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳＰゴシック", sans-serif;
}
@media (max-width: 750px) {
  .cooker_title span.title {
    font-size: 24px;
  }
}
.cooker_title span.title::before {
  content: none;
}
.cooker_title span.and {
  display: inline;
}
.cooker_title span.and::before {
  content: none;
}
.cooker_banner {
  margin-top: 130px;
}
.cooker_banner.menu {
  margin-top: 98px;
}
@media (max-width: 750px) {
  .cooker_banner.menu {
    margin-top: 55px;
  }
}
.cooker_banner.care {
  margin-top: 72px;
}
@media (max-width: 750px) {
  .cooker_banner.care {
    margin-top: 36px;
  }
}
.cooker_banner.time {
  margin-top: 120px;
}
@media (max-width: 750px) {
  .cooker_banner.time {
    margin-top: 56px;
  }
}

.kv_content iframe {
  width: 100%;
  height: 670px;
}
@media (max-width: 750px) {
  .kv_content iframe {
    height: 500px;
  }
}

.head {
  margin-top: 57px;
}
@media (max-width: 750px) {
  .head {
    margin-top: 68px;
  }
}
.head_title {
  text-align: center;
  letter-spacing: 0;
}
.head_title h2 {
  font-size: 30px;
  font-weight: bold;
}
@media (max-width: 750px) {
  .head_title h2 {
    font-size: 18px;
  }
}
.head_title .label {
  display: inline-block;
  background-color: #000;
  color: #fff;
  border: 1px solid #fff;
  padding: 6px;
  margin: 6px 0;
}
.head_title p.date {
  font-size: 18px;
  margin-top: 6px;
}
@media (max-width: 750px) {
  .head_title p.date {
    font-size: 13px;
  }
}
.head_title p.desc {
  font-size: 18px;
  font-weight: bold;
  margin-top: 7px;
}
@media (max-width: 750px) {
  .head_title p.desc {
    font-size: 13px;
    margin-top: 10px;
  }
}
.head_title p.open {
  font-size: 16px;
  margin-top: 16px;
}
@media (max-width: 750px) {
  .head_title p.open {
    font-size: 13px;
    text-align: left;
    width: 226px;
    margin: 19px auto 0;
  }
}
.head_title ul {
  margin-top: 27px;
}
@media (max-width: 750px) {
  .head_title ul {
    text-align: left;
    width: 226px;
    margin: 14px auto 0;
  }
}
.head_title ul li {
  position: relative;
  display: inline-block;
}
.head_title ul li:last-child {
  margin-top: 12px;
}
.head_title ul li a {
  color: #333;
  border-bottom: 1px solid #333;
  font-size: 16px;
  display: inline-block;
  line-height: 27px;
}
@media (max-width: 750px) {
  .head_title ul li a {
    font-size: 13px;
  }
}
.head_title ul li a::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 20px;
  left: -30px;
  top: 12px;
  background: url(/contents/product/multi-cooker/cok-a/img/ico_q.svg);
  background-size: contain;
}
@media (max-width: 750px) {
  .head_title ul li a::before {
    width: 14px;
    height: 15px;
    left: -16px;
    top: 6px;
  }
}
.head_title ul li a.description::before {
  width: 14px;
  height: 20px;
  background: url(/contents/product/multi-cooker/cok-a/img/ico_setsumei.svg);
  background-size: contain;
}
@media (max-width: 750px) {
  .head_title ul li a.description::before {
    width: 11px;
    height: 16px;
  }
}
.head_movie {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 116px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 821px) {
  .head_movie {
    display: block;
    margin-top: 54px;
  }
}
.head_movie h3 {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 750px) {
  .head_movie h3 {
    font-size: 14px;
    line-height: 30px;
  }
}
.head_movie iframe {
  width: 100%;
  height: 374px;
}
@media (max-width: 821px) {
  .head_movie iframe {
    width: 100%;
    height: 250px;
  }
}
@media (max-width: 750px) {
  .head_movie iframe {
    width: 100%;
    height: 181px;
    margin-top: 10px;
  }
}
.head_movie iframe:first-child {
  margin-right: 100px;
}
@media (max-width: 821px) {
  .head_movie iframe:first-child {
    margin-right: 30px;
  }
}
@media (max-width: 750px) {
  .head_movie iframe:first-child {
    margin-right: 0;
  }
}
.head_movie_content {
  width: 100%;
  aspect-ratio: 16/9;
}
@media (max-width: 821px) {
  .head_movie_content {
    width: 100%;
    height: 250px;
  }
}
.head_movie_content:first-child {
  margin-right: 100px;
}
@media (max-width: 821px) {
  .head_movie_content:first-child {
    margin-right: 30px;
  }
}
@media (max-width: 821px) {
  .head_movie_content {
    margin-top: 84px;
  }
}
@media (max-width: 750px) {
  .head_movie_content {
    margin-top: 34px;
  }
}

.feature {
  margin-top: 134px;
  position: relative;
}
@media (max-width: 750px) {
  .feature {
    margin-top: 63px;
  }
}
.feature_banner {
  position: relative;
  max-width: 1600px;
  margin: 200px auto 0;
}
@media (max-width: 750px) {
  .feature_banner {
    margin-top: 60px;
  }
}
.feature_banner p {
  position: absolute;
  top: 227px;
  left: 110px;
  font-size: 30px;
  font-weight: bold;
  line-height: 84px;
  color: #fff;
  letter-spacing: 0.14em;
  text-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1500px) {
  .feature_banner p {
    top: 187px;
  }
}
@media (max-width: 1300px) {
  .feature_banner p {
    top: 157px;
    left: 90px;
  }
}
@media (max-width: 1200px) {
  .feature_banner p {
    font-size: 24px;
    line-height: 60px;
  }
}
@media (max-width: 1000px) {
  .feature_banner p {
    font-size: 20px;
    top: 107px;
    left: 70px;
  }
}
@media (max-width: 820px) {
  .feature_banner p {
    font-size: 16px;
    line-height: 50px;
  }
}
@media (max-width: 750px) {
  .feature_banner p {
    top: 14%;
    left: 10%;
    line-height: 30px;
    letter-spacing: 0.12em;
    font-size: 14px;
  }
}
.feature::before {
  position: absolute;
  content: "";
  background-color: #F7F7F7;
  right: 0;
  top: 180px;
  width: calc((100% - 480px) / 2 + 710px);
  height: 650px;
  z-index: -2;
}
@media (max-width: 750px) {
  .feature::before {
    width: calc((100% - 112px) / 2 + 140px);
    top: 140px;
    height: 770px;
  }
}
.feature_content {
  max-width: 1400px;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .feature_content {
    padding: 0 min(8vw, 60px);
  }
}
@media (max-width: 750px) {
  .feature_content {
    padding: 0 48px;
  }
}
.feature_content h3 {
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 120px;
}
@media (max-width: 750px) {
  .feature_content h3 {
    font-size: 17px;
    margin-top: 22px;
    line-height: 40px;
  }
}
.feature_content h3 span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(97%, transparent), color-stop(0%, #BB051D));
  background: -webkit-linear-gradient(transparent 97%, #BB051D 0%);
  background: -o-linear-gradient(transparent 97%, #BB051D 0%);
  background: linear-gradient(transparent 97%, #BB051D 0%);
  display: inline;
  padding-bottom: 7px;
}
.feature_content h3 span.large {
  font-size: 40px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  background: none;
}
@media (max-width: 750px) {
  .feature_content h3 span.large {
    font-size: 23px;
  }
}
.feature_text {
  font-weight: bold;
  font-size: 25px;
  text-align: center;
}
.feature_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin-top: 66px;
}
@media (max-width: 750px) {
  .feature_list {
    display: block;
    margin-top: 38px;
  }
}
.feature_list li {
  position: relative;
  max-width: 440px;
  width: 32%;
}
@media (max-width: 750px) {
  .feature_list li {
    width: 100%;
    margin-top: 42px;
  }
}
@media (max-width: 750px) {
  .feature_list li:first-child {
    margin-top: 0;
  }
}
.feature_list li img {
  max-width: 440px;
}
.feature_list li .flow {
  position: relative;
  margin-top: 31px;
  padding-left: 30px;
  font-size: 15px;
  line-height: 24px;
  font-weight: bold;
}
@media (max-width: 750px) {
  .feature_list li .flow {
    margin-top: 20px;
    padding-left: 25px;
  }
}
.feature_list li .flow::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 1px;
  background-color: #333;
  top: 11px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
@media (max-width: 750px) {
  .feature_list li .flow::before {
    width: 15px;
  }
}
.feature_list li .flow span {
  font-size: 13px;
  display: inline-block;
  font-weight: 500;
  padding-left: 1.1em;
  text-indent: -1.1em;
}
@media (max-width: 1345px) {
  .feature_list li .flow span {
    line-height: 20px;
  }
}
@media (max-width: 750px) {
  .feature_list li .flow span {
    margin-top: 10px;
    padding-left: 1em;
    text-indent: -1em;
  }
}
.feature_pic {
  position: relative;
}
.feature_pic .num {
  position: absolute;
  bottom: -20px;
  left: 29px;
  font-size: 40px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .feature_pic .num {
    bottom: -30px;
    font-size: 30px;
  }
}
@media (max-width: 750px) {
  .feature_pic .num {
    font-size: 26px;
    bottom: -12px;
    left: 27px;
  }
}

.menu {
  margin-top: 110px;
}
@media (max-width: 750px) {
  .menu {
    margin-top: 52px;
  }
}
.menu_banner {
  position: relative;
}
.menu_banner p {
  position: absolute;
  top: 36%;
  left: 10%;
  font-size: 30px;
  font-weight: bold;
  line-height: 84px;
  color: #fff;
  letter-spacing: 0.14em;
  text-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1600px) {
  .menu_banner p {
    left: 4%;
    top: 26%;
  }
}
@media (max-width: 1400px) {
  .menu_banner p {
    font-size: 25px;
  }
}
@media (max-width: 1150px) {
  .menu_banner p {
    font-size: 20px;
    line-height: 60px;
    top: 26%;
  }
}
@media (max-width: 1000px) {
  .menu_banner p {
    font-size: 18px;
  }
}
@media (max-width: 820px) {
  .menu_banner p {
    font-size: 16px;
    line-height: 50px;
  }
}
@media (max-width: 750px) {
  .menu_banner p {
    top: 7%;
    left: 4%;
    line-height: 45px;
    letter-spacing: 0.14em;
    font-size: 16px;
  }
}
.menu_banner p span {
  display: inline-block;
  font-size: 58px;
  margin-top: 18px;
  letter-spacing: 0.14em;
}
@media (max-width: 1400px) {
  .menu_banner p span {
    font-size: 48px;
  }
}
@media (max-width: 1150px) {
  .menu_banner p span {
    font-size: 38px;
  }
}
@media (max-width: 1000px) {
  .menu_banner p span {
    font-size: 34px;
  }
}
@media (max-width: 820px) {
  .menu_banner p span {
    font-size: 30px;
  }
}
@media (max-width: 750px) {
  .menu_banner p span {
    font-size: 24px;
    margin-top: 2px;
  }
}
.menu_title span {
  font-weight: bold;
  border-bottom: 2px solid #333;
  font-size: 25px;
  display: inline-block;
  line-height: 55px;
  font-family: "YuGothic", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳＰゴシック", sans-serif;
}
@media (max-width: 750px) {
  .menu_title span {
    font-size: 17px;
    line-height: 45px;
  }
}
.menu_title span::before {
  content: none;
}
.menu_all {
  max-width: 1400px;
  margin-top: 40px;
  padding: 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 750px) {
  .menu_all {
    margin-top: 0;
  }
}
.menu_all figure {
  width: calc(17% - 5px) !important;
}
@media (max-width: 1100px) {
  .menu_all figure {
    width: calc(19% - 20px) !important;
  }
}
@media (max-width: 821px) {
  .menu_all figure {
    width: calc(18% - 5px) !important;
  }
}
@media (max-width: 750px) {
  .menu_all figure {
    width: calc(48% - 10px) !important;
    margin-top: 27px !important;
  }
}
.menu_all figure:nth-of-type(n+6) {
  margin-top: 42px !important;
}
@media (max-width: 750px) {
  .menu_all figure:nth-of-type(n+6) {
    margin-top: 27px !important;
  }
}
.menu_all figure h3 {
  height: 34px;
  font-size: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #333;
}
@media (max-width: 750px) {
  .menu_all figure h3 {
    height: 27px;
  }
}
.menu_all figure h3 span {
  width: 34px;
  height: 34px;
  font-size: 20px;
  color: #fff;
  background-color: #333;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 14px;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 750px) {
  .menu_all figure h3 span {
    font-size: 16px;
    width: 27px;
    height: 27px;
  }
}
.menu_all figure img {
  height: 152px;
  max-width: 232px;
  margin-top: 10px;
}
@media (max-width: 750px) {
  .menu_all figure img {
    margin-top: 8px;
  }
}
.menu_select {
  text-align: center;
  margin-top: 45px;
}
@media (max-width: 750px) {
  .menu_select {
    margin-top: 30px;
  }
}
.menu_select span {
  font-weight: bold;
  font-size: 20px;
  display: inline-block;
  border-bottom: 1px solid #BB051D;
  line-height: 31px;
}
@media (max-width: 750px) {
  .menu_select span {
    font-size: 16px;
  }
}
.menu_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.menu_list h3 {
  height: 34px;
  font-size: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #333;
}
.menu_list h3 span {
  width: 34px;
  height: 34px;
  font-size: 20px;
  color: #fff;
  background-color: #333;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 14px;
}
.menu_list li {
  margin-top: 52px;
  max-width: 232px;
}
.menu_list li img {
  max-width: 232px;
  margin-top: 10px;
}
.menu_list li:nth-child(5n) {
  margin-right: 0;
}
.menu_mode {
  max-width: 1280px;
  margin: 0 auto;
}
.menu_mode h3 {
  text-align: center;
  margin-top: 85px;
}
@media (max-width: 750px) {
  .menu_mode h3 {
    margin-top: 54px;
  }
}
.menu_mode h3 span {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #BB051D;
  padding-bottom: 8px;
}
@media (max-width: 750px) {
  .menu_mode h3 span {
    font-size: 16px;
    padding-bottom: 5px;
  }
}
.menu_mode ul {
  border: 1px solid #C1C1C1;
  padding: 40px 60px;
  margin-top: 36px;
}
@media (max-width: 750px) {
  .menu_mode ul {
    padding: 30px 20px;
    margin-top: 24px;
  }
}
.menu_mode ul li h4 {
  position: relative;
  padding-left: 16px;
}
@media (max-width: 750px) {
  .menu_mode ul li h4 {
    font-size: 15px;
  }
}
.menu_mode ul li h4::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #333;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  border-radius: 50%;
}
.menu_mode ul li p {
  font-size: 15px;
  line-height: 30px;
  font-weight: bold;
}
@media (max-width: 750px) {
  .menu_mode ul li p {
    line-height: 24px;
    font-size: 14px;
    margin-top: 4px;
  }
}
.menu_mode ul li:nth-child(2) {
  margin-top: 30px;
}
.menu_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 114px;
}
@media (max-width: 750px) {
  .menu_flex {
    display: block;
    margin-top: 64px;
  }
}
.menu_flex:nth-child(2) {
  margin-top: 126px;
}
@media (max-width: 750px) {
  .menu_flex:nth-child(2) {
    margin-top: 50px;
  }
}
@media (max-width: 750px) {
  .menu_flex:nth-child(3) {
    margin-top: 56px;
  }
}
.menu_text h3 {
  font-size: 25px;
  font-weight: bold;
  border-left: 3px solid #BB051D;
  padding-left: 18px;
  letter-spacing: 0.1em;
  line-height: 44px;
}
@media (max-width: 750px) {
  .menu_text h3 {
    font-size: 18px;
    line-height: 33px;
  }
}
.menu_text p {
  font-size: 15px;
}
.menu_item {
  max-width: 650px;
}
@media (max-width: 750px) {
  .menu_item {
    margin-top: 30px;
  }
}
.menu_item:first-child {
  margin-right: 100px;
}
@media (max-width: 750px) {
  .menu_item:first-child {
    margin-right: 0;
    margin-top: 43px;
  }
}
.menu_item p {
  font-size: 15px;
  margin-top: 18px;
  font-weight: bold;
}
@media (max-width: 750px) {
  .menu_item p {
    font-size: 14px;
    margin-top: 27px;
    line-height: 30px;
  }
}
@media (max-width: 750px) {
  .menu_item.short {
    width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 750px) {
  .menu_item.short:last-child {
    margin-top: 40px;
  }
}
.menu_graph {
  max-width: 750px;
  margin-right: 110px;
}
@media (max-width: 750px) {
  .menu_graph {
    margin-right: 0;
  }
}
.menu_head {
  max-width: 540px;
}
@media (max-width: 750px) {
  .menu_head {
    margin-top: 45px;
  }
}
.menu_head h3 {
  font-size: 25px;
  font-weight: bold;
  border-left: 3px solid #BB051D;
  line-height: 1;
  padding-left: 17px;
  letter-spacing: 0.08em;
  line-height: 44px;
}
@media (max-width: 750px) {
  .menu_head h3 {
    font-size: 18px;
    line-height: 33px;
  }
}
.menu_head ul {
  margin-top: 30px;
}
@media (max-width: 750px) {
  .menu_head ul {
    margin-top: 20px;
  }
}
.menu_head ul li {
  margin-top: 0;
  font-size: 15px;
  font-weight: bold;
}
@media (max-width: 750px) {
  .menu_head ul li {
    margin-top: 6px;
  }
}
.menu_head_text {
  margin-top: 40px;
  font-size: 15px;
  font-weight: bold;
}
@media (max-width: 750px) {
  .menu_head_text {
    margin-top: 32px;
    line-height: 30px;
  }
}
.menu_head_note {
  margin-top: 14px;
  font-size: 13px;
  line-height: 34px;
  padding-left: 1.4em;
  text-indent: -1.4em;
}
@media (max-width: 750px) {
  .menu_head_note {
    line-height: 22px;
    padding-left: 1.6em;
    text-indent: -1.6em;
  }
}
.menu_button {
  max-width: 346px;
  margin: 68px auto 0;
}
@media (max-width: 750px) {
  .menu_button {
    max-width: 275px;
  }
}
.menu_button a {
  outline: 1px solid #333;
  color: #333;
  font-size: 16px;
  padding: 20px 0;
  max-width: 346px;
  width: 100%;
  text-align: center;
  position: relative;
  display: inline-block;
  font-weight: bold;
}
@media (max-width: 750px) {
  .menu_button a {
    font-size: 14px;
    padding: 15px 0;
  }
}
.menu_button a::after {
  content: "";
  width: 9px;
  height: 9px;
  border: 0;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  position: absolute;
  top: 49%;
  right: 20px;
  margin-top: -4px;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media (max-width: 750px) {
  .menu_button a::after {
    width: 6px;
    height: 6px;
    right: 15px;
  }
}
.menu_button a:hover {
  outline: 2px solid #333;
}
@media (max-width: 750px) {
  .menu_short {
    margin-top: 8px !important;
  }
}
.menu_note {
  font-size: 13px !important;
  margin-top: 6px !important;
}
@media (max-width: 750px) {
  .menu_note {
    font-size: 12px;
  }
}
.menu_add {
  margin-top: 114px;
}
@media (max-width: 750px) {
  .menu_add {
    margin-top: 45px;
  }
}
.menu_add h3 {
  font-size: 25px;
  font-weight: bold;
  border-left: 3px solid #BB051D;
  line-height: 1;
  padding-left: 17px;
  letter-spacing: 0.08em;
  line-height: 44px;
}
@media (max-width: 750px) {
  .menu_add h3 {
    font-size: 18px;
    line-height: 33px;
  }
}
.menu_add p {
  margin-top: 18px;
  font-size: 15px;
  font-weight: bold;
}
@media (max-width: 750px) {
  .menu_add p {
    font-size: 14px;
  }
}
.menu_add_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 750px) {
  .menu_add_flex {
    display: block;
  }
}
.menu_add_flex.food {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.menu_add_content {
  max-width: 650px;
  margin-top: 50px;
  margin-right: 100px;
  width: 49%;
}
@media (max-width: 821px) {
  .menu_add_content {
    margin-right: 56px;
  }
}
@media (max-width: 750px) {
  .menu_add_content {
    margin-right: 0;
    margin-top: 30px;
    width: 100%;
  }
}
.menu_add_content h4 {
  text-align: center;
  font-size: 18px;
  line-height: 30px;
}
@media (max-width: 750px) {
  .menu_add_content h4 {
    font-size: 16px;
  }
}
.menu_add_content img {
  margin-top: 10px;
  max-width: 650px;
}
.menu_add_content:last-child {
  margin-right: 0;
}
.menu_add_text {
  margin-top: 20px;
}
.menu_add_text h5 {
  margin-top: 10px;
  font-size: 13px;
}
.menu_add_text p {
  font-size: 13px;
  margin-top: 8px;
  line-height: 30px;
  margin-bottom: 30px;
  font-weight: 400;
}
@media (max-width: 750px) {
  .menu_add_text p {
    font-size: 12px;
    line-height: 24px;
  }
}
.menu_add_text.short {
  margin-top: 27px;
}
.menu_add_food {
  margin-top: 60px;
  margin-right: 100px;
  max-width: 650px;
  width: 49%;
}
@media (max-width: 821px) {
  .menu_add_food {
    margin-right: 56px;
  }
}
@media (max-width: 750px) {
  .menu_add_food {
    margin-right: 0;
    margin-top: 30px;
    width: 100%;
  }
}
.menu_add_food h4 {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  background-color: #E8465A;
  color: #fff;
  padding: 6px 12px;
  line-height: 30px;
}
@media (max-width: 750px) {
  .menu_add_food h4 {
    font-size: 16px;
  }
}
.menu_add_food img {
  margin: 30px auto 0;
  max-width: 400px !important;
}
.menu_add_food:last-child {
  margin-right: 0;
}
.menu_add_product {
  border: 2px solid #000;
  text-align: center;
  margin-top: 20px;
  padding: 6px;
}
.menu_add_product.long {
  margin-top: 43px;
}
.menu_add_note {
  font-size: 13px;
  margin-top: 6px;
}
@media (max-width: 750px) {
  .menu_add_note {
    font-size: 12px;
  }
}
.menu_add_rice {
  margin-top: 30px !important;
}

.recipe {
  margin-top: 118px;
}
@media (max-width: 750px) {
  .recipe {
    margin-top: 72px;
  }
}
.recipe h3 {
  font-weight: bold;
  font-size: 25px;
  margin-top: 46px;
}
@media (max-width: 750px) {
  .recipe h3 {
    font-size: 17px;
    margin-top: 30px;
  }
}
.recipe h3 sup {
  font-size: 16px;
}
@media (max-width: 750px) {
  .recipe h3 sup {
    font-size: 11px;
  }
}
.recipe p {
  font-weight: bold;
  font-size: 20px;
  margin-top: 20px;
}
@media (max-width: 750px) {
  .recipe p {
    font-size: 15px;
    line-height: 30px;
    margin-top: 24px;
  }
}
.recipe_note {
  text-align: center;
  font-size: 13px !important;
  font-weight: 500 !important;
}
@media (max-width: 750px) {
  .recipe_note {
    text-align: left;
    font-size: 12px !important;
    padding-left: 1.1em;
    text-indent: -1.1em;
    width: 90%;
    margin: 0 auto;
    margin-top: 21px !important;
    line-height: 22px !important;
  }
}
.recipe_book {
  text-align: center;
  margin-top: 80px;
}
@media (max-width: 750px) {
  .recipe_book {
    margin-top: 34px;
  }
}
.recipe_book h4 {
  font-weight: bold;
  font-size: 19px;
  position: relative;
  display: inline-block;
  line-height: 32px;
}
@media (max-width: 750px) {
  .recipe_book h4 {
    font-size: 13px;
    line-height: 23px;
  }
}
.recipe_book h4::before, .recipe_book h4::after {
  position: absolute;
  content: "";
  bottom: 24px;
  width: 44px;
  height: 1px;
  background-color: #333;
}
@media (max-width: 750px) {
  .recipe_book h4::before, .recipe_book h4::after {
    width: 29px;
    bottom: 19px;
  }
}
.recipe_book h4::before {
  left: -55px;
  -webkit-transform: rotate(70deg);
      -ms-transform: rotate(70deg);
          transform: rotate(70deg);
}
@media (max-width: 750px) {
  .recipe_book h4::before {
    left: -34px;
  }
}
.recipe_book h4::after {
  right: -55px;
  -webkit-transform: rotate(110deg);
      -ms-transform: rotate(110deg);
          transform: rotate(110deg);
}
@media (max-width: 750px) {
  .recipe_book h4::after {
    right: -29px;
  }
}
.recipe_book h4 span {
  font-size: 15px;
  display: block;
}
@media (max-width: 750px) {
  .recipe_book h4 span {
    font-size: 10px;
  }
}
.recipe_book img {
  width: 800px;
  margin: 70px auto 0;
}
@media (max-width: 750px) {
  .recipe_book img {
    margin-top: 51px;
  }
}
.recipe .original {
  margin-top: 90px;
}
@media (max-width: 750px) {
  .recipe .original {
    margin-top: 64px;
  }
}
.recipe .original h3 {
  text-align: center;
  margin-top: 10px;
}
.recipe .original h3 span {
  font-size: 25px;
  font-weight: bold;
  display: inline-block;
  border-bottom: 2px solid #333;
}
@media (max-width: 750px) {
  .recipe .original h3 span {
    font-size: 17px;
    line-height: 45px;
  }
}
.recipe .original p {
  margin-top: 30px;
}
.recipe .original_logo {
  width: 340px;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .recipe .original_logo {
    width: 80%;
  }
}
.recipe .original_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
}
@media (max-width: 750px) {
  .recipe .original_flex {
    display: block;
    margin-top: 36px;
  }
}
.recipe .original_item {
  max-width: 1400px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (max-width: 868px) {
  .recipe .original_item {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
}
@media (max-width: 750px) {
  .recipe .original_item {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.recipe .original_item li {
  width: 24%;
  max-width: 342px;
  overflow: hidden;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media (max-width: 868px) {
  .recipe .original_item li {
    width: 23%;
  }
}
@media (max-width: 750px) {
  .recipe .original_item li {
    width: 48.5%;
    margin-right: 7px;
    margin-bottom: 7px;
  }
}
.recipe .original_item li img {
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.recipe .original_item li:hover img {
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.recipe .original_item li:nth-child(4n) {
  margin-right: 0;
}
@media (max-width: 750px) {
  .recipe .original_item li:nth-child(2n) {
    margin-right: 0;
  }
}
.recipe .original_item h4 {
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 750px) {
  .recipe .original_item h4 {
    font-size: 15px;
  }
}
@media (max-width: 750px) {
  .recipe .original_item:nth-child(2) {
    margin-top: 30px;
  }
}
.recipe .original_pic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 30px;
}
@media (max-width: 750px) {
  .recipe .original_pic {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 16px;
  }
}
.recipe .original_pic img {
  width: 50%;
  max-width: 330px;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media (max-width: 1480px) {
  .recipe .original_pic img {
    width: 48%;
  }
}
@media (max-width: 1025px) {
  .recipe .original_pic img {
    width: 46%;
    max-height: 200px;
  }
}
@media (max-width: 821px) {
  .recipe .original_pic img {
    width: 46%;
    max-height: 150px;
  }
}
@media (max-width: 750px) {
  .recipe .original_pic img {
    width: 48%;
    max-height: 100%;
  }
}
.recipe .original_pic img:nth-child(2n) {
  margin-right: 0;
}
.qr_recipe_wrap{
  position: relative;
  max-width: 800px;
  margin: auto;
  padding-right: 35px;
}
.qr_recipe{
  position: absolute;
  width: 176px;
  top: -72px;
  right: -105px;
}
@media (max-width: 1025px) {
  .qr_recipe{
    width: calc( 176 / 1025 * 100vw);
  }
  .qr_recipe{
    right: calc( -50 / 1025 * 100vw);
  }
}
@media (max-width: 750px) {
  .qr_recipe_wrap{
    padding-right: 0;
  }
  .qr_recipe{
    width: 124px;
  }
  .qr_recipe{
    top: -88px;
    right: 5px;
  }
}
.time_banner {
  position: relative;
}
.time_banner p {
  position: absolute;
  top: 29%;
  left: 64%;
  font-size: 56px;
  font-weight: bold;
  line-height: 80px;
  color: #fff;
  letter-spacing: 0.07em;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1820px) {
  .time_banner p {
    left: 64%;
    top: 25%;
    font-size: 45px;
  }
}
@media (max-width: 1600px) {
  .time_banner p {
    left: 64%;
    font-size: 36px;
    top: 27%;
    line-height: 60px;
  }
}
@media (max-width: 1200px) {
  .time_banner p {
    left: 65%;
    font-size: 30px;
    top: 26%;
    line-height: 48px;
    font-size: 25px;
  }
}
@media (max-width: 960px) {
  .time_banner p {
    font-size: 18px;
    line-height: 30px;
    left: 66%;
    top: 29%;
  }
}
@media (max-width: 820px) {
  .time_banner p {
    left: 63%;
  }
}
@media (max-width: 750px) {
  .time_banner p {
    top: 6%;
    left: 0;
    left: 13%;
    line-height: 45px;
    letter-spacing: 0.05em;
    font-size: 24px;
  }
}
.time_banner p span {
  display: block;
  font-size: 30px;
  margin-top: 18px;
  letter-spacing: 0.14em;
}
@media (max-width: 1600px) {
  .time_banner p span {
    font-size: 20px;
  }
}
@media (max-width: 960px) {
  .time_banner p span {
    font-size: 16px;
  }
}
@media (max-width: 750px) {
  .time_banner p span {
    font-size: 16px;
    margin-top: 2px;
  }
}
.time h2 {
  font-size: 25px;
  font-weight: bold;
  margin-top: 130px;
  line-height: 44px;
  border-left: 3px solid #BB051D;
  padding-left: 18px;
  position: relative;
}
@media (max-width: 750px) {
  .time h2 {
    line-height: 35px;
    font-size: 18px;
    margin-top: 55px;
    line-height: 33px;
  }
}
.time_note {
  font-size: 13px;
  margin-top: 25px;
}
@media (max-width: 750px) {
  .time_note {
    margin-top: 13px;
  }
}
.time_text {
  font-size: 15px;
  margin-top: 28px;
  font-weight: bold;
}
@media (max-width: 750px) {
  .time_text {
    line-height: 30px;
  }
}
.time_graph {
  max-width: 1280px !important;
  margin: 57px auto 0;
}
@media (max-width: 750px) {
  .time_graph {
    margin-top: 27px;
  }
}
.time_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1280px;
  margin: 50px auto 0;
}
@media (max-width: 750px) {
  .time_flex {
    display: block;
    margin-top: 26px;
  }
}
@media (max-width: 750px) {
  .time_item {
    margin-top: 43px;
  }
}
.time_item:first-child {
  margin-right: 140px;
}
@media (max-width: 750px) {
  .time_item:first-child {
    margin-right: 0;
    margin-top: 0;
  }
}
@media (max-width: 750px) {
  .time_item:last-child {
    margin-top: 32px;
  }
}
.time_item_parts {
  max-width: 570px !important;
  margin-top: 10px;
}
@media (max-width: 750px) {
  .time_item_parts {
    margin-top: 12px;
  }
}
.time_item_parts.family {
  margin-top: 0;
}
@media (max-width: 821px) {
  .time_item_parts.family {
    margin-top: 12px;
  }
}
.time_item h3 {
  font-weight: bold;
}
@media (max-width: 750px) {
  .time_item h3 {
    font-size: 16px;
  }
}
.time_item p {
  font-size: 13px;
  margin-top: 8px;
}
@media (max-width: 750px) {
  .time_item p {
    text-align: left !important;
    margin-top: 15px;
  }
}
.time_family {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 70px;
}
@media (max-width: 821px) {
  .time_family {
    display: block;
  }
}
.time_family h3 {
  font-size: 25px;
  font-weight: bold;
  border-left: 3px solid #BB051D;
  padding-left: 18px;
}
@media (max-width: 750px) {
  .time_family h3 {
    font-size: 18px;
    line-height: 33px;
  }
}
.time_family img {
  max-width: 750px !important;
  max-height: 500px !important;
  width: 53%;
}
@media (max-width: 821px) {
  .time_family img {
    width: 100%;
  }
}
.time_family_head {
  margin-left: 110px;
  max-width: 520px;
  width: 37%;
}
@media (max-width: 821px) {
  .time_family_head {
    margin-left: 0;
    margin-top: 40px;
    width: 100%;
  }
}
.time_family_head h3 {
  font-size: 25px;
  font-weight: bold;
  border-left: 3px solid #BB051D;
  padding-left: 18px;
  line-height: 44px;
}
@media (max-width: 750px) {
  .time_family_head h3 {
    font-size: 18px;
    line-height: 33px;
  }
}
.time_family_text {
  margin-top: 28px;
  font-size: 15px;
  font-weight: bold;
}
@media (max-width: 750px) {
  .time_family_text {
    line-height: 30px;
  }
}
.time_family_text sup {
  font-size: 11px;
}
.time_family_note {
  font-size: 13px;
  margin-top: 18px;
  line-height: 32px;
}
.time_family_note li {
  padding-left: 3em;
  text-indent: -3em;
}
@media (max-width: 750px) {
  .time_family_note li {
    padding-left: 2.8em;
    text-indent: -2.8em;
  }
}

.care {
  margin-top: 134px;
}
@media (max-width: 750px) {
  .care {
    margin-top: 66px;
  }
}
.care_banner {
  position: relative;
}
.care_banner p {
  position: absolute;
  top: 9%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  line-height: 100px;
  color: #fff;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1440px) {
  .care_banner p {
    font-size: 26px;
    line-height: 80px;
  }
}
@media (max-width: 1000px) {
  .care_banner p {
    font-size: 22px;
    line-height: 50px;
  }
}
@media (max-width: 750px) {
  .care_banner p {
    top: 29%;
    line-height: 45px;
    letter-spacing: 0.05em;
    font-size: 24px;
  }
}
.care_banner p span {
  font-size: 58px;
  margin: 0 4px;
}
@media (max-width: 1000px) {
  .care_banner p span {
    font-size: 48px;
  }
}
.care ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 130px;
  width: 100%;
}
@media (max-width: 750px) {
  .care ul {
    margin-top: 62px;
  }
}
.care ul li {
  max-width: 630px;
  width: 48%;
}
@media (max-width: 1440px) {
  .care ul li {
    width: 46%;
  }
}
@media (max-width: 750px) {
  .care ul li {
    width: 100%;
  }
}
.care ul li h3 {
  font-weight: bold;
  font-size: 18px;
  border-left: 3px solid #BB051D;
  line-height: 28px;
  padding-left: 15px;
  line-height: 28px;
}
@media (max-width: 750px) {
  .care ul li h3 {
    font-size: 16px;
    line-height: 29px;
    padding-left: 10px;
  }
}
.care ul li img {
  max-width: 630px;
  margin-top: 37px;
  width: 100%;
}
@media (max-width: 750px) {
  .care ul li img {
    margin-top: 20px;
  }
}
.care ul li img.gif {
  max-width: 630px;
  max-height: 445px;
}
@media (max-width: 1440px) {
  .care ul li img.gif {
    max-height: 410px;
  }
}
@media (max-width: 750px) {
  .care ul li img.gif {
    width: 100%;
    height: 223px;
  }
}
.care ul li p {
  font-size: 15px;
  margin-top: 22px;
  line-height: 33px;
}
@media (max-width: 750px) {
  .care ul li p {
    font-size: 14px;
    margin-top: 17px;
    line-height: 27px;
  }
}
.care ul li p span {
  font-size: 13px;
  display: inline-block;
  padding-left: 1.1em;
  text-indent: -1.1em;
}
@media (max-width: 750px) {
  .care ul li p span {
    margin-top: 6px;
  }
}
.care ul li:nth-child(2n+3) {
  margin-top: -208px;
}
@media (max-width: 750px) {
  .care ul li:nth-child(2n+3) {
    margin-top: 42px;
  }
}
.care ul li:nth-child(2n) {
  margin-top: 120px;
}
@media (max-width: 750px) {
  .care ul li:nth-child(2n) {
    margin-top: 42px;
  }
}
.care ul li:nth-child(2) {
  margin-top: 322px;
}
@media (max-width: 750px) {
  .care ul li:nth-child(2) {
    margin-top: 42px;
  }
}

.gallery {
  margin-top: 134px;
}
@media (max-width: 750px) {
  .gallery {
    margin-top: 54px;
  }
}
.gallery_list {
  max-width: 1280px;
  padding: 0;
  margin: 80px auto 0;
}
@media (max-width: 750px) {
  .gallery_list {
    margin-top: 40px;
  }
}

.tab {
  display: none;
}
.tab h3 {
  font-size: 25px;
  letter-spacing: 0.1em;
  margin-top: 30px;
}
@media (max-width: 750px) {
  .tab h3 {
    margin-top: 6px;
    font-size: 20px;
  }
}
@media (max-width: 750px) {
  .tab p {
    margin-top: 14px;
  }
}
.tab_desc {
  font-size: 20px;
  height: 80px;
}
.tab-links {
  margin: 0;
  padding: 0;
  background-color: #fff;
  white-space: nowrap;
  overflow-y: hidden;
}
.tab-links li {
  margin: 0;
  list-style: none;
  display: inline-block;
  margin-right: 45px;
  padding-bottom: 10px;
}
@media (max-width: 750px) {
  .tab-links li {
    margin-right: 23px;
  }
}
.tab-links li a {
  color: rgba(0, 0, 20, 0.4);
  font-weight: bold;
}
@media (max-width: 750px) {
  .tab-links li a {
    font-size: 14px;
  }
}
.tab-links li.active {
  border-bottom: 3px solid #333;
}
.tab-links li.active a {
  color: #333;
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 750px) {
  .tab-links li.active a {
    font-size: 14px;
  }
}
.tab-content {
  padding: 30px 20px 138px;
  background-color: #F7F7F7;
}
@media (max-width: 750px) {
  .tab-content {
    padding-bottom: 45px;
    padding-left: 0;
    padding-right: 0;
  }
}
.tab_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 750px) {
  .tab_list {
    margin-top: 35px;
  }
}
.tab_pic {
  margin-right: 40px;
  max-width: 440px;
  max-height: 341px;
  width: 29%;
}
@media (max-width: 750px) {
  .tab_pic {
    margin-right: 0;
    width: 80%;
    margin: 0 auto;
  }
}
.tab_pic:last-child {
  margin-right: 0;
}
@media (max-width: 750px) {
  .tab_pic:last-child {
    margin-right: auto;
  }
}
.tab_pic p {
  font-size: 14px;
  background-color: #fff;
  padding: 6px 0 6px 25px;
  margin-top: 0;
  color: #333;
}
.tab_line {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 58px;
}
@media (max-width: 750px) {
  .tab_line {
    margin-top: 28px;
    max-width: 440px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.tab_line li {
  width: 11.11%;
  background-color: #C1C1C1;
  height: 2px;
}
.tab_line li a {
  width: 11.11%;
  background-color: #C1C1C1;
  height: 2px;
}
.tab_line li.active {
  background-color: #333;
}
.tab_button {
  max-width: 346px;
  margin: 68px auto 0;
}
@media (max-width: 750px) {
  .tab_button {
    margin-top: 50px;
    text-align: center;
  }
}
.tab_button a {
  outline: 1px solid #333;
  color: #333;
  font-size: 16px;
  padding: 20px 0;
  max-width: 346px;
  width: 100%;
  text-align: center;
  position: relative;
  display: inline-block;
  font-weight: bold;
}
@media (max-width: 750px) {
  .tab_button a {
    max-width: 273px;
    font-size: 14px;
    padding: 15px 0;
  }
}
.tab_button a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  display: block;
  background: #333;
  z-index: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tab_button a::after {
  content: "";
  width: 9px;
  height: 9px;
  border: 0;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tab_button a:hover {
  color: #fff;
}
.tab_button a:hover::before {
  width: 100%;
}
.tab_button a:hover::after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  z-index: 10;
}
.tab_button a span {
  position: relative;
  z-index: 10;
}

.tabs {
  margin-top: 120px;
}
@media (max-width: 750px) {
  .tabs {
    margin-top: 60px;
    overflow: hidden;
  }
}
.tabs .container {
  position: relative;
}
.tabs .container .tab_click {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  border-top: 1px solid #707070;
  border-left: 1px solid #707070;
  border-right: 1px solid rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  top: 65%;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 750px) {
  .tabs .container .tab_click {
    width: 26px;
    height: 26px;
    top: 70%;
    border-right: none;
    border-bottom: none;
  }
}
.tabs .container .tab_click.left {
  left: -40px;
  -webkit-transform: rotate(-45deg) translateY(-50%);
      -ms-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
}
@media (max-width: 750px) {
  .tabs .container .tab_click.left {
    left: 3px;
  }
}
.tabs .container .tab_click.right {
  right: -60px;
  -webkit-transform: rotate(-45deg) translateY(-50%);
      -ms-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  border-top: none;
  border-left: none;
  border-right: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media (max-width: 750px) {
  .tabs .container .tab_click.right {
    right: -12px;
  }
}

.tabbox {
  position: relative;
}

.tab.active {
  display: block;
}

.tab-links {
  border-top: 1px solid #D5D5D5;
  padding: 18px 0 0;
}

.tab-links .tab-links a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #444;
}

.tab-links a:hover {
  background-color: #f5f5f5;
}

.tab_content {
  display: none;
}

.tab_content.active {
  display: block;
}

.pswp--touch .pswp__button--arrow {
  visibility: visible !important;
}

.lang-en .feature_banner p {
  position: absolute;
  top: 28%;
  left: 7%;
  padding: 0;
  margin: 0;
  font-size: 1.8vw;
  line-height: 2.5vw;
  width: 35%;
}
@media (max-width: 768px) {
  .lang-en .feature_banner p {
    top: 8vw;
    left: 13vw;
    font-size: 3.5vw;
    line-height: 5vw;
    width: 50%;
  }
}
.lang-en .menu_banner p {
  position: absolute;
  top: 9vw;
  left: 7vw;
  font-size: 2vw;
  line-height: 3vw;
  width: 40%;
}
@media (max-width: 768px) {
  .lang-en .menu_banner p {
    top: 6vw;
    left: 6vw;
    font-size: 3.5vw;
    line-height: 6vw;
    width: 90%;
  }
}
.lang-en .menu_banner p span {
  font-size: 3.5vw;
}
@media (max-width: 768px) {
  .lang-en .menu_banner p span {
    font-size: 5.5vw;
  }
}
.lang-en .time_banner p {
  top: 9vw;
  right: 8vw;
  font-size: 2.5vw;
  line-height: 4vw;
}
@media (max-width: 768px) {
  .lang-en .time_banner p {
    top: 5vw;
    right: 5vw;
    font-size: 7vw;
    line-height: 9vw;
  }
}
.lang-en .time_banner p span {
  font-size: 1.8vw;
}
@media (max-width: 768px) {
  .lang-en .time_banner p span {
    font-size: 5vw;
    line-height: 6vw;
  }
}
.lang-en .care_banner p {
  top: 3vw;
  right: 3vw;
  font-size: 1.8vw;
  line-height: 4vw;
  width: 74%;
}
@media (max-width: 768px) {
  .lang-en .care_banner p {
    top: 5vw;
    right: 5vw;
    font-size: 5vw;
    line-height: 9vw;
  }
}
.lang-en .care_banner p span {
  font-size: 3.5vw;
}
@media (max-width: 768px) {
  .lang-en .care_banner p span {
    font-size: 7vw;
  }
}
@media (max-width: 821px) {
  .lang-en .menu_all figure h3 {
    font-size: 10px;
    line-height: 14px;
  }
}
@media (max-width: 821px) {
  .lang-en .menu_all figure h3 span {
    margin-right: 4px;
  }
}
@media (max-width: 821px) {
  .lang-en .tab p {
    font-size: 14px;
    line-height: 28px;
  }
}
@media (max-width: 750px) {
  .lang-en .tab p {
    line-height: 26px;
  }
}
@media (max-width: 821px) {
  .lang-en .tab_desc {
    height: 95px;
  }
}
@media (max-width: 750px) {
  .lang-en .tab_desc {
    height: 140px;
  }
}
@media (max-width: 821px) {
  .lang-en .tab_pic p {
    font-size: 12px;
    line-height: 22px;
  }
}