@charset "UTF-8";
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

*, :after, :before {
  box-sizing: border-box;
  font-weight: 400;
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

html {
  width: 100%;
  height: 100%;
}

body {
  line-height: 1;
}

ol, ul {
  padding: 0;
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

button, label {
  border: 0;
  outline: 0;
}

label:focus, label:hover {
  outline: 0;
  box-shadow: none;
}

input {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
  outline: 0;
  border: none;
}

select {
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

a, a:active, a:focus, a:hover, a:link, a:visited {
  outline: 0;
  text-decoration: none;
}

[type=text] {
  line-height: normal;
}

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

ol, ul {
  padding: 0;
  list-style: none;
}

body, button, input, label, select, td, textarea {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, Segoe UI, Helvetica Neue, HelveticaNeue, YuGothic, Yu Gothic Medium, Yu Gothic, Verdana, Meiryo, sans-serif;
}

html {
  font-size: 62.5%;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #FFFFFE;
  color: #686B7F;
  overflow-x: hidden;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.1428571429;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  body {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.0666666667;
  }
}
@media screen and (min-width: 1025px) {
  body {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  h2 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1025px) {
  h2 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.25;
  }
}
small {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.6;
  line-height: 1;
}

.btn {
  width: 350px;
  height: 80px;
  margin: 30px auto 0px auto;
  font-size: 20px;
  color: #fff;
  border-radius: 60px;
  text-align: center;
  letter-spacing: 1px;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #464C9C;
  cursor: pointer;
}

.btn:focus, .btn:hover {
  color: #fff;
  background: #E87463;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

@media screen and (width: 320px) {
  .btn {
    width: 300px;
    height: 60px;
    margin: 10px auto;
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .btn {
    width: 600px;
    height: 120px;
    margin: 10px auto;
    font-size: 28px;
  }
}
@media screen and (min-width: 1025px) {
  .btn {
    width: 600px;
    height: 120px;
    margin: 10px auto;
    font-size: 30px;
    transition: background-color 0.2s ease-out;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    -webkit-tap-highlight-color: transparent;
  }
}
.notice {
  color: #ff5f74;
}

.txt {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4285714286;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .txt {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.625;
  }
}
@media screen and (min-width: 1025px) {
  .txt {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5555555556;
  }
}
body, button, input, label, select, td, textarea {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, Segoe UI, Helvetica Neue, HelveticaNeue, YuGothic, Yu Gothic Medium, Yu Gothic, Verdana, Meiryo, sans-serif;
}

html {
  font-size: 62.5%;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: white;
  color: #000;
  overflow-x: hidden;
}

.container_lp footer {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.2307692308;
  background: #29263E;
}

.container_lp footer .footer-link-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  padding: 30px;
  width: auto;
}

@media screen and (min-width: 768px) {
  .container_lp footer .footer-link-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 50%;
  }
}
.container_lp footer .footer-link-container {
  font-weight: 400;
  padding: 0 20px 20px;
  transform: none;
  width: 100%;
}

.container_lp footer .footer-link-container li {
  padding: 4px 0;
}

.container_lp footer .footer-link-container li a {
  color: #fff;
}

.container_lp footer .footer-link-container .footer-logo {
  margin-top: 10px;
}

.container_lp footer .footer-link-container .footer-logo a {
  background-image: url("../img/logo_white_new.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 31px;
  height: 31px;
  text-align: center;
  vertical-align: middle;
  width: 154px;
}

.container_lp footer .footer-copyright {
  background-color: #FFFFFE;
  color: #555;
  display: block;
  padding-bottom: 20px;
  padding-top: 30px;
  text-align: center;
}

.container_lp footer small {
  display: block;
  text-align: center;
}

/*----------------------
module
----------------------*/
.header-inner {
  box-sizing: border-box;
  width: auto;
  max-width: 1000px;
  padding: 12px 20px 10px 20px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .header-inner {
    padding: 10px 10px 8px 8px;
  }
}
.header-txt {
  float: right;
}
@media screen and (max-width: 480px) {
  .header-txt {
    font-size: 11px;
  }
}
.header-logo {
  width: 100px;
  display: block;
  float: left;
}
@media screen and (max-width: 768px) {
  .header-logo {
    float: none;
    margin: 0 auto;
  }
}
.header-logo img {
  width: 100%;
  height: auto;
}

main {
  color: black;
  background: white;
}

.mainV {
  background-image: url(../img/main-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom -100px center;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .mainV {
    background-position: center;
  }
}
.mainV-img {
  max-width: 900px;
  margin: 0 auto;
}
.mainV-img img {
  width: 100%;
  height: auto;
}
.mainV-inner {
  max-width: 1000px;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .mainV-inner {
    width: 100%;
  }
}
.mainV-inner img {
  width: 100%;
}
.mainV-txt {
  font-size: 18px;
  line-height: 1.7;
}
.mainV-txt span {
  display: block;
  font-size: 12px;
}
@media screen and (max-width: 480px) {
  .mainV-txt {
    font-size: 14px;
  }
}

.content .inner {
  max-width: 1000px;
  margin: 15px auto 0;
  padding: 15px;
}
@media screen and (max-width: 480px) {
  .content .inner {
    padding: 7px;
  }
}
.content section {
  position: relative;
}
.content section .inner {
  max-width: 1000px;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .content section .inner {
    width: 100%;
  }
}
.content section h2 {
  width: 425px;
  position: absolute;
  top: 37px;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 480px) {
  .content section h2 {
    width: 60%;
  }
}
.content section h2 img {
  width: 100%;
}
.content section .ep {
  border: 4px solid #000;
  padding: 30px;
  border-radius: 20px;
}
@media screen and (max-width: 480px) {
  .content section .ep {
    padding: 15px;
  }
}
.content section .ep li + li {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 5px dotted black;
}
.content section .ep .up-column {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccc;
  background: #f7f7f7;
  padding: 10px;
}
.content section .ep .up-column a {
  display: block;
  margin-right: 15px;
}
.content section .ep .up-column a .product-thumbnail {
  width: 100px;
  height: 100px;
  box-sizing: content-box;
  background-color: #fff;
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #f5f7fd;
  margin: 0 auto 5px;
}
.content section .ep .up-column a .product-thumbnail img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.content section .ep .up-column h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 480px) {
  .content section .ep .up-column h3 {
    font-size: 18px;
    text-align: left;
    line-height: 1.3;
  }
}
.content section .ep .bottom-column {
  display: flex;
  justify-content: space-around;
  padding: 15px 0;
}
@media screen and (max-width: 480px) {
  .content section .ep .bottom-column {
    flex-direction: column;
  }
}
.content section .ep .bottom-column .left {
  width: 15%;
}
@media screen and (max-width: 480px) {
  .content section .ep .bottom-column .left {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 10px;
  }
}
.content section .ep .bottom-column .left .user {
  margin: 0 auto;
  width: 100px;
  margin-bottom: 5px;
}
@media screen and (max-width: 480px) {
  .content section .ep .bottom-column .left .user {
    width: 60px;
    margin: 0 10px 0 0;
  }
}
.content section .ep .bottom-column .left .user img {
  width: 100%;
  border-radius: 50%;
}
.content section .ep .bottom-column .left p {
  text-align: left;
  font-size: 12px;
  color: #767676;
}
.content section .ep .bottom-column .right {
  text-align: left;
  width: 80%;
}
@media screen and (max-width: 480px) {
  .content section .ep .bottom-column .right {
    width: 100%;
  }
}
.content section .ep .bottom-column .right .star {
  color: orange;
  font-size: 22px;
  margin-bottom: 10px;
}
.content section .ep .bottom-column .right .star span {
  color: gray;
}
.content section .ep .bottom-column .right h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
.content section .ep .bottom-column .right h5 {
  position: relative;
  border-left: 4px solid #414993;
  padding-left: 15px;
  font-size: 14px;
  margin-bottom: 10px;
}
.content section .ep .bottom-column .right h5:before {
  content: "";
  position: absolute;
  left: 2px;
  background: #dd7161;
  width: 4px;
  height: 100%;
}
.content section .ep .bottom-column .right p {
  line-height: 1.5;
}
.content section .ep .bottom-column .right p + h5 {
  margin-top: 20px;
}
.content section .ep .more {
  display: block;
  width: 250px;
  text-decoration: none;
  color: #000;
  line-height: 1;
  border: 2px solid #000;
  border-radius: 30px;
  background: #fff 90% 50% no-repeat url(../img/arrow.svg);
  background-size: 8px auto;
  font-weight: 700;
  margin-left: auto;
  text-align: center;
}
.content section .ep .more a {
  color: #000;
  display: block;
  padding: 18px 0;
}
.content section .ep .vendor-comment {
  padding: 25px;
  text-align: left;
  color: white;
  background: #424892;
  border-radius: 20px;
  margin: 30px 0 20px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .content section .ep .vendor-comment {
    padding: 15px;
  }
}
.content section .ep .vendor-comment:after {
  content: "";
  border: 10px solid transparent;
  border-top: 10px solid #424892;
  position: absolute;
  top: 100%;
  right: 150px;
}
.content section .ep .vendor-comment .index {
  font-size: 12px;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
}
.content section .ep .vendor-comment p {
  line-height: 1.5;
}
.content section .ep .vendor-info {
  display: flex;
  justify-content: end;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .content section .ep .vendor-info .vendor {
    width: 60px;
  }
}
.content section .ep .vendor-info .vendor img {
  width: 100%;
}
.content section .ep .vendor-info p {
  font-size: 14px;
  line-height: 1.5;
  margin-left: 10px;
}
.content section.grand h2 {
  width: 425px;
  height: 70px;
  top: 37px;
}
@media screen and (max-width: 480px) {
  .content section.grand h2 {
    width: 60%;
  }
}
.content section.grand .ep {
  border-color: #ED1C24;
  background: #faf2f6;
}