@charset "UTF-8";
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 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;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/*
 * 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/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * 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/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 8/9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 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 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 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 and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  padding: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11002;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.7;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11003;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 11005;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 11004;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 11006;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/*------------------------------------------------------------------------------------
htmlタグに「sp-contents」が付くときにスマホ用CSS適用
------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
clearfix
------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
font setting
------------------------------------------------------------------------------------*/
html {
  height: 100%;
  font-size: 62.5%;
}

body {
  position: relative;
  -webkit-text-size-adjust: 100%;
  margin: 0 auto;
  padding: 0;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.7;
  background: #fff;
  color: #333;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: normal;
  text-align: left;
}

body > iframe,
body > script {
  display: none;
  visibility: none;
  height: 0;
  margin: 0;
  padding: 0;
  line-height: 0;
}

h1, h2, h3, h4, h5, p, object {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

img {
  border: none;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

a,
button {
  color: #333;
  text-decoration: underline;
  transition: opacity 0.4s ease;
}

a:hover,
button:hover {
  opacity: 0.7;
}

b, strong, .bold {
  font-family: "游ゴシック", YuGothic, -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
}

/*------------------------------------------------------------------------------------
htmlタグに「sp-contents」が付くときにスマホ用CSS適用
------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
clearfix
------------------------------------------------------------------------------------*/
#loading {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  background-color: #fff;
  background-image: url(../img/loading.gif);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80px auto;
}

header {
  min-width: 1020px;
  background-color: #fff;
  margin: 0 auto;
  padding: 14px 4% 5px;
}

.header-logo-cnt {
  margin: 0 auto 5px;
  position: relative;
}

.logo-store {
  position: relative;
  width: 394px;
}

.logo-letsnote {
  position: absolute;
  right: 0;
  top: 8px;
  width: 187px;
}

.logo-letsnote a {
  display: block;
}

.logo-letsnote a img {
  vertical-align: top;
}

.breadcrumb {
  margin: 4px auto 0;
}

.breadcrumb ul {
  box-sizing: border-box;
  margin: 0;
  padding: 0 0 0 3px;
  list-style: none;
  letter-spacing: -.40em;
  font-size: 12px;
  font-size: 1.2rem;
  color: #333;
  white-space: nowrap;
}

.breadcrumb ul li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  margin-right: 0.5em;
}

.breadcrumb ul li:before {
  display: inline-block;
  content: ">";
  padding-right: 0.5em;
}

.breadcrumb ul li:first-child::before {
  display: none;
}

.breadcrumb ul li a {
  color: #333;
  text-decoration: none;
}

article {
  min-width: 1020px;
  overflow: hidden;
}

footer {
  min-width: 1020px;
  background-color: #000;
  color: #FFF;
}

.footer-cnt {
  box-sizing: border-box;
  max-width: 1000px;
  margin: 0 auto;
  padding: 18px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
}

.footer-cnt #pagetop-link {
  text-align: right;
}

.footer-cnt #pagetop-link a {
  text-decoration: none;
  color: #FFF;
}

#main {
  height: calc(100vh - 98px);
  min-height: 650px;
  display: flex;
  align-items: center;
  max-width: 2000px;
  width: 92%;
  margin: 0 auto;
  position: relative;
}

#main-img {
  width: 100%;
  margin: 0 auto;
}

.main-bg {
  width: 67.7%;
  position: relative;
}

.main-bg img {
  width: 100%;
  height: auto;
  margin-left: auto;
  transition-property: opacity, transform;
  transition-duration: 1s;
  transition-timing-function: ease;
  opacity: 0;
  transform: translateX(-30px);
}

.in-view .main-bg img {
  opacity: 1;
  transform: translateX(0);
}

.main-detail {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  padding: 0;
  transform: translateY(-45%);
  display: flex;
  align-items: center;
}

.main-detail > div {
  width: 50%;
  box-sizing: border-box;
  transition-property: opacity, transform;
  transition-duration: 1s;
  transition-timing-function: ease;
  opacity: 0;
  transform: translateX(-30px);
}

.in-view .main-detail > div {
  opacity: 1;
  transform: translateX(0);
}

.main-detail > div:nth-child(1) {
  padding: 0 0 150px 6%;
  position: relative;
  transition-delay: 0.6s;
}

.main-detail > div:nth-child(2) {
  text-align: right;
  transition-delay: 0.7s;
}

.main-detail > div:nth-child(2) img {
  width: 90%;
  height: auto;
}

.main-detail h1 {
  line-height: 1.0;
}

.main-detail h1 > span {
  display: block;
}

.ttl-model {
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "游ゴシック", YuGothic, -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  margin-top: 25px;
  padding-left: 5px;
  line-height: 1.0;
}

.ttl-place {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "游ゴシック", YuGothic, -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  margin-top: 10px;
  padding-left: 5px;
  line-height: 1.0;
}

.ttl-place span {
  font-size: 22px;
  font-size: 2.2rem;
}

.main-bnr-block {
  box-sizing: border-box;
  position: absolute;
  bottom: 100px;
  left: 6%;
  padding-left: 5px;
  transition-property: opacity;
  transition-duration: 1s;
  transition-timing-function: ease;
  transition-delay: 1.4s;
  opacity: 0;
}

.in-view .main-bnr-block {
  opacity: 1;
}

.main-bnr-block .order-link {
  width: 300px;
  margin: 20px 0 0;
}

.main-bnr-block .order-link a {
  font-size: 18px;
  font-size: 1.8rem;
  padding: 6px;
  position: relative;
  text-align: center;
	-moz-border-radius: 30px; /* Firefox */
	-webkit-border-radius: 30px; /* Safari and Chrome */
	border-radius: 30px;
	behavior: url(border-radius.htc); /* IE */
}

.main-bnr-block .order-link a:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #FFF;
  border-right: 1px solid #FFF;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 13px;
  margin-top: -8px;
}

.section-wrap {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
}

.sec-cnt {
  max-width: 968px;
  margin: 0 auto;
  padding: 60px 15px;
}

#faq .sec-cnt {
  padding-bottom: 100px;
}

.sec-ttl-block {
  text-align: center;
  font-family: "游ゴシック", YuGothic, -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  padding-bottom: 30px;
  margin-bottom: 40px;
  position: relative;
}

.sec-ttl-block:after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background-color: #032238;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.sec-ttl-block h2 {
  font-family: 'Raleway', sans-serif;
  font-size: 50px;
  font-size: 5.0rem;
  font-weight: bold;
  line-height: 1.0;
  margin-bottom: 12px;
}

.sec-ttl-block p {
  font-size: 18px;
  font-size: 1.8rem;
}

.sec-ttl-block.link_area {
	padding-bottom: 0;
	margin-bottom: 0;
}
.sec-ttl-block.esim_merit_area {
	padding-bottom: 0;
    margin: 80px auto -40px;
}
.sec-ttl-block.link_area:after,.sec-ttl-block.esim_merit_area:after {
	display: none;
}
#whats .sec-cnt {
  max-width: 100%;
  padding: 80px 0;
  display: flex;
  align-items: center;
}

#whats .sec-cnt > div {
  width: 50%;
  box-sizing: border-box;
}

#whats .sec-cnt > div:nth-child(1) {
  position: relative;
  background: url(../img/whats_img.jpg) right center no-repeat;
  background-size: cover;
  height: 490px;
}

#whats .sec-cnt > div:nth-child(1) img {
  width: 100%;
  height: auto;
}

#whats .sec-cnt > div:nth-child(2) {
  max-width: 900px;
  padding: 45px 20px 45px 60px;
  line-height: 2.0;
}

#whats .sec-ttl-block h2 {
  font-size: 40px;
  font-size: 4.0rem;
}

.whats-caption {
  position: absolute;
  bottom: -23px;
  right: -28px;
}

#features {
  background-color: #eeeeee;
}

.feature-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}

.feature-list li {
  width: 31%;
}

.feature-list li div {
  text-align: center;
}

.feature-ttl {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "游ゴシック", YuGothic, -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  text-align: center;
  margin: 10px 0;
}

.recomend-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}

.recomend-list li {
  width: 46.5%;
}

.recomend-list li h3 {
  display: flex;
  align-items: center;
  color: #032238;
  border-bottom: #032238 solid 1px;
  font-size: 18px;
  font-size: 1.8rem;
}

.recomend-list li h3 img {
  margin-right: 12px;
}

.recomend-list li div {
  margin-bottom: 10px;
  text-align: center;
}

#performance {
  background-color: #eeeeee;
}

.performance-thumb {
  background-color: #eee;
  background-image: url(../img/performance_lead.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 480px;
}

.performance-list {
  margin: -30px 0 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.performance-list li {
  width: 28%;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "游ゴシック", YuGothic, -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  line-height: 1.0;
  text-align: center;
  margin: 30px 2.0% 0;
}

.performance-list li div {
  margin-bottom: 10px;
}

.performance-list li div img {
  max-width: 100%;
  height: auto;
}

.performance-lead {
  margin-top: 5px;
  font-size: 14px;
  font-size: 1.4rem;
}

.performance-lead span {
  font-size: 12px;
  font-size: 1.2rem;
}

.maxperformer-block {
  background-color: #FFF;
  padding: 55px 114px;
  margin-top: 50px;
}

.maxperformer-block > div {
  margin-top: 20px;
}

.maxperformer-ttl {
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "游ゴシック", YuGothic, -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 20px;
  position: relative;
}

.maxperformer-ttl:after {
  content: "";
  display: block;
  width: 129px;
  height: 79px;
  background: url(../img/maxperformer_logo.png) left top no-repeat;
  position: absolute;
  background-size: 100% auto;
  top: 0;
  right: 0;
}

.detail-anchor {
  width: 400px;
  margin: 60px auto 0;
}

.detail-anchor a {
  display: block;
  background-color: #032238;
  color: #FFF;
  text-align: center;
  padding: 12px;
  font-size: 20px;
  font-size: 2.0rem;
  font-family: "游ゴシック", YuGothic, -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  text-decoration: none;
}

.detail-anchor a:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-bottom: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(45deg);
  margin-right: 15px;
}

.faq-list {
  margin: 0;
  padding: 0;
}

.faq-list dt {
  background-color: #eeeeee;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "游ゴシック", YuGothic, -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  border-bottom: #d0d5d9 solid 1px;
  display: flex;
  margin-top: 20px;
  position: relative;
  cursor: pointer;
}

.faq-list dt:before, .faq-list dt:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #032238;
  position: absolute;
  top: 50%;
  right: 15px;
  transition-property: opacity, transform;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  opacity: 1;
}

.faq-list dt:before {
  transform: rotate(0);
}

.faq-list dt:after {
  transform: rotate(90deg);
}

.faq-list dt.active:before {
  transform: rotate(90deg);
  opacity: 0;
}

.faq-list dt.active:after {
  transform: rotate(180deg);
}

.faq-list dt .qa-icon {
  background-color: #d0d5d9;
}

.faq-list dt > p {
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.faq-list dd {
  margin: 0;
  border: #d0d5d9 solid 1px;
  position: relative;
  display: none;
}

.faq-list dd .qa-icon {
  position: absolute;
  top: 0;
  left: 0;
}

.faq-list dd > div {
  padding: 18px 60px 18px 60px;
  display: flex;
  justify-content: space-between;
}

.faq-list dd > div .faq-img-box {
  width: 239px;
  flex: 0 0 239px;
  margin-left: 25px;
}

.faq-list dd > div .faq-img-box .faq-img-cap {
  color: #ed7d31;
  margin-top: 8px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.1;
}

.qa-icon {
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "游ゴシック", YuGothic, -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  line-height: 1.0;
  color: #032238;
  padding: 17px 20px;
  margin-right: 18px;
}

#detail {
  background-color: #eeeeee;
}

#detail .sec-cnt {
  padding-top: 70px;
}

.detail-lead {
  text-align: center;
  margin-top: 25px;
}

.detail-lead p {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "游ゴシック", YuGothic, -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  margin-top: 20px;
}

.detail-lead p span.price {
  font-size: 28px;
  font-size: 2.8rem;
  font-family: "游ゴシック", YuGothic, -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  line-height: 1.4;
}

.order-link {
  width: 400px;
  margin: 20px auto 0;
}

.order-link a {
  display: block;
  padding: 15px;
  background-color: #d96815;
  color: #FFF;
  font-size: 20px;
  font-size: 2.0rem;
  font-family: "游ゴシック", YuGothic, -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  text-decoration: none;
	-moz-border-radius: 30px; /* Firefox */
	-webkit-border-radius: 30px; /* Safari and Chrome */
	border-radius: 30px;
	behavior: url(border-radius.htc); /* IE */
}
.order-link.btn_close a {
  background-color: #999;
}
.order-link .pr_btn_order_gray {
  display: block;
  padding: 15px;
  background-color: #999;
  color: #FFF;
  font-size: 20px;
  font-size: 2.0rem;
  font-family: "游ゴシック", YuGothic, -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  text-decoration: none;
	-moz-border-radius: 30px; /* Firefox */
	-webkit-border-radius: 30px; /* Safari and Chrome */
	border-radius: 30px;
	behavior: url(border-radius.htc); /* IE */
}
.order-link a:before {
  content: "";
  display: inline-block;
  width: 31px;
  height: 30px;
  background: url(../img/icon_cart.png) left top no-repeat;
  vertical-align: middle;
  margin-right: 12px;
}
.order-link.btn_close a:before {
  width: 0;
  height: 0;
  background: none;
  margin-right: 0;
}

.detail-lead p.order-data {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "游ゴシック", YuGothic, -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  margin-top: 10px;
}
.detail-lead .order-link .prsc_19_od_syukka_link {
	padding:10px 0 0px;
}

.detail-lead .order-link .prsc_19_od_syukka_link a {
    display: block;
	padding:5px 5px 5px 40px;
	font-size: 16px;
	font-size: 1.6rem;
	color:#FFF !important;
	line-height:1.1em;
	font-weight:normal;
    background:#333F50 url(../../../common_2017/img/icon_mail.png)  no-repeat 5px center;
}
.benefit-block {
  background-color: #ffffff;
  border: #cccccc solid 1px;
  padding: 50px 44px;
  margin-top: 60px;
}

.benefit-ttl {
  font-size: 28px;
  font-size: 2.8rem;
  font-family: "游ゴシック", YuGothic, -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  color: #032238;
  text-align: center;
  margin-bottom: 30px;
}

.benefit-ttl h3 {
  display: inline-block;
  position: relative;
}

.benefit-ttl h3:before, .benefit-ttl h3:after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 1px;
  background-color: #032238;
  position: absolute;
  top: 50%;
}

.benefit-ttl h3:before {
  right: 102%;
}

.benefit-ttl h3:after {
  left: 102%;
}

.benefit-content {
  padding-top: 20px;
}

.benefit-content > div {
  border-bottom: #999999 solid 1px;
  padding: 0 0 45px 90px;
  margin-bottom: 30px;
  position: relative;
}

.benefit-content > div:first-child .benefit-limit {
  margin-top: 20px;
}

.benefit-content > div:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.benefit-content > div.flex {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.benefit-content > div.flex > div:nth-child(1) {
  width: 350px;
}

.benefit-content > div.flex > div:nth-child(2) {
  width: 54.6%;
}

.benefit-num {
  display: inline-block;
  background-color: #b0912f;
  color: #FFF;
  font-family: "游ゴシック", YuGothic, -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  border-radius: 50px;
  padding: 8px 18px;
  position: absolute;
  top: 0;
  left: 0;
}

.benefit-num span {
  display: block;
  font-size: 28px;
  font-size: 2.8rem;
}

.benefit-subttl {
  font-size: 26px;
  font-size: 2.6rem;
  font-family: "游ゴシック", YuGothic, -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  margin-bottom: 15px;
}

.benefit-subttl span {
  font-size: 20px;
  font-size: 2.0rem;
  display: block;
}

.benefit-limit {
  font-family: "游ゴシック", YuGothic, -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  margin-top: 40px;
}

.benefit-link {
  margin-top: 10px;
  width: 180px;
}

.benefit-link a {
  display: block;
  font-family: "游ゴシック", YuGothic, -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  text-align: center;
  border: #032238 solid 2px;
  text-decoration: none;
  padding: 4px;
  position: relative;
}

.benefit-link a:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #032238;
  border-right: 1px solid #032238;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 13px;
  margin-top: -4px;
}

.benefit-note {
  margin-top: 10px;
  font-size: 13px;
  font-size: 1.3rem;
}

.spec-block-bg {
  background-color: #dddddd;
  padding: 35px 40px;
  margin: 60px 0 0;
}

.spec-block {
  background-color: #dddddd;
  padding: 10px 0 0;
  margin: 0;
  *zoom: 1;
}

.spec-block:after {
  content: "";
  display: table;
  clear: both;
}

.spec-block dt {
  float: left;
  clear: left;
  padding: 0 0 0 10px;
}

.spec-block dd {
  margin: 0 0 14px;
  padding: 0 0 10px 230px;
  border-bottom: #a3a3a5 solid 1px;
}

.spec-block dd:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.spec-block dd img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
  transform: translateY(-1px);
}

.note-list {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.note-list li {
  position: relative;
  margin-top: 10px;
  padding-left: 2.5em;
}

.note-list li:first-child {
  margin-top: 0;
}

.note-list li .spec-note-mark {
  position: absolute;
  left: 0;
  top: 0;
}

.benefit01-img {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  *zoom: 1;
}

.benefit01-img:after {
  content: "";
  display: table;
  clear: both;
}

.benefit01-img > li {
  float: left;
  width: 240px;
  text-align: center;
  margin-left: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "游ゴシック", YuGothic, -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  position: relative;
}

.benefit01-img > li:first-child {
  margin-left: 0;
}

.benefit01-img > li:last-child:after {
  display: none;
}

.benefit01-img > li:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 18px solid transparent;
  border-left: 18px solid #000;
  position: absolute;
  top: 50%;
  right: -30px;
  margin-top: -18px;
}

.slide {
  text-align: center;
}

.slide .slick-slide {
  outline: none;
}

.slide .slick-slide img {
  display: inline-block;
}

.slide .slick-prev,
.slide .slick-next {
  z-index: 1000;
}

.slide .slick-prev:before,
.slide .slick-next:before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  transform: rotate(45deg);
  position: absolute;
  top: -22px;
}

.slide .slick-prev:before {
  border-left: #cccccc solid 2px;
  border-bottom: #cccccc solid 2px;
  left: 40px;
}

.slide .slick-next:before {
  border-right: #cccccc solid 2px;
  border-top: #cccccc solid 2px;
  left: -80px;
}

#modern {
  background-color: #e6ebef;
  border-top: #a6b5c2 solid 1px;
}

.modern-block {
  width: 950px;
  margin: 0 auto;
  padding: 60px 0 80px 0;
}

.modern-ttl {
  font-size: 30px;
  color: #004da0;
  text-align: center;
  margin-bottom: 30px;
  font-family: "游ゴシック", YuGothic, -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
}

.modern-ttl span {
  display: inline-block;
  font-size: 18px;
  padding: 4px 25px;
  line-height: 1.2;
  border: 1px solid #333;
  border-radius: 5px;
  margin-left: 15px;
  background-color: #fff;
  vertical-align: middle;
  margin-top: -5px;
}

.modern-list {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}

.modern-list > li {
  width: 161px;
  text-align: center;
}

.modern-list .modern-list-ttl {
  font-size: 18px;
  font-family: "游ゴシック", YuGothic, -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 1px solid #999999;
}

.modern-list .modern-list-text {
  font-size: 14px;
  margin-top: 6px;
}

.icon_store {
  margin-right: 10px;
}

/*

====== Move-from-top effect ======

*/
.mfp-move-from-top {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s;
  transform: translateY(-100px);
}

.mfp-move-from-top.mfp-bg {
  opacity: 0;
  transition: all 0.2s;
}

.mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateY(0);
  overflow: visible;
}

.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-move-from-top.mfp-removing .mfp-with-anim {
  transform: translateY(-50px);
  opacity: 0;
}

.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0;
}

p.esim_merit_title {
	font-size: 1.8rem;
}
dl.esim_merit dt{
	background:#032238;
	color: #fff;
	float: left;
	width: 17%;
	text-align: center;
}
dl.esim_merit dd {
	float: right;
	width: 78%;
}

p.esim_plan_title {
	text-align: center;
    margin: 50px auto 20px;
	font-size: 1.8rem;
}
ul.esim_plan{
    display: flex;
    width:100%;
    margin:0;
    padding:0;
}
ul.esim_plan li {
	display:table-cell;
    width:32%;
    border:1px solid #ddd;
    margin-right: 15px;
	list-style: none;
}
ul.esim_plan li:nth-of-type(3n) {
	margin-right: 0;
}
ul.esim_plan li a {
	display: block;
	padding: 15px;
    border: 1px solid #999;
    background: #fff;
    text-align: center;
    text-decoration: none;
	font-weight: bold;
}
ul.esim_plan li a.one_line {
	padding: 28px 15px;
}
dl.esim_merit:after,ul.esim_plan:after {
    content: " ";
    display: table;
    clear: both;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media only screen and (max-width: 640px) {
  body {
    width: auto;
    font-size: 1.6rem;
  }
  .pc-img {
    display: none;
  }
  .pc-br {
    display: none;
  }
  header {
    min-width: initial;
    min-width: auto;
    padding: 10px 0 5px;
  }
  .header-logo-cnt {
    width: 90%;
  }
  .logo-store {
    width: 100%;
  }
  .logo-letsnote {
    position: relative;
    top: 0;
    width: 50%;
    margin-left: 50%;
  }
  .breadcrumb {
    display: none;
  }
  article {
    min-width: initial;
    min-width: auto;
  }
  footer {
    min-width: initial;
    min-width: auto;
  }
  .footer-cnt {
    padding: 14px 5px 70px;
    text-align: center;
    display: block;
  }
  .footer-cnt #pagetop-link {
    display: none;
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 9999;
  }
  .footer-cnt #pagetop-link a {
    text-decoration: none;
    color: #000;
    background-color: rgba(227, 227, 227, 0.8);
    display: block;
    padding: 8px 10px;
    border-radius: 4px;
  }
  .footer-cnt #copyright {
    margin-top: 5px;
  }
  #main {
    width: auto;
    height: auto;
    min-height: initial;
    min-height: auto;
    display: block;
    padding: 15px;
  }
  .main-bg {
    display: none !important;
  }
  .main-detail {
    padding: 0;
    position: static !important;
    left: auto;
    top: auto;
    transform: translateY(0);
    display: block;
  }
  .main-detail > div {
    width: auto;
  }
  .main-detail > div:nth-child(1) {
    padding: 0;
  }
  .main-detail > div:nth-child(2) {
    padding-top: 60px;
    background: url(../img/main_bg.png) left 10px no-repeat;
    background-size: 100% auto;
  }
  .ttl-model {
    font-size: 2.0rem;
  }
  .ttl-place span {
    font-size: 2.0rem;
  }
  .main-bnr-block {
    width: 100%;
    max-width: 300px;
    position: static;
    margin: 15px auto 0;
  }
  .main-bnr-block .bnr-lv-interview {
    width: 100%;
  }
  .main-bnr-block .order-link {
    width: 100%;
  }
  .section-wrap {
    font-size: 1.4rem;
  }
  .sec-cnt {
    padding: 30px 15px;
  }
  #faq .sec-cnt {
    padding-bottom: 40px;
  }
  .sec-ttl-block {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .sec-ttl-block h2 {
    font-size: 3.0rem;
    margin-bottom: 5px;
  }
  .sec-ttl-block p {
    font-size: 1.6rem;
  }
	.sec-ttl-block.esim_merit_area {
    margin: 80px auto -10px;
}
	
  #whats .sec-cnt {
    display: block;
    padding: 30px 0;
  }
  #whats .sec-cnt > div {
    width: auto;
  }
  #whats .sec-cnt > div:nth-child(1) {
    background-position: center center;
    height: 200px;
  }
  #whats .sec-cnt > div:nth-child(2) {
    max-width: initial;
    max-width: auto;
    padding: 40px 20px 20px;
  }
  #whats .sec-ttl-block h2 {
    font-size: 2.8rem;
  }
  .whats-caption {
    width: 100px;
    right: 5px;
  }
  .feature-list {
    display: block;
  }
  .feature-list li {
    width: auto;
    margin-bottom: 30px;
  }
  .feature-list li:last-child {
    margin-bottom: 0;
  }
  .feature-ttl {
    font-size: 1.6rem;
  }
  .recomend-list {
    display: block;
  }
  .recomend-list li {
    width: auto;
    margin-bottom: 30px;
  }
  .recomend-list li:last-child {
    margin-bottom: 0;
  }
  .recomend-list li h3 {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .recomend-list li h3 img {
    width: 44px;
    height: auto;
    margin-right: 6px;
  }
  .performance-thumb {
    background-attachment: scroll;
    height: 160px;
  }
  .performance-list {
    justify-content: space-between;
  }
  .performance-list li {
    width: 48%;
    margin: 15px 0 0;
  }
  .maxperformer-block {
    padding: 20px 15px;
    margin-top: 30px;
  }
  .maxperformer-ttl {
    font-size: 1.8rem;
    padding-top: 50px;
    text-align: center;
  }
  .maxperformer-ttl:after {
    width: 70px;
    height: 50px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .detail-anchor {
    width: 100%;
    max-width: 300px;
    margin-top: 30px;
  }
  .detail-anchor a {
    font-size: 1.6rem;
    padding: 8px;
  }
  .faq-list dt {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .faq-list dt:before, .faq-list dt:after {
    width: 14px;
    right: 5px;
  }
  .faq-list dt > p:nth-child(2) {
    padding: 5px 20px 5px 0;
  }
  .faq-list dd .qa-icon {
    top: 10px;
  }
  .faq-list dd > div {
    padding: 18px 20px 18px 40px;
    display: block;
  }
  .faq-list dd > div .faq-img-box {
    width: 200px;
    margin: 15px auto 0;
  }
  .qa-icon {
    font-size: 2.0rem;
    padding: 10px 12px;
    margin-right: 10px;
  }
  .detail-lead p {
    font-size: 1.6rem;
  }
  .detail-lead p span.price {
    font-size: 2.4rem;
  }
  .order-link {
    width: 100%;
    max-width: 300px;
  }
  .order-link a {
    padding: 10px;
    font-size: 1.6rem;
  }
.order-link .pr_btn_order_gray {
  padding: 15px;
  font-size: 1.6rem;
}
.detail-lead p.order-data {
  font-size: 1.6rem;
  margin-top: 10px;
}
.detail-lead .order-link .prsc_19_od_syukka_link a {
	padding-left:2.5em;
	font-size: 1.5rem;
    background-size: 1.5em;
}

  .benefit-block {
    padding: 30px 15px 15px;
    margin-top: 30px;
  }
  .benefit-ttl {
    font-size: 1.8rem;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  .benefit-ttl h3:before, .benefit-ttl h3:after {
    display: none;
  }
  .benefit-content {
    padding-top: 10px;
  }
  .benefit-content > div {
    padding: 0 0 20px;
  }
  .benefit-content > div.flex {
    display: block;
  }
  .benefit-content > div.flex > div:nth-child(1) {
    width: auto;
    margin-bottom: 15px;
    text-align: center;
  }
  .benefit-content > div.flex > div:nth-child(2) {
    width: auto;
  }
  .benefit-num {
    padding: 4px 10px;
    margin-bottom: 10px;
    position: static;
  }
  .benefit-num span {
    font-size: 2.0rem;
  }
  .benefit-subttl {
    font-size: 1.8rem;
  }
  .benefit-subttl span {
    font-size: 1.4rem;
  }
  .benefit-limit {
    margin-top: 20px;
  }
  .benefit-link {
    margin: 10px auto 0;
  }
  .benefit-note {
    font-size: 1.2rem;
  }
  .spec-block-bg {
    padding: 30px 15px 15px;
    margin: 30px 0 0;
  }
  .spec-block dt {
    float: none;
  }
  .spec-block dd {
    padding: 0 0 10px 20px;
  }
  .note-list {
    margin: 15px 0 0;
    font-size: 1.3rem;
  }
  .benefit01-img > li {
    float: none;
    margin: 30px auto 0;
  }
  .benefit01-img > li:first-child {
    margin: 0 auto;
  }
  .benefit01-img > li:after {
    border: 14px solid transparent;
    border-top: 14px solid #000;
    right: 50%;
    top: 104%;
    margin: 0 -14px 0 0;
  }
  .slide .slick-prev:before,
  .slide .slick-next:before {
    width: 25px;
    height: 25px;
  }
  .slide .slick-prev:before {
    left: 30px;
  }
  .slide .slick-next:before {
    left: -40px;
  }
  .modern-block {
    width: auto;
    padding: 30px 10px 40px 10px;
  }
  .modern-ttl {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 1.2;
  }
  .modern-ttl span {
    display: block;
    width: 110px;
    margin: 5px auto 0;
    font-size: 14px;
  }
  .modern-list {
    display: block;
    max-width: 300px;
    margin: 25px auto 0;
  }
  .modern-list > li {
    width: auto;
    margin-top: 15px;
  }
  .modern-list .modern-list-ttl {
    font-size: 16px;
    padding-bottom: 2px;
  }
  .icon_store {
    width: 25px;
  }
	dl.esim_merit dt {
    float: none;
		width: 50%;
	}
	dl.esim_merit dd {
    float: none;
    width: 100%;
    margin: 20px auto;
}
	ul.esim_plan {
		display: inherit;
	}
	ul.esim_plan li {
    display: block;
    width: 100%;
    margin-right: 0;
		margin-bottom: 20px;
	}
}

@media print {
  body {
    min-width: 1000px;
  }
  .sp-img {
    display: none;
  }
  .sp-br {
    display: none;
  }
}

@media only screen and (min-width: 769px) {
  .sp-img {
    display: none;
  }
  .sp-br {
    display: none;
  }
  .footer-cnt #pagetop-link {
    display: block !important;
  }
}

@media only screen and (min-width: 641px) and (max-width: 768px) {
  .sp-img {
    display: none;
  }
  .sp-br {
    display: none;
  }
  .footer-cnt #pagetop-link {
    display: block !important;
  }
}

.breadcrumb ul li h1 {font-size: 1.2rem;display: inline;}