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

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

address {
  font-style: normal;
}

/* 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;
}

#preloadedImages {
  width: 0;
  height: 0;
  display: inline;
  background-image: url("../images/hero.jpg");
  background-image: url("../images/hero_s.jpg");
  background-image: url("../images/icon_external_on.svg");
}

body {
  color: #303030;
  font-family: "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", sans-serif;
  font-size: 14px;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-overflow-style: none;
}
@media screen and (max-width: 1023px) {
  body {
    width: 100%;
    font-size: 3.4vw;
  }
}

body::-webkit-scrollbar { /* Chrome, Safari 対応 */
  display: none;
}

.android_inline {
  display: none;
}
@media (max-width: 1023px) {
  .android .android_inline {
    display: inline;
  }
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #303030;
  text-decoration: none;
}

a:active, a:focus {
  outline: none;
}

.anc {
  margin-top: 0;
  padding-top: 0;
}
@media (max-width: 1023px) {
  .anc {
    margin-top: 0;
    padding-top: 0;
  }
}

@media (max-width: 1023px) {
  .image {
    display: none;
  }
}
.image.bk {
  display: block;
}
@media (max-width: 1023px) {
  .image.bk {
    display: none;
  }
}

.image_s {
  display: none;
}
@media (max-width: 1023px) {
  .image_s {
    display: inline;
  }
}
@media (max-width: 1023px) {
  .image_s.bk {
    display: block;
  }
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1;
}

p {
  text-align: justify;
}

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

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

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

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

.nav_drawer {
  display: none;
}
@media (max-width: 1023px) {
  .nav_drawer {
    display: block;
    width: 100%;
    height: 18vw;
    background-color: transparent;
    position: fixed;
    z-index: 999;
  }
}
.nav_drawer.fixed {
  background-color: white;
}
/*+++ Default Navigation CSS +++*/
.nav_drawer .drawer_nav_wrapper {
  width: 100vw;
  height: 100%;
  transition: all 0.5s;
  transform: translate(100vw);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  background-color: #f9f4e4;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 40vw 0 20vw;
}
.nav_drawer .drawer_nav_wrapper.open {
  transform: translate(0);
}

.menu-trigger {
  width: 12vw;
  height: 12vw;
  border-radius: 6vw;
  background: #dd3924;
  border: solid 1px #dd3924;
  appearance: none;
  position: fixed;
  top: 3vw;
  right: 5vw;
  z-index: 1002;
  outline: none;
}
.menu-trigger::after {
  content: "menu";
  color: white;
  font-size: 2.8vw;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 1.5vw;
}
.menu-trigger.active {
  background: white;
}
.menu-trigger.active::after {
  color: #dd3924;
}
.menu-trigger.active span {
  background-color: #dd3924;
}
.menu-trigger.active::after {
  content: "close";
}

.menu-trigger span {
  position: absolute;
  left: 2.7vw;
  width: 6vw;
  height: 0.4vw;
  background-color: white;
  border-radius: 0.2vw;
  transition: all 0.5s;
}

.menu-trigger span:nth-of-type(1) {
  top: 3vw;
}

.menu-trigger span:nth-of-type(2) {
  top: 4.5vw;
}

.menu-trigger span:nth-of-type(3) {
  top: 6vw;
}

.menu-trigger.active span:nth-of-type(1) {
  transform: translate(0vw, 1.5vw) rotate(-25deg);
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  transform: translate(0vw, -1.5vw) rotate(25deg);
}

#global_s ul li {
  margin: 0 0 8vw;
}
#global_s ul li:last-of-type {
  margin: 0;
}
#global_s ul li a {
  font-family: "Zen Maru Gothic", serif;
  font-size: 5vw;
  font-weight: 500;
  letter-spacing: 0.5vw;
}
#global_s ul li a .adjust_1 {
  position: relative;
  left: -0.4vw;
}
#global_s ul li a .adjust_2 {
  position: relative;
  left: 0.4vw;
}

header.normal {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  min-width: 1200px;
  background-color: transparent;
  transition: all 0.5s;
}
@media (max-width: 1023px) {
  header.normal {
    min-width: 100%;
  }
}
header.normal.fixed {
  background-color: white;
}
header.normal .id {
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1023px) {
  header.normal .id {
    padding: 0;
  }
}
header.normal .id .logo {
  display: block;
  width: 154px;
  position: absolute;
  top: 33px;
  left: 40px;
}
@media (max-width: 1023px) {
  header.normal .id .logo {
    width: 40vw;
    margin: 0;
    position: absolute;
    left: 6vw;
    top: 4.5vw;
  }
}
header.normal .id #global {
  padding: 0 60px 0 40px;
  height: 50px;
  border-radius: 25px;
  background: #dd3924;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1023px) {
  header.normal .id #global {
    display: none;
  }
}
header.normal .id #global ul {
  display: flex;
}
header.normal .id #global ul li {
  margin: 0 20px;
}
header.normal .id #global ul li a .in_text {
  color: white;
  font-family: "Zen Maru Gothic", serif;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 500;
}
header.normal .id #global ul li a .in_text::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("../images/star.svg");
  background-size: 100%;
  margin: 0 10px 0 0;
  position: relative;
  top: 1px;
  opacity: 0;
  transition: opacity 0.3s;
}
header.normal .id #global ul li a:hover .in_text::before {
  opacity: 1;
}

footer {
  background: #282828;
  padding: 50px 0 20px calc(50% - 420px);
}
@media (max-width: 1023px) {
  footer {
    padding: 12vw 0 3vw;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
footer .primary-sec {
  width: 840px;
  display: flex;
  margin: 0 0 80px;
}
@media (max-width: 1023px) {
  footer .primary-sec {
    width: 67vw;
    display: block;
    margin: 0 0 8vw;
  }
}
footer .primary-sec .logo {
  display: block;
  width: 250px;
  margin: 0 60px 0 0;
}
@media (max-width: 1023px) {
  footer .primary-sec .logo {
    width: 100%;
    margin: 0 0 7vw;
  }
}
footer .primary-sec .nav_foot {
  margin: 5px 0 0;
}
@media (max-width: 1023px) {
  footer .primary-sec .nav_foot {
    margin: 0;
  }
}
footer .primary-sec .nav_foot.aside {
  margin: 5px 160px 0 0;
}
@media (max-width: 1023px) {
  footer .primary-sec .nav_foot.aside {
    margin: 0 0 10vw;
  }
}
footer .primary-sec .nav_foot li {
  margin: 0 0 14px;
}
@media (max-width: 1023px) {
  footer .primary-sec .nav_foot li {
    margin: 0 0 4vw;
  }
}
footer .primary-sec .nav_foot li a {
  transition: opacity 0.3s;
}
footer .primary-sec .nav_foot li a:hover {
  opacity: 0.6;
}
@media (max-width: 1023px) {
  footer .primary-sec .nav_foot li a:hover {
    opacity: 1;
  }
}
footer .primary-sec .nav_foot li .child {
  color: white;
  font-size: 14px;
}
@media (max-width: 1023px) {
  footer .primary-sec .nav_foot li .child {
    font-size: 3.4vw;
  }
}
footer .primary-sec .nav_foot li .child[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("../images/icon_external.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: left top;
  transition: all 0.5s;
  margin: 0 0 0 5px;
  position: relative;
  top: 3px;
}
@media (max-width: 1023px) {
  footer .primary-sec .nav_foot li .child[target=_blank]::after {
    width: 3.4vw;
    height: 3.4vw;
    margin: 0 0 0 1vw;
    top: 0.4vw;
  }
}
footer #copyright {
  color: white;
  font-size: 12px;
  text-align: right;
  padding: 0 calc(50% - 420px) 0 0;
}
@media (max-width: 1023px) {
  footer #copyright {
    padding: 0;
    font-size: 3.3vw;
    text-align: center;
  }
}

#btn_top {
  display: none;
  width: 78px;
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 999;
  outline: none;
  cursor: pointer;
}
@media (max-width: 1023px) {
  #btn_top {
    width: 12vw;
    bottom: 17vw;
    right: 4vw;
  }
}

#hero {
  background-image: url("../images/hero_bg.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  height: 84vw;
  position: relative;
}
@media (max-width: 1023px) {
  #hero {
    background-image: url("../images/hero_bg_s.png");
    height: 200vw;
    margin: 0 0 50vw;
  }
}
#hero .tagline {
  width: 25%;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 25%;
}
@media (max-width: 1023px) {
  #hero .tagline {
    width: 50%;
    top: 30%;
  }
}
#hero .item {
  position: absolute;
  width: 140px;
}
@media (max-width: 1023px) {
  #hero .item {
    width: 21vw;
  }
}
#hero .item.n1 {
  top: 8%;
  left: 15%;
}
@media (max-width: 1023px) {
  #hero .item.n1 {
    top: 8%;
    left: 5%;
  }
}
#hero .item.n2 {
  top: 7%;
  left: 37%;
}
@media (max-width: 1023px) {
  #hero .item.n2 {
    top: 1%;
    left: 50%;
  }
}
#hero .item.n3 {
  top: 14%;
  left: 25%;
}
@media (max-width: 1023px) {
  #hero .item.n3 {
    top: 32%;
    left: 1%;
  }
}
#hero .item.n4 {
  top: 20%;
  left: 6%;
}
@media (max-width: 1023px) {
  #hero .item.n4 {
    top: 13%;
    left: 28%;
  }
}
#hero .item.n5 {
  top: 28%;
  left: 20%;
}
@media (max-width: 1023px) {
  #hero .item.n5 {
    top: 22%;
    left: 5%;
  }
}
#hero .item.n6 {
  top: 37%;
  left: 2%;
}
@media (max-width: 1023px) {
  #hero .item.n6 {
    top: 48%;
    left: 1%;
  }
}
#hero .item.n7 {
  top: 42%;
  left: 25%;
}
@media (max-width: 1023px) {
  #hero .item.n7 {
    top: 57%;
    left: 17%;
  }
}
#hero .item.n8 {
  top: 52%;
  left: 15%;
}
@media (max-width: 1023px) {
  #hero .item.n8 {
    top: 67%;
    left: 5%;
  }
}
#hero .item.n9 {
  top: 57%;
  left: 30%;
}
@media (max-width: 1023px) {
  #hero .item.n9 {
    top: 52%;
    left: 42%;
    transform: rotate(-20deg);
  }
}
#hero .item.n10 {
  top: 10%;
  right: 14%;
}
@media (max-width: 1023px) {
  #hero .item.n10 {
    top: 10%;
    right: 3%;
  }
}
#hero .item.n11 {
  top: 15%;
  right: 30%;
}
@media (max-width: 1023px) {
  #hero .item.n11 {
    top: 16%;
    right: 25%;
  }
}
#hero .item.n12 {
  top: 23%;
  right: 8%;
}
@media (max-width: 1023px) {
  #hero .item.n12 {
    top: 23%;
    right: 2%;
  }
}
#hero .item.n13 {
  top: 30%;
  right: 20%;
}
@media (max-width: 1023px) {
  #hero .item.n13 {
    top: 40%;
    right: 0;
  }
}
#hero .item.n14 {
  top: 43%;
  right: 26%;
}
@media (max-width: 1023px) {
  #hero .item.n14 {
    top: 60%;
    right: 23%;
  }
}
#hero .item.n15 {
  top: 40%;
  right: 6%;
}
@media (max-width: 1023px) {
  #hero .item.n15 {
    top: 52%;
    right: 1%;
  }
}
#hero .item.n16 {
  top: 54%;
  right: 30%;
}
@media (max-width: 1023px) {
  #hero .item.n16 {
    top: 67%;
    right: 48%;
  }
}
#hero .item.n17 {
  top: 56%;
  right: 14%;
}
@media (max-width: 1023px) {
  #hero .item.n17 {
    top: 69%;
    right: 3%;
  }
}

#Where-Discovery-Meets-Delight-sec {
  background-image: url("../images/sec_1_bg.png"), url("../images/sec_1_wave_bg_foot.jpg"), url("../images/sec_1_wave_bg.jpg");
  background-size: 1250px, 100%, 100%;
  background-repeat: no-repeat;
  background-position: center top 60px, center bottom, center top;
  background-color: #f9f4e4;
  padding: 200px 0 200px;
  min-height: 1300px;
  display: flex;
  justify-content: center;
}
@media (max-width: 1023px) {
  #Where-Discovery-Meets-Delight-sec {
    background-image: url("../images/sec_1_bg_s.png"), url("../images/sec_1_wave_bg_foot_s.jpg"), url("../images/sec_1_wave_bg_s.jpg");
    background-size: 100%;
    background-position: center top 10vw, center bottom, center top;
    padding: 30vw 0 20vw;
    min-height: 400vw;
  }
}
#Where-Discovery-Meets-Delight-sec .content {
  width: 1024px;
  position: relative;
}
@media (max-width: 1023px) {
  #Where-Discovery-Meets-Delight-sec .content {
    width: 88vw;
  }
}
#Where-Discovery-Meets-Delight-sec .content .deco {
  position: absolute;
  background-size: 100%;
  background-repeat: no-repeat;
}
#Where-Discovery-Meets-Delight-sec .content .deco.n1 {
  width: 320px;
  height: 340px;
  background-image: url("../images/sec_1_i_1.png");
  right: -30px;
  top: -400px;
}
@media (max-width: 1023px) {
  #Where-Discovery-Meets-Delight-sec .content .deco.n1 {
    width: 32vw;
    height: 37vw;
    right: 6vw;
    top: -48vw;
  }
}
#Where-Discovery-Meets-Delight-sec .content .deco.n2 {
  width: 380px;
  height: 280px;
  background-image: url("../images/sec_1_i_2.png");
  left: -60px;
  top: -20px;
}
@media (max-width: 1023px) {
  #Where-Discovery-Meets-Delight-sec .content .deco.n2 {
    width: 36vw;
    height: 36vw;
    left: -6vw;
    top: 21vw;
  }
}
#Where-Discovery-Meets-Delight-sec .content .deco.n3 {
  width: 155px;
  height: 145px;
  background-image: url("../images/sec_1_i_3.png");
  right: 270px;
  top: 270px;
}
@media (max-width: 1023px) {
  #Where-Discovery-Meets-Delight-sec .content .deco.n3 {
    width: 23vw;
    height: 23vw;
    right: 7vw;
    top: 95vw;
  }
}
#Where-Discovery-Meets-Delight-sec .content .deco.n4 {
  width: 180px;
  height: 105px;
  background-image: url("../images/sec_1_i_4.png");
  right: 0;
  top: 590px;
}
@media (max-width: 1023px) {
  #Where-Discovery-Meets-Delight-sec .content .deco.n4 {
    width: 20vw;
    height: 24vw;
    left: 20vw;
    top: 235vw;
  }
}
#Where-Discovery-Meets-Delight-sec .content .deco.n5 {
  width: 255px;
  height: 265px;
  background-image: url("../images/sec_1_i_5.png");
  left: 180px;
  top: 620px;
}
@media (max-width: 1023px) {
  #Where-Discovery-Meets-Delight-sec .content .deco.n5 {
    width: 30vw;
    height: 32vw;
    left: 55vw;
    top: 190vw;
  }
}
#Where-Discovery-Meets-Delight-sec .content .deco.n6 {
  width: 120px;
  height: 165px;
  background-image: url("../images/sec_1_i_6.png");
  right: 200px;
  bottom: 280px;
}
@media (max-width: 1023px) {
  #Where-Discovery-Meets-Delight-sec .content .deco.n6 {
    width: 13vw;
    height: 18vw;
    right: 10vw;
    bottom: 100vw;
  }
}
#Where-Discovery-Meets-Delight-sec .content .deco.n7 {
  width: 280px;
  height: 225px;
  background-image: url("../images/sec_1_fig_1.png");
  left: 400px;
  top: 10px;
}
@media (max-width: 1023px) {
  #Where-Discovery-Meets-Delight-sec .content .deco.n7 {
    width: 40vw;
    height: 40vw;
    left: 0;
    top: 80vw;
  }
}
#Where-Discovery-Meets-Delight-sec .content .deco.n8 {
  width: 455px;
  height: 355px;
  background-image: url("../images/sec_1_fig_2.png");
  right: 510px;
  bottom: 330px;
}
@media (max-width: 1023px) {
  #Where-Discovery-Meets-Delight-sec .content .deco.n8 {
    width: 56vw;
    height: 56vw;
    background-image: url("../images/sec_1_fig_2_s.png");
    right: initial;
    left: -6vw;
    bottom: 70vw;
  }
}
#Where-Discovery-Meets-Delight-sec .content .ttl {
  position: absolute;
  left: 0;
  top: -380px;
}
@media (max-width: 1023px) {
  #Where-Discovery-Meets-Delight-sec .content .ttl {
    top: -73vw;
  }
}
#Where-Discovery-Meets-Delight-sec .content .ttl .in_text {
  font-family: "Zen Maru Gothic", serif;
  font-size: 62px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 3px;
}
@media (max-width: 1023px) {
  #Where-Discovery-Meets-Delight-sec .content .ttl .in_text {
    font-size: 7.2vw;
    letter-spacing: 0.5vw;
  }
  .android #Where-Discovery-Meets-Delight-sec .content .ttl .in_text {
    font-size: 6vw;
  }
}
#Where-Discovery-Meets-Delight-sec .content .ttl .in_text .emphasis {
  color: #e5482e;
}
#Where-Discovery-Meets-Delight-sec .content .box {
  width: 100%;
  height: 1040px;
  position: relative;
  margin: 0 0 360px;
}
@media (max-width: 1023px) {
  #Where-Discovery-Meets-Delight-sec .content .box {
    height: 410vw;
    margin: 0 0 10vw;
  }
}
#Where-Discovery-Meets-Delight-sec .content .box .text {
  position: absolute;
  font-family: "Zen Maru Gothic", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 2.8;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  inline-size: 16em;
  block-size: auto;
}
@media (max-width: 1023px) {
  #Where-Discovery-Meets-Delight-sec .content .box .text {
    font-size: 4vw;
  }
}
#Where-Discovery-Meets-Delight-sec .content .box .text .emphasis {
  color: #e5482e;
}
#Where-Discovery-Meets-Delight-sec .content .box .text.n1 {
  top: 0;
  right: 40px;
}
@media (max-width: 1023px) {
  #Where-Discovery-Meets-Delight-sec .content .box .text.n1 {
    top: 20vw;
    right: 8vw;
  }
}
#Where-Discovery-Meets-Delight-sec .content .box .text.n2 {
  top: 320px;
  left: 370px;
}
@media (max-width: 1023px) {
  #Where-Discovery-Meets-Delight-sec .content .box .text.n2 {
    top: 120vw;
    left: initial;
    right: 6vw;
  }
}
#Where-Discovery-Meets-Delight-sec .content .box .text.n3 {
  top: 430px;
  left: 70px;
}
@media (max-width: 1023px) {
  #Where-Discovery-Meets-Delight-sec .content .box .text.n3 {
    top: 154vw;
    left: 4vw;
  }
}
#Where-Discovery-Meets-Delight-sec .content .box .text.n4 {
  top: 740px;
  right: 140px;
}
@media (max-width: 1023px) {
  #Where-Discovery-Meets-Delight-sec .content .box .text.n4 {
    top: 260vw;
    right: initial;
    left: 10vw;
  }
}
#Where-Discovery-Meets-Delight-sec .content .ttl_message .in_text {
  font-family: "Zen Maru Gothic", serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 3px;
  text-align: right;
}
@media (max-width: 1023px) {
  #Where-Discovery-Meets-Delight-sec .content .ttl_message .in_text {
    font-size: 6vw;
    letter-spacing: 0.5vw;
  }
  .android #Where-Discovery-Meets-Delight-sec .content .ttl_message .in_text {
    font-size: 5.5vw;
  }
}
#Where-Discovery-Meets-Delight-sec .content .ttl_message .in_text .line_adjust_1 {
  position: relative;
  left: -1em;
}
@media (max-width: 1023px) {
  #Where-Discovery-Meets-Delight-sec .content .ttl_message .in_text .line_adjust_1 {
    left: initial;
  }
}
@media (max-width: 1023px) {
  #Where-Discovery-Meets-Delight-sec .content .ttl_message .in_text .line_adjust_1_s {
    position: relative;
    left: 0.5em;
  }
  .android #Where-Discovery-Meets-Delight-sec .content .ttl_message .in_text .line_adjust_1_s {
    white-space: nowrap;
    left: 0;
  }
}
@media (max-width: 1023px) {
  #Where-Discovery-Meets-Delight-sec .content .ttl_message .in_text .line_adjust_2_s {
    position: relative;
    left: 0.5em;
  }
}
#Where-Discovery-Meets-Delight-sec .content .ttl_message .in_text .emphasis {
  color: #e5482e;
}
#Where-Discovery-Meets-Delight-sec .content .ttl_message .in_text .emphasis.strong {
  font-size: 48px;
  font-weight: 700;
}
@media (max-width: 1023px) {
  #Where-Discovery-Meets-Delight-sec .content .ttl_message .in_text .emphasis.strong {
    font-size: 6.7vw;
  }
  .android #Where-Discovery-Meets-Delight-sec .content .ttl_message .in_text .emphasis.strong {
    font-size: 6vw;
  }
}

#Spark-Excitement-sec {
  background-image: url("../images/wakuwaku_bg.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center top -50%;
  padding: 200px 0 50px;
  display: flex;
  justify-content: center;
}
@media (max-width: 1023px) {
  #Spark-Excitement-sec {
    background-image: url("../images/wakuwaku_bg_s.png");
    background-size: 100%;
    background-position: center top;
    padding: 33vw 0 10vw;
  }
  .android #Spark-Excitement-sec {
    padding: 28vw 0 10vw;
  }
}
#Spark-Excitement-sec .content {
  width: 1100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1023px) {
  #Spark-Excitement-sec .content {
    width: 88vw;
  }
}
#Spark-Excitement-sec .content .ttl {
  margin: 0 0 80px;
}
@media (max-width: 1023px) {
  #Spark-Excitement-sec .content .ttl {
    margin: 0 0 14vw;
  }
}
#Spark-Excitement-sec .content .ttl .in_text {
  font-family: "Zen Maru Gothic", serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 3px;
  text-align: center;
}
@media (max-width: 1023px) {
  #Spark-Excitement-sec .content .ttl .in_text {
    font-size: 5.5vw;
    letter-spacing: 0.5vw;
    margin: 0 0 7vw;
  }
  .android #Spark-Excitement-sec .content .ttl .in_text {
    font-size: 5.5vw;
  }
}
#Spark-Excitement-sec .content .ttl .in_text .emphasis {
  color: #e5482e;
}
#Spark-Excitement-sec .content .flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  #Spark-Excitement-sec .content .flex {
    display: block;
    justify-content: initial;
  }
}
#Spark-Excitement-sec .content .flex .box {
  width: 340px;
}
@media (max-width: 1023px) {
  #Spark-Excitement-sec .content .flex .box {
    width: 100%;
    margin: 0 0 12vw;
  }
  #Spark-Excitement-sec .content .flex .box:last-of-type {
    margin: 0;
  }
}
#Spark-Excitement-sec .content .flex .box .fig {
  margin: 0 0 30px;
  height: 246px;
}
@media (max-width: 1023px) {
  #Spark-Excitement-sec .content .flex .box .fig {
    margin: 0 0 5vw;
    height: auto;
  }
}
#Spark-Excitement-sec .content .flex .box .ttl_box {
  margin: 0 0 16px;
}
@media (max-width: 1023px) {
  #Spark-Excitement-sec .content .flex .box .ttl_box {
    margin: 0 0 3vw;
  }
}
#Spark-Excitement-sec .content .flex .box .ttl_box .in_text {
  color: #404e9c;
  font-family: "Zen Maru Gothic", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 2px;
}
@media (max-width: 1023px) {
  #Spark-Excitement-sec .content .flex .box .ttl_box .in_text {
    font-size: 5.2vw;
    letter-spacing: 0.5vw;
  }
  .android #Spark-Excitement-sec .content .flex .box .ttl_box .in_text {
    font-size: 4.6vw;
  }
}
#Spark-Excitement-sec .content .flex .box .text {
  font-size: 16px;
  line-height: 2;
}
@media (max-width: 1023px) {
  #Spark-Excitement-sec .content .flex .box .text {
    font-size: 4vw;
  }
  .android #Spark-Excitement-sec .content .flex .box .text {
    font-size: 3.4vw;
  }
}

#items-we-purchase-sec {
  display: flex;
  justify-content: center;
  padding: 300px 0 150px;
  background-image: url("../images/items_bg.jpg");
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #f9f4e4;
}
@media (max-width: 1023px) {
  #items-we-purchase-sec {
    padding: 20vw 0 15vw;
    background-image: url("../images/items_bg_s.jpg");
  }
}
#items-we-purchase-sec .content {
  width: 1024px;
}
@media (max-width: 1023px) {
  #items-we-purchase-sec .content {
    width: 88vw;
  }
}
#items-we-purchase-sec .content .ttl {
  text-align: center;
  margin: 0 0 90px;
}
@media (max-width: 1023px) {
  #items-we-purchase-sec .content .ttl {
    margin: 0 0 10vw;
  }
}
#items-we-purchase-sec .content .ttl .in_text {
  font-family: "Zen Maru Gothic", serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 3px;
}
@media (max-width: 1023px) {
  #items-we-purchase-sec .content .ttl .in_text {
    font-size: 6.5vw;
    letter-spacing: 0.5vw;
    margin: 0 0 7vw;
  }
  .android #items-we-purchase-sec .content .ttl .in_text {
    font-size: 4.5vw;
  }
}
#items-we-purchase-sec .content .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  #items-we-purchase-sec .content .flex {
    display: block;
    justify-content: initial;
    flex-wrap: initial;
  }
}
#items-we-purchase-sec .content .flex .box {
  width: 480px;
  margin: 0 0 40px;
}
@media (max-width: 1023px) {
  #items-we-purchase-sec .content .flex .box {
    width: 100%;
    margin: 0 0 12vw;
  }
  #items-we-purchase-sec .content .flex .box:last-of-type {
    margin: 0;
  }
}
#items-we-purchase-sec .content .flex .box .fig {
  margin: 0 0 10px;
}
@media (max-width: 1023px) {
  #items-we-purchase-sec .content .flex .box .fig {
    margin: 0 0 3vw;
  }
}
#items-we-purchase-sec .content .flex .box .ttl_box {
  margin: 0 0 10px;
}
@media (max-width: 1023px) {
  #items-we-purchase-sec .content .flex .box .ttl_box {
    margin: 0 0 3vw;
  }
}
#items-we-purchase-sec .content .flex .box .ttl_box .in_text {
  color: #dd3924;
  font-family: "Zen Maru Gothic", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 3px;
}
@media (max-width: 1023px) {
  #items-we-purchase-sec .content .flex .box .ttl_box .in_text {
    font-size: 5.4vw;
    letter-spacing: 0.5vw;
  }
  .android #items-we-purchase-sec .content .flex .box .ttl_box .in_text {
    font-size: 3.8vw;
  }
}
#items-we-purchase-sec .content .flex .box .text {
  font-size: 16px;
  line-height: 2;
}
@media (max-width: 1023px) {
  #items-we-purchase-sec .content .flex .box .text {
    font-size: 4vw;
  }
  .android #items-we-purchase-sec .content .flex .box .text {
    font-size: 3.4vw;
  }
}

/*# sourceMappingURL=styles.css.map */
