@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,600&display=swap&subset=japanese");
#smse, #smse * {
  font-family: 'Noto Sans JP', sans-serif;
}
html.msie #smse,
html.msie #smse * {
  font-family: 'Segoe UI', Meiryo, sans-serif;
}

body {
  position: relative;
}
body:before {
  content: "";
  width: 1px;
  height: 1px;
  top: -1px;
  left: -1px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: 1px 1px;
}

@media print, screen and (min-width: 769px) {
  #smse {
    margin-top: 25px;
  }
}
#smse *, #smse::before, #smse::after {
  box-sizing: border-box;
}
#smse .dn {
  display: none !important;
}
@media print, screen and (min-width: 769px) {
  #smse .c-annotation {
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  #smse .c-annotation {
    margin: 10px 20px;
  }
}
#smse .c-annotation li {
  display: table-row;
  counter-increment: table-ol;
}
#smse .c-annotation li + li {
  margin-top: 10px;
}
@media print, screen and (min-width: 769px) {
  #smse .c-annotation li {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  #smse .c-annotation li {
    font-size: 1.2rem;
  }
}
#smse .c-annotation li::after {
  content: "";
  display: block;
  height: 10px;
}
#smse .c-annotation li::before {
  content: "※" counter(table-ol);
  display: table-cell;
  padding-right: 0.4em;
  text-align: left;
  white-space: nowrap;
}
#smse .c-annotation li:last-child::after {
  content: none;
}
#smse .c-annotation.-unordered li::before {
  content: "※";
  display: table-cell;
  padding-right: 0.4em;
  text-align: left;
  white-space: nowrap;
}

@media print, screen and (min-width: 769px) {
  .l-page_nav {
    height: 71px;
  }
}
@media screen and (max-width: 768px) {
  .l-page_nav {
    height: 55px;
  }
}
.l-page_nav.is-fixed nav {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 2;
}
@media print, screen and (min-width: 769px) {
  .l-page_nav.is-fixed nav {
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .l-page_nav.is-fixed nav {
    top: 65px;
  }
}
.l-page_nav nav {
  position: relative;
  background: white;
  box-shadow: 0 1px 0 0 #584d4d;
  z-index: 10;
}
@media print, screen and (min-width: 769px) {
  .l-page_nav nav {
    min-width: 960px;
    display: flex;
    justify-content: center;
    padding: 8px 0;
  }
}
.l-page_nav ul {
  display: flex;
}
@media print, screen and (min-width: 769px) {
  .l-page_nav ul {
    width: 960px;
  }
}
.l-page_nav li {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-page_nav li + li {
    border-left: 1px solid white;
  }
}
.l-page_nav li + li::before {
  content: "";
}
@media print, screen and (min-width: 769px) {
  .l-page_nav li + li::before {
    position: absolute;
    width: 1px;
    height: 100%;
    background: #584d4d;
    top: 0;
    left: 0;
    bottom: 0;
    transform: rotate(45deg);
  }
}
.l-page_nav a {
  color: #584d4d;
  display: flex;
  width: 100%;
  height: 55px;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .l-page_nav a {
    font-size: 1.8rem;
    transition: color .2s ease;
  }
  .l-page_nav a:hover {
    color: #cf9ad9;
    text-decoration: none;
  }
  .l-page_nav a:focus {
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) {
  .l-page_nav a {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}

.c-anchor {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .c-anchor {
    top: -71px;
  }
}
@media screen and (max-width: 768px) {
  .c-anchor {
    top: -120px;
  }
}

.p-kv.-main {
  display: flex;
  justify-content: center;
  overflow: hidden;
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .p-kv.-main {
    min-width: 960px;
  }
}
.p-kv.-main .c-img {
  width: 100%;
}
.p-kv.-main .c-img img {
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .p-campaign {
    padding: 60px 0;
    display: flex;
    justify-content: center;
  }
  .p-campaign a {
    transition: opacity .2s ease;
  }
  .p-campaign a:hover {
    opacity: .7;
  }
}
@media screen and (max-width: 768px) {
  .p-campaign {
    padding: 25px 20px;
  }
  .p-campaign img {
    width: 100%;
  }
}

.p-color_lineup {
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .p-color_lineup {
    min-width: 960px;
  }
}
.p-color_lineup .c-img {
  width: 100%;
}
.p-color_lineup .c-img img {
  width: 100%;
}

.p-section {
  border-top: 4px solid #584d4d;
  overflow: hidden;
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .p-section {
    min-width: 960px;
  }
}
.p-section.-easy {
  background-image: url(/syohin/bottle/smsg/assets/img/bg_easy.png);
  background-position: center;
}
@media print, screen and (min-width: 769px) {
  .p-section.-easy {
    padding-bottom: 75px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-section__header {
    padding: 70px 0 50px;
  }
}
@media screen and (max-width: 768px) {
  .p-section__header {
    padding: 30px 0;
  }
}
.p-section__header.-function {
  background: #d6eaf9;
}
.p-section__header h1 {
  text-align: center;
  color: #584d4d;
  letter-spacing: 0.2em;
  font-weight: normal;
}
@media print, screen and (min-width: 769px) {
  .p-section__header h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-section__header h1 {
    font-size: 25px;
  }
}
.p-section__header h1 small {
  display: block;
  margin: auto;
}
@media print, screen and (min-width: 769px) {
  .p-section__header h1 small.-function {
    width: 141px;
  }
}
@media screen and (max-width: 768px) {
  .p-section__header h1 small.-function {
    width: 115px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-section__header h1 small.-easy_to_clean {
    width: 192px;
  }
}
@media screen and (max-width: 768px) {
  .p-section__header h1 small.-easy_to_clean {
    padding-top: 10px;
    width: 150px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-section__header h1 small.-other_feature {
    width: 181px;
  }
}
@media screen and (max-width: 768px) {
  .p-section__header h1 small.-other_feature {
    padding-top: 10px;
    width: 140px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-section__header h1 small.-spec {
    width: 181px;
  }
}
@media screen and (max-width: 768px) {
  .p-section__header h1 small.-spec {
    padding-top: 10px;
    width: 140px;
  }
}
.p-section__header h1 small img {
  width: 100%;
}
.p-section__header .c-read {
  text-align: center;
  line-height: 1.8;
}
@media print, screen and (min-width: 769px) {
  .p-section__header .c-read {
    margin-top: 30px;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .p-section__header .c-read {
    margin-top: 25px;
    letter-spacing: 0;
    font-size: 17px;
  }
}

@media print, screen and (min-width: 769px) {
  .p-compact {
    height: 500px;
    position: relative;
    background-image: url(/syohin/bottle/smsg/assets/img/kv_compact.png);
    background-position: center;
    background-size: auto 100%;
  }
}
@media print, screen and (min-width: 769px) {
  .p-compact__inner {
    width: 400px;
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-480px);
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-compact__inner {
    padding-top: 20px;
  }
}
.p-compact .c-badge {
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .p-compact .c-badge img {
    width: 80px;
  }
}
@media screen and (max-width: 768px) {
  .p-compact .c-badge img {
    width: 60px;
  }
}
.p-compact h1 {
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .p-compact h1 {
    font-size: 36px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-compact h1 {
    font-size: 23px;
    margin-top: 15px;
    letter-spacing: 0;
  }
}
.p-compact h1 .c-en {
  display: block;
}
@media print, screen and (min-width: 769px) {
  .p-compact h1 .c-en {
    width: 351px;
    margin: 10px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .p-compact h1 .c-en {
    width: 240px;
    margin: 10px auto 0;
  }
}
.p-compact h1 .c-en img {
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .p-compact p {
    font-size: 22px;
    margin: 40px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .p-compact p {
    font-size: 18px;
    margin: 22px 20px 0;
  }
}
.p-compact .c-kv {
  margin-top: 20px;
}
.p-compact .c-kv img {
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .p-one_touch_open {
    padding: 70px 0;
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .p-one_touch_open {
    padding: 40px 20px 0;
  }
}
@media print, screen and (min-width: 769px) {
  .p-one_touch_open__inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 960px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-one_touch_open .c-video {
    padding-top: 40px;
    width: 480px;
  }
}
@media screen and (max-width: 768px) {
  .p-one_touch_open .c-video {
    width: 100%;
  }
}
.p-one_touch_open .c-video figcaption {
  text-align: right;
  margin-top: 5px;
  font-size: 1.2rem;
}
@media print, screen and (min-width: 769px) {
  .p-one_touch_open .c-dum_video {
    display: flex;
    width: 100%;
    height: 290px;
    justify-content: center;
    align-items: center;
    background: #878787;
  }
}
@media print, screen and (min-width: 769px) {
  .p-one_touch_open .c-desc {
    width: 460px;
  }
}
.p-one_touch_open .c-badge {
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .p-one_touch_open .c-badge img {
    width: 80px;
  }
}
@media screen and (max-width: 768px) {
  .p-one_touch_open .c-badge img {
    width: 60px;
  }
}
.p-one_touch_open h1 {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-one_touch_open h1 + p {
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-one_touch_open h1 {
    font-size: 36px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-one_touch_open h1 {
    font-size: 23px;
    line-height: 1.4;
    margin-top: 15px;
  }
}
.p-one_touch_open h1 .c-small {
  display: block;
}
@media print, screen and (min-width: 769px) {
  .p-one_touch_open h1 .c-small {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .p-one_touch_open h1 .c-small {
    font-size: 70%;
  }
}
.p-one_touch_open h1 .c-en {
  display: block;
}
@media print, screen and (min-width: 769px) {
  .p-one_touch_open h1 .c-en {
    width: 296px;
    margin: 10px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .p-one_touch_open h1 .c-en {
    width: 225px;
    margin: 0 auto 0;
  }
}
.p-one_touch_open h1 .c-en img {
  width: 100%;
}
.p-one_touch_open p {
  line-height: 1.8;
}
@media print, screen and (min-width: 769px) {
  .p-one_touch_open p {
    font-size: 18px;
    margin: 20px 30px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-one_touch_open p {
    font-size: 14px;
  }
}

.p-keep {
  background-image: url(/syohin/bottle/smsg/assets/img/bg_keep.png);
  background-position: center;
}
@media print, screen and (min-width: 769px) {
  .p-keep {
    padding: 50px 0 80px;
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .p-keep {
    padding: 40px 20px 20px;
    margin-top: 50px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-keep__inner {
    width: 960px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-keep__desc {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media print, screen and (min-width: 769px) {
  .p-keep .c-img {
    width: 480px;
  }
}
@media screen and (max-width: 768px) {
  .p-keep .c-img {
    margin: 0 -20px;
  }
}
.p-keep .c-img img {
  width: 100%;
}
.p-keep .c-img figcaption {
  margin-top: 10px;
  text-align: right;
}
@media print, screen and (min-width: 769px) {
  .p-keep .c-img figcaption {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .p-keep .c-img figcaption {
    font-size: 12px;
    margin-right: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-keep .c-desc {
    text-align: center;
    width: 460px;
  }
}
.p-keep .c-badge {
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .p-keep .c-badge img {
    width: 80px;
  }
}
@media screen and (max-width: 768px) {
  .p-keep .c-badge img {
    width: 60px;
  }
}
.p-keep h1 {
  text-align: center;
  color: #584d4d;
}
@media screen and (max-width: 768px) {
  .p-keep h1 + p {
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-keep h1 {
    font-size: 36px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-keep h1 {
    font-size: 23px;
    margin-top: 15px;
    letter-spacing: 0;
  }
}
.p-keep h1 .c-small {
  display: block;
}
@media print, screen and (min-width: 769px) {
  .p-keep h1 .c-small {
    margin-bottom: 15px;
  }
}
.p-keep h1 .c-en {
  display: block;
}
@media print, screen and (min-width: 769px) {
  .p-keep h1 .c-en {
    width: 359px;
    margin: 10px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .p-keep h1 .c-en {
    width: 280px;
    margin: 10px auto 0;
  }
}
.p-keep h1 .c-en img {
  width: 100%;
}
.p-keep .c-read {
  margin-top: 35px;
}
@media print, screen and (min-width: 769px) {
  .p-keep .c-read {
    font-size: 22px;
    font-weight: bold;
  }
}
.p-keep p {
  line-height: 1.8;
}
@media print, screen and (min-width: 769px) {
  .p-keep p {
    font-size: 18px;
    margin: 15px 30px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-keep p {
    font-size: 14px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-keep__grid {
    margin-top: 30px;
    display: flex;
    margin-right: -16px;
  }
}
@media screen and (max-width: 768px) {
  .p-keep__grid {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-keep__grid .c-col {
    width: 100%;
    margin-right: 15px;
    background: white;
    padding: 15px 15px 15px 20px;
    font-size: 16px;
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  .p-keep__grid .c-col {
    background: white;
    padding: 15px;
    font-size: 17px;
    line-height: 1.6;
  }
  .p-keep__grid .c-col + .c-col {
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-keep__grid .c-col .c-desc {
    text-align: center;
    width: 100%;
  }
}
.p-keep__grid .c-col figcaption {
  font-weight: bold;
}
.p-keep__grid .c-col b {
  vertical-align: baseline;
}
@media print, screen and (min-width: 769px) {
  .p-keep__grid .c-col b {
    font-size: 20px;
  }
}
.p-keep .c-annotation {
  margin: 10px 0 !important;
}

@media print, screen and (min-width: 769px) {
  .p-splatter_proof {
    padding: 50px 0 70px;
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .p-splatter_proof {
    padding: 40px 20px 40px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-splatter_proof__inner {
    width: 960px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media print, screen and (min-width: 769px) {
  .p-splatter_proof .c-video {
    width: 480px;
  }
}
@media screen and (max-width: 768px) {
  .p-splatter_proof .c-video {
    width: 100%;
  }
}
.p-splatter_proof .c-video figcaption {
  text-align: right;
  margin-top: 5px;
  font-size: 1.2rem;
}
@media print, screen and (min-width: 769px) {
  .p-splatter_proof .c-dum_video {
    display: flex;
    width: 100%;
    height: 290px;
    justify-content: center;
    align-items: center;
    background: #878787;
  }
}
@media print, screen and (min-width: 769px) {
  .p-splatter_proof .c-desc {
    width: 460px;
  }
}
.p-splatter_proof .c-badge {
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .p-splatter_proof .c-badge img {
    width: 80px;
  }
}
@media screen and (max-width: 768px) {
  .p-splatter_proof .c-badge img {
    width: 60px;
  }
}
.p-splatter_proof h1 {
  text-align: center;
  letter-spacing: 0.1em;
  color: #584d4d;
}
@media screen and (max-width: 768px) {
  .p-splatter_proof h1 + p {
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-splatter_proof h1 {
    font-size: 36px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-splatter_proof h1 {
    font-size: 23px;
    line-height: 1.4;
    margin-top: 15px;
  }
}
.p-splatter_proof h1 .c-small {
  display: block;
}
@media print, screen and (min-width: 769px) {
  .p-splatter_proof h1 .c-small {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .p-splatter_proof h1 .c-small {
    font-size: 70%;
  }
}
.p-splatter_proof h1 .c-en {
  display: block;
}
@media print, screen and (min-width: 769px) {
  .p-splatter_proof h1 .c-en {
    width: 249px;
    margin: 10px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .p-splatter_proof h1 .c-en {
    width: 190px;
    margin: 0 auto 0;
  }
}
.p-splatter_proof h1 .c-en img {
  width: 100%;
}
.p-splatter_proof .c-read {
  letter-spacing: 0.1em;
}
.p-splatter_proof .c-read + p {
  margin-top: 10px;
}
@media print, screen and (min-width: 769px) {
  .p-splatter_proof .c-read {
    margin-top: 35px;
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .p-splatter_proof .c-read {
    font-size: 18px;
    margin-bottom: 0;
  }
}
.p-splatter_proof p {
  line-height: 1.8;
}
@media print, screen and (min-width: 769px) {
  .p-splatter_proof p {
    font-size: 18px;
    margin: 20px 30px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-splatter_proof p {
    font-size: 14px;
  }
}

@media print, screen and (min-width: 769px) {
  .p-nonstick_coated {
    width: 960px;
    margin: auto;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .p-nonstick_coated {
    padding: 0 20px 30px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-nonstick_coated__inner {
    width: 460px;
    top: 60px;
    left: 50%;
    padding: 0 30px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-nonstick_coated .c-img {
    margin-left: 75px;
  }
}
@media screen and (max-width: 768px) {
  .p-nonstick_coated .c-img {
    text-align: center;
  }
  .p-nonstick_coated .c-img img {
    width: 60%;
  }
}
.p-nonstick_coated .c-badge {
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .p-nonstick_coated .c-badge img {
    width: 80px;
  }
}
@media screen and (max-width: 768px) {
  .p-nonstick_coated .c-badge img {
    width: 60px;
  }
}
.p-nonstick_coated h1 {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-nonstick_coated h1 + p {
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-nonstick_coated h1 {
    font-size: 36px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-nonstick_coated h1 {
    font-size: 23px;
    line-height: 1.4;
    margin-top: 15px;
  }
}
.p-nonstick_coated h1 .c-small {
  display: block;
}
@media print, screen and (min-width: 769px) {
  .p-nonstick_coated h1 .c-small {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .p-nonstick_coated h1 .c-small {
    font-size: 70%;
  }
}
.p-nonstick_coated h1 .c-en {
  display: block;
}
@media print, screen and (min-width: 769px) {
  .p-nonstick_coated h1 .c-en {
    width: 279px;
    margin: 10px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .p-nonstick_coated h1 .c-en {
    width: 215px;
    margin: 0 auto 0;
  }
}
.p-nonstick_coated h1 .c-en img {
  width: 100%;
}
.p-nonstick_coated .c-read {
  margin-top: 35px;
}
@media print, screen and (min-width: 769px) {
  .p-nonstick_coated .c-read {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .p-nonstick_coated .c-read {
    font-size: 18px;
  }
}
.p-nonstick_coated p {
  line-height: 1.8;
}
@media print, screen and (min-width: 769px) {
  .p-nonstick_coated p {
    font-size: 18px;
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .p-nonstick_coated p {
    font-size: 14px;
  }
}
.p-nonstick_coated .c-kv {
  margin: 20px -20px 0;
}
.p-nonstick_coated .c-kv img {
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .p-stopper {
    padding: 70px 0;
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .p-stopper {
    padding: 40px 20px 30px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-stopper__inner {
    width: 960px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media print, screen and (min-width: 769px) {
  .p-stopper__desc {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media print, screen and (min-width: 769px) {
  .p-stopper .c-img {
    width: 480px;
  }
}
.p-stopper .c-img img {
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .p-stopper .c-desc {
    width: 460px;
  }
}
.p-stopper .c-badge {
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .p-stopper .c-badge img {
    width: 80px;
  }
}
@media screen and (max-width: 768px) {
  .p-stopper .c-badge img {
    width: 60px;
  }
}
.p-stopper h1 {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-stopper h1 + p {
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-stopper h1 {
    font-size: 36px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-stopper h1 {
    font-size: 23px;
    line-height: 1.4;
    margin-top: 15px;
  }
}
.p-stopper h1 .c-small {
  display: block;
}
@media print, screen and (min-width: 769px) {
  .p-stopper h1 .c-small {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .p-stopper h1 .c-small {
    font-size: 70%;
  }
}
.p-stopper h1 .c-en {
  display: block;
}
@media print, screen and (min-width: 769px) {
  .p-stopper h1 .c-en {
    width: 152px;
    margin: 10px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .p-stopper h1 .c-en {
    width: 100px;
    margin: 0 auto 0;
  }
}
.p-stopper h1 .c-en img {
  width: 100%;
}
.p-stopper p {
  line-height: 1.8;
}
@media print, screen and (min-width: 769px) {
  .p-stopper p {
    font-size: 18px;
    margin: 20px 30px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-stopper p {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .p-stopper .c-img {
    margin: 20px -20px 0;
  }
  .p-stopper .c-img img {
    width: 100%;
  }
}
.p-stopper .c-video {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
@media print, screen and (min-width: 769px) {
  .p-stopper .c-video figure {
    width: 480px;
  }
}
.p-stopper .c-video figcaption {
  margin-top: 10px;
  text-align: right;
  font-size: 14px;
}

.p-cv {
  background: white;
}
@media print, screen and (min-width: 769px) {
  .p-cv {
    padding: 35px 0;
    display: flex;
    justify-content: center;
    width: 960px;
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .p-cv {
    padding: 35px 60px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-cv__inner {
    width: 960px;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .p-cv__item + .p-cv__item {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-cv__item {
    width: 100%;
  }
}
.p-cv__header {
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 769px) {
  .p-cv__header {
    width: 310px;
  }
}
.p-cv__header p {
  line-height: 1.4;
  margin: 0;
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 769px) {
  .p-cv__header p {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-cv__header p {
    font-size: 18px;
  }
}
.p-cv__header .c-pct {
  margin-left: 10px;
  flex-shrink: 0;
}
@media print, screen and (min-width: 769px) {
  .p-cv__header .c-pct img {
    width: 59px;
  }
}
@media screen and (max-width: 768px) {
  .p-cv__header .c-pct img {
    width: 45px;
  }
}
.p-cv .c-img {
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .p-cv .c-img {
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .p-cv .c-img {
    margin: 15px 0 0;
  }
}
@media print, screen and (min-width: 769px) {
  .p-cv .c-img img {
    width: 310px;
  }
}
@media screen and (max-width: 768px) {
  .p-cv .c-img img {
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  .p-cv .c-img a {
    transition: opacity .2s ease;
  }
  .p-cv .c-img a:hover {
    opacity: .6;
  }
}

@media print, screen and (min-width: 769px) {
  .p-other_feature {
    display: flex;
    justify-content: center;
    margin-bottom: 65px;
  }
}
@media screen and (max-width: 768px) {
  .p-other_feature {
    padding-bottom: 60px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-other_feature__inner {
    width: 960px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-other_feature__inner ul {
    margin: 0 -11px 0 -10px;
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .p-other_feature__inner ul {
    margin: 0 20px;
  }
}
.p-other_feature__inner li {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid;
}
@media screen and (max-width: 768px) {
  .p-other_feature__inner li + li {
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-other_feature__inner li {
    width: calc((100% - 1px) / 2 - 20px);
    height: 60px;
    margin: 0 10px 20px;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-other_feature__inner li {
    height: 40px;
    font-size: 18px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-other_feature__inner p.c-annotation {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-other_feature__inner p.c-annotation {
    margin: 20px 20px 0;
  }
}
@media print, screen and (min-width: 769px) {
  .p-other_feature__inner p.c-annotation {
    font-size: 12px;
  }
}

.p-development_story {
  text-align: center;
  margin: 100px 0;
}

.p-spec {
  display: flex;
  justify-content: center;
}
@media print, screen and (min-width: 769px) {
  .p-spec__inner {
    width: 960px;
  }
}
.p-spec__list {
  display: flex;
}
.p-spec__item {
  width: 100%;
}
.p-spec__item .c-face {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media print, screen and (min-width: 769px) {
  .p-spec__item .c-face {
    height: 200px;
  }
}
.p-spec__item .c-face .c-img {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-spec__item .c-face .c-img img[src*="size_36"], .p-spec__item .c-face .c-img img[src*="size_48"] {
    width: 50vw;
  }
  .p-spec__item .c-face .c-img img[src*="size_60"] {
    width: 50vw;
  }
}
.p-spec__item .c-face figcaption {
  font-weight: bold;
  margin-top: 10px;
}
@media print, screen and (min-width: 769px) {
  .p-spec__item .c-face figcaption {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  .p-spec__item .c-face figcaption {
    font-size: 14px;
  }
}
.p-spec__color_lineup {
  display: flex;
}
@media print, screen and (min-width: 769px) {
  .p-spec__color_lineup {
    margin-top: 15px;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .p-spec__color_lineup ul {
    display: flex;
    width: 100%;
    margin: 15px;
    flex-wrap: wrap;
  }
}
.p-spec__color_lineup .c-color {
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 769px) {
  .p-spec__color_lineup .c-color + .c-color {
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-spec__color_lineup .c-color {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  .p-spec__color_lineup .c-color {
    font-size: 14px;
    width: 50%;
    margin-top: 10px;
  }
}
.p-spec__color_lineup .c-color::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: #000;
  display: block;
  margin-right: 8px;
}
.p-spec__color_lineup .c-color.-vz::before {
  background: #c9b3d1;
}
.p-spec__color_lineup .c-color.-gj::before {
  background: #a3d7e4;
}
.p-spec__color_lineup .c-color.-az::before {
  background: #92bfe0;
}
.p-spec__color_lineup .c-color.-gk::before {
  background: #84c8d0;
}
.p-spec__table {
  margin-top: 50px;
  border-top: 2px solid;
  border-bottom: 2px solid;
  table-layout: fixed;
}
@media print, screen and (min-width: 769px) {
  .p-spec__table {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-spec__table {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 768px) {
  .p-spec__table {
    margin: 15px 20px;
  }
}
.p-spec__table th, .p-spec__table td {
  font-weight: normal;
}
@media print, screen and (min-width: 769px) {
  .p-spec__table th, .p-spec__table td {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-spec__table th, .p-spec__table td {
    font-size: 13px;
    padding: 10px;
  }
}
.p-spec__table th {
  background: #eee;
}
@media print, screen and (min-width: 769px) {
  .p-spec__table th {
    padding: 20px 10px;
    width: 310px;
  }
}
.p-spec__table td + td {
  border-left: 1px dotted;
}
@media print, screen and (min-width: 769px) {
  .p-spec__table td {
    padding: 20px 30px;
  }
}
.p-spec__table tr + tr th, .p-spec__table tr + tr td {
  border-top: 1px solid;
}

@media print, screen and (min-width: 769px) {
  .p-manual {
    width: 960px;
    margin: 75px auto;
  }
}
@media screen and (max-width: 768px) {
  .p-manual {
    padding: 20px 20px 40px;
  }
}
.p-manual p {
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .p-manual a {
    transition: opacity .2s ease;
  }
  .p-manual a:hover {
    opacity: .7;
  }
}

.p-jStream {
  width: 100%;
}
.p-jStream .c-inner {
  position: relative;
}
.p-jStream__poster {
  width: 100%;
}
.p-jStream__poster img {
  width: 100%;
}
.p-jStream__body, .p-jStream__body iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: black;
  max-width: 100%;
  max-height: 100%;
}

@media print, screen and (min-width: 769px) {
  ._sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  ._pc {
    display: none !important;
  }
}

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