@charset "UTF-8";
@font-face {
  font-family: 'Corporate-Logo-Rounded';
  src: url(../font/Corporate-Logo-Rounded.ttf);
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  color: #444444;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

body {
  background-color: #fff;
  min-width: 1200px;
  font-size: 1.4rem;
  line-height: 1.5;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

a {
  color: #444444;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-decoration: none;
}

ul {
  list-style: none;
}

td > table {
  display: inline-table;
}

[hidden] {
  display: none !important;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

#deqwas-collection-k {
  display: none;
}

#roEntryFooter {
  z-index: 999999;
}

/* .entryBoxFooter li:nth-child(2) {
  display: none;
} */

.o-header {
  overflow: hidden;
  background-image: url(../img/header/bg.png);
  background-size: cover;
  height: 500px;
}

.o-header__inner {
  position: relative;
  max-width: calc(1000px + 30px);
  padding: 0 15px;
  margin: 0 auto;
  padding: 0 15px;
  height: 100%;
}

.o-header__sub-title {
  text-align: center;
  padding-top: 15px;
  position: relative;
  z-index: 6;
}

.o-header__title {
  position: absolute;
  z-index: 15;
  left: 35px;
  top: 95px;
}

.o-header__main {
  text-align: center;
  position: relative;
  top: -15px;
  right: 35px;
  z-index: 5;
}

.o-header__dot {
  position: absolute;
  z-index: 10;
  right: 20px;
  top: 100px;
}

.o-header__dot .gifArea {
    position: relative;
}

.o-header__dot .gifArea .gif01 {
    position: absolute;
    top: -215px;
}

.o-header__dot .gifArea .gif02 {
    position: absolute;
    top: -215px;
    right: 0;
}

.o-header__schedule {
  position: absolute;
  z-index: 10;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 15px;
  width: 100%;
  text-align: center;
}

.o-nav {
  width: 100%;
}

.o-nav nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  margin: 0 auto;
  z-index: 999;
  height: 72px;
  background-color: #14b2a5;
  background-image: url(../img/nav/pattern.png);
  background-repeat: repeat-x;
  background-position: left bottom -50px;
}

.o-nav__list {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  top: 10px;
}

.o-nav__item {
  width: 24%;
  height: 40px;
}

.o-nav__item a {
  font-size: 2.0rem;
  font-family: 'Corporate-Logo-Rounded';
  background-color: #fff;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.o-nav__item a:hover {
  background-color: #fffc00;
  cursor: pointer;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.sticky.sticky-fixed.is-sticky {
  position: fixed;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.sticky.sticky-fixed.is-sticky:not([style*="margin-top"]) {
  margin-top: 0 !important;
}

.sticky.sticky-fixed.is-sticky:not([style*="margin-bottom"]) {
  margin-bottom: 0 !important;
}

.sticky.sticky-fixed.is-absolute {
  position: absolute;
}

.o-event-info__list {
  list-style: none;
  width: 284px;
  height: 48px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: url(../img/header/info.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.o-event-info__item {
  width: 14.28571%;
}

.o-event-info__item:hover {
  cursor: pointer;
}

.tooltip {
  /*ツールチップの対象要素*/
  position: relative;
  text-shadow: none;
  line-height: 1.3;
}

.tooltip .tooltiptext {
  /*ツールチップ本体*/
  visibility: hidden;
  width: 150px;
  color: #000;
  background-color: #fff;
  border: 3px solid #5e48b8;
  text-align: center;
  border-radius: 6px;
  position: absolute;
  bottom: -40px;
  left: -110px;
  font-size: 1rem;
  z-index: 10;
  padding: 5px;
}

.tooltip .tooltiptext--wide {
  width: 200px;
  left: -150px;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.tooltip .tooltiptext::after {
  /*吹き出しのアロー部分*/
  content: " ";
  position: absolute;
  right: 10px;
  top: -18px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent #5e48b8 transparent;
}

.tooltip .tooltiptext {
  /*表示させる際のアニメーションエフェクト。透明にしておく*/
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.tooltip:hover .tooltiptext {
  /*マウスホバーでアニメーションしながら表示*/
  opacity: 1;
}

.o-inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.noList {
  display: flex;
  gap: 15px;
  max-width: 1000px;
  margin: 40px auto 0;
}
.noList li {
  height: 40px;
  background-color: #d6913f;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  /* font-family: 'CorporateLogoRounded', sans-serif;
  color: #fff;
  font-weight: bold; */
}

.o-contents {
  position: relative;
  z-index: 10;
  max-width: calc(1000px + 0px);
  margin: 40px auto 0;
  padding: 30px;
  background-color: white;
  background-repeat: repeat-y;
  background-size: auto;
}

.o-contents::before {
  content: "";
  display: block;
  height: 8px;
  width: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: -8px;
  left: 0;
}

.o-contents::after {
  content: "";
  display: block;
  height: 8px;
  width: 100%;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -8px;
  left: 0;
}

.o-contents--lineup {
  margin-top: 20px;
  background-image: url(../img/lineup/section/contents-middle.png);
}

.o-contents--lineup::before {
  background-image: url(../img/lineup/section/contents-top.png);
}

.o-contents--lineup::after {
  background-image: url(../img/lineup/section/contents-bottom.png);
}

.o-contents--items {
  background-image: url(../img/items/section/contents-middle.png);
}

.o-contents--items::before {
  background-image: url(../img/items/section/contents-top.png);
}

.o-contents--items::after {
  background-image: url(../img/items/section/contents-bottom.png);
}

.o-contents--purchase {
  background-image: url(../img/purchase/section/contents-middle.png);
}

.o-contents--purchase::before {
  background-image: url(../img/purchase/section/contents-top.png);
}

.o-contents--purchase::after {
  background-image: url(../img/purchase/section/contents-bottom.png);
}

.o-contents--exchange {
  background-image: url(../img/exchange/section/contents-middle.png);
}

.o-contents--exchange::before {
  background-image: url(../img/exchange/section/contents-top.png);
}

.o-contents--exchange::after {
  background-image: url(../img/exchange/section/contents-bottom.png);
}

.o-contents + .o-contents {
  margin-top: 50px;
}

.o-contents--top {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: inherit;
}

.o-contents--title {
  padding: 5px 5px 30px;
}

.o-contents__title {
  text-align: center;
  margin-bottom: 30px;
}

.o-contents__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.o-contents__inner + .o-contents__inner {
  margin-top: 50px;
}

.o-contents__border-box {
  border: 1px dotted #b0b0b0;
}

.o-section {
  padding-top: 50px;
  padding-bottom: 70px;
  background-repeat: repeat;
  background-position: left top;
}

.o-section--lineup {
  background-image: url(../img/lineup/section/bg.png);
}

.o-section--items {
  background-image: url(../img/items/section/bg.png);
}

.o-section--purchase {
  background-image: url(../img/purchase/section/bg.png);
}

.o-section--exchange {
  padding-bottom: 150px;
  background-image: url(../img/exchange/section/bg.png);
}

.o-section__sec_title {
  text-align: center;
  margin: 10px auto 0;
}

.o-section__text {
  max-width: 1000px;
  margin: 20px auto 0;
  text-align: center;
  background-color: #FFF;
  border-radius: 10px;
  padding: 20px;
}

.o-section__text--lineup {
  border: 2px solid #14b2a5;
}

.o-section__text--lineup span {
  color: #14b2a5;
}

.o-section__text--exchange {
  border: 2px solid #dc10a9;
}

.o-section__text--exchange span {
  color: #dc10a9;
}

.o-nav-sp {
  display: none;
  background-color: #14b2a5;
  padding: 20% 0;
  position: fixed;
  overflow-y: scroll;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  visibility: hidden;
}

.o-nav-sp.is_active {
  visibility: visible;
  opacity: 1;
  z-index: 999;
}

.o-nav-sp__warpper {
  position: relative;
}

.o-nav-sp__logo {
  text-align: center;
  padding-bottom: 3em;
}

.o-nav-sp__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 15px;
}

.o-nav-sp__item {
  text-align: center;
  margin-bottom: 30px;
  width: 100%;
  height: 40px;
}

.o-nav-sp__item a {
  font-size: 2.0rem;
  font-family: 'Corporate-Logo-Rounded';
  background-color: #fff;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.o-hamburger {
  display: none;
}

.o-modal {
  display: none;
  height: 100vh;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  overflow-y: scroll;
}

.o-modal__contents {
  position: absolute;
  z-index: 10;
  top: 5%;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  overflow-y: scroll;
  padding: 30px;
  width: 75%;
}

.o-modal__close-button {
  position: absolute;
  top: 0;
  right: 0;
}

.o-modal__close-button:hover {
  cursor: pointer;
}

.o-modal__close-button span {
  display: inline-block;
  vertical-align: middle;
  color: #ce59ff;
  line-height: 1;
  width: 30px;
  height: 3px;
  background-color: #ce59ff;
  border-radius: 0.1em;
  position: relative;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.o-modal__close-button span::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ce59ff;
  border-radius: inherit;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.o-modal__table table {
  width: 100%;
  margin-top: 20px;
}

.o-modal__table table th {
  width: 30%;
  text-align: left;
  font-weight: normal;
  padding: 0.5em;
  background-color: #3affd4;
  border: 1px solid #bf44f2;
  vertical-align: middle;
}

.o-modal__table table th.title {
  background-color: #ffdc51;
}

.o-modal__table table td {
  font-weight: normal;
  vertical-align: middle;
  padding: 1em;
  border: 1px solid #bf44f2;
  background-color: #fff;
}

.o-modal-bg {
  display: none;
  background-color: rgba(255, 255, 255, 0.95);
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
}

.js-modal-open {
  cursor: pointer;
  background-color: #ce58ff;
  width: 220px;
  height: 45px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 10px 0 15px;
  font-weight: bold;
  margin-top: 20px;
}

.js-modal-open::after {
  content: "";
  display: inline-block;
  background-color: #fff;
  width: 7px;
  height: 12px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

@-webkit-keyframes loading_bar {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@keyframes loading_bar {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

.o-banner {
  margin-top: 50px;
  text-align: center;
}

.o-banner--purchase {
    margin-top: 0;
    border: 1px dotted #b0b0b0;
    padding: 20px;
}

.o-banner--purchase a img + img {
    margin-top: 8px;
}

.c-lineup__month-list {
  max-width: calc(1000px + 0px);
  margin: 40px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-lineup__month-list li {
  color: #fff;
  font-family: 'Corporate-Logo-Rounded';
  font-size: 1.8rem;
  background-color: #14b2a5;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 70px;
  height: 40px;
}

.c-lineup__month-list li+li {
    margin-left: 14px;
}

.c-lineup__month-list li.active {
  background-color: #047269;
}

.c-lineup__month-list li:hover {
  cursor: pointer;
  background-color: #047269;
}

.c-lineup__contents + .c-lineup__contents::before {
    content: "";
    display: block;
    width: 100%;
    height: 6px;
    background-color: #14b2a5;
    margin-bottom: 30px;
    border-radius: 3px;
}

.c-lineup__contents .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-lineup__contents .label {
  background-color: #ffb500;
  font-weight: 700;
  color: #fff;
  width: 120px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-lineup__contents h3 {
  margin-left: 20px;
  font-family: 'Corporate-Logo-Rounded';
  font-size: 1.6rem;
  color: #047269;
}

.c-lineup__list {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-lineup__list li {
  width: 49%;
  border: 1px dotted #b0b0b0;
  padding: 10px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-lineup__list li.max img {
  max-width: 360px;
}

.c-items__volume-list {
  max-width: calc(1000px + 0px);
  margin: 40px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-items__volume-list li {
  color: #fff;
  font-family: 'Corporate-Logo-Rounded';
  font-size: 1.8rem;
  background-color: #d6913f;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24%;
  height: 40px;
}

.c-items__volume-list li.active {
  background-color: #ff6600;
}

.c-items__volume-list li:hover {
  cursor: pointer;
  background-color: #ff6600;
}

.c-items__contents .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-items__contents .label {
  background-color: #ffb500;
  font-weight: 700;
  color: #fff;
  width: 120px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-items__contents h3 {
  margin-left: 20px;
  font-family: 'Corporate-Logo-Rounded';
  font-size: 1.6rem;
  color: #ff6600;
}

.c-items__list {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-items__list li {
  width: 49%;
  margin-bottom: 30px;
}

.c-items__list li h4 {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ef8d19;
  font-weight: 700;
  color: #fff;
  height: 40px;
  width: 100%;
  font-size: 1.8rem;
}

.c-items__list li .box {
  margin-top: 15px;
  border: 1px dotted #b0b0b0;
  padding: 15px;
}

.c-items__list li .box h5 {
  line-height: 1;
  background-color: #ffe9cf;
  font-weight: 700;
  height: 40px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 15px;
}

.c-items__list li .box .images {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-items__list li .box .images img {
  margin: 0 5px;
}

.c-items__list li .box p {
  margin-top: 10px;
  line-height: 1;
  font-size: 1.2rem;
}

.c-items__list li .box p span {
  color: #ef8d19;
}

.c-items__list--triple {
  margin-top: 10px;
}

.c-items__list--triple::after {
  content: "";
  display: block;
  width: 31%;
}

.c-items__list--triple li {
  width: 31%;
  margin-bottom: 20px;
}

.c-items__list--triple li .box {
  margin-top: 0;
}

.c-items__list--triple li .box .images .border {
  border: 1px solid #ccc;
  padding: 0 17.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 5px;
}

.c-items__list--triple li .box .images .border img {
  margin: 0 !important;
}

.c-items__list--triple li .box .images .border + img {
  margin: 0 5px;
}

.c-items__single {
    margin-top: 30px;
}

.c-items__single h4 {
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #ef8d19;
    font-weight: 700;
    color: #fff;
    height: 40px;
    width: 100%;
    font-size: 1.8rem;
}

.c-items__single .c-items__list {
    margin-top: 10px;
}


.c-items__triple + .c-items__triple {
  margin-top: 15px;
}

.c-items__triple h4 {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ef8d19;
  font-weight: 700;
  color: #fff;
  height: 40px;
  width: 100%;
  font-size: 1.8rem;
}

.c-items__triple p {
  margin-top: 10px;
  line-height: 1;
  font-size: 1.2rem;
}

.c-items__triple p span {
  color: #ef8d19;
}

.c-purchase__title {
    background-color: #136dc9;
    font-weight: 700;
    color: #fff;
    padding: 10px;
    margin-bottom: 30px;
    font-size: 1.8rem;
    line-height: 100%;
    text-align: center;
}

.c-purchase__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-purchase__flex .box {
  width: 31%;
}

.c-purchase__flex .box .label {
  background-color: #ffb500;
  font-weight: 700;
  color: #fff;
  width: 120px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-purchase__flex .box h4 {
  margin-top: 10px;
  font-family: 'Corporate-Logo-Rounded';
  font-size: 2.2rem;
  color: #11aed0;
  height: 72px;
}

.c-purchase__flex .box h4 span {
  color: #136dc9;
}

.c-purchase__flex .box .o-contents__border-box {
  margin-top: 20px;
  padding: 15px;
  height: 400px;
}

.c-purchase__flex .box .text {
  margin-top: 10px;
  letter-spacing: -1px;
}

.c-purchase__flex .box .text a {
  color: #00a8ff;
  border-bottom: 1px solid #00a8ff;
}

.c-purchase__flex .box:nth-child(2) .text {
  margin-top: 20px;
}

.c-purchase__flex .box:nth-child(3) .text {
  margin-top: 30px;
}

.c-exchange__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-exchange__flex .box {
  width: 48%;
}

.c-exchange__flex .box .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-exchange__flex .box .label {
  background-color: #ffb500;
  font-weight: 700;
  color: #fff;
  width: 120px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-exchange__flex .box h3 {
  margin-left: 20px;
  font-family: 'Corporate-Logo-Rounded';
  font-size: 2.4rem;
  color: #ff65c7;
}

.c-exchange__flex .box h3 span {
  color: #d1439d;
}

.c-exchange__flex .box .o-contents__border-box {
  margin-top: 20px;
  padding: 15px;
  height: 370px;
}

.c-exchange__flex .box .text {
  margin-top: 10px;
  letter-spacing: -1px;
}

.c-exchange__flex .box .text a {
  color: #00a8ff;
  border-bottom: 1px solid #00a8ff;
}

.c-exchange__flex .box .text span {
  color: #d1439d;
}

@media only screen and (max-width: 599px) {
  body {
    min-width: auto;
  }

  .o-header {
    background-size: auto;
    height: auto;
  }
  
  .o-header__sub-title {
    margin-top: 60px;
  }
  .o-header__title {
    max-width: 150px;
    top: 10%;
  }
  .o-header__main {
    margin-top: 185px;
    left: auto;
    right: 0;
  }
  .o-header__dot {
    max-width: 150px;
    right: 15px;
    top: 12%;
  }
    .o-header__dot .gifArea .gif01 {
        top: -107px;
        max-width: 70px;
    }

    .o-header__dot .gifArea .gif02 {
        top: -107px;
        max-width: 70px;
    }
  .o-header__schedule {
    bottom: 10px;
  }
  .o-nav {
    display: none;
  }
  .o-contents {
    padding: 15px;
    background-image: none;
  }
  .o-contents::before {
    content: none;
  }
  .o-contents::after {
    content: none;
  }
  .o-contents--lineup {
    background-image: none;
    border: 3px solid #047269;
    border-radius: 10px;
    margin-top: 40px;
  }
  .o-contents--items {
    background-image: none;
    border: 3px solid #ff6600;
    border-radius: 10px;
    margin-top: 20px;
  }
  .o-contents--purchase {
    background-image: none;
    border: 3px solid #136dc9;
    border-radius: 10px;
    margin-top: 20px;
  }
  .o-contents--exchange {
    background-image: none;
    border: 3px solid #d1439d;
    border-radius: 10px;
  }
  .o-contents--title {
    padding: 5px 5px 15px;
  }
  .o-section {
    padding-left: 15px;
    padding-right: 15px;
  }
  .o-section__sec_title {
    padding: 0 10px;
  }
  .o-section__text {
    text-align: left;
  }
  .o-nav-sp {
    display: block;
  }
  .o-hamburger {
    display: block;
    position: fixed;
    z-index: 9998;
    top: 1rem;
    top: 25px;
    right: 1rem;
    width: 45px;
    height: 45px;
    background-color: #14b2a5;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
  }
  .o-hamburger:hover {
    cursor: pointer;
  }
  .o-hamburger span {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 1px;
    background-color: #fff;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
  }
  .o-hamburger span + span {
    margin-top: 5px;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
  }
  .o-hamburger.is_active {
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    background-color: transparent;
    border: none;
  }
  .o-hamburger.is_active span:nth-child(1) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .o-hamburger.is_active span:nth-child(2) {
    display: none;
  }
  .o-hamburger.is_active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .o-hamburger.is_active span + span {
    margin-top: 0;
    top: -1px;
  }
  .o-modal__contents {
    width: 90%;
    padding: 0;
    padding-top: 30px;
  }
  .o-modal__close-button {
    top: 15px;
  }
  .js-modal-open {
    margin-top: 10px;
  }
  .c-lineup__month-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-lineup__month-list li {
    margin-bottom: 15px;
    width: 23%;
  }
  .c-lineup__contents h3 {
    margin-left: 10px;
  }
  .c-lineup__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-lineup__list li {
    width: 100%;
    margin-bottom: 0;
  }
  .c-lineup__list li + li {
    margin-top: 15px;
  }
  .c-lineup__list li.max img {
    max-width: 100%;
  }
  .c-items__volume-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-items__volume-list li {
    width: 49%;
    margin-bottom: 15px;
  }
  .c-items__contents h3 {
    margin-left: 10px;
  }
  .c-items__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-items__list li {
    width: 100%;
    margin-bottom: 0;
  }
  .c-items__list li + li {
    margin-top: 15px;
  }
  .c-items__list li .box .images {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-items__list li .box .images img {
    margin: 0 5px 10px;
    max-width: 100px;
  }
  .c-items__list--triple {
    margin-top: 15px;
  }
  .c-items__list--triple li {
    width: 100%;
    margin-bottom: 0;
  }
  .c-items__list--triple li + li {
    margin-top: 15px;
  }
  .c-items__list--triple li .box .images .border {
    padding: 0 11.5px;
  }
  .c-items__triple {
    margin-top: 15px;
  }
  .c-purchase__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-purchase__flex .box {
    width: 100%;
  }
  .c-purchase__flex .box + .box {
    margin-top: 30px;
  }
  .c-purchase__flex .box h4 {
    height: auto;
  }
  .c-purchase__flex .box .o-contents__border-box {
    height: auto;
    margin-top: 10px;
  }
  .c-purchase__flex .box:nth-child(2) .text {
    margin-top: 10px;
  }
  .c-purchase__flex .box:nth-child(3) .text {
    margin-top: 10px;
  }
  .c-exchange__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-exchange__flex .box {
    width: 100%;
  }
  .c-exchange__flex .box + .box {
    margin-top: 30px;
  }
  .c-exchange__flex .box h4 {
    font-size: 2.0rem;
    margin-left: 5px;
  }
  .c-exchange__flex .box .o-contents__border-box {
    height: auto;
    margin-top: 10px;
  }
}
