/* common */
#wrapper {
  min-width: inherit;
}
.inner {
  max-width: 1000px;
  margin: 0 auto;
}
main {
  font-family: 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'ＭＳ ゴシック', 'Osaka－等幅', sans-serif;
  overflow: hidden;
}
main img {
  max-width: 100%;
}
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sp_display {
  display: none;
}
a {
  transition-duration: 0.3s;
}

/* mv */
#mv {
  background-image: url(../img/bottom_wave_bg.png), url(../img/mv_bg.png);
  background-size: auto;
  background-position: center bottom, center top;
  background-repeat: repeat-x, no-repeat;
  background-color: #f9f4e4;
  padding: 43px 0 120px;
}
#mv h1 {
  margin-bottom: 46px;
}
#mv .menu {
  background-image: url(../img/mv_menu_bg.png);
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  max-width: 1000px;
}
#mv .menu li {
  width: 33.333333%;
  text-align: center;
  height: 70px;
  position: relative;
}
#mv .menu li.new-item img {
  position: relative;
  bottom: -17%;
}
#mv .menu li a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#mv .menu li img.new {
  position: absolute;
  top: 10%;
  bottom: auto;
  left: 39%;
  width: 24.005%;
}

/* yasashii */
#yasashii {
  padding: 110px 0 100px;
  background-image: url(../img/yasashii_bg.jpg);
  background-repeat: no-repeat;
  background-position: right calc(50% + -218px) bottom 57px;
}
#yasashii .flex {
  justify-content: flex-start;
}
#yasashii .flex .photo {
  margin-right: 6%;
  width: 47.2%;
}
#yasashii .flex .txt {
  width: 37.4%;
  text-align: center;
}
#yasashii .flex .txt h2 {
  margin-bottom: 36px;
}
#yasashii .flex .txt h2 img {
  width: 357px;
}
#yasashii .flex .txt p img {
  width: 374px;
}

/* research */
#research {
  text-align: center;
  background-image: url(../img/bottom_wave_bg.png), url(../img/bubble_bg.png);
  background-position: center bottom, center bottom;
  background-repeat: repeat-x, no-repeat;
  background-color: #f9f4e4;
  padding: 103px 0 150px;
}
#research h2 {
  margin-bottom: 100px;
}
#research .result,
#research .summary {
  position: relative;
}
#research .result + .result {
  margin-top: 100px;
}
#research .result h3 {
  position: absolute;
  top: -41px;
  left: 50%;
  transform: translateX(-50%);
}
#research .result .sub_img {
  position: absolute;
  left: 71.5%;
  top: 19%;
}
#research .summary {
  margin-top: 82px;
}
#research .summary h3 {
  margin-bottom: 43px;
}
#research .summary .content {
  align-items: flex-start;
  text-align: left;
}
#research .summary .content .desc {
  font-size: 16px;
  width: 58%;
  line-height: 1.9375;
}
#research .summary .content span {
  font-weight: bold;
}
#research .summary .content .desc + img {
  margin-top: 8px;
  width: 39%;
}
#research .summary .content .two_dimensions {
  font-size: 14px;
  line-height: 1.71428571;
  margin-top: 37px;
}

/* story */
#story {
  background-color: #910000;
  padding: 80px 0;
}
#story .inner {
  max-width: 1300px;
  background: url(../img/story_bg.png) 2% -1em/2.24% repeat-y, url(../img/story_bg.png) 98% -1em/2.24% repeat-y;
  background-color: #fffef7;
  border-radius: 1em;
  box-shadow: 0.2em 0.2em 0.5em 0.2em rgb(0 0 0 / 20%);
  position: relative;
  padding-bottom: 60px;
}
#story h2 {
  width: 32.847%;
  margin: 0 auto;
  padding-top: 80px;
}
#story .icon_new {
  position: absolute;
  top: 0px;
  width: 19.693%;
  left: 15%;
}
#story h2 + h3 {
  width: 73.77%;
  margin: 0 auto;
  position: relative;
  left: -1%;
  padding-bottom: 70px;
}
#story .movie {
  width: 76.924%;
  margin: 0 auto;
}
#story .movie li {
  width: 48.6%;
}
#story .movie li p {
  padding: 5% 3% 8%;
}
#story h4 {
  width: 59.693%;
  margin: 0 auto;
  position: relative;
  left: -1%;
  padding-bottom: 130px;
}

#story .recipe {
  width: 77.31%;
  margin: 0 auto;
}
#story .recipe h3 {
  text-align: center;
  padding-bottom: 40px;
}
#story .recipe ul {
  justify-content: center;
}
#story .recipe li {
  width: 33.333%;
  margin-bottom: 2%;
}
#story .recipe li a:hover {
  opacity: 0.7;
}

.recipe_modal {
  background: url('../img/modal_recipe01_bg.png') 0 2em/45.3% no-repeat;
  background-color: #fffef7;
  height: 100%;
  border-radius: 1em;
  padding: 2%;
  box-sizing: border-box;
  overflow: hidden;
}
#recipe02.recipe_modal {
  background: url('../img/modal_recipe02_bg.png') 0 2em/45.3% no-repeat;
  background-color: #fffef7;
}
#recipe03.recipe_modal {
  background: url('../img/modal_recipe03_bg.png') 0 2em/45.3% no-repeat;
  background-color: #fffef7;
}
#recipe04.recipe_modal {
  background: url('../img/modal_recipe04_bg.png') 0 2em/45.3% no-repeat;
  background-color: #fffef7;
}
#recipe05.recipe_modal {
  background: url('../img/modal_recipe05_bg.png') 0 2em/45.3% no-repeat;
  background-color: #fffef7;
}

.recipe_modal > div {
  overflow-y: scroll;
  height: 100%;
}
.recipe_modal .detail {
  width: 49.842%;
  margin-left: 49.014%;
  min-height: 78%;
  margin-bottom: 4%;
}
.recipe_modal .detail h3 img {
  width: 100%;
}
.recipe_modal .detail h3 + p {
  color: #664827;
  font-size: 16px;
  margin-top: 1em;
  text-align: left;
}
.recipe_modal .detail h4 {
  text-align: left;
  margin-top: 1.8em;
  border-bottom: 2px dotted #8c765c;
  padding-bottom: 1em;
}
.recipe_modal .detail ul {
  width: 100%;
  margin-top: 1em;
}
.recipe_modal .detail li {
  color: #664827;
  font-size: 16px;
  margin-top: 0.2em;
}
.recipe_modal .howto {
  background-color: #fff;
  border-radius: 2em;
  border: 2px dotted #8c765c;
  padding: 4%;
  padding-bottom: 3%;
  width: 90%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  min-height: 12em;
}
.recipe_modal .howto h4 {
  position: absolute;
  top: -1.6em;
  left: 4%;
}
.recipe_modal .howto li {
  color: #664827;
  font-size: 16px;
  padding-left: 1em;
  text-indent: -1em;
  text-align: left;
}
.recipe_modal .howto .caption {
  margin-top: 1em;
}
.recipe_modal .howto .caption li {
  font-size: 14px;
}

/* listen */
#listen {
  text-align: center;
  padding: 76px 0 121px;
  position: relative;
}
#listen h2 {
  margin-bottom: 69px;
}
#listen .qa {
  text-align: left;
  margin-bottom: 70px;
}
#listen .qa li + li {
  margin-top: 54px;
}
#listen .qa li h3 {
  margin-bottom: 21px;
}
#listen .qa li p {
  font-size: 16px;
  line-height: 1.9375;
}
#listen .point {
  margin-bottom: 104px;
}
#listen .profile {
  background-image: url(../img/listen_profile_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  text-align: left;
  padding-top: 47px;
  padding-left: 30%;
  padding-bottom: 40px;
}
#listen .profile h3 {
  margin-bottom: 36px;
}
#listen .profile p {
  font-size: 16px;
  line-height: 2.125;
  width: 86%;
  color: #684928;
}
#listen .profile .sub_img {
  position: absolute;
  left: calc(50% - 540px);
  bottom: 0;
}

/* original */
#original {
  background-color: #f9f4e4;
  padding: 101px 0 131px;
  background-image: url(../img/bottom_wave_bg.png), url(../img/bubble_bg.png);
  background-position: center bottom, center bottom;
  background-repeat: repeat-x, no-repeat;
}
#original h2 {
  position: relative;
  left: 39px;
}
#original .desc {
  margin-top: -108px;
  position: relative;
  left: 38px;
  margin-bottom: 30px;
}
#original .note {
  font-size: 13px;
  position: relative;
  left: 40px;
  margin-bottom: 73px;
}
#original .realize {
  text-align: center;
}
#original .realize li {
  width: 47%;
  border-radius: 18px;
  background-color: #fff;
  position: relative;
  padding: 54px 0 44px;
}
#original .realize li h3 {
  text-align: center;
  top: -12px;
  margin-bottom: 28px;
  position: absolute;
  width: 356px;
  left: 50%;
  transform: translateX(-50%);
}
#original .realize li h4 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 13px;
}
#original .realize p {
  text-align: left;
  font-size: 16px;
  line-height: 1.9375;
  padding: 0 8.5%;
  margin-bottom: 43px;
}
#original .realize .image {
  padding: 0 8%;
}

/* voice */
#voice {
  text-align: center;
  padding: 108px 0 78px;
}
#voice h2 {
  margin-bottom: 56px;
}
#voice p {
  margin-bottom: 47px;
}

/* recipe */
#recipe {
  text-align: center;
  padding: 202px 0 83px;
  background-image: url(../img/bottom_wave_bg.png), url(../img/recipe_bg.png);
  background-repeat: repeat-x;
  background-position: center top 78px, center top;
}
#recipe h2 {
  margin-bottom: 40px;
}
#recipe .content {
  position: relative;
  padding: 80px 0 73px;
  background-image: url(../img/recipe_content_bg.png);
  background-repeat: no-repeat;
  background-position: top 20px center;
  background-size: contain;
}
#recipe .content .photo {
  position: absolute;
  left: 20px;
  top: 0;
  width: 403px;
}
#recipe .content .desc {
  padding-left: 38%;
  text-align: left;
}
#recipe .content .desc h3 {
  margin-bottom: 21px;
}
#recipe .content .desc p {
  font-size: 16px;
  line-height: 2.125;
  padding-left: 54px;
  max-width: 530px;
}

/*------------------
TOPに戻るボタン
--------------------*/
#back-top {
  position: fixed;
  bottom: 3rem;
  right: 2rem;
  z-index: 9998;
  display: none;
}
#back-top a {
  width: 231px;
  display: block;
  text-decoration: none;
  color: #bbb;
}
#back-top a:hover {
  color: #000;
}
/* arrow icon (span tag) */
#back-top span {
  width: 231px;
  height: 274px;
  display: block;
  background: url(../img/btn_top.png) center center / contain no-repeat;
}
#back-top.fixed {
  bottom: 6rem;
}
#back-top a.top {
  position: absolute;
  display: block;
  bottom: 0px;
  left: 0px;
  height: 40px;
}

#scroll_top_position {
  position: absolute;
  top: 0px;
  font-size: 0px;
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
  #story .inner {
    max-width: 94%;
  }
  .movie_modal iframe {
    width: 80vw;
    height: 45vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /* common */
  .inner {
    width: 95%;
  }
  #header {
    padding: 10px 20px;
  }
  .pageTop {
    width: 95%;
  }
  #footer {
    padding: 20px;
  }

  /* mv */
  #mv .menu li {
    height: 6.5vw;
  }

  /* yasashii */
  #yasashii {
    background-size: 48vw;
    background-position: right 1vw bottom 11vw;
  }
  #yasashii .flex {
    justify-content: center;
  }

  /* research */
  #research .result .sub_img {
    width: 34vw;
  }

  /* listen */
  #listen {
    padding-bottom: 12vw;
  }
  #listen .profile {
    height: 30.23023023vw;
  }
  #listen .profile h3 {
    width: 57vw;
    margin-bottom: 2vw;
  }
  #listen .profile p {
    font-size: 1.4vw;
  }
  #listen .profile .sub_img {
    left: -1.5vw;
    width: 30vw;
  }

  /* original */
  #original .desc {
    left: 0;
  }
  #original h2 {
    left: 0;
  }
  #original .note {
    left: 0;
  }
  #original .realize li h3 {
    top: -1.5vw;
  }
  #original .realize li h3 img {
    max-width: 38vw;
  }

  /* recipe */
  #recipe .content {
    padding: 8.5vw 0 7.5vw;
  }
  #recipe .content .photo {
    width: 37vw;
  }
  #recipe .content .desc h3 {
    width: 49vw;
    margin-bottom: 1.5vw;
  }
  #recipe .content .desc p {
    padding-left: 5vw;
    font-size: 1.6vw;
    width: 48vw;
  }
}

@media screen and (max-width: 767px) {
  /* common */
  .pc_display {
    display: none;
  }
  .sp_display {
    display: block;
  }
  h3 {
    z-index: 2;
  }

  /* mv */
  #mv {
    padding: 12.5vw 4vw 0;
    height: 158.875vw;
    background-image: url(../img/mv_bg_sp.png);
    background-position: center top;
    background-size: cover;
  }
  #mv h1 {
    margin-bottom: 10.5vw;
  }
  #mv .menu {
    background-image: url(../img/mv_menu_bg_sp.png);
    max-width: 78.75vw;
    margin: 0 auto;
  }
  #mv .menu li {
    width: 88%;
    margin: 0 auto;
    height: 12.65625vw;
    text-align: left;
  }
  #mv .menu li a {
    justify-content: flex-start;
  }
  #mv .menu li img {
    height: 3.5vw;
    width: auto;
  }
  #mv .menu li.new-item img {
    bottom: -14%;
  }
  #mv .menu li img.new {
    position: absolute;
    left: 0%;
    width: 19%;
    height: auto;
  }

  /* yasashii */
  #yasashii {
    padding: 16vw 0 13vw;
    background-position: center top 49.5vw;
    background-size: 88.5vw;
  }
  #yasashii .flex {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
  }
  #yasashii .flex .txt {
    width: 75.9375vw;
  }
  #yasashii .flex .txt h2 {
    width: 61.40625vw;
    margin: 0 auto 7vw;
  }
  #yasashii .flex .photo {
    margin: 46vw auto 0;
    width: 62%;
  }

  /* research */
  #research {
    padding: 15vw 0 22vw;
    background-image: url(../img/bottom_wave_bubble_bg_sp.png);
    background-position: bottom;
    background-size: contain;
  }
  #research h2 {
    width: 85.625vw;
    margin: 0 auto 18vw;
  }
  #research .result {
    padding: 0 5vw;
  }
  #research .result.figure {
    background-image: url(../img/research_result_img02_sp.png);
    height: 239.6875vw;
    background-size: contain;
    width: 90%;
    margin: 0 auto;
    padding-top: 87.5vw;
    position: relative;
    background-repeat: no-repeat;
  }
  #research .result.figure .figure_box {
    position: relative;
    width: 70vw;
    margin: 0 auto;
    height: 80vw;
    -ms-overflow-style: none; /* IE, Edge */
    scrollbar-width: none; /* Firefox */
  }
  #research .result.figure .figure_box::-webkit-scrollbar {
    display: none; /* Chrome */
  }
  #research .result.figure .figure_box .ttl {
    width: 51vw;
  }
  #research .result.figure .figure_box .scroll-wrap img {
    width: 127vw;
    max-width: inherit;
  }
  #research .result.figure .figure_box .scroll-wrap {
    padding: 4vw 0;
    overflow: scroll;
  }
  #research .result.figure .figure_box .scroll-hint-icon {
    background-image: url(../img/research_result_img02_figure_icon_sp.png);
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 13.4375vw;
    padding: 0;
    width: 13.4375vw;
    height: 13.4375vw;
    right: -9vw;
    top: 35vw;
    position: absolute;
    opacity: 0.4;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -ms-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
  }
  #research .result + .result {
    margin-top: 19vw;
  }
  #research .result h3 {
    width: 46vw;
    top: -6.4vw;
  }
  #research .result .sub_img.photo {
    width: 47vw;
    top: 83vw;
    left: 63.5vw;
  }
  #research .result .sub_img.illust {
    width: 28.4375vw;
    top: 132vw;
    left: inherit;
    right: 1vw;
  }
  #research .summary {
    margin-top: 15.5vw;
  }
  #research .summary h3 {
    width: 46vw;
    margin: 0 auto 9vw;
  }
  #research .summary .content {
    flex-direction: column;
    padding: 0 10%;
  }
  #research .summary .content .desc {
    width: 100%;
    font-size: 3.75vw;
    line-height: 1.41666667;
    order: 0;
  }
  #research .summary .content .desc + img {
    order: 2;
    width: 100%;
    margin-top: 8vw;
  }
  #research .summary .content .two_dimensions {
    order: 1;
    font-size: 3.125vw;
    line-height: 1.5;
    margin-top: 8vw;
  }
  #research .summary .content .two_dimensions span {
    margin-bottom: 2vw;
    display: inline-block;
  }

  /* story */
  #story {
    padding: 10vw 0;
  }
  #story .inner {
    max-width: 90%;
    padding-bottom: 5vw;
  }
  #story .icon_new {
    width: 27.693%;
    left: 12%;
  }
  #story h2 {
    width: 50.847%;
    padding-top: 11vw;
  }
  #story h2 + h3 {
    width: 80%;
    left: 0%;
    padding-bottom: 10vw;
  }
  #story .movie ul {
    display: block;
  }
  #story .movie ul li {
    display: block;
    width: 100%;
  }
  #story .movie li p {
    padding: 5vw 0 10vw;
  }
  #story h4 {
    width: 89%;
    left: 0%;
    padding-top: 3vw;
    padding-bottom: 20vw;
  }
  #story .recipe h3 {
    padding-bottom: 4vw;
  }
  #story .recipe ul {
    display: block;
  }
  #story .recipe li {
    width: 100%;
    margin-bottom: 2%;
  }
  .recipe_modal {
    background: none !important;
    background-color: #fffef7 !important;
  }
  .recipe_modal .detail {
    width: 90%;
    margin: 0 auto;
    min-height: 0px;
    margin-bottom: 5vw;
    margin-top: 5vw;
  }
  .recipe_modal .detail h3 + p {
    font-size: 3.8vw;
  }
  .recipe_modal .detail > img {
    width: 70%;
    margin: 0 auto;
  }
  .recipe_modal .detail li {
    font-size: 3.8vw;
  }

  .recipe_modal .howto {
    border-radius: 1em;
    padding: 7%;
    min-height: 1em;
    margin-top: 10vw;
    margin-bottom: 5vw;
  }
  .recipe_modal .howto h4 {
    top: -4vw;
    left: 4%;
    width: 28%;
  }
  .recipe_modal .howto h4 img {
    width: 100%;
  }
  .recipe_modal .howto li {
    font-size: 3.8vw;
  }
  .recipe_modal .howto .caption li {
    font-size: 3vw;
  }
  .movie_modal iframe {
    width: 90vw;
    height: 50.625vw;
  }

  /* listen */
  #listen {
    padding: 12vw 0 0;
  }
  #listen h2 {
    width: 77.96875vw;
    margin: 0 auto 13vw;
  }
  #listen .qa {
    padding: 0 11%;
    margin-bottom: 7vw;
  }
  #listen .qa li + li {
    margin-top: 10vw;
  }
  #listen .qa li h3 {
    margin-bottom: 5vw;
  }
  #listen .qa li p {
    font-size: 3.75vw;
    line-height: 1.83333333;
  }
  #listen .point {
    padding: 0 5%;
    margin-bottom: 12vw;
  }
  #listen .profile {
    background-image: url(../img/listen_profile_bg_sp.png);
    width: 92%;
    margin: 0 auto;
    padding: 9vw 0 0 7vw;
    position: relative;
    left: -1vw;
  }
  #listen .profile h3 {
    width: 67.34375vw;
    margin: 0 0 6vw 5.5vw;
  }
  #listen .profile p {
    font-size: 3.75vw;
    line-height: 1.83333333;
    width: 95%;
  }
  #listen .profile .sub_img {
    left: 45%;
    transform: translateX(-50%);
    width: 50vw;
    position: relative;
    margin-top: -3vw;
  }

  /* original */
  #original {
    padding: 15.5vw 0 23vw;
    background-image: url(../img/bottom_wave_bubble_bg_sp.png);
    background-position: bottom;
    background-size: contain;
  }
  #original h2 {
    left: -1vw;
    width: 83.4375vw;
    margin: 0 auto;
  }
  #original .desc {
    margin-top: inherit;
    left: 4vw;
    width: 94.84375vw;
    margin-top: -7vw;
  }
  #original .note {
    font-size: 3.125vw;
    margin: -2vw 0 14vw;
    left: 9.5vw;
  }
  #original .realize {
    flex-direction: column-reverse;
    padding: 0 10%;
  }
  #original .realize li {
    width: 100%;
    border-radius: 2.8125vw;
    padding: 8vw 0;
  }
  #original .realize li + li {
    margin-bottom: 14vw;
  }
  #original .realize li h3 {
    width: 67.5vw;
    top: -2.34375vw;
  }
  #original .realize li h4 {
    font-size: 4.0625vw;
    margin-bottom: 2.5vw;
  }
  #original .realize p {
    font-size: 3.75vw;
    line-height: 1.41666667;
    margin-bottom: 11.5vw;
  }
  #original .realize .image {
    padding: 0 5%;
  }

  /* voice */
  #voice {
    padding: 12vw 5vw 17vw;
  }
  #voice h2 {
    width: 40.3125vw;
    margin: 0 auto 9vw;
  }
  #voice p {
    width: 78.4375vw;
    margin: 0 auto 9vw;
  }

  /* recipe */
  #recipe {
    padding: 29vw 4.5% 50px;
    background-image: url(../img/recipe_bg_sp.png);
    background-position: center top;
    background-size: contain;
  }
  #recipe h2 {
    margin-bottom: 5vw;
  }
  #recipe .content {
    background-image: url(../img/recipe_content_bg_sp.png);
    padding: 16vw 0 0;
    display: flex;
    flex-direction: column-reverse;
  }
  #recipe .content .photo {
    position: inherit;
    width: 75vw;
    left: inherit;
    margin: 0 auto;
  }
  #recipe .content .desc {
    padding: 0 6vw 0 7vw;
    margin-bottom: 3vw;
  }
  #recipe .content .desc h3 {
    margin-bottom: 4vw;
  }
  #recipe .content .desc p {
    padding: 0;
    font-size: 3.75vw;
    line-height: 1.83333333;
  }

  /*------------------
TOPに戻るボタン
--------------------*/
  #back-top {
    bottom: 8vw;
    right: 1%;
  }
  #back-top a {
    width: 30vw;
  }
  #back-top span {
    width: 30vw;
    height: 40vw;
  }
  #back-top a.top {
    height: 10vw;
  }
  #back-top.fixed {
    bottom: 69vw;
  }
}
