@charset "UTF-8";
/* メディアクエリの順番を定義 */

/* ie hack */
/*** 座標 ***/
/* Y */
/* X */
/* target width */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 1rem;
  margin: 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  color: inherit;
  font-size: inherit;
  background-color: transparent;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type='checkbox'],
[type='radio'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*** BASE ***/
html {
  font-size: 62.5%;
}

body {
  position: relative;
  color: #231815;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
  font-size: 1.5rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
}

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

a {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

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

ul {
  list-style: none;
}

*:focus {
  outline: none;
}

/*** LAYOUT ***/
/* header */
.l_header {
  width: 100%;
  padding: 0 30px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l_header_logo {
  width: 140px;
}

.l_header_logo a {
  width: 100%;
  display: block;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.l_header_logo a img {
  width: 100%;
}

.l_header_logo a:hover {
  opacity: 0.6;
}

/* container */
.l_container {
  width: 100%;
  overflow: hidden;
}

/* main */
.l_main {
  position: relative;
  padding-bottom: 55px;
  overflow: hidden;
}

/* footer */
.l_footer {
  padding: 27px 0 30px;
  border-top: solid 1px #b5b6b6;
}

.l_footer_wrap {
  padding: 0 50px;
}

.l_footer_head {
  width: 100%;
  margin-bottom: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l_footer_body {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.l_footer_links {
  margin-right: 40px;
}

.l_footer_links li {
  font-size: 1.2rem;
}

.l_footer_links li a {
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  display: inline-block;
}

.l_footer_links li a span {
  position: relative;
  padding-left: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l_footer_links li a span::before {
  position: absolute;
  top: -5px;
  bottom: 0;
  left: 0;
  width: 5px;
  height: 8px;
  margin: auto;
  background-image: url(../img/icon_link.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 5px 8px;
  content: '';
}

.l_footer_links li a:hover {
  opacity: 0.6;
}

.l_footer_info {
  font-size: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l_footer_info_tex {
  margin-right: 10px;
}

.l_footer_msg {
  margin-top: 1em;
  margin-right: 34px;
  font-size: 1.2rem;
}

.l_footer_logo {
  width: 140px;
}

.l_footer_logo a {
  width: 100%;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  display: inline-block;
}

.l_footer_logo a img {
  width: 100%;
}

.l_footer_logo a:hover {
  opacity: 0.6;
}

/*** OBJECTS ***/
/** components **/
/* inner */
.c_inner {
  padding: 0 50px;
}

/* map */
.c_map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.c_map img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
}

/* target */
.c_target {
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}

.c_target_pin {
  position: absolute;
  width: 5.17677%;
  cursor: pointer;
  z-index: 2;
}

.c_target_pin img {
  width: 100%;
  -webkit-transform-origin: 50% 85%;
          transform-origin: 50% 85%;
  -webkit-animation: move 2.4s ease infinite;
          animation: move 2.4s ease infinite;
}

@-webkit-keyframes move {
  0%,
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.04, 0.96);
            transform: scale(1.04, 0.96);
  }
}

@keyframes move {
  0%,
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.04, 0.96);
            transform: scale(1.04, 0.96);
  }
}

.c_target_img {
  position: absolute;
  z-index: 1;
}

.c_target_img img {
  width: 100%;
}

#imgTarget1 {
  top: 50.17322%;
  left: 80.80808%;
  width: 2.2096%;
}

#imgTarget2 {
  top: 35.59909%;
  left: 20.20202%;
  width: 2.2096%;
}

#imgTarget3 {
  top: 23.41417%;
  left: 52.46212%;
  width: 3.59848%;
}

#imgTarget4 {
  top: 19.11361%;
  left: 79.2298%;
  width: 3.40909%;
}

#imgTarget5 {
  top: 85.41393%;
  left: 68.18182%;
  width: 3.78788%;
  z-index: 2;
}

#target0 {
  top: 21.98065%;
  left: 20.7702%;
}

#target2 {
  top: 39.66073%;
  left: 79.41919%;
  z-index: 3;
}

#target2 img {
  -webkit-animation: none;
          animation: none;
}

#target3 {
  top: 25.08661%;
  left: 18.62374%;
  z-index: 4;
}

#target3 img {
  -webkit-animation: none;
          animation: none;
}

#target4 {
  top: 11.58762%;
  left: 51.45202%;
}

#target4 img {
  -webkit-animation: none;
          animation: none;
}

#target5 {
  top: 70.60088%;
  left: 18.49747%;
}

#target6 {
  top: 39.66073%;
  left: 19.38131%;
}

#target7 {
  top: 63.91112%;
  left: 27.58838%;
}

#target8 {
  top: 34.64341%;
  left: 29.2298%;
}

#target9 {
  top: 16.84387%;
  left: 35.85859%;
}

#target10 {
  top: 50.17322%;
  left: 48.73737%;
  z-index: 4;
}

#target11 {
  top: 58.17704%;
  left: 46.65404%;
  z-index: 3;
}

#target12 {
  top: 25.44499%;
  left: 54.92424%;
}

#target13 {
  top: 29.26771%;
  left: 60.2904%;
}

#target14 {
  top: 75.25983%;
  left: 61.61616%;
}

#target15 {
  top: 64.38896%;
  left: 68.56061%;
}

#target16 {
  top: 54.47378%;
  left: 68.56061%;
}

#target17 {
  top: 31.29853%;
  left: 71.7803%;
}

#target18 {
  top: 62.35814%;
  left: 77.0202%;
}

#target19 {
  top: 51.96512%;
  left: 77.0202%;
}

#target20 {
  top: 4.42002%;
  left: 58.08081%;
}

#target21 {
  top: 2.74758%;
  left: 63.63636%;
}

#target22 {
  top: 58.17704%;
  left: 50.63131%;
}

#target23 {
  top: 38.64341%;
  left: 36.2298%;
}

#imgTarget1,
#imgTarget2,
#imgTarget3,
#imgTarget4,
#imgTarget5 {
  pointer-events: none;
}

/* parts */
.c_parts {
  pointer-events: none;
}

.c_parts.active .c_parts_person,
.c_parts.active .c_parts_car {
  opacity: 0;
}

.c_parts_person {
  position: absolute;
  bottom: 20px;
  left: 30px;
  width: 460px;
  height: 199px;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  z-index: 2;
}

.c_parts_person_img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  z-index: 2;
}

.c_parts_person_img img {
  width: 100%;
}

.c_parts_person_balloon {
  position: absolute;
  width: 57.3913043478%;
  top: 0;
  right: 0;
  z-index: 1;
}

.c_parts_person_balloon img {
  width: 100%;
}

.c_parts_person_balloon_tex {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px 10px;
  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;
}

.c_parts_person_balloon_tex p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.2;
  text-align: center;
}

.c_parts_person_balloon_tex p strong {
  color: #23afe2;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 900;
  display: inline-block;
}

.c_parts_car {
  position: absolute;
  right: -170px;
  bottom: 20px;
  width: 170px;
  -webkit-transition: right 1.4s linear, opacity 0.4s;
  transition: right 1.4s linear, opacity 0.4s;
  z-index: 2;
}

.c_parts_car img {
  width: 100%;
}

.c_parts_car.in {
  right: 20px;
}

/* btn */
.c_btn {
  margin-top: 30px;
}

.c_btn > * {
  position: relative;
  max-width: 480px;
  padding: 23px 15px;
  margin: 0 auto;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  background-color: #3c7dbe;
  border: solid 2px #3c7dbe;
  border-radius: 5px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: block;
}

.c_btn > * > span > span {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  width: 25px;
  height: 25px;
  margin: auto;
  border: solid 1px #fff;
  border-radius: 50%;
  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;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.c_btn > * > span > span::before {
  width: 12px;
  height: 6px;
  background-image: url(../img/icon_arrow.svg);
  background-repeat: no-repeat;
  background-size: 12px 6px;
  background-position: center center;
  content: '';
}

.c_btn > *:hover {
  color: #3c7dbe;
  background-color: #fff;
}

.c_btn > *:hover > span > span {
  background-color: #3c7dbe;
  border: solid 1px #3c7dbe;
}

/** project **/
/* opening */
.p_opening {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  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;
  z-index: 100;
}

.p_opening_img {
  width: 191px;
  display: none;
}

.p_opening_img img {
  width: 100%;
}

/* stage */
.p_stage {
  width: 100%;
  height: calc(100vh - 42px);
  overflow: hidden;
}

.p_stage_title {
  position: absolute;
  top: 20px;
  left: 5.90277778vw;
  width: 126px;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  z-index: 2;
}

.p_stage_title img {
  width: 100%;
}

.p_stage_title.hide {
  opacity: 0;
}

.p_stage_area {
  position: relative;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  will-change: transform;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
  cursor: move;
}

.p_stage_area.scaling {
  pointer-events: none;
  cursor: default;
}

.p_stage_map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p_stage_map-layer {
  pointer-events: none;
}

.p_stage_map-layer img {
  position: relative;
  z-index: 1;
}

.p_stage_pins {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p_stage_arrows {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 55px);
  pointer-events: none;
}

.p_stage_arrows span {
  position: absolute;
  width: 37.5px;
  height: 37.5px;
  margin: auto;
  display: block;
}

.p_stage_arrows span:nth-child(1) {
  top: 5px;
  right: 0;
  left: 0;
}

.p_stage_arrows span:nth-child(2) {
  top: 0;
  right: 5px;
  bottom: 0;
}

.p_stage_arrows span:nth-child(3) {
  bottom: 5px;
  right: 0;
  left: 0;
}

.p_stage_arrows span:nth-child(4) {
  top: 0;
  left: 5px;
  bottom: 0;
}

/* information */
.p_info {
  position: absolute;
  top: 0;
  right: 0;
  width: 40vw;
  height: 100%;
  background-color: #23afe2;
  overflow: hidden;
  -webkit-transform: translate(40vw, 0);
          transform: translate(40vw, 0);
  -webkit-transition: -webkit-transform 0.8s ease;
  transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
}

.p_info.entry {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.p_info_close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 45px;
  height: 45px;
  background-color: #fff;
  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;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  cursor: pointer;
}

.p_info_close span {
  position: relative;
  width: 25px;
  height: 21px;
}

.p_info_close span::before, .p_info_close span::after {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #3d3d3d;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  content: '';
}

.p_info_close span::before {
  top: 0;
  -webkit-transform: translateY(10px) rotate(-45deg);
          transform: translateY(10px) rotate(-45deg);
}

.p_info_close span::after {
  bottom: 0;
  -webkit-transform: translateY(-10px) rotate(45deg);
          transform: translateY(-10px) rotate(45deg);
}

.p_info_close:hover {
  opacity: 0.6;
}

.p_info_contents {
  height: 100%;
  padding: 70px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p_info_contents_wrap {
  position: relative;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}

.p_info_contents_tex {
  color: #fff;
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1.5;
}

.p_info_contents_tex span {
  font-size: 2.2rem;
  display: inline-block;
}

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

.p_info_contents_voice.active .p_info_contents_voice_img {
  opacity: 1;
}

.p_info_contents_voice.active .p_info_contents_voice_tex {
  opacity: 1;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.p_info_contents_voice.mother-1 .p_info_contents_voice_img {
  width: 120px;
}

.p_info_contents_voice.mother-1 .p_info_contents_voice_tex {
  width: calc(100% - 120px);
}

.p_info_contents_voice.mother-2 .p_info_contents_voice_img {
  width: 120px;
}

.p_info_contents_voice.mother-2 .p_info_contents_voice_tex {
  width: calc(100% - 120px);
}

.p_info_contents_voice.mother-3 .p_info_contents_voice_img {
  width: 120px;
}

.p_info_contents_voice.mother-3 .p_info_contents_voice_tex {
  width: calc(100% - 120px);
}

.p_info_contents_voice.mother-4 .p_info_contents_voice_img {
  width: 120px;
}

.p_info_contents_voice.mother-4 .p_info_contents_voice_tex {
  width: calc(100% - 120px);
}

.p_info_contents_voice.mother-5 .p_info_contents_voice_img {
  width: 120px;
}

.p_info_contents_voice.mother-5 .p_info_contents_voice_tex {
  width: calc(100% - 120px);
}

.p_info_contents_voice.mother-6 .p_info_contents_voice_img {
  width: 120px;
}

.p_info_contents_voice.mother-6 .p_info_contents_voice_tex {
  width: calc(100% - 120px);
}

.p_info_contents_voice.mother-7 .p_info_contents_voice_img {
  width: 120px;
}

.p_info_contents_voice.mother-7 .p_info_contents_voice_tex {
  width: calc(100% - 120px);
}

.p_info_contents_voice.child-1 .p_info_contents_voice_img {
  width: 120px;
}

.p_info_contents_voice.child-1 .p_info_contents_voice_tex {
  width: calc(100% - 120px);
}

.p_info_contents_voice.boy-1 .p_info_contents_voice_img {
  width: 120px;
}

.p_info_contents_voice.boy-1 .p_info_contents_voice_tex {
  width: calc(100% - 120px);
}

.p_info_contents_voice_img {
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.p_info_contents_voice_img img {
  width: 100%;
}

.p_info_contents_voice_tex {
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.p_info_contents_voice_tex::before {
  position: absolute;
  top: 20px;
  left: 2px;
  width: 32px;
  height: 17px;
  background-image: url(../img/fukidashi.svg);
  background-repeat: no-repeat;
  background-size: 32px 17px;
  background-position: center center;
  content: '';
}

.p_info_contents_voice_tex_elem {
  width: calc(100% - 20px);
  padding: 17px 12px;
  margin-left: 20px;
  background-color: #fff20a;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p_info_contents_voice_tex_elem p {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
}

.p_info_contents_voice_tex_elem p strong {
  color: #23afe2;
  font-size: 2.2rem;
  font-weight: 900;
}

.p_info_contents-0 .p_info_contents_tex {
  padding-right: 55px;
  margin-bottom: 70px;
}

.p_info_contents-0 .p_info_contents_img {
  position: absolute;
  right: 0;
  bottom: 210px;
}

.p_info_contents-2 .p_info_contents_tex {
  margin-bottom: 70px;
}

.p_info_contents-2 .p_info_contents_tex span {
  font-size: 1.3rem;
  display: block;
}

.p_info_contents-2 .p_info_contents_img {
  position: absolute;
  right: 0;
  bottom: 260px;
}

.p_info_contents-2 .p_info_contents_img img {
  width: 156px;
  height: 80px;
}

.p_info_contents-3 .p_info_contents_tex {
  padding-right: 40px;
  margin-bottom: 70px;
}

.p_info_contents-3 .p_info_contents_img {
  position: absolute;
  right: 10px;
  bottom: 180px;
}

.p_info_contents-4 .p_info_contents_tex {
  padding-right: 110px;
  margin-bottom: 70px;
}

.p_info_contents-4 .p_info_contents_img {
  position: absolute;
  right: 0;
  bottom: 275px;
}

.p_info_contents-5 .p_info_contents_img {
  margin-top: 20px;
  margin-bottom: 28px;
  text-align: center;
}

.p_info_contents-6 .p_info_contents_tex {
  padding-right: 55px;
  margin-bottom: 70px;
}

.p_info_contents-6 .p_info_contents_img {
  position: absolute;
  right: 0;
  bottom: 210px;
}

.p_info_contents-7 .p_info_contents_tex {
  padding-right: 95px;
  margin-bottom: 70px;
}

.p_info_contents-7 .p_info_contents_img {
  position: absolute;
  right: 0;
  bottom: 240px;
}

.p_info_contents-8 .p_info_contents_tex {
  padding-right: 130px;
  margin-bottom: 70px;
}

.p_info_contents-8 .p_info_contents_img {
  position: absolute;
  right: 10px;
  bottom: 200px;
}

.p_info_contents-9 .p_info_contents_tex {
  padding-right: 90px;
  margin-bottom: 80px;
}

.p_info_contents-9 .p_info_contents_img {
  position: absolute;
  right: 0;
  bottom: 270px;
}

.p_info_contents-10 .p_info_contents_img {
  margin-top: 20px;
  margin-bottom: 28px;
  text-align: center;
}

.p_info_contents-11 .p_info_contents_img {
  margin-top: 20px;
  margin-bottom: 28px;
  text-align: center;
}

.p_info_contents-13 .p_info_contents_img {
  margin-top: 20px;
  margin-bottom: 28px;
  text-align: center;
}

.p_info_contents-14 .p_info_contents_tex {
  padding-right: 100px;
  margin-bottom: 70px;
}

.p_info_contents-14 .p_info_contents_img {
  position: absolute;
  right: 30px;
  bottom: 230px;
}

.p_info_contents-15 .p_info_contents_tex {
  padding-right: 55px;
  margin-bottom: 70px;
}

.p_info_contents-15 .p_info_contents_img {
  position: absolute;
  right: 0;
  bottom: 210px;
}

.p_info_contents-16 .p_info_contents_tex {
  padding-right: 90px;
  margin-bottom: 70px;
}

.p_info_contents-16 .p_info_contents_img {
  position: absolute;
  right: 0;
  bottom: 280px;
}

.p_info_contents-17 .p_info_contents_tex {
  margin-bottom: 70px;
}

.p_info_contents-17 .p_info_contents_img {
  position: absolute;
  right: 20px;
  bottom: 220px;
}

.p_info_contents-18 .p_info_contents_tex {
  padding-right: 55px;
  margin-bottom: 70px;
}

.p_info_contents-18 .p_info_contents_img {
  position: absolute;
  right: 0;
  bottom: 190px;
}

.p_info_contents-19 .p_info_contents_img {
  margin-top: 20px;
  margin-bottom: 28px;
  text-align: center;
}

.p_info_contents-20 .p_info_contents_tex {
  margin-bottom: 70px;
}

.p_info_contents-20 .p_info_contents_img {
  position: absolute;
  right: 20px;
  bottom: 210px;
}

.p_info_contents-21 .p_info_contents_tex {
  margin-bottom: 70px;
}

.p_info_contents-21 .p_info_contents_img {
  position: absolute;
  right: 10px;
  bottom: 215px;
}

.p_info_contents-22 .p_info_contents_img {
  margin-top: 20px;
  margin-bottom: 28px;
  text-align: center;
}

.p_info_contents-23 .p_info_contents_tex {
  padding-right: 85px;
  margin-bottom: 70px;
}

.p_info_contents-23 .p_info_contents_img {
  position: absolute;
  right: 0;
  bottom: 205px;
}

.p_info_contents-23 .p_info_contents_voice_tex::after {
  position: absolute;
  bottom: 20px;
  right: 18px;
  width: 50px;
  height: 44px;
  background-image: url(../img/img_fruit.png);
  background-repeat: no-repeat;
  background-size: 50px 44px;
  background-position: center center;
  content: '';
}

/** utility **/
/* show */
.u_show_pc {
  display: block !important;
}

.u_show_tb {
  display: none !important;
}

@media screen and (min-width: 1441px) {
  /* 1441px以上 */
}

@media screen and (max-width: 1200px) {
  /* 1200px以下 */
  .p_info_contents_voice_tex_elem p {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 1000px) {
  /* 1000px以下 */
  .l_footer {
    padding: 5px 0 30px;
  }
  .l_footer_wrap {
    padding: 0 20px;
  }
  .l_footer_head {
    margin-bottom: 20px;
    display: block;
  }
  .l_footer_body {
    display: block;
  }
  .l_footer_links {
    width: calc(100% + 40px);
    padding: 10px 0;
    margin-right: 0;
    margin-left: -20px;
    text-align: center;
    border-bottom: solid 1px #b5b6b6;
  }
  .l_footer_info {
    padding-top: 20px;
    text-align: center;
    display: block;
  }
  .l_footer_info_tex {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .l_footer_msg {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 40px;
    text-align: center;
  }
  .l_footer_logo {
    width: 120px;
    margin: 0 auto;
  }
  .p_info_contents {
    padding: 27.5px 25px 25px;
  }
  .p_info_contents_tex {
    font-size: 1.7rem;
  }
  .p_info_contents_tex span {
    font-size: 1.4rem;
  }
  .p_info_contents_voice.mother-1 .p_info_contents_voice_img {
    width: 90px;
  }
  .p_info_contents_voice.mother-1 .p_info_contents_voice_tex {
    width: calc(100% - 90px);
  }
  .p_info_contents_voice.mother-2 .p_info_contents_voice_img {
    width: 90px;
  }
  .p_info_contents_voice.mother-2 .p_info_contents_voice_tex {
    width: calc(100% - 90px);
  }
  .p_info_contents_voice.mother-3 .p_info_contents_voice_img {
    width: 90px;
  }
  .p_info_contents_voice.mother-3 .p_info_contents_voice_tex {
    width: calc(100% - 90px);
  }
  .p_info_contents_voice.mother-4 .p_info_contents_voice_img {
    width: 90px;
  }
  .p_info_contents_voice.mother-4 .p_info_contents_voice_tex {
    width: calc(100% - 90px);
  }
  .p_info_contents_voice.mother-5 .p_info_contents_voice_img {
    width: 90px;
  }
  .p_info_contents_voice.mother-5 .p_info_contents_voice_tex {
    width: calc(100% - 90px);
  }
  .p_info_contents_voice.mother-6 .p_info_contents_voice_img {
    width: 90px;
  }
  .p_info_contents_voice.mother-6 .p_info_contents_voice_tex {
    width: calc(100% - 90px);
  }
  .p_info_contents_voice.mother-7 .p_info_contents_voice_img {
    width: 90px;
  }
  .p_info_contents_voice.mother-7 .p_info_contents_voice_tex {
    width: calc(100% - 90px);
  }
  .p_info_contents_voice.child-1 .p_info_contents_voice_img {
    width: 90px;
  }
  .p_info_contents_voice.child-1 .p_info_contents_voice_tex {
    width: calc(100% - 90px);
  }
  .p_info_contents_voice.boy-1 .p_info_contents_voice_img {
    width: 70px;
  }
  .p_info_contents_voice.boy-1 .p_info_contents_voice_tex {
    width: calc(100% - 70px);
  }
  .p_info_contents_voice_tex_elem {
    max-width: 100%;
  }
  .p_info_contents_voice_tex_elem p {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .p_info_contents_voice_tex_elem p strong {
    font-size: 1.6rem;
  }
  .p_info_contents-0 .p_info_contents_tex {
    padding-right: 70px;
    margin-bottom: 40px;
  }
  .p_info_contents-0 .p_info_contents_img {
    right: 10px;
    bottom: 175px;
  }
  .p_info_contents-2 .p_info_contents_tex {
    margin-bottom: 40px;
  }
  .p_info_contents-2 .p_info_contents_img {
    bottom: 195px;
  }
  .p_info_contents-3 .p_info_contents_tex {
    margin-bottom: 80px;
  }
  .p_info_contents-3 .p_info_contents_img {
    bottom: 120px;
  }
  .p_info_contents-4 .p_info_contents_tex {
    margin-bottom: 40px;
  }
  .p_info_contents-4 .p_info_contents_img {
    bottom: 220px;
  }
  .p_info_contents-5 .p_info_contents_img {
    margin-top: 10.5px;
    margin-bottom: 18px;
  }
  .p_info_contents-6 .p_info_contents_tex {
    padding-right: 70px;
    margin-bottom: 40px;
  }
  .p_info_contents-6 .p_info_contents_img {
    right: 10px;
    bottom: 180px;
  }
  .p_info_contents-7 .p_info_contents_tex {
    padding-right: 0;
    margin-bottom: 60px;
  }
  .p_info_contents-7 .p_info_contents_img {
    right: 10px;
    bottom: 150px;
  }
  .p_info_contents-8 .p_info_contents_tex {
    padding-right: 75px;
    margin-bottom: 40px;
  }
  .p_info_contents-8 .p_info_contents_img {
    right: -10px;
    bottom: 160px;
  }
  .p_info_contents-9 .p_info_contents_tex {
    margin-bottom: 40px;
  }
  .p_info_contents-9 .p_info_contents_img {
    bottom: 220px;
  }
  .p_info_contents-10 .p_info_contents_img {
    margin-top: 10.5px;
    margin-bottom: 18px;
  }
  .p_info_contents-11 .p_info_contents_img {
    margin-top: 10.5px;
    margin-bottom: 18px;
  }
  .p_info_contents-13 .p_info_contents_img {
    margin-top: 10.5px;
    margin-bottom: 18px;
  }
  .p_info_contents-14 .p_info_contents_tex {
    padding-right: 75px;
    margin-bottom: 40px;
  }
  .p_info_contents-14 .p_info_contents_img {
    right: 10px;
    bottom: 190px;
  }
  .p_info_contents-15 .p_info_contents_tex {
    padding-right: 0;
    margin-bottom: 90px;
  }
  .p_info_contents-15 .p_info_contents_img {
    bottom: 170px;
  }
  .p_info_contents-16 .p_info_contents_tex {
    margin-bottom: 40px;
  }
  .p_info_contents-16 .p_info_contents_img {
    bottom: 220px;
  }
  .p_info_contents-17 .p_info_contents_tex {
    margin-bottom: 60px;
  }
  .p_info_contents-17 .p_info_contents_img {
    right: 10px;
    bottom: 185px;
  }
  .p_info_contents-18 .p_info_contents_tex {
    padding-right: 110px;
    margin-bottom: 40px;
  }
  .p_info_contents-18 .p_info_contents_img {
    bottom: 165px;
  }
  .p_info_contents-19 .p_info_contents_img {
    margin-top: 10.5px;
    margin-bottom: 18px;
  }
  .p_info_contents-20 .p_info_contents_tex {
    margin-bottom: 40px;
  }
  .p_info_contents-20 .p_info_contents_img {
    right: 10px;
    bottom: 180px;
  }
  .p_info_contents-21 .p_info_contents_tex {
    margin-bottom: 40px;
  }
  .p_info_contents-21 .p_info_contents_img {
    right: 0;
    bottom: 180px;
  }
  .p_info_contents-22 .p_info_contents_img {
    margin-top: 10.5px;
    margin-bottom: 18px;
  }
  .p_info_contents-23 .p_info_contents_tex {
    padding-right: 90px;
    margin-bottom: 40px;
  }
  .p_info_contents-23 .p_info_contents_img {
    right: -10px;
    bottom: 160px;
  }
}

@media screen and (max-width: 768px) {
  /* 768px以下 */
  .l_header {
    padding: 0 20px;
  }
  .l_header_logo a:hover {
    opacity: 1;
  }
  .l_footer_links li a:hover {
    opacity: 1;
  }
  .l_footer_logo a:hover {
    opacity: 1;
  }
  .c_inner {
    padding: 0 20px;
  }
  .c_parts_person {
    left: 7px;
    width: 320px;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
  }
  .c_parts_person_balloon_tex {
    padding: 20px;
  }
  .c_parts_person_balloon_tex p {
    font-size: 1.1rem;
    line-height: 2;
  }
  .c_parts_person_balloon_tex p strong {
    font-size: 1.8rem;
  }
  .c_parts_car {
    display: none;
  }
  .c_btn {
    width: 100%;
    margin-top: 15px;
  }
  .c_btn > * {
    max-width: 325px;
    height: 50px;
    padding: 0 10px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c_btn > *:hover {
    color: #fff;
    background-color: #3c7dbe;
  }
  .c_btn > *:hover > span > span {
    border: solid 1px #fff;
  }
  .p_opening_img {
    width: 90px;
  }
  .p_stage_title {
    width: 90px;
  }
  .p_stage_area {
    overflow: hidden;
  }
  .p_info {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 63.5vh;
    -webkit-transform: translate(0, 63.5vh);
            transform: translate(0, 63.5vh);
  }
  .p_info.entry {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .p_info_close {
    top: 12px;
    right: 12px;
    width: 25px;
    height: 25px;
    border: solid 1px transparent;
  }
  .p_info_close span {
    width: 12px;
    height: 10px;
  }
  .p_info_close span::before {
    -webkit-transform: translateY(4.5px) rotate(-45deg);
            transform: translateY(4.5px) rotate(-45deg);
  }
  .p_info_close span::after {
    -webkit-transform: translateY(-4.5px) rotate(45deg);
            transform: translateY(-4.5px) rotate(45deg);
  }
  .p_info_close:hover {
    opacity: 1;
  }
  .p_info_contents {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .p_info_contents_wrap {
    max-width: 325px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p_info_contents_tex {
    font-size: 2.2rem;
  }
  .p_info_contents_tex span {
    font-size: 1.7rem;
  }
  .p_info_contents_voice {
    margin-top: auto;
  }
  .p_info_contents_voice.mother-3 .p_info_contents_voice_img img {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  .p_info_contents_voice.mother-5 .p_info_contents_voice_img img {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  .p_info_contents_voice.mother-6 .p_info_contents_voice_img img {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  .p_info_contents_voice.mother-6 + .c_btn {
    margin-top: 0;
  }
  .p_info_contents-0 .p_info_contents_tex {
    padding-right: 0;
    margin-bottom: 10px;
  }
  .p_info_contents-0 .p_info_contents_img {
    bottom: 150px;
  }
  .p_info_contents-0 .p_info_contents_voice_tex_elem {
    padding: 17px 2px 17px 10px;
  }
  .p_info_contents-2 .p_info_contents_tex {
    margin-bottom: 20px;
  }
  .p_info_contents-2 .p_info_contents_img {
    bottom: 170px;
  }
  .p_info_contents-3 .p_info_contents_tex {
    padding-right: 0;
    margin-bottom: 50px;
  }
  .p_info_contents-3 .p_info_contents_img {
    right: -10px;
    bottom: 130px;
  }
  .p_info_contents-4 .p_info_contents_tex {
    padding-right: 50px;
  }
  .p_info_contents-4 .p_info_contents_img {
    bottom: 180px;
  }
  .p_info_contents-4 .p_info_contents_voice_tex_elem {
    padding: 12px;
  }
  .p_info_contents-5 .p_info_contents_tex {
    margin-bottom: 5px;
  }
  .p_info_contents-5 .p_info_contents_img {
    margin-top: auto;
    margin-bottom: 5px;
  }
  .p_info_contents-5 .p_info_contents_voice {
    margin-top: 0;
  }
  .p_info_contents-6 .p_info_contents_tex {
    padding-right: 0;
    margin-bottom: 20px;
  }
  .p_info_contents-6 .p_info_contents_img {
    bottom: 150px;
  }
  .p_info_contents-6 .p_info_contents_voice_tex_elem {
    padding: 17px 2px 17px 10px;
  }
  .p_info_contents-7 .p_info_contents_tex {
    margin-bottom: 15px;
  }
  .p_info_contents-7 .p_info_contents_img {
    bottom: 140px;
  }
  .p_info_contents-7 .p_info_contents_voice_tex_elem {
    padding: 9px 12px;
  }
  .p_info_contents-8 .p_info_contents_tex {
    padding-right: 0;
    margin-bottom: 10px;
  }
  .p_info_contents-8 .p_info_contents_img {
    bottom: 140px;
  }
  .p_info_contents-9 .p_info_contents_tex {
    margin-bottom: 20px;
  }
  .p_info_contents-9 .p_info_contents_img {
    bottom: 180px;
  }
  .p_info_contents-9 .p_info_contents_voice_tex_elem {
    padding: 9px 12px;
  }
  .p_info_contents-10 .p_info_contents_tex {
    margin-bottom: 5px;
  }
  .p_info_contents-10 .p_info_contents_img {
    margin-top: auto;
    margin-bottom: 0;
  }
  .p_info_contents-10 .c_btn {
    margin-top: 8px;
  }
  .p_info_contents-11 .p_info_contents_tex {
    margin-bottom: 8px;
  }
  .p_info_contents-11 .p_info_contents_img {
    margin-top: auto;
    margin-bottom: 10px;
  }
  .p_info_contents-11 .p_info_contents_voice {
    margin-top: 0;
  }
  .p_info_contents-13 .p_info_contents_tex {
    margin-bottom: 5px;
  }
  .p_info_contents-13 .p_info_contents_img {
    margin-top: auto;
    margin-bottom: 5px;
  }
  .p_info_contents-13 .p_info_contents_voice {
    margin-top: 0;
  }
  .p_info_contents-14 .p_info_contents_tex {
    padding-right: 10px;
    margin-bottom: 10px;
  }
  .p_info_contents-14 .p_info_contents_img {
    bottom: 150px;
  }
  .p_info_contents-15 .p_info_contents_tex {
    margin-bottom: 30px;
  }
  .p_info_contents-15 .p_info_contents_img {
    bottom: 145px;
  }
  .p_info_contents-16 .p_info_contents_tex {
    padding-right: 0;
    margin-bottom: 30px;
  }
  .p_info_contents-16 .p_info_contents_img {
    bottom: 185px;
  }
  .p_info_contents-16 .p_info_contents_voice_tex_elem {
    padding: 12px;
  }
  .p_info_contents-17 .p_info_contents_tex {
    margin-bottom: 40px;
  }
  .p_info_contents-17 .p_info_contents_img {
    bottom: 150px;
  }
  .p_info_contents-18 .p_info_contents_tex {
    padding-right: 0;
    margin-bottom: 20px;
  }
  .p_info_contents-18 .p_info_contents_img {
    bottom: 135px;
  }
  .p_info_contents-19 .p_info_contents_tex {
    margin-bottom: 8px;
  }
  .p_info_contents-19 .p_info_contents_img {
    margin-top: auto;
    margin-bottom: 8px;
  }
  .p_info_contents-19 .p_info_contents_voice {
    margin-top: 0;
  }
  .p_info_contents-19 .p_info_contents_voice_tex_elem {
    padding: 12px;
  }
  .p_info_contents-20 .p_info_contents_tex {
    margin-bottom: 15px;
  }
  .p_info_contents-20 .p_info_contents_img {
    bottom: 150px;
  }
  .p_info_contents-21 .p_info_contents_tex {
    margin-bottom: 20px;
  }
  .p_info_contents-21 .p_info_contents_img {
    bottom: 155px;
  }
  .p_info_contents-22 .p_info_contents_tex {
    margin-bottom: 8px;
  }
  .p_info_contents-22 .p_info_contents_img {
    margin-top: auto;
    margin-bottom: 10px;
  }
  .p_info_contents-22 .p_info_contents_voice {
    margin-top: 0;
  }
  .p_info_contents-22 .p_info_contents_voice_tex_elem {
    padding: 14px 12px;
  }
  .p_info_contents-23 .p_info_contents_tex {
    padding-right: 70px;
    margin-bottom: 35px;
  }
  .p_info_contents-23 .p_info_contents_img {
    width: 110px;
    bottom: 140px;
  }
  .p_info_contents-23 .p_info_contents_voice_tex::after {
    bottom: 15px;
    right: 15px;
  }
  .u_show_pc {
    display: none !important;
  }
  .u_show_tb {
    display: block !important;
  }
}

@media screen and (max-width: 480px) {
  /* 480px以下 */
}
/*# sourceMappingURL=style.css.map */