/*! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
/* Document (https://html.spec.whatwg.org/multipage/semantics.html#semantics)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat;
  /* 1 */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Prevent font size adjustments after orientation changes in IE and iOS.
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  cursor: default;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections (https://html.spec.whatwg.org/multipage/semantics.html#sections)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

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

/* Grouping content (https://html.spec.whatwg.org/multipage/semantics.html#grouping-content)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
}

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

/* Text-level semantics (https://html.spec.whatwg.org/multipage/semantics.html#text-level-semantics)
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ffff00;
  color: #000000;
}

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

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */

::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none;
}

/* Embedded content (https://html.spec.whatwg.org/multipage/embedded-content.html#embedded-content)
   ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data (https://html.spec.whatwg.org/multipage/tables.html#tables)
   ========================================================================== */
/**
 * Collapse border spacing
 */
table {
  border-collapse: collapse;
}

/* Forms (https://html.spec.whatwg.org/multipage/forms.html#forms)
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Inherit styling in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  background-color: transparent;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

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

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

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * 1. Remove the default vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */
}

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

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

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

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

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

/* Interactive elements (https://html.spec.whatwg.org/multipage/forms.html#interactive-elements)
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting (https://html.spec.whatwg.org/multipage/scripting.html#scripting-3)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction (https://html.spec.whatwg.org/multipage/interaction.html#editing)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
}

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

/* ARIA (https://w3c.github.io/html-aria/)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */
[aria-busy="true"] {
  cursor: progress;
}

/*
 * Change the cursor on control elements (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */
[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
  cursor: default;
}

@-webkit-keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

html {
  font-size: 62.5%;
  width: 100%;
}

body {
  position: relative;
  width: 100%;
}

html, body {
  min-width: 100%;
}

a {
  text-decoration: none;
  word-break: break-all;
}

a:hover {
  opacity: .7;
}
a.hoverOp{
  display: block;
}

h1, h2, h3, h4, h5, h6, div, p, ul, ol, li, dd, small {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #000;
  font-family: "Koburina Gothic W3 JIS2004", sans-serif;
  list-style-type: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Koburina Gothic W6 JIS2004", sans-serif;
}

p.attention {
  border: solid 1px #0099FF;
  color: #0099FF;
  margin-top: 1em;
  padding: 0.6em 1em;
  width: auto;
  max-width: 100%;
  font-size: 1.5rem !important;
  line-height: 1.8;
  font-family: "Koburina Gothic W6 JIS2004", sans-serif;
  display: inline-block;
}
.spOnly{
  display: none;
}
.hide {
  opacity: 0;
}
.header {
  width: 100%;
  height: 90px;
  background-color: #fff;
}

.header__contents {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
      -webkit-box-pack: justify;
          justify-content: space-between;
  position: relative;
}

.header .logo {
  line-height: 90px;
}

.header__menu {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
      -webkit-box-align: center;
          align-items: center;
  height: 90px;
  margin: 0 70px 0 auto;
}

.header__menu-sp {
  display: none;
}

.header__menu li {
  margin-right: 2em;
  text-align: right;
  display: block;
}

.header__menu li:last-child {
  margin-right: 0;
}

.header__menu li a {
  font-size: 1.3rem;
  color: #000;
}

.header__nav {
  width: 100%;
  background-color: #fff;
  position: absolute;
  top: 90px;
  left: 0;
  z-index: 1000;
  display: none;
}

.header__nav.active {
  display: block;
}

.header__nav__container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.header__nav__page {
  width: 63%;
  border-right: 1px solid #000;
  padding: 30px 0px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.header__nav__page li {
  width: 33%;
  margin-bottom: 15px;
}

.header__nav__page li a {
  font-size: 1.2rem;
  font-family: "Koburina Gothic W1 JIS2004";
  line-height: 1.5;
  padding: 5px;
  color: #3E3A39;
  display: block;
  text-align: center;
}

.header__nav__page li a img {
  margin-bottom: 10px;
}

.header__nav__txt {
  width: 37%;
  padding: 30px 0px 30px 30px;
}

.header__nav__txt li {
  line-height: 1.5;
  margin-bottom: 15px;
}

.header__nav__txt li a {
  font-size: 1.3rem;
  padding: 10px 0;
  color: #3E3A39;
}

.btn {
  border-radius: 18px;
  border: 1px solid #0082ff;
  background-color: #fff;
  font-size: 1.4rem;
  color: #0082ff;
  display: block;
  text-align: center;
}

.btn-cart {
  width: 140px;
}

.btn-cart:before {
  content: '';
  background-image: url(../img/icon_cart.png);
  width: 26px;
  height: 17px;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 5px;
}

.btn-cart.sold {
  color: #fff;
  background-color: #808080;
  border-color: #808080;
  pointer-events: none;
}

.btn-cart.sold:before {
  background-image: url(../img/icon_cart_w.png);
}

.btn-link {
  border-color: #f00;
  color: #f00;
  width: 70%;
}

.btn-red {
  border-color: #f00;
  color: #f00;
  width: auto;
  display: inline-block;
  padding: 2px 25px;
}

.jisage {
  padding-left: 1em;
  text-indent: -1em;
}

.lity {
  background: rgba(0, 0, 0, 0.7) !important;
}

.lity-close {
  position: absolute !important;
  background-image: url(../img/close.png) !important;
  width: 27px !important;
  height: 27px !important;
  display: block !important;
  background-size: contain !important;
  text-indent: -9999px !important;
  top: 20px !important;
  right: 20px !important;
}

.lity-content:after {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

@media screen and (max-width: 768px) {

  .conv ul li img,
  .conv2 img {
    width: 100%;
  }
  p.attention {
    border: solid 1px #0099FF;
    color: #0099FF;
    margin: 1em auto 0;
    padding: 0.6em 1em;
    width: 100%;
    max-width: 100%;
    font-size: 1.6rem !important;
    line-height: 1.8;
  }
  .brspace {
    display: none;
  }
  .header {
    position: fixed;
    height: 45px;
    background-color: #fff;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
        -webkit-box-pack: justify;
            justify-content: space-between;
    z-index: 5000;
  }
  .header .logo {
    line-height: 45px;
    padding-left: 15px;
  }
  .header .logo img {
    height: 35px;
    width: auto;
  }
  .header__menu {
    display: none;
  }
  .header__menu-sp {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-top: 15px;
  }
  .header__menu-sp li {
    width: 50%;
    display: block;
  }
  .header__menu-sp li:first-child {
    border-right: 1px solid #000;
  }
  .header__menu-sp li a {
    display: block;
    text-align: center;
    padding: 5px;
    font-size: 1.3rem;
    color: #3e3a39;
  }
  .header__nav {
    width: 100%;
    background-color: #fff;
    position: fixed;
    top: 45px;
    left: 0;
    z-index: 1000;
    display: none;
    height: 100vh;
    overflow: scroll;
    padding-bottom: 50px;
    -webkit-overflow-scrolling: touch;
  }
  .header__nav.active {
    display: block;
  }
  .header__nav__container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            flex-direction: column;
  }
  .header__nav__page {
    width: 100%;
    border-right: none;
    padding: 10px 0px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .header__nav__page li {
    width: 33%;
    margin-bottom: 15px;
  }
  .header__nav__page li a {
    font-size: 1.2rem;
    font-family: "Koburina Gothic W1 JIS2004";
    line-height: 1.5;
    padding: 5px;
    color: #3E3A39;
    display: block;
    text-align: center;
  }
  .header__nav__page li a img {
    margin-bottom: 10px;
  }
  .header__nav__txt {
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #000;
    margin-bottom: 45px;
  }
  .header__nav__txt li {
    line-height: 1.5;
    margin-bottom: 0;
    border-top: 1px solid #000;
  }
  .header__nav__txt li a {
    font-size: 1.3rem;
    padding: 10px;
    color: #3E3A39;
    display: block;
  }
  .btn {
    border-radius: 18px;
    border: 1px solid #0082ff;
    background-color: #fff;
    font-size: 1.4rem;
    color: #0082ff;
    display: block;
    text-align: center;
  }
  .btn-cart {
    width: 90%;
  }
  .btn-cart:before {
    content: '';
    background-image: url(../img/icon_cart.png);
    width: 26px;
    height: 17px;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-right: 5px;
  }
  .btn-cart.sold {
    color: #fff;
    background-color: #808080;
    border-color: #808080;
    pointer-events: none;
  }
  .btn-cart.sold:before {
    background-image: url(../img/icon_cart_w.png);
  }
  .btn-link {
    border-color: #f00;
    color: #f00;
    width: 80%;
  }
  .btn-red {
    border-color: #f00;
    color: #f00;
    width: auto;
    display: inline-block;
    padding: 2px 25px;
  }
  .spmenu {
    position: absolute;
    width: 40px;
    height: 40px;
    right: 2px;
    top: 3px;
  }
}

html, body {
  height: 100%;
}

.container {
  width: 100%;
  background-color: #fff;
}

.navline {
  width: 27px;
  position: fixed;
  bottom: 50px;
  left: calc(50% + 450px);
}

.navline__container {
  width: 100%;
  max-width: 600px;
}

.navline a, .navline p {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.4rem;
  margin: 0 !important;
}

.mainimg {
  width: 100%;
  max-width: 1000px;
  height: 750px;
  margin: 0 auto;
  background-image: url(../img/pre_mainimg.jpg);
  background-size: cover;
  background-position: center top;
  position: relative;
}

.mainimg-1 {
  background-image: url(../img/mainimg_pc.jpg);
}
.mainimg-2 {
  background-image: url(../img/mainimg2_pc.jpg);
}
.mainimg-3 {
  background-image: url(../img/mainimg3_pc.jpg);
}

.mainimg .logo {
  position: absolute;
  right: 15px;
  top: 25px;
  text-align: center;
  z-index: 3000;
}

.mainimg .logo.fixed {
  position: fixed;
  right: auto;
  top: 25px;
  text-align: center;
  z-index: 3000;
  left: calc(50% + 425px);
}

.mainimg .logo .logo-o2-s {
  display: block;
  margin-bottom: 20px;
}

.mainimg .ttl {
  background-image: url(../img/pre_ttl.png);
  width: 123px;
  height: 542px;
  background-size: contain;
  position: absolute;
  top: 25px;
  right: 18px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.mainimg .ttl-1 {
  background-image: url(../img/ttl-1.png);
  width: 150px;
  height: 670px;
  top: 25px;
  left: 65px;
}

.mainimg .ttl-2 {
  background-image: url(../img/ttl-2.png);
  width: 24px;
  height: 416px;
  top: 30px;
  right: 126px;
}

.mainimg .ttl-3 {
  background-image: url(../img/ttl-3.png);
  width: 80px;
  height: 450px;
  top: 150px;
  left: 65px;
}
.mainimg .ttl-4 {
  background-image: url(../img/ttl-4.png);
  width: 80px;
  height: 450px;
  top: 150px;
  left: 65px;
}

.mainimg .ttl-sub {
  background-image: url(../img/subttl.png);
  width: 28px;
  height: 300px;
  top: 140px;
  right: 30px;
}

.preitem {
  background-color: rgba(255, 255, 255, 0.93);
  padding: 50px 0;
}

.preitem-prenav {
  /* margin: 30px 0; */
  margin: 55px 0;
}

.preitem-info {
  margin: 120px 0;
  background-color: #fff;
}

.prenav {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
      -webkit-box-pack: justify;
          justify-content: space-between;
}

.prenav li {
  min-width: 50px;
}

.prenav li a {
  color: #000;
  font-size: 1.8rem;
}

.lineup {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 50px 0;
  margin: 30px auto 50px;
}

.lineup__ttl {
  text-align: center;
  font-size: 1.8rem;
  padding: 0 0 2em;
}

.lineup__name {
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: 1em;
  font-family: "Koburina Gothic W6 JIS2004", sans-serif;
}

.lineup__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 800px;
  margin: 0 auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.lineup__list li {
  margin-right: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.lineup__list li:nth-of-type(4) {
  margin-right: 0;
}
.lineup__list.item li {
  margin-right: 24px;
  margin-bottom: 30px;
}
.lineup__list.item li:nth-of-type(3) {
  margin-right: 0;
}
.lineup__list li p {
  font-family: "Koburina Gothic W6 JIS2004", sans-serif;
  font-size: 1.4rem;
  position: relative;
  text-align: left;
  letter-spacing: 0;
  line-height: 1.57;
}
.lineup__list li p:last-of-type {
  margin-top: 8px;
}
.lineup__list li:last-of-type {
  margin-right: 0;
}
.lineup__list li a{
  display: block;
}
.intro {
  margin: 60px 0;
}

.intro p {
  width: 95%;
  max-width: 510px;
  margin: 0 auto;
  font-family: "Koburina Gothic W6 JIS2004", sans-serif;
  font-size: 1.7rem;
}

.conv,
.conv2 {
  width: 95%;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}

.conv h2,
.conv2 h2,
h2.ttl-sub {
  font-size: 2.6rem;
  border: 1px solid;
  width: 100%;
  margin: 60px auto 80px;
  padding: .5em 0;
  text-align: center;
  background-color: #FFFFFFFF;
}

h2.ttl-sub {
  max-width: 800px;
  width: 95%;
}

.conv h2 span{
  font-size: 1.6rem;
  display: block;
}

.conv h3 {
  font-size: 2.1rem;
  width: 100%;
  margin: 2em auto 0;
}
.conv h3 a{
  color: #000;
}
.conv2 h4 {
  font-size: 2.6rem;
  background-color: #D9D9D9;
  text-align: center;
  margin: 50px auto;
}
.conv h5{
  text-align: center;
  margin-bottom: 30px;
}
.conv2 .dic {
  max-width: 410px;
  width: 100%;
  margin: 0 auto;
}
.dic2 {
  max-width: 380px;
  width: 100%;
  margin: 0 auto;
}
.newsletter {
  margin-top: 10px;
}
.newsletter div.text {
  font-size: 1.5rem;
  width: 29em;
}
.newsletter div.text2 {
  max-width: 540px;
  margin: 30px auto;
}
.newsletter .box{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px auto 100px;
}
.newsletter .left {
  width: 55%;
  margin-right: 30px;
}
.newsletter .comment{
  background-color: #D2EBFF;
  border-radius: 15px;
  padding: 18px 10px 18px 24px;
}
.newsletter .comment span{
  font-size: 1.2rem;
  display: block;
}
.newsletter .comment p:first-of-type{
  text-align: center;
  padding-bottom: 5px;
}
.newsletter .comment p:last-of-type{
  font-size: 1.4rem;
}
.newsletter .row-1 {
  max-width: 540px;
  margin: 0 auto 80px;
}
.newsletter .main_img img{
  width: 100%;
}
.newsletter .main_img2 img{
  width: 49%;
}
.newsletter .main_img2 .mr{
  margin-right: 2%;
}
.newsletter .font-s {
  font-size: 1.4rem;
}
.newsletter .left .sub_img{
  text-align: center;
  margin-top: 18px;
}
.newsletter .right {
  line-height: 1;
}
.newsletter .lines6{
  margin-top: -12.5em;
}
.newsletter .lines5{
  margin-top: -10.5em;
}
.newsletter .lines4{
  margin-top: -8.5em;
}
.newsletter .lines3{
  margin-top: -6.5em;
}
.newsletter .lines2{
  margin-top: -4.5em;
}
.m55 {
  margin-bottom: 55px;
}
.mt60 {
  margin-top: 60px;
}
.lineup div {
  text-align: center;
  margin-top: 50px;
}
.lineup a.btn{
  border-radius: 20px;
  border: 1px solid #005aff;
  font-size: 1.8rem;
  color: #005aff;
  text-align: center;
  padding: 0 1.5em;
  display: inline-block;
}
.conv dl {
  width: 100%;
  max-width: 590px;
  margin: 0 auto 1em;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
.conv ul,
.conv2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.conv2 ul li{
  max-width: 380px;
  width: 48%;
}
.conv ul .name{
  font-size: 1.5rem;
  margin: 1em 0 .2em;
  font-family: "Koburina Gothic W6 JIS2004", sans-serif;
}
.conv ul .text{
  font-size: 1.4rem;
  font-family: "Koburina Gothic W6 JIS2004", sans-serif;
}
.conv ul .text a{
  color: #000;
}
.conv2 ul .text a{
  color: #0082FF;
}
.conv2 ul .name{
  font-size: 1.8rem;
  margin: 1em auto;
  line-height: 1.66;
  font-family: "Koburina Gothic W6 JIS2004", sans-serif;
}
.conv2 ul .text{
  font-size: 1.5rem;
}
.product2 {
  margin: 0 auto 20px;
}
.conv ul.comment {
  background-color: #D2EBFF;
  border-radius: 15px;
  padding: 20px 0;
  margin: 20px auto 80px;
  max-width: 500px;
}
.conv ul.comment:last-of-type {
  margin: 20px auto 10px;
}
.conv ul.comment li{
  font-size: 1.4rem;
  letter-spacing: 0;
  width: 86%;
  margin: 0 auto;
}
.conv dl dt {
  width: 10%;
  margin-bottom: 1em;
  font-size: 1.5rem;
  font-family: "Koburina Gothic W6 JIS2004", sans-serif;
}

.conv dl dt.hobo {
  font-family: "Koburina Gothic W3 JIS2004", sans-serif;
  letter-spacing: -.1em;
}

.conv dl dd {
  width: 90%;
  padding-left: 2em;
  margin-bottom: 1em;
  font-size: 1.5rem;
}

.conv dl dd a {
  color: #005aff;
}

.conv p a {
  color: #005aff;
}

.conv p.continue {
  text-align: center;
  margin: 3em auto 1em;
}

.conv__img {
  margin: 3em auto;
}

.product__img{
  text-align: center;
}

.product{
  margin: 3em auto;
}

.product .caption {
  font-size: 2.3rem;
  font-family: "Koburina Gothic W6 JIS2004", sans-serif;
  line-height: 1.5;
  margin: 0 auto 1em;
}

.product .caption p{
  font-size: 1.8rem;
  line-height: 1.4;
  margin: 0 auto;
}

.product .caption span{
  font-size: 1.4rem;
  font-family: "Koburina Gothic W3 JIS2004", sans-serif;
}

.product .caption img {
  width: 16px;
  vertical-align: baseline;
  margin-right: .3em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.debut {
  width: 40.1vw;
  max-width: 802px;
  height: 3vw;
  max-height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  z-index: -1;
}

.bg01 {
  background-image: url(../img/bg01.jpg);
}
.bg02 {
  background-image: url(../img/bg02.jpg);
}

.bg-logo {
  position: relative;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 0;
}

.logo-o2 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url(../../img/logo_o2.png);
  background-size: contain;
  background-position: center center;
  width: 39.2vw;
  height: 62vh;
}
.share {
  padding: 15px 0;
  margin-bottom: 55px;
  background-color: #fff;
}

.share__ttl {
  font-size: 1.9rem;
  text-align: center;
  padding: 30px 0;
  letter-spacing: 0.1em;
}

.share__list {
  width: 95%;
  max-width: 500px;
  margin: 0 auto 30px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
      -webkit-box-pack: justify;
          justify-content: space-between;
  list-style-type: none;
}

.share__list li {
  margin: 0 20px;
}

.share__list-foot {
  -ms-flex-pack: center;
      -webkit-box-pack: center;
          justify-content: center;
  margin: 0 auto 50px;
}

.share__list-foot li a {
  border: 1px solid #005aff;
  border-radius: 18px;
  padding: 0px 20px;
  font-size: 1.4rem;
  width: 210px;
  text-align: center;
  display: inline-block;
  color: #005aff;
}

.footer {
  padding: 45px 0;
  background-color: #fff;
}

.copyright {
  display: block;
  text-align: center;
  text-indent: -9999px;
  background-image: url(/store/O2/2019ss/img/copyright.png);
  width: 255px;
  height: 11px;
  margin: 20px auto;
  background-size: contain;
}

.product__img {
  text-align: center;
}

.product__img.img-mb1 {
  margin-bottom: 1em;
}
.link {
  background-color: #fff;
  position: relative;
  width: 100%;
  padding: 45px 0;
  margin: 55px auto;
  text-align: center;
}
.link h2 {
  font-size: 1.8rem;
  margin: 0 auto 1em;
  width: 90%;
  display: block;
  text-align: center;
}
.link a {
  display: block;
  padding: 12px 20px;
  font-size: 1.6rem;
  border: 1px solid #666;
  width: 90%;
  max-width: 500px;
  margin: 0 auto 18px;
  text-align: center;
}
.link a span {
  font-size: 1.3rem;
  text-align: center;
  display: block;
}
@media screen and (max-width: 640px) {
  .pcOnly {
    display: none;
  }
  .spOnly{
    display: block;
  }
  .comment .spOnly{
    display: inline;
  }
  img {
    width: 100%;
  }
  html, body {
    height: 100%;
  }
  h1, h2, h3, h4, h5, h6, div, p, ul, li, dd {
    font-size: 1.6rem;
  }
  html, body {
    height: 100%;
  }
  .logo-o2 {
    position: absolute;
    left: 50%;
    top: 50vh;
    -webkit-transform: translate(-50%, -55%);
            transform: translate(-50%, -55%);
    background-image: url(../../img/logo_o2.png);
    background-size: contain;
    width: 61.09375vw;
    max-width: 392px;
    height: 66.13756614vh;
    max-height: 750px;
    background-position: center center;
  }
  .navline {
    width: 25px;
    position: fixed;
    bottom: 2vw;
    left: auto;
    right: 2vw;
  }
  .navline a {
    width: 15px;
    margin: 10px auto;
  }
  .navline p {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1rem;
    right: 1vw;
    position: relative;
  }
  .mainimg {
    width: 100%;
    max-width: 100%;
    height: 0;
    padding-top: 100%;
    margin: 0 auto;
    background-image: url(../img/pre_mainimg_sp.jpg);
    background-size: cover;
    background-position: center top;
    position: relative;
  }
  .mainimg-1 {
    background-image: url(../img/mainimg_sp.jpg);
  }
  .mainimg-2 {
    background-image: url(../img/mainimg2_sp.jpg);
  }
  .mainimg-3 {
    background-image: url(../img/mainimg3_sp.jpg);
  }
  .mainimg .logo {
    position: absolute;
    right: 2.34375vw;
    top: 3.90625vw;
    text-align: center;
    z-index: 3000;
    width: 6.375vw;
  }
  .mainimg .logo .logo-o2-s {
    right: 2.8125vw;
    top: 1.5625vw;
    display: block;
    width: 30px;
    height: 45px;
  }
  .mainimg .logo.fixed {
    position: fixed;
    right: 2.34375vw;
    top: 2.34375vw;
    left: auto;
  }
  .mainimg .ttl {
    background-image: url(../img/pre_ttl.png);
    width: 20vw;
    height: 88.90625vw;
    background-size: contain;
    position: absolute;
    top: 3.4375vw;
    right: 15.3125vw;
    text-indent: -9999px;
  }
  .mainimg .ttl-1 {
    background-image: url(../img/ttl-1.png);
    width: 18.75vw;
    height: 83.75vw;
    top: 3.90625vw;
    left: 2.1875vw;
  }
  .mainimg .ttl-2 {
    background-image: url(../img/ttl-2.png);
    width: 3.75vw;
    height: 65vw;
    top: 3.90625vw;
    right: 11.492537vw;
  }
  .mainimg .ttl-3 {
    background-image: url(../img/ttl-3.png);
    width: 12.5vw;
    height: 70.3125vw;
    top: 14.84375vw;
    left: 4.6875vw;
  }
  .mainimg .ttl-4 {
    background-image: url(../img/ttl-4.png);
    width: 12.5vw;
    height: 70.3125vw;
    top: 14.84375vw;
    left: 4.6875vw;
  }
  .mainimg .ttl-sub {
    background-image: url(../img/subttl.png);
    width: 4.375vw;
    height: 46.875vw;
    top: 21.5vw;
    right: 2.5vw;
  }
  .newsletter .comment {
    padding: 18px 12px;
  }
  .newsletter .comment p:last-of-type {
    font-size: 1.5rem;
  }
  .newsletter .row-1 {
    margin: 0 auto 25px;
  }
  .m55 {
    margin-bottom: 0;
  }
  .mt60 {
    margin-top: 30px !important;
  }
  .preitem {
    background-color: rgba(255, 255, 255, 0.93);
    padding: 25px 0;
  }
  #n05 .link {
    margin: 30px auto 0;
  }
  .preitem-prenav {
    margin: 15px 0;
  }
  .preitem-info {
    margin: 60px 0;
    background-color: #fff;
  }
  .prenav {
    width: 90%;
    max-width: 90%;
    margin: 0 auto;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
        -webkit-box-pack: justify;
            justify-content: space-between;
  }
  .prenav li {
    min-width: 50px;
  }
  .lineup__name {
    font-size: 2rem;
  }
  .lineup__list {
    -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            flex-direction: row;
    -ms-flex-pack: start;
        -webkit-box-pack: start;
            justify-content: flex-start;
    width: 90%;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .lineup__list li,
  .lineup__list.item li {
    display: block;
    width: calc((100% - 4.68vw) / 2);
    margin-right: 4.68vw;
    margin-bottom: 4.68vw;
  }
  .lineup__list li p {
    font-size: 1.2rem;
    font-family: "Koburina Gothic W6 JIS2004", sans-serif;
  }
  .lineup__list li:nth-child(2n)
   {
    margin-right: 0;
  }
  .lineup__list.item li:nth-child(3){
    margin-right: auto;
  }
  .lineup div {
    margin-top: 20px;
  }
  .intro {
    margin: 30px 0;
  }
  .intro p {
    width: 82.8125%;
    max-width: 100%;
    margin: 0 auto;
    font-family: "Koburina Gothic W6 JIS2004", sans-serif;
    font-size: 1.7rem;
  }
  .space-between{
    margin-bottom: -4rem;
  }
  .conv,
  .conv2 {
    width: 82.8125%;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .conv h2,
  .conv2 h2,
  h2.ttl-sub {
    font-size: 1.8rem;
    width: 100%;
    max-width: 100%;
    margin: .5em auto 1em;
    padding-left: 0;
    line-height: 1.6;
  }
  h2.ttl-sub {
    width: 82.8125%;
  }
  .conv h2 span {
    font-size: 1.2rem;
  }
  .conv h3 {
    font-size: 1.7rem;
    line-height: 1.6;
  }
  .conv2 h4 {
    font-size: 1.8rem;
    margin: 25px auto 30px;
  }
  .conv ul, .conv2 ul {
    display: block;
  }
  .conv2 ul li {
    margin-bottom: 20px;
    width: 100%;
  }
  .conv ul li:last-of-type {
    margin-top: 20px;
  }
  .conv ul.comment li {
    margin-top: 0;
  }
  .conv ul.comment li {
    width: 100%;
  }
  .conv ul.comment {
    padding: 18px 10px;
    width: 100%;
  }
  .newsletter div.text {
    font-size: 1.6rem;
    width: 100%;
  }
  .newsletter .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin: 10px auto 40px;
  }
  .newsletter .left {
    width: 100%;
    margin: 15px auto 0;
  }
  .newsletter .left .sub_img {
    margin-top: 15px;
  }
  .newsletter .right {
    text-align: center;
  }
  .newsletter .lines6,
  .newsletter .lines5,
  .newsletter .lines4,
  .newsletter .lines3,
  .newsletter .lines2 {
    margin-top: 0;
  }
  .newsletter .comment img {
    width: 30px;
  }
  .newsletter img{
    width: 82.54717%;
  }
  .lineup a.btn {
    font-size: 1.4rem;
    padding: 5px 20px;
  }
  .conv dl {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 1em;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .conv dl dt {
    width: 100%;
    margin-bottom: 0;
    font-size: 1.5rem;
    font-family: "Koburina Gothic W6 JIS2004", sans-serif;
  }
  .conv dl dt.hobo {
    font-family: "Koburina Gothic W3 JIS2004", sans-serif;
    letter-spacing: -.1em;
  }
  .conv dl dd {
    width: 100%;
    padding-left: 0;
    margin-bottom: 1em;
    font-size: 1.5rem;
  }
  .conv dl dd a {
    color: #005aff;
  }
  .conv p.continue {
    text-align: center;
  }
  .conv__img {
    margin: 1em auto;
  }
  .product{
    margin: 1em auto;
  }
  .product .caption {
    font-size: 1.8rem;
    line-height: 1.4;
    margin: 0 auto .5em;
  }
  .product .caption p{
    font-size: 1.5rem;
    line-height: 1.2;
  }
  .product .caption span{
    font-size: 1.3rem;
  }
  .product .caption img {
    width: 15px;
  }
  .bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-size: cover;
    z-index: -1;
  }
  .bg01 {
    background-image: url(../img/bg01_sp.jpg);
  }
  .bg-logo {
    position: relative;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 0;
  }
  .lineup {
    margin: 30px auto;
  }
  .link {
    margin: 55px auto 0;
  }
  .share {
    padding: 15px 0;
    margin-bottom: 30px;
    margin-top: 30px;
    background-color: rgba(255, 255, 255, 0.93);
  }
  .share__ttl {
    font-size: 1.9rem;
    text-align: center;
    padding: 30px 0;
    letter-spacing: 0.1em;
  }
  .share__list {
    width: 95%;
    max-width: 500px;
    margin: 0 auto 30px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
        -webkit-box-pack: justify;
            justify-content: space-between;
    list-style-type: none;
  }
  .share__list li {
    margin: 0 20px;
  }
  .share__list-foot {
    -ms-flex-pack: center;
        -webkit-box-pack: center;
            justify-content: center;
    margin: 0 auto 50px;
    -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            flex-direction: column;
  }
  .share__list-foot li a {
    width: 77%;
    border: 1px solid #005aff;
    border-radius: 18px;
    padding: 5px 20px;
    font-size: 1.4rem;
    text-align: center;
    display: block;
    color: #005aff;
    margin: 15px auto;
  }
  .footer {
    padding: 45px 0;
    background-color: #fff;
  }
  .copyright {
    display: block;
    text-align: center;
    text-indent: -9999px;
    background-image: url(../../img/copyright.png);
    width: 255px;
    height: 11px;
    margin: 20px auto;
    background-size: contain;
  }
}
