@charset "UTF-8";
/* html5doctor.com Reset Stylesheet v1.6.1 Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com Twitter: @rich_clark */
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;
  vertical-align: baseline;
  background: transparent;
}

body { /* プロジェクトによって変動 */
  min-width: 1000px;
  color: #000;
  line-height: 1.6;
  font-weight: 400;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "YuGothic", "游ゴシック", "メイリオ", Meiryo, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  width: 100%;
  font-smoothing: antialiased;
  font-variant-numeric: tabular-nums; /* safari hover対策 */
  -webkit-font-smoothing: antialiased;
}

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

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  text-decoration: none;
  color: inherit;
} /* 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 #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: bottom;
  line-height: 1;
}

button {
  line-height: 1;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

html {
  height: 100%;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  overflow-x: auto;
}

html body {
  color: #333;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  min-width: 1000px;
}

body {
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  html body {
    margin-top: 0;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    min-width: 100%;
  }
}
img {
  vertical-align: -webkit-baseline-middle;
  vertical-align: middle;
}

a {
  font-size: 1.4rem;
  color: #970618;
}

a:hover {
  text-decoration: none;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

sub {
  vertical-align: sub;
  font-size: smaller;
}

p {
  font-size: 1.8rem;
  line-height: 1.666;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  p {
    font-size: 1.6rem;
    line-height: 1.75;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  img {
    width: 100%;
    height: auto;
  }
}
.header {
  background: #fff;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
.header.is-fixed {
  position: fixed;
  -webkit-animation: slideIn 0.5s ease-out forwards;
          animation: slideIn 0.5s ease-out forwards;
}
@-webkit-keyframes slideIn {
  0% {
    top: -70px;
  }
  100% {
    top: 0;
  }
}
@keyframes slideIn {
  0% {
    top: -70px;
  }
  100% {
    top: 0;
  }
}

.header_inner {
  width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding: 9px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .header_inner {
    width: 100%;
    padding: 12px;
    height: 60px;
  }
}
@media screen and (max-width: 370px) {
  .header_inner {
    padding: 3.2vw;
  }
}

.header_logo {
  width: 54px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .header_logo {
    width: 36px;
  }
}
@media screen and (max-width: 370px) {
  .header_logo {
    width: 9.6vw;
  }
}
.header_logo a {
  display: block;
}
.header_logo a:hover {
  opacity: 0.7;
}
.header_logo img {
  width: 100%;
  height: auto;
}

.header_ttl {
  width: 186px;
  margin-left: 8px;
}
@media screen and (max-width: 768px) {
  .header_ttl {
    display: block;
    width: 146px;
    margin-left: 2px;
  }
}
@media screen and (max-width: 370px) {
  .header_ttl {
    width: 38.933333333vw;
    margin-left: 0.5333333333vw;
  }
}
.header_ttl a {
  display: block;
}
.header_ttl a:hover {
  opacity: 0.7;
}
.header_ttl img {
  width: 100%;
  height: auto;
}

.header_nav_wrap {
  margin-left: 58px;
}
@media screen and (max-width: 768px) {
  .header_nav_wrap {
    position: fixed;
    display: none;
    top: 60px;
    left: 0;
    width: 100%;
    height: calc(100% - 60px);
    margin-left: 0;
    background: rgba(0, 0, 0, 0.4);
  }
}

.header_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .header_nav {
    background: url(/brand/imagawayaki/img/common/bg/bg_2_sp.png) repeat-y center top/cover;
  }
}
@media screen and (max-width: 768px) {
  .header_nav li {
    width: 100%;
    border-top: 1px solid #96104f;
  }
}
.header_nav li:nth-of-type(n+3) {
  margin-left: 35px;
}
@media screen and (max-width: 768px) {
  .header_nav li:not(:first-of-type) {
    margin-left: 0;
  }
}
.header_nav li a {
  font-size: 1.4rem;
  line-height: 1.57;
  font-weight: bold;
  color: #64002f;
  text-decoration: none;
  padding: 5px 0;
}
@media screen and (max-width: 768px) {
  .header_nav li a {
    display: block;
    position: relative;
    font-size: 1.6rem;
    line-height: 1.625;
    padding: 14px 20px;
  }
}
.header_nav li a.is-current {
  border-bottom: 2px solid #e2cb00;
}
@media screen and (max-width: 768px) {
  .header_nav li a.is-current {
    border: none;
    background: #faf6d3;
  }
}
@media screen and (min-width: 769px) {
  .header_nav li a:hover {
    border-bottom: 2px solid #e2cb00;
  }
}
@media screen and (max-width: 768px) {
  .header_nav li a:after {
    content: "";
    width: 8px;
    height: 8px;
    display: block;
    border-top: 2px solid #96104f;
    border-right: 2px solid #96104f;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
}
@media screen and (max-width: 768px) {
  .header_nav li.header_nav_global a {
    width: 63px;
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .header_nav li.header_nav_global a:after {
    display: none;
  }
}

.header_logLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .header_logLink {
    background: none;
    padding: 0;
    border-radius: 0;
    margin-right: 0;
  }
}

.header_logLink_sns {
  width: 30px;
  margin-left: 8px;
}
@media screen and (max-width: 768px) {
  .header_logLink_sns {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .header_logLink_sns:not(:first-of-type) {
    margin-left: 8px;
  }
}
@media screen and (max-width: 768px) {
  .header_logLink_sns:not(:first-of-type) {
    margin-left: 2.1333333333vw;
  }
}
.header_logLink_sns a {
  display: block;
}
.header_logLink_sns a:hover {
  opacity: 0.7;
}
.header_logLink_sns img {
  width: 100%;
  height: auto;
}

.header_logLink_global {
  width: 28px;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .header_logLink_global {
    display: none;
    padding: 14px 20px;
    text-align: right;
  }
}
.header_logLink_global a {
  display: block;
}
@media screen and (max-width: 768px) {
  .header_logLink_global a {
    display: inline-block;
    padding: 0;
    width: 28px;
  }
}
.header_logLink_global a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .header_logLink_global a:after {
    display: none;
  }
}
.header_logLink_global img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .header_navTrigger {
    display: block;
    position: relative;
    width: 22px;
    height: 22px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 370px) {
  .header_navTrigger {
    width: 5.8666666666vw;
    height: 5.8666666666vw;
    margin-left: 2.66666666vw;
  }
}
@media screen and (max-width: 768px) {
  .header_navTrigger.is-open span:nth-of-type(1) {
    top: 9px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
@media screen and (max-width: 370px) {
  .header_navTrigger.is-open span:nth-of-type(1) {
    top: 2.4vw !important;
  }
}
.header_navTrigger.is-open span:nth-of-type(2) {
  display: none;
}
@media screen and (max-width: 768px) {
  .header_navTrigger.is-open span:nth-of-type(3) {
    bottom: 10px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@media screen and (max-width: 370px) {
  .header_navTrigger.is-open span:nth-of-type(3) {
    bottom: 2.66666666vw;
  }
}
@media screen and (max-width: 768px) {
  .header_navTrigger span {
    display: block;
    width: 100%;
    height: 3px;
    background: #64002f;
    position: absolute;
    left: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
}
@media screen and (max-width: 370px) {
  .header_navTrigger span {
    height: 2px;
  }
}
@media screen and (max-width: 768px) {
  .header_navTrigger span:nth-of-type(1) {
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .header_navTrigger span:nth-of-type(2) {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
@media screen and (max-width: 768px) {
  .header_navTrigger span:nth-of-type(3) {
    bottom: 0;
  }
}

.header.is-min {
  background: none;
}
.header.is-min .header_inner {
  width: 100%;
  padding: 14px 10px;
}
@media screen and (max-width: 370px) {
  .header.is-min .header_inner {
    padding: 3.73333333vw 2.66666666vw;
  }
}
.header.is-min .header_logo {
  width: 50px;
}
@media screen and (max-width: 370px) {
  .header.is-min .header_logo {
    width: 13.3333vw;
  }
}
.header.is-min .header_ttl,
.header.is-min .header_navTrigger {
  display: none;
}
.header.is-min .header_logLink {
  background: rgba(255, 255, 255, 0.9);
  padding: 6px;
  border-radius: 5px;
  margin-right: 6px;
}
@media screen and (max-width: 370px) {
  .header.is-min .header_logLink {
    padding: 1.6vw;
    margin-right: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  .header.is-min .header_logLink_global {
    position: relative;
    display: block;
    padding: 0;
    margin-left: 12px;
  }
}
@media screen and (max-width: 370px) {
  .header.is-min .header_logLink_global {
    margin-left: 3.2vw;
  }
}
@media screen and (max-width: 768px) {
  .header.is-min .header_logLink_global:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    border-left: 1px solid #cecece;
    top: 50%;
    left: -6px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 370px) {
  .header.is-min .header_logLink_global:before {
    height: 8vw;
    left: -1.6vw;
  }
}
.header.is-min .header_logLink_sns {
  margin-left: 0;
}
.header.is-min .header_logLink_sns:not(:first-of-type) {
  margin-left: 6px;
}
@media screen and (max-width: 370px) {
  .header.is-min .header_logLink_sns:not(:first-of-type) {
    margin-left: 1.6vw;
  }
}

.footer {
  background: #650030;
}

.footer_inner {
  width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding: 28px 20px 20px;
}

.footer_logo {
  width: 222px;
  margin-left: auto;
  margin-right: auto;
}

.footer_logo a {
  display: block;
}

.footer_logo a:hover {
  opacity: 0.7;
}

.footer_logo img {
  width: 100%;
  height: auto;
}

.footer_list {
  width: 850px;
  margin: 25px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer_list li {
  position: relative;
}

.footer_list a {
  color: #fff;
  font-size: 1.4rem;
  text-decoration: none;
}

.footer_list a:hover {
  opacity: 0.7;
}

.footer_copyright {
  font-size: 1.2rem;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  margin-top: 10px;
}

@media screen and (min-width: 769px) {
  .footer_list li {
    display: inline-block;
    margin-top: 4px;
  }
  .footer_list li:not(.is-no-line):after {
    content: "｜";
    display: inline-block;
    margin: 0 0.5em;
    color: #fff;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .footer_inner {
    width: 100%;
    padding: 30px 0;
  }
  .footer_list {
    width: 100%;
    margin-top: 30px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  .footer_list li {
    width: 50%;
    text-align: center;
    border-bottom: 1px solid #fff;
  }
  .footer_list li:not(:first-of-type):before {
    display: none;
  }
  .footer_list li:nth-of-type(2n):last-child {
    border-bottom: none;
  }
  .footer_list li:nth-of-type(2n+1):not(:nth-last-child(n+3)) {
    border-bottom: none;
  }
  .footer_list li:nth-of-type(even) {
    border-left: 1px solid #fff;
  }
  .footer_list a {
    font-size: 1.2rem;
    display: block;
    padding: 13px 8px;
    height: 100%;
    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;
  }
  .footer_copyright {
    line-height: 2;
    margin-top: 30px;
  }
}
.leadText {
  font-size: 1.8rem;
  line-height: 1.66;
  font-weight: bold;
}

.text {
  font-size: 1.8rem;
  line-height: 1.66;
}
@media screen and (max-width: 768px) {
  .text {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}

.textCenter {
  text-align: center;
}

@media screen and (min-width: 769px) {
  .textCenter--pc {
    text-align: center;
  }
}

.textBold {
  font-weight: bold;
}

.container {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 1001px) {
  .container {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .container {
    width: 100vw;
  }
}

.content {
  position: relative;
  background-repeat: repeat-y;
  background-position: top center;
  padding-bottom: 100px;
}
@media screen and (min-width: 1921px) {
  .content {
    padding-bottom: 5.2vw;
  }
}
@media screen and (max-width: 768px) {
  .content {
    padding-bottom: 10vw;
  }
}
.content::before {
  content: "";
  display: block;
  width: 1920px;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -99.5%);
          transform: translate(-50%, -99.5%);
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center bottom;
}
@media screen and (min-width: 1921px) {
  .content::before {
    width: 100%;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 768px) {
  .content::before {
    width: 101%;
    background-size: 100% auto;
    top: 1px;
  }
}
@media screen and (min-width: 1921px) {
  .content {
    background-size: 100% auto;
  }
}
@media screen and (max-width: 768px) {
  .content {
    background-size: 100% auto;
  }
}

.content--1 {
  background-image: url(/brand/imagawayaki/img/common/bg/bg_1_pc.png);
}
@media screen and (max-width: 768px) {
  .content--1 {
    background-image: url(/brand/imagawayaki/img/common/bg/bg_1_sp.png);
  }
}
.content--1::before {
  height: 139px;
  background-image: url(/brand/imagawayaki/img/common/bg/bg_1_wave_pc.png);
}
@media screen and (min-width: 1921px) {
  .content--1::before {
    height: 7.239vw;
  }
}
@media screen and (max-width: 768px) {
  .content--1::before {
    height: 8vw;
    background-image: url(/brand/imagawayaki/img/common/bg/bg_1_wave_sp.png);
  }
}
.content--1 .text,
.content--1 .leadText {
  color: #FFF;
}

.content--2 {
  background-image: url(/brand/imagawayaki/img/common/bg/bg_2_pc.png);
}
@media screen and (max-width: 768px) {
  .content--2 {
    background-image: url(/brand/imagawayaki/img/common/bg/bg_2_sp.png);
  }
}
.content--2::before {
  height: 110px;
  background-image: url(/brand/imagawayaki/img/common/bg/bg_2_wave_pc.png);
}
@media screen and (min-width: 1921px) {
  .content--2::before {
    height: 5.729vw;
  }
}
@media screen and (max-width: 768px) {
  .content--2::before {
    height: 4.933vw;
    background-image: url(/brand/imagawayaki/img/common/bg/bg_2_wave_sp.png);
  }
}

.content--3 {
  background-image: url(/brand/imagawayaki/img/common/bg/bg_3_pc.png);
}
@media screen and (max-width: 768px) {
  .content--3 {
    background-image: url(/brand/imagawayaki/img/common/bg/bg_3_sp.png);
  }
}
.content--3::before {
  height: 121px;
  background-image: url(/brand/imagawayaki/img/common/bg/bg_3_wave_pc.png);
}
@media screen and (min-width: 1921px) {
  .content--3::before {
    height: 6.302vw;
  }
}
@media screen and (max-width: 768px) {
  .content--3::before {
    height: 8vw;
    background-image: url(/brand/imagawayaki/img/common/bg/bg_3_wave_sp.png);
  }
}

.content--9 {
  background-image: url(/brand/imagawayaki/img/common/bg/bg_4_pc.png);
}
@media screen and (max-width: 768px) {
  .content--9 {
    background-image: url(/brand/imagawayaki/img/common/bg/bg_4_sp.png);
  }
}
.content--9::before {
  height: 114px;
  background-image: url(/brand/imagawayaki/img/common/bg/bg_4_wave_pc.png);
}
@media screen and (min-width: 1921px) {
  .content--9::before {
    height: 5.9375vw;
  }
}
@media screen and (max-width: 768px) {
  .content--9::before {
    height: 6.35vw;
    background-image: url(/brand/imagawayaki/img/common/bg/bg_4_wave_sp.png);
    background-position: center top;
  }
}

.content--10 {
  background-image: url(/brand/imagawayaki/img/common/bg/bg_5_pc.png);
}
@media screen and (max-width: 768px) {
  .content--10 {
    background-image: url(/brand/imagawayaki/img/common/bg/bg_5_sp.png);
  }
}
.content--10::before {
  height: 115px;
  background-image: url(/brand/imagawayaki/img/common/bg/bg_5_wave_pc.png);
}
@media screen and (min-width: 1921px) {
  .content--10::before {
    height: 5.98958vw;
  }
}
@media screen and (max-width: 768px) {
  .content--10::before {
    height: 20.133333vw;
    background-image: url(/brand/imagawayaki/img/common/bg/bg_5_wave_sp.png);
  }
}

.inner {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .inner {
    width: 89.33%;
  }
}

.button {
  display: inline-block;
  min-width: 305px;
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: bold;
  color: #64002F;
  background: #FFF;
  padding: 16px 48px;
  text-decoration: none;
  border: 2px solid #64002F;
  border-radius: 30px;
  text-align: center;
  -webkit-box-shadow: 0 3px 0 #64002F;
          box-shadow: 0 3px 0 #64002F;
}
@media screen and (max-width: 768px) {
  .button {
    min-width: 0;
    width: 89vw;
    min-width: auto;
    max-width: 100%;
    border-radius: 40px;
    padding: 12px 1em;
    position: relative;
  }
}
@media screen and (max-width: 370px) {
  .button {
    border-radius: 10.6666666vw;
    padding: 3.2vw 1em;
    font-size: 4.8vw;
  }
}
.button > span {
  display: inline-block;
  position: relative;
  padding-right: 28px;
}
@media screen and (max-width: 768px) {
  .button > span {
    padding-right: 0;
    position: static;
  }
}
.button > span::after {
  content: "";
  display: block;
  width: 7px;
  height: 14px;
  background: url(/brand/imagawayaki/img/common/icon_arrow.svg) no-repeat center;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .button > span::after {
    right: 20px;
  }
}
.button:hover {
  opacity: 0.7;
}

.buttonWrap-center {
  text-align: center;
}

.kv-underlayer {
  width: 100%;
  height: 400px;
  margin-top: 70px;
}

.kv-underlayer_inner {
  width: 1000px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.kv-underlayer_textWrap {
  text-align: center;
  position: absolute;
}

.kv-underlayer_heading {
  margin-bottom: 36px;
}

.kv-underlayer_text {
  color: #96104f;
  font-weight: bold;
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  .kv-underlayer {
    height: 120vw;
    margin-top: 60px;
    margin-bottom: 0;
  }
  .kv-underlayer_inner {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
  }
  .kv-underlayer_text {
    font-size: 4.2666666vw;
    line-height: 1.75;
  }
}
.kv-underlayer_whats {
  background: url(/brand/imagawayaki/img/whats/kv_whats_pc.png) center center/auto 100% no-repeat #fadca6;
}

.kv-underlayer_whats .kv-underlayer_textWrap {
  top: 50px;
  right: 0;
}

.kv-underlayer_whats .kv-underlayer_heading {
  margin-bottom: -16px;
}

@media screen and (max-width: 768px) {
  .kv-underlayer_whats {
    background: url(/brand/imagawayaki/img/whats/kv_whats_sp.png) center center/auto 100% no-repeat #fadca6;
  }
  .kv-underlayer_whats .kv-underlayer_textWrap {
    top: 8vw;
    width: 100%;
  }
  .kv-underlayer_whats .kv-underlayer_heading {
    margin-bottom: 5.3333333vw;
    margin-left: auto;
    margin-right: auto;
    width: 61.3333333vw;
  }
}
.kv-underlayer_recipe {
  background: url(/brand/imagawayaki/img/recipe/kv_recipe_pc.png) center center/auto 100% no-repeat #f5c5b5;
}

.kv-underlayer_recipe .kv-underlayer_textWrap {
  top: 100px;
  left: 5px;
}

@media screen and (max-width: 768px) {
  .kv-underlayer_recipe {
    background: url(/brand/imagawayaki/img/recipe/kv_recipe_sp.png) center center/auto 100% no-repeat #f5c5b5;
  }
  .kv-underlayer_recipe .kv-underlayer_textWrap {
    top: 5.3333333vw;
    left: 0;
    width: 100%;
  }
  .kv-underlayer_recipe .kv-underlayer_heading {
    margin-bottom: 1.33333333vw;
    margin-left: auto;
    margin-right: auto;
    width: 74.666666vw;
  }
}
.kv-underlayer_about {
  background: url(/brand/imagawayaki/img/about/kv_about_pc.png) center center/auto 100% no-repeat #eacbae;
}

.kv-underlayer_about .kv-underlayer_textWrap {
  top: 100px;
  left: 0;
}

@media screen and (max-width: 768px) {
  .kv-underlayer_about {
    background: url(/brand/imagawayaki/img/about/kv_about_sp.png) center center/auto 100% no-repeat #eacbae;
  }
  .kv-underlayer_about .kv-underlayer_textWrap {
    top: 8vw;
    width: 100%;
  }
  .kv-underlayer_about .kv-underlayer_heading {
    margin-bottom: 6.1333333vw;
    margin-left: auto;
    margin-right: auto;
    width: 92.8vw;
  }
}
.lineup {
  text-align: center;
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .lineup {
    padding-top: 60px;
  }
}

.lineup_wrap {
  padding-bottom: 75px;
}
@media screen and (max-width: 768px) {
  .lineup_wrap {
    padding-bottom: 90px;
  }
}

.lineup_heading {
  height: 83px;
}
@media screen and (max-width: 768px) {
  .lineup_heading {
    height: 60px;
  }
}
.lineup_heading img {
  height: 100% !important;
  width: auto !important;
}

.lineup_leadText {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .lineup_leadText {
    margin-top: 15px;
    display: inline-block;
    text-align: left;
  }
}

.lineup_list {
  width: 100%;
  max-width: 650px;
  margin: 30px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .lineup_list {
    margin: 15px auto 0;
    display: block;
    width: 81vw;
  }
}

.lineup_item {
  width: 305px;
  text-align: center;
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .lineup_item {
    width: 100%;
  }
  .lineup_item:nth-child(n+2) {
    margin-top: 50px;
    margin-bottom: 0;
  }
}
.lineup_item:hover {
  opacity: 0.7;
}
.lineup_item .button:hover {
  opacity: 1;
}

.lineup_image {
  display: block;
}
.lineup_image img {
  width: 104%;
  height: auto;
  margin-left: -2%;
}

.lineup_text {
  display: block;
  height: 24px;
}
@media screen and (max-width: 768px) {
  .lineup_text {
    margin-top: -3vw;
  }
}
.lineup_text img {
  height: 100% !important;
  width: auto !important;
}

.lineup_button {
  margin-top: 28px;
}
@media screen and (max-width: 768px) {
  .lineup_button {
    margin-top: 20px;
  }
}

.recipe_item_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.recipe_item {
  width: 310px;
  margin-right: 35px;
}

.recipe_item:nth-of-type(3n) {
  margin-right: 0;
}

.recipe_item:nth-of-type(n+4) {
  margin-top: 35px;
}

.recipe_item a {
  display: block;
  text-decoration: none;
}

.recipe_item a:hover {
  opacity: 0.7;
}

.recipe_item_img img {
  width: 100%;
  height: auto;
}

.recipe_item_text {
  margin-top: 8px;
  font-size: 1.8rem;
  line-height: 1.555;
  font-weight: bold;
  color: #fff;
}

.recipe_item_text-02 {
  margin-top: 8px;
  font-size: 1.8rem;
  line-height: 1.555;
  font-weight: bold;
  color: #333;
}

@media screen and (max-width: 768px) {
  .recipe_item {
    width: 47.16%;
    margin-right: 0;
  }
  .recipe_item:nth-of-type(n+4) {
    margin-top: 0;
  }
  .recipe_item:nth-of-type(even) {
    margin-left: 5.68%;
  }
  .recipe_item:nth-of-type(n+3) {
    margin-top: 5.68%;
  }
  .recipe_item_text {
    margin-top: 10px;
    font-size: 1.4rem;
    line-height: 1.2857;
  }
  .recipe_item_text-02 {
    margin-top: 10px;
    font-size: 1.4rem;
    line-height: 1.2857;
  }
}
.recipe_heading_wrap-01 {
  position: relative;
  margin-bottom: 43px;
  padding-top: 40px;
}

.recipe_heading_package-01 {
  display: block;
  width: 200px;
  position: absolute;
  top: 15px;
  left: 120px;
}

.recipe_heading_package-01 img {
  width: 100%;
  height: auto;
}

.recipe_heading-01 {
  width: 343px;
  margin: 0 auto;
}

.recipe_heading-01 img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .recipe_heading_wrap-01 {
    margin-bottom: 38px;
    padding-top: 35px;
  }
  .recipe_heading_package-01 {
    width: 190px;
    position: static;
    margin-left: auto;
    margin-right: auto;
  }
  .recipe_heading-01 {
    width: 247px;
    margin-top: 8px;
  }
}
@media screen and (max-width: 370px) {
  .recipe_heading_wrap-01 {
    margin-bottom: 10.1333333vw;
    padding-top: 9.3333333vw;
  }
  .recipe_heading_package-01 {
    width: 50.6666666vw;
  }
  .recipe_heading-01 {
    width: 65.866666vw;
    margin-top: 2.13333333vw;
  }
}
.recipe_heading_wrap-02 {
  position: relative;
  margin-bottom: 43px;
  padding-top: 40px;
}

.recipe_heading_package-02 {
  display: block;
  width: 182px;
  position: absolute;
  top: 15px;
  right: 120px;
}

.recipe_heading_package-02 img {
  width: 100%;
  height: auto;
}

.recipe_heading-02 {
  width: 392px;
  margin: 0 auto;
}

.recipe_heading-02 img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .recipe_heading_wrap-02 {
    margin-bottom: 38px;
    padding-top: 35px;
  }
  .recipe_heading_package-02 {
    width: 172px;
    position: static;
    margin-left: auto;
    margin-right: auto;
  }
  .recipe_heading-02 {
    width: 285px;
    margin-top: 8px;
  }
}
@media screen and (max-width: 370px) {
  .recipe_heading_wrap-02 {
    margin-bottom: 10.1333333vw;
    padding-top: 9.3333333vw;
  }
  .recipe_heading_package-02 {
    width: 45.866666vw;
  }
  .recipe_heading-02 {
    width: 76vw;
    margin-top: 2.13333333vw;
  }
}
.recipe_item_label {
  position: relative;
  margin-top: -25px;
}

.recipe_item_label span {
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1.5;
  color: #fff;
  padding: 3px 20px;
}

.recipe_item_label.label01 span {
  background: #ff6b00;
}

.recipe_item_label.label02 span {
  background: #96104f;
}

@media screen and (max-width: 768px) {
  .recipe_item_label {
    margin-top: 10px;
  }
  .recipe_item_label span {
    font-size: 1.1rem;
    padding: 2px 10px;
  }
}
.recipe_item_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.recipe_item {
  width: 310px;
  margin-right: 35px;
}

.recipe_item:nth-of-type(3n) {
  margin-right: 0;
}

.recipe_item:nth-of-type(n+4) {
  margin-top: 35px;
}

.recipe_item a {
  display: block;
  text-decoration: none;
}

.recipe_item a:hover {
  opacity: 0.7;
}

.recipe_item_img img {
  width: 100%;
  height: auto;
}

.recipe_item_text {
  margin-top: 8px;
  font-size: 1.8rem;
  line-height: 1.555;
  font-weight: bold;
  color: #fff;
}

.recipe_item_text-02 {
  margin-top: 8px;
  font-size: 1.8rem;
  line-height: 1.555;
  font-weight: bold;
  color: #333;
}

@media screen and (max-width: 768px) {
  .recipe_item {
    width: 47.16%;
    margin-right: 0;
  }
  .recipe_item:nth-of-type(n+4) {
    margin-top: 0;
  }
  .recipe_item:nth-of-type(even) {
    margin-left: 5.68%;
  }
  .recipe_item:nth-of-type(n+3) {
    margin-top: 5.68%;
  }
  .recipe_item_text {
    margin-top: 10px;
    font-size: 1.4rem;
    line-height: 1.2857;
  }
  .recipe_item_text-02 {
    margin-top: 10px;
    font-size: 1.4rem;
    line-height: 1.2857;
  }
}
.recipe_heading_wrap-01 {
  position: relative;
  margin-bottom: 43px;
  padding-top: 40px;
}

.recipe_heading_package-01 {
  display: block;
  width: 200px;
  position: absolute;
  top: 15px;
  left: 120px;
}

.recipe_heading_package-01 img {
  width: 100%;
  height: auto;
}

.recipe_heading-01 {
  width: 343px;
  margin: 0 auto;
}

.recipe_heading-01 img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .recipe_heading_wrap-01 {
    margin-bottom: 38px;
    padding-top: 35px;
  }
  .recipe_heading_package-01 {
    width: 190px;
    position: static;
    margin-left: auto;
    margin-right: auto;
  }
  .recipe_heading-01 {
    width: 247px;
    margin-top: 8px;
  }
}
@media screen and (max-width: 370px) {
  .recipe_heading_wrap-01 {
    margin-bottom: 10.1333333vw;
    padding-top: 9.3333333vw;
  }
  .recipe_heading_package-01 {
    width: 50.6666666vw;
  }
  .recipe_heading-01 {
    width: 65.866666vw;
    margin-top: 2.13333333vw;
  }
}
.recipe_heading_wrap-02 {
  position: relative;
  margin-bottom: 43px;
  padding-top: 40px;
}

.recipe_heading_package-02 {
  display: block;
  width: 182px;
  position: absolute;
  top: 15px;
  right: 120px;
}

.recipe_heading_package-02 img {
  width: 100%;
  height: auto;
}

.recipe_heading-02 {
  width: 392px;
  margin: 0 auto;
}

.recipe_heading-02 img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .recipe_heading_wrap-02 {
    margin-bottom: 38px;
    padding-top: 35px;
  }
  .recipe_heading_package-02 {
    width: 172px;
    position: static;
    margin-left: auto;
    margin-right: auto;
  }
  .recipe_heading-02 {
    width: 285px;
    margin-top: 8px;
  }
}
@media screen and (max-width: 370px) {
  .recipe_heading_wrap-02 {
    margin-bottom: 10.1333333vw;
    padding-top: 9.3333333vw;
  }
  .recipe_heading_package-02 {
    width: 45.866666vw;
  }
  .recipe_heading-02 {
    width: 76vw;
    margin-top: 2.13333333vw;
  }
}
.arrange-recipe01 .inner {
  padding-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .arrange-recipe01 .inner {
    padding-bottom: 50px;
  }
}

.arrange-recipe02 .inner {
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .arrange-recipe02 .inner {
    padding-bottom: 30px;
  }
}

.img_width {
  display: block;
  width: 100%;
  height: auto;
}

.img_height {
  display: block;
  width: auto;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .sp-nav {
    width: 78.667%;
    margin: 0 auto;
    padding: 9.6% 0;
  }
  .sp-nav_item {
    border-bottom: 1px solid #96104f;
  }
  .sp-nav_item:first-child {
    border-top: 1px solid #96104f;
  }
  .sp-nav_item > a {
    position: relative;
    display: block;
    padding: 15px;
    color: #96104f;
    font-size: 1.6rem;
    font-weight: bold;
    text-decoration: none;
  }
  .sp-nav_item > a::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 9px;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url(/brand/imagawayaki/img/common/icon_arrow.svg) no-repeat center/contain;
  }
}
.recipe_item_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.recipe_item {
  width: 310px;
  margin-right: 35px;
}

.recipe_item:nth-of-type(3n) {
  margin-right: 0;
}

.recipe_item:nth-of-type(n+4) {
  margin-top: 35px;
}

.recipe_item a {
  display: block;
  text-decoration: none;
}

.recipe_item a:hover {
  opacity: 0.7;
}

.recipe_item_img img {
  width: 100%;
  height: auto;
}

.recipe_item_text {
  margin-top: 8px;
  font-size: 1.8rem;
  line-height: 1.555;
  font-weight: bold;
  color: #fff;
}

.recipe_item_text-02 {
  margin-top: 8px;
  font-size: 1.8rem;
  line-height: 1.555;
  font-weight: bold;
  color: #333;
}

@media screen and (max-width: 768px) {
  .recipe_item {
    width: 47.16%;
    margin-right: 0;
  }
  .recipe_item:nth-of-type(n+4) {
    margin-top: 0;
  }
  .recipe_item:nth-of-type(even) {
    margin-left: 5.68%;
  }
  .recipe_item:nth-of-type(n+3) {
    margin-top: 5.68%;
  }
  .recipe_item_text {
    margin-top: 10px;
    font-size: 1.4rem;
    line-height: 1.2857;
  }
  .recipe_item_text-02 {
    margin-top: 10px;
    font-size: 1.4rem;
    line-height: 1.2857;
  }
}
.recipe_heading_wrap-01 {
  position: relative;
  margin-bottom: 43px;
  padding-top: 40px;
}

.recipe_heading_package-01 {
  display: block;
  width: 200px;
  position: absolute;
  top: 15px;
  left: 120px;
}

.recipe_heading_package-01 img {
  width: 100%;
  height: auto;
}

.recipe_heading-01 {
  width: 343px;
  margin: 0 auto;
}

.recipe_heading-01 img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .recipe_heading_wrap-01 {
    margin-bottom: 38px;
    padding-top: 35px;
  }
  .recipe_heading_package-01 {
    width: 190px;
    position: static;
    margin-left: auto;
    margin-right: auto;
  }
  .recipe_heading-01 {
    width: 247px;
    margin-top: 8px;
  }
}
@media screen and (max-width: 370px) {
  .recipe_heading_wrap-01 {
    margin-bottom: 10.1333333vw;
    padding-top: 9.3333333vw;
  }
  .recipe_heading_package-01 {
    width: 50.6666666vw;
  }
  .recipe_heading-01 {
    width: 65.866666vw;
    margin-top: 2.13333333vw;
  }
}
.recipe_heading_wrap-02 {
  position: relative;
  margin-bottom: 43px;
  padding-top: 40px;
}

.recipe_heading_package-02 {
  display: block;
  width: 182px;
  position: absolute;
  top: 15px;
  right: 120px;
}

.recipe_heading_package-02 img {
  width: 100%;
  height: auto;
}

.recipe_heading-02 {
  width: 392px;
  margin: 0 auto;
}

.recipe_heading-02 img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .recipe_heading_wrap-02 {
    margin-bottom: 38px;
    padding-top: 35px;
  }
  .recipe_heading_package-02 {
    width: 172px;
    position: static;
    margin-left: auto;
    margin-right: auto;
  }
  .recipe_heading-02 {
    width: 285px;
    margin-top: 8px;
  }
}
@media screen and (max-width: 370px) {
  .recipe_heading_wrap-02 {
    margin-bottom: 10.1333333vw;
    padding-top: 9.3333333vw;
  }
  .recipe_heading_package-02 {
    width: 45.866666vw;
  }
  .recipe_heading-02 {
    width: 76vw;
    margin-top: 2.13333333vw;
  }
}
.recipe_item_label {
  position: relative;
  margin-top: -25px;
}

.recipe_item_label span {
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1.5;
  color: #fff;
  padding: 3px 20px;
}

.recipe_item_label.label01 span {
  background: #ff6b00;
}

.recipe_item_label.label02 span {
  background: #96104f;
}

@media screen and (max-width: 768px) {
  .recipe_item_label {
    margin-top: 10px;
  }
  .recipe_item_label span {
    font-size: 1.1rem;
    padding: 2px 10px;
  }
}
.recipe_item_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.recipe_item {
  width: 310px;
  margin-right: 35px;
}

.recipe_item:nth-of-type(3n) {
  margin-right: 0;
}

.recipe_item:nth-of-type(n+4) {
  margin-top: 35px;
}

.recipe_item a {
  display: block;
  text-decoration: none;
}

.recipe_item a:hover {
  opacity: 0.7;
}

.recipe_item_img img {
  width: 100%;
  height: auto;
}

.recipe_item_text {
  margin-top: 8px;
  font-size: 1.8rem;
  line-height: 1.555;
  font-weight: bold;
  color: #fff;
}

.recipe_item_text-02 {
  margin-top: 8px;
  font-size: 1.8rem;
  line-height: 1.555;
  font-weight: bold;
  color: #333;
}

@media screen and (max-width: 768px) {
  .recipe_item {
    width: 47.16%;
    margin-right: 0;
  }
  .recipe_item:nth-of-type(n+4) {
    margin-top: 0;
  }
  .recipe_item:nth-of-type(even) {
    margin-left: 5.68%;
  }
  .recipe_item:nth-of-type(n+3) {
    margin-top: 5.68%;
  }
  .recipe_item_text {
    margin-top: 10px;
    font-size: 1.4rem;
    line-height: 1.2857;
  }
  .recipe_item_text-02 {
    margin-top: 10px;
    font-size: 1.4rem;
    line-height: 1.2857;
  }
}
.recipe_heading_wrap-01 {
  position: relative;
  margin-bottom: 43px;
  padding-top: 40px;
}

.recipe_heading_package-01 {
  display: block;
  width: 200px;
  position: absolute;
  top: 15px;
  left: 120px;
}

.recipe_heading_package-01 img {
  width: 100%;
  height: auto;
}

.recipe_heading-01 {
  width: 343px;
  margin: 0 auto;
}

.recipe_heading-01 img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .recipe_heading_wrap-01 {
    margin-bottom: 38px;
    padding-top: 35px;
  }
  .recipe_heading_package-01 {
    width: 190px;
    position: static;
    margin-left: auto;
    margin-right: auto;
  }
  .recipe_heading-01 {
    width: 247px;
    margin-top: 8px;
  }
}
@media screen and (max-width: 370px) {
  .recipe_heading_wrap-01 {
    margin-bottom: 10.1333333vw;
    padding-top: 9.3333333vw;
  }
  .recipe_heading_package-01 {
    width: 50.6666666vw;
  }
  .recipe_heading-01 {
    width: 65.866666vw;
    margin-top: 2.13333333vw;
  }
}
.recipe_heading_wrap-02 {
  position: relative;
  margin-bottom: 43px;
  padding-top: 40px;
}

.recipe_heading_package-02 {
  display: block;
  width: 182px;
  position: absolute;
  top: 15px;
  right: 120px;
}

.recipe_heading_package-02 img {
  width: 100%;
  height: auto;
}

.recipe_heading-02 {
  width: 392px;
  margin: 0 auto;
}

.recipe_heading-02 img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .recipe_heading_wrap-02 {
    margin-bottom: 38px;
    padding-top: 35px;
  }
  .recipe_heading_package-02 {
    width: 172px;
    position: static;
    margin-left: auto;
    margin-right: auto;
  }
  .recipe_heading-02 {
    width: 285px;
    margin-top: 8px;
  }
}
@media screen and (max-width: 370px) {
  .recipe_heading_wrap-02 {
    margin-bottom: 10.1333333vw;
    padding-top: 9.3333333vw;
  }
  .recipe_heading_package-02 {
    width: 45.866666vw;
  }
  .recipe_heading-02 {
    width: 76vw;
    margin-top: 2.13333333vw;
  }
}
.arrange-recipe01 .inner {
  padding-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .arrange-recipe01 .inner {
    padding-bottom: 50px;
  }
}

.arrange-recipe02 .inner {
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .arrange-recipe02 .inner {
    padding-bottom: 30px;
  }
}

/* heading */
.whats_heading--line-2, .whats_heading--line-1-2, .whats_heading--line-1 {
  position: relative;
  margin-bottom: 30px;
  padding-top: 30px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .whats_heading--line-2, .whats_heading--line-1-2, .whats_heading--line-1 {
    padding-top: 50px;
  }
}
.whats_heading--line-2 img, .whats_heading--line-1-2 img, .whats_heading--line-1 img {
  display: block;
  width: auto;
  height: 100%;
  margin: 0 auto;
}

.whats_heading--line-1 {
  margin-left: auto;
  margin-right: auto;
  width: 330px;
}
@media screen and (max-width: 768px) {
  .whats_heading--line-1 {
    width: 238px;
  }
}
@media screen and (max-width: 370px) {
  .whats_heading--line-1 {
    width: 238px;
  }
}
.whats_heading--line-1 img {
  display: block;
  width: 100%;
  height: auto;
}

.whats_heading--line-1-2 {
  margin-left: auto;
  margin-right: auto;
  width: 507px;
}
@media screen and (max-width: 768px) {
  .whats_heading--line-1-2 {
    width: 220px;
  }
}
@media screen and (max-width: 370px) {
  .whats_heading--line-1-2 {
    width: 220px;
  }
}
.whats_heading--line-1-2 img {
  display: block;
  width: 100%;
  height: auto;
}

.whats_heading--line-2 {
  height: 112px;
}
@media screen and (max-width: 768px) {
  .whats_heading--line-2 {
    height: 78px;
  }
}
@media screen and (max-width: 370px) {
  .whats_heading--line-2 {
    height: 20.8vw;
  }
}

/* imagawayaki */
.whats_imagawayaki_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 769px) {
  .whats_imagawayaki_col {
    margin-top: 70px;
  }
}
@media screen and (max-width: 768px) {
  .whats_imagawayaki_col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 769px) {
  .whats_imagawayaki_col_img {
    width: 500px;
  }
}
@media screen and (max-width: 768px) {
  .whats_imagawayaki_col_img {
    margin-bottom: 30px;
  }
}
.whats_imagawayaki_col_text {
  color: #fff;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .whats_imagawayaki_col_text {
    width: 462px;
    margin-left: 38px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .whats_imagawayaki_col_text {
    margin-bottom: 30px;
    font-size: 1.6rem;
  }
}
.whats_imagawayaki_col_text p + p {
  margin-top: 1.5em;
}

/* card */
.whats_card_wrap {
  margin: 40px auto 60px;
}
@media screen and (min-width: 769px) {
  .whats_card_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .whats_card_wrap {
    margin: 40px auto 80px;
  }
}

.whats_card {
  width: 422px;
  margin: 0 20px;
  padding: 40px;
  border-radius: 10px;
  background: #faf6d3;
}
@media screen and (max-width: 768px) {
  .whats_card {
    width: 100%;
    margin: 20px 0;
    padding: 22px;
  }
}
.whats_card_ttl {
  margin-bottom: 20px;
  height: 23px;
}
@media screen and (max-width: 768px) {
  .whats_card_ttl {
    margin-bottom: 16px;
  }
}

/* name */
.whats_name_area {
  width: 884px;
  margin: 50px auto 30px;
  padding: 10px 65px 60px;
  background: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .whats_name_area {
    width: 100%;
    margin: 30px auto 60px;
    padding: 30px 3.6%;
  }
}

/* map */
.whats_map {
  position: relative;
}
.whats_map_img img {
  width: 100%;
  height: auto;
}

/* list */
.whats_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.whats_list_item {
  position: relative;
  margin-bottom: 5px;
  padding: 0 1em 0 10px;
  font-size: 1.6rem;
  width: 33.333%;
}
@media screen and (max-width: 768px) {
  .whats_list_item {
    font-size: 1.4rem;
    width: 50%;
  }
}
.whats_list_item::before {
  content: "";
  width: 5px;
  height: 5px;
  background: #96104f;
  border-radius: 50%;
  position: absolute;
  top: 0.6em;
  left: 0;
}

.whats_list_rank {
  width: 180px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .whats_list_rank {
    margin-top: 35px;
  }
}
.whats_list_rank_item {
  font-size: 1.6rem;
  padding-left: 70px;
  position: relative;
}
.whats_list_rank_item:nth-of-type(n+2) {
  margin-top: 20px;
}
.whats_list_rank_item:nth-of-type(4) {
  margin-top: 25px;
}
.whats_list_rank_item:nth-of-type(n+5) {
  margin-top: 10px;
}
.whats_list_rank_item.top1, .whats_list_rank_item.top2, .whats_list_rank_item.top3 {
  font-size: 2.2rem;
  font-weight: bold;
}
.whats_list_rank_item.top1 img, .whats_list_rank_item.top2 img, .whats_list_rank_item.top3 img {
  width: auto;
}
.whats_list_rank_item.top1 span img {
  width: 44px;
  height: auto;
}
.whats_list_rank_item.top2 span img {
  width: 38px;
  height: auto;
}
.whats_list_rank_item.top3 span img {
  width: 34px;
  height: auto;
}
.whats_list_rank_item span {
  width: 44px;
  display: inline-block;
  text-align: center;
  line-height: 0;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.whats_list_rank_item span img {
  width: 28px;
  height: auto;
  vertical-align: bottom;
}

/* name_card */
.whats_name_card_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .whats_name_card_wrap {
    margin-top: 36px;
  }
}

.whats_name_card {
  position: relative;
  padding: 40px 20px;
  background: #faf6d3;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .whats_name_card {
    padding: 30px 20px;
  }
}

.whats_name_card:first-of-type {
  width: 467px;
}
@media screen and (max-width: 768px) {
  .whats_name_card:first-of-type {
    width: 100%;
  }
}

.whats_name_card:last-of-type {
  width: 260px;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .whats_name_card:last-of-type {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
}

.whats_name_card_heading-01 {
  width: 211px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .whats_name_card_heading-01 {
    width: 196px;
  }
}
@media screen and (max-width: 370px) {
  .whats_name_card_heading-01 {
    width: 52.2666666vw;
  }
}

.whats_name_card_heading-02 {
  width: 137px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .whats_name_card_heading-02 {
    width: 234px;
  }
}
@media screen and (max-width: 370px) {
  .whats_name_card_heading-02 {
    width: 62.4vw;
  }
}

.whats_list_exhibit {
  font-size: 1.2rem;
  line-height: 1.75;
  position: absolute;
  bottom: 40px;
  right: 40px;
}
@media screen and (max-width: 768px) {
  .whats_list_exhibit {
    font-size: 1.1rem;
    position: static;
    text-align: right;
    margin-top: 25px;
  }
}

/* kv */
.top_kv {
  position: relative;
  width: 100%;
  z-index: 1;
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
  .top_kv {
    margin-top: 70px;
  }
}
@media screen and (max-width: 768px) {
  .top_kv {
    margin-bottom: 0;
  }
}
.top_kv_cont {
  position: absolute;
  display: block;
  width: 1080px;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  overflow: hidden;
  z-index: 2;
}
@media screen and (max-width: 1080px) {
  .top_kv_cont {
    width: 100%;
  }
}
.top_kv_ttl {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .top_kv_ttl {
    top: 37%;
    left: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 1080px) {
  .top_kv_ttl {
    top: 40%;
  }
}
@media screen and (max-width: 768px) {
  .top_kv_ttl {
    width: 93.333%;
    top: 11%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.top_kv_pkg {
  position: absolute;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .top_kv_pkg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 450px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: 60px;
    top: calc(45% + 85px);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .top_kv_pkg {
    top: 37%;
    -webkit-transform: none;
            transform: none;
  }
}
@media screen and (max-width: 768px) {
  .top_kv_pkg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 64%;
    left: 50%;
    bottom: 62%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center;
  }
}
.top_kv_pkg_item {
  position: relative;
  width: 180px;
  height: 0;
  padding-bottom: 25%;
  margin: 0 7px;
}
@media screen and (max-width: 768px) {
  .top_kv_pkg_item {
    width: 43.5%;
    margin: 0 5px;
  }
}
.top_kv_pkg_item > img {
  position: relative;
  display: block;
  width: 160%;
  height: auto;
  top: 0;
  left: -30%;
}

.top_about {
  padding: 30px 0 20px;
}

.top_about_heading {
  width: 606px;
  margin-left: auto;
  margin-right: auto;
}

.top_about_heading img {
  width: 100%;
  height: auto;
}

.top_about_text {
  margin-top: 30px;
  font-size: 1.8rem;
  line-height: 1.666;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.top_about_item_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
}

.top_about_item {
  width: 305px;
}

.top_about_item:not(:first-of-type) {
  margin-left: 40px;
}

.top_about_item a {
  display: block;
}

.top_about_item a:hover {
  opacity: 0.7;
}

.top_about_item a img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .top_about {
    padding: 36px 0 45px;
  }
  .top_about_heading {
    width: 328px;
  }
  .top_about_text {
    font-size: 1.6rem;
    line-height: 1.75;
    text-align: left;
  }
  .top_about_item_wrap {
    margin-top: 20px;
  }
  .top_about_item {
    width: 49%;
  }
  .top_about_item:not(:first-of-type) {
    margin-left: 0;
  }
  .top_about_item:nth-of-type(even) {
    margin-left: 2%;
  }
  .top_about_item:nth-of-type(n+3) {
    margin-top: 2%;
  }
}
@media screen and (max-width: 370px) {
  .top_about {
    padding: 14.6666666vw 0 12vw;
  }
  .top_about_heading {
    width: 87.466666vw;
  }
  .top_about_text {
    margin-top: 8vw;
    font-size: 4.2666666vw;
  }
  .top_about_item_wrap {
    margin-top: 5.3333333vw;
  }
}
.top_recipe {
  padding: 25px 0 35px;
}

.top_recipe_heading {
  width: 596px;
  margin-left: auto;
  margin-right: auto;
}

.top_recipe_heading img {
  width: 100%;
  height: auto;
}

.top_recipe_text {
  margin-top: 8px;
  font-size: 1.8rem;
  line-height: 1.666;
  font-weight: bold;
  text-align: center;
}

.top_recipe_text + .js_recipe_items {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .top_recipe {
    padding: 65px 0 60px;
  }
  .top_recipe_heading {
    width: 247px;
  }
  .top_recipe_text {
    margin-top: 34px;
    font-size: 1.6rem;
    line-height: 1.75;
    text-align: left;
  }
  .top_recipe_text + .js_recipe_items {
    margin-top: 35px;
  }
  .js_recipe .recipe_item:last-of-type {
    display: none;
  }
}
@media screen and (max-width: 370px) {
  .top_recipe {
    padding: 17.3333333vw 0 18.75vw;
  }
  .top_recipe_heading {
    width: 65.866666vw;
  }
  .top_recipe_text {
    margin-top: 9.0666666vw;
    font-size: 4.2666666vw;
  }
  .top_recipe_text + .recipe_item_wrap {
    margin-top: 10.9375vw;
  }
}
.top_whats {
  padding: 25px 0 30px;
}

.top_whats_heading {
  width: 288px;
  margin-left: auto;
  margin-right: auto;
}

.top_whats_heading img {
  width: 100%;
  height: auto;
}

.top_whats_details {
  margin-top: 8px;
}

.top_whats_details:after {
  content: "";
  clear: both;
  display: block;
}

.top_whats_details_item {
  width: 50%;
  text-align: center;
}

.top_whats_details_item_img {
  width: 452px;
  margin-left: auto;
  margin-right: auto;
}

.top_whats_details_item_img img {
  width: 100%;
  height: auto;
}

.top_whats_details_item_text {
  font-size: 1.8rem;
  line-height: 1.666;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  text-align: left;
  margin-top: 30px;
}

@media screen and (min-width: 769px) {
  .top_whats_details_item:first-of-type {
    float: left;
  }
  .top_whats_details_item:nth-of-type(2) {
    float: right;
  }
  .top_whats_details_item:last-of-type {
    float: left;
  }
}
@media screen and (max-width: 768px) {
  .top_whats {
    padding: 55px 0 45px;
  }
  .top_whats_heading {
    width: 207px;
  }
  .top_whats_details {
    margin-top: 35px;
  }
  .top_whats_details_item {
    width: 100%;
  }
  .top_whats_details_item_img {
    width: 100%;
    margin-top: 30px;
  }
  .top_whats_details_item_text {
    font-size: 1.6rem;
    line-height: 1.75;
    display: block;
    margin-top: 0;
  }
}
@media screen and (max-width: 370px) {
  .top_whats {
    padding: 14.6666666vw 0 12vw;
  }
  .top_whats_heading {
    width: 55.1999999vw;
  }
  .top_whats_details {
    margin-top: 9.3333333vw;
  }
  .top_whats_details_item_img {
    margin-top: 8vw;
  }
  .top_whats_details_item_text {
    font-size: 4.2666666vw;
  }
}
.top_movie {
  padding: 25px 0 35px;
}

.top_movie_heading {
  width: 436px;
  margin-left: auto;
  margin-right: auto;
}

.top_movie_heading img {
  width: 100%;
  height: auto;
}

.top_movie_title {
  margin-top: 30px;
  margin-bottom: 30px;
}

.top_movie_title p {
  font-size: 2.8rem;
  line-height: 1.666;
  font-weight: bold;
  text-align: center;
}

.top_movie_youtube {
  width: 739px;
  height: 433px;
  margin: 0 auto 25px;
}

.top_movie_youtube iframe {
  width: 739px;
  height: 433px;
}

.top_movie_text {
  width: 793px;
  margin: 0 auto;
}

.top_movie_text p {
  font-size: 1.8rem;
  line-height: 1.666;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .top_movie {
    padding: 65px 0 60px;
  }
  .top_movie_heading {
    width: 310px;
  }
  .top_movie_title {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .top_movie_title p {
    font-size: 2.2rem;
  }
  .top_movie_youtube {
    width: 90%;
    height: 45.405vw;
    margin: 0 auto 20px;
  }
  .top_movie_youtube iframe {
    width: 100%;
    height: 100%;
  }
  .top_movie_text {
    width: 100%;
    margin: 0 auto;
  }
  .top_movie_text p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 370px) {
  .top_movie {
    padding: 17.3333333vw 0 18.75vw;
  }
  .top_movie_heading {
    width: 65.866666vw;
  }
  .top_movie_title p {
    font-size: 4.5vw;
  }
  .top_movie_text p {
    font-size: 4.2666666vw;
  }
}
.top_buttonWrap01 {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .top_buttonWrap01 {
    margin-top: 25px;
  }
}
.top_cp_banner {
  margin: 0 0 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top_cp_banner {
    margin: 0 0 36px;
  }
}
.top_cp_banner a {
  display: block;
}

.about img {
  display: inline-block;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .about img {
    max-width: 100%;
  }
}

.about_inner {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .about_inner {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}

.about_heading {
  margin: 0 auto 15px;
}

.about_text {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .about_text {
    text-align: left;
  }
}

.about_ttl {
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .about_ttl {
    margin-bottom: 35px;
  }
}

@media screen and (min-width: 769px) {
  .about_row {
    width: 1000px;
    margin-left: 0;
    margin-right: auto;
    position: relative;
  }
  .about_row .about_image {
    position: absolute;
    right: -40px;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@media screen and (min-width: 769px) {
  .about_row-reverse {
    width: 1000px;
    margin-left: auto;
    margin-right: 0;
    position: relative;
  }
  .about_row-reverse .about_image {
    position: absolute;
    left: -40px;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.about_buttonWrap {
  margin: 40px auto 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .about_buttonWrap {
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .about_image {
    width: 78.6vw;
    margin: 24px auto;
  }
}

@media screen and (min-width: 769px) {
  .about_content-01 .about_inner {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 769px) {
  .about_content-01 .about_row {
    width: 468px;
  }
}
.about_content-01 .about_ttl {
  width: 388px;
}
@media screen and (max-width: 768px) {
  .about_content-01 .about_ttl {
    width: 288px;
  }
}
@media screen and (max-width: 370px) {
  .about_content-01 .about_ttl {
    width: 76.8vw;
  }
}
.about_content-01 .about_heading {
  width: 388px;
}
@media screen and (max-width: 768px) {
  .about_content-01 .about_heading {
    width: 310px;
  }
}
@media screen and (max-width: 370px) {
  .about_content-01 .about_heading {
    width: 82.666666vw;
  }
}
.about_content-01 .about_text span {
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .about_content-01 .about_image {
    width: 500px;
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .about_content-01 .about_image {
    width: 78.6vw;
    margin: 24px auto;
  }
}

@media screen and (min-width: 769px) {
  .about_content-02 .about_inner {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 769px) {
  .about_content-02 .about_row-reverse {
    width: 522px;
  }
}
.about_content-02 .about_heading {
  width: 516px;
}
@media screen and (max-width: 768px) {
  .about_content-02 .about_heading {
    width: 280px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 370px) {
  .about_content-02 .about_heading {
    width: 74.666666vw;
  }
}
@media screen and (min-width: 769px) {
  .about_content-02 .about_image {
    width: 441px;
    top: -42px;
    left: -50px;
  }
}
@media screen and (max-width: 768px) {
  .about_content-02 .about_image {
    width: 84.53vw;
    margin-top: 0;
  }
  .about_content-02 .about_image img {
    margin-left: -4.4vw;
  }
}

@media screen and (min-width: 769px) {
  .about_content-03 .about_inner {
    padding-top: 72px;
    padding-bottom: 35px;
  }
}
@media screen and (min-width: 769px) {
  .about_content-03 .about_row {
    width: 416px;
    margin-left: 40px;
  }
}
@media screen and (min-width: 769px) {
  .about_content-03 .about_image {
    width: 441px;
    top: -90px;
    right: -68px;
  }
}
@media screen and (max-width: 768px) {
  .about_content-03 .about_image {
    width: 83.7vw;
    margin-top: 0;
  }
  .about_content-03 .about_image img {
    margin-left: 5vw;
  }
}

@media screen and (max-width: 768px) {
  .about_content-09 {
    background-size: 100% 100%;
  }
}
@media screen and (min-width: 769px) {
  .about_content-09 .about_inner {
    padding-top: 85px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .about_content-09 .about_inner {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 769px) {
  .about_content-09 .about_row-reverse {
    width: 500px;
    min-height: 228px;
    margin-right: 18px;
  }
}
.about_content-09 .about_heading {
  width: 379px;
}
@media screen and (max-width: 768px) {
  .about_content-09 .about_heading {
    width: 335px;
  }
}
@media screen and (max-width: 370px) {
  .about_content-09 .about_heading {
    width: 100%;
  }
}
.about_content-09 .about_image {
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .about_content-09 .about_image {
    width: 447px;
    top: -92px;
  }
}

@media screen and (min-width: 769px) {
  .about_content-04 .about_inner {
    padding-top: 59px;
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 769px) {
  .about_content-04 .about_row-reverse {
    width: 500px;
    min-height: 228px;
    margin-right: 18px;
  }
}
.about_content-04 .about_heading {
  width: 290px;
}
@media screen and (max-width: 768px) {
  .about_content-04 .about_heading {
    width: 230px;
  }
}
@media screen and (max-width: 370px) {
  .about_content-04 .about_heading {
    width: 61.3333333vw;
  }
}
.about_content-04 .about_image {
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .about_content-04 .about_image {
    width: 400px;
    top: 0;
  }
}

.about_content-05 {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .about_content-05 .about_inner {
    padding-top: 36px;
    padding-bottom: 57px;
  }
}
@media screen and (min-width: 769px) {
  .about_content-05 .about_row {
    min-height: 228px;
    margin-left: 48px;
  }
}
.about_content-05 .about_ttl {
  width: 381px;
}
@media screen and (max-width: 768px) {
  .about_content-05 .about_ttl {
    width: 271px;
  }
}
@media screen and (max-width: 370px) {
  .about_content-05 .about_ttl {
    width: 72.266666vw;
  }
}
.about_content-05 .about_lead {
  width: 661px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .about_content-05 .about_lead {
    width: 332px;
  }
}
@media screen and (max-width: 370px) {
  .about_content-05 .about_lead {
    width: 88.533333vw;
  }
}
.about_content-05 .about_leadBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .about_content-05 .about_leadBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
.about_content-05 .about_leadBox .text {
  width: 416px;
}
@media screen and (max-width: 768px) {
  .about_content-05 .about_leadBox .text {
    width: 100%;
    text-align: left;
  }
}
.about_content-05 .about_package {
  width: 262px;
  margin-right: 29px;
}
@media screen and (max-width: 768px) {
  .about_content-05 .about_package {
    width: 200px;
    margin-right: 0;
  }
}
@media screen and (max-width: 370px) {
  .about_content-05 .about_package {
    width: 53.3333333vw;
  }
}
.about_content-05 .about_package img {
  width: 100%;
  height: auto;
}
.about_content-05 .about_graph {
  background: #FFF;
  border-radius: 10px;
  padding: 60px 40px 40px;
  margin: 30px auto 80px;
  width: 884px;
}
@media screen and (max-width: 768px) {
  .about_content-05 .about_graph {
    width: 100%;
    padding: 35px 10px;
    margin-bottom: 50px;
  }
}
.about_content-05 .about_graph_heading {
  width: 501px;
  margin: 0 auto 15px;
}
@media screen and (max-width: 768px) {
  .about_content-05 .about_graph_heading {
    width: 239px;
  }
}
@media screen and (max-width: 370px) {
  .about_content-05 .about_graph_heading {
    width: 63.7333333vw;
  }
}
.about_content-05 .about_graph_unit {
  font-size: 1.2rem;
  color: #555;
  text-align: right;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .about_content-05 .about_graph_unit {
    font-size: 1rem;
  }
}
.about_content-05 .about_graph_box {
  background: #FAF6D3;
  border-radius: 10px;
  padding: 40px 40px 20px 30px;
}
@media screen and (max-width: 768px) {
  .about_content-05 .about_graph_box {
    padding: 24px 10px;
  }
}
.about_content-05 .about_graph_note {
  font-size: 1.2rem;
  color: #555;
  text-align: right;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .about_content-05 .about_graph_note {
    font-size: 1rem;
  }
}
@media screen and (min-width: 769px) {
  .about_content-05 .about_row {
    width: 450px;
  }
}
.about_content-05 .about_heading {
  width: 345px;
}
@media screen and (max-width: 768px) {
  .about_content-05 .about_heading {
    width: 275px;
  }
}
@media screen and (max-width: 370px) {
  .about_content-05 .about_heading {
    width: 73.333333vw;
  }
}
@media screen and (min-width: 769px) {
  .about_content-05 .about_image {
    width: 400px;
    top: 0;
  }
}

@media screen and (min-width: 769px) {
  .about_content-06 .about_inner {
    padding-top: 50px;
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 768px) {
  .about_content-06 .about_inner {
    padding-bottom: 115px;
  }
}
@media screen and (min-width: 769px) {
  .about_content-06 .about_row-reverse {
    width: 434px;
    margin-right: 10px;
  }
}
.about_content-06 .about_ttl {
  width: 483px;
}
@media screen and (max-width: 768px) {
  .about_content-06 .about_ttl {
    width: 271px;
  }
}
@media screen and (max-width: 370px) {
  .about_content-06 .about_ttl {
    width: 72.266666vw;
  }
}
.about_content-06 .about_heading {
  width: 433px;
}
@media screen and (max-width: 768px) {
  .about_content-06 .about_heading {
    width: 323px;
  }
}
@media screen and (max-width: 370px) {
  .about_content-06 .about_heading {
    width: 86.133333vw;
  }
}
@media screen and (max-width: 768px) {
  .about_content-06 .about_image {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .about_content-06 .about_image {
    width: 534px;
    top: 0;
    left: -20px;
  }
}
.about_content-06 .about_package {
  width: 262px;
  margin: 20px auto 0;
}
@media screen and (max-width: 768px) {
  .about_content-06 .about_package {
    width: 200px;
    margin: 0 auto;
  }
}
.about_content-06 .about_package img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .about_content-10 {
    background-size: 100% 107%;
  }
}
@media screen and (min-width: 769px) {
  .about_content-10 .about_inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .about_content-10 .about_inner {
    padding-top: 0;
    padding-bottom: 25px;
  }
}
@media screen and (min-width: 769px) {
  .about_content-10 .about_row {
    width: 434px;
    margin-left: 10px;
  }
}
.about_content-10 .about_ttl {
  width: 398px;
}
@media screen and (max-width: 768px) {
  .about_content-10 .about_ttl {
    width: 271px;
  }
}
@media screen and (max-width: 370px) {
  .about_content-10 .about_ttl {
    width: 72.266666vw;
  }
}
.about_content-10 .about_heading {
  width: 326px;
}
@media screen and (max-width: 768px) {
  .about_content-10 .about_heading {
    width: 255px;
  }
}
@media screen and (max-width: 370px) {
  .about_content-10 .about_heading {
    width: 86.133333vw;
  }
}
@media screen and (max-width: 768px) {
  .about_content-10 .about_image {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .about_content-10 .about_image {
    width: 534px;
    top: 0;
    right: -20px;
  }
}
.about_content-10 .about_package {
  width: 262px;
  margin: 20px auto 0;
}
@media screen and (max-width: 768px) {
  .about_content-10 .about_package {
    width: 200px;
    margin: 0 auto;
  }
}
.about_content-10 .about_package img {
  width: 100%;
  height: auto;
}

.about_content-07 {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .about_content-07 .about_inner {
    padding-top: 57px;
    padding-bottom: 66px;
  }
}
.about_content-07 .about_ttl {
  width: 717px;
}
@media screen and (max-width: 768px) {
  .about_content-07 .about_ttl {
    width: 326px;
  }
}
@media screen and (max-width: 370px) {
  .about_content-07 .about_ttl {
    width: 86.933333vw;
  }
}

.about_enjoy-01 {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .about_enjoy-01 {
    margin-top: 36px;
  }
}
.about_enjoy-01 .about_heading {
  width: 482px;
}
@media screen and (max-width: 768px) {
  .about_enjoy-01 .about_heading {
    width: 233px;
  }
}
@media screen and (max-width: 370px) {
  .about_enjoy-01 .about_heading {
    width: 62.133333vw;
  }
}
@media screen and (max-width: 768px) {
  .about_enjoy-01 .text {
    text-align: left;
  }
}

.about_cooking {
  width: 884px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 20px auto 0;
}
@media screen and (max-width: 768px) {
  .about_cooking {
    width: 100%;
    display: block;
    margin: 36px auto 0;
  }
}
.about_cooking_item {
  width: 422px;
  border-radius: 10px;
  background: #FAF6D3;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .about_cooking_item {
    width: 100%;
    padding: 24px 20px;
    margin-top: 24px;
  }
}
.about_cooking_label {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  color: #FFF;
  background: #96104F;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 2px;
}
@media screen and (max-width: 768px) {
  .about_cooking_label {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 370px) {
  .about_cooking_label {
    font-size: 4.2666666vw;
  }
}
.about_cooking_img {
  height: 230px;
}
@media screen and (max-width: 768px) {
  .about_cooking_img {
    height: 220px;
  }
}
.about_cooking_img img {
  width: auto;
  height: 100%;
}

.about_enjoy-02 {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .about_enjoy-02 {
    margin-top: 50px;
  }
}
.about_enjoy-02 .about_heading {
  width: 388px;
}
@media screen and (max-width: 768px) {
  .about_enjoy-02 .about_heading {
    width: 312px;
  }
}
@media screen and (max-width: 370px) {
  .about_enjoy-02 .about_heading {
    width: 83.2vw;
  }
}
@media screen and (max-width: 768px) {
  .about_enjoy-02 .text {
    text-align: left;
  }
}

.about_ice {
  width: 681px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 20px auto 0;
}
@media screen and (max-width: 768px) {
  .about_ice {
    width: 100%;
  }
}
.about_ice_item {
  width: 310px;
}
@media screen and (max-width: 768px) {
  .about_ice_item {
    width: 47.7%;
  }
}
.about_ice_label {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  color: #FFF;
  background: #5187B9;
  border-radius: 10px;
  margin-bottom: 15px;
  padding: 3px 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .about_ice_label {
    font-size: 1.4rem;
    padding: 3px 1em;
  }
}
@media screen and (max-width: 370px) {
  .about_ice_label {
    font-size: 3.73333333vw;
    padding: 0.8vw 1em;
  }
}
.about_ice_label::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 4.5px 0 4.5px;
  border-color: #5187B9 transparent transparent transparent;
  position: absolute;
  position: absolute;
  left: 50%;
  bottom: -8px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.about_content-08 {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .about_content-08 .about_inner {
    padding-top: 34px;
    padding-bottom: 70px;
  }
}
.about_content-08 .about_ttl {
  width: 445px;
}
@media screen and (max-width: 768px) {
  .about_content-08 .about_ttl {
    width: 320px;
  }
}
@media screen and (max-width: 370px) {
  .about_content-08 .about_ttl {
    width: 85.333333vw;
  }
}
.about_content-08 .about_heading {
  width: 265px;
}
@media screen and (max-width: 768px) {
  .about_content-08 .about_heading {
    width: 215px;
  }
}
@media screen and (max-width: 370px) {
  .about_content-08 .about_heading {
    width: 57.3333333vw;
  }
}
.about_content-08 .about_text {
  width: 434px;
}
.about_content-08 .about_image {
  width: 534px;
}
.about_content-08 .about_package {
  width: 262px;
  margin: 20px auto 0;
}
.about_content-08 .about_package img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .about_content-08 .text {
    text-align: left;
  }
}

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

.about_scene_image {
  width: 400px;
}
@media screen and (max-width: 768px) {
  .about_scene_image {
    width: 78.6vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.about_scene_image img {
  max-width: 100%;
  height: auto;
}

.about_scene_text {
  width: 365px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .about_scene_text {
    width: 100%;
  }
}

.about_scene-01 {
  width: 803px;
  margin: 40px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .about_scene-01 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 35px;
  }
}
.about_scene-01 .about_scene_heading {
  width: 207px;
}
@media screen and (max-width: 768px) {
  .about_scene-01 .about_scene_heading {
    width: 165px;
  }
}
@media screen and (max-width: 370px) {
  .about_scene-01 .about_scene_heading {
    width: 44vw;
  }
}

.about_scene-02 {
  width: 803px;
  margin: 40px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .about_scene-02 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 35px;
  }
}
.about_scene-02 .about_scene_heading {
  width: 207px;
}
@media screen and (max-width: 768px) {
  .about_scene-02 .about_scene_heading {
    width: 177px;
  }
}
@media screen and (max-width: 370px) {
  .about_scene-02 .about_scene_heading {
    width: 47.2vw;
  }
}

.about_scene_list {
  font-size: 1.8rem;
  color: #FFF;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .about_scene_list {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}
.about_scene_list > li::before {
  content: "・";
}