@charset "UTF-8";
@font-face {
  font-family: 'Kurobara';
  src: url(../font/kurobara-gothic-bold.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: #000;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  -webkit-font-smoothing: antialiased;
}

body {
  background-color: #f7f0e6;
  min-width: 1440px;
  font-size: 1.4rem;
  line-height: 1.5;
  background-image: url(../img/common/bg_pattern.png);
  background-repeat: repeat;
}

img {
  vertical-align: top;
  max-width: 100%;
}

a {
  color: inherit;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
}

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;
}

.o-header {
  overflow: hidden;
  background-image: url(../img/header/bg_header.png);
  background-position: center top;
  background-size: auto;
  background-repeat: no-repeat;
}

.o-header__inner {
  position: relative;
  max-width: 1470px;
  margin: 0 auto;
}

.o-header__inner--narrow {
  max-width: 1160px;
}

.o-header__schdule {
  position: absolute;
  left: 0;
  bottom: 25px;
}

.o-header__banner {
  position: absolute;
  right: 0;
  bottom: 25px;
}

.o-footer {
  padding: 4em 0;
  background-color: #c96168;
  text-align: center;
}

.o-footer .note {
  font-size: 1.2rem;
  line-height: 2;
  margin-bottom: 2em;
  text-align: right;
  color: #fff;
}

.o-footer #pickup {
  max-width: 100%;
}

.o-footer .copyright {
  font-size: 1rem;
  color: #fff;
}

.c-toolbar {
  z-index: 1;
  position: relative;
  background: #fff;
  font-size: 1.2rem;
  -webkit-box-shadow: 0px 1px 30px black;
          box-shadow: 0px 1px 30px black;
}

.c-toolbar .o-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-toolbar .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-toolbar .fukidashi {
  margin-left: .25em;
}

.c-toolbar .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-toolbar .box .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-toolbar .box .sns ul {
  position: relative;
  top: 5px;
  list-style: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.c-toolbar .box .sns li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-toolbar .box .sns li:not(:first-child) {
  margin-left: .25em;
}

.c-toolbar .box .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  line-height: 1em;
}

.c-toolbar .box .link a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  text-shadow: 0px 1px #d1d1d1;
}

.c-toolbar .box .item {
  padding: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-toolbar .box .item + .c-toolbar .box .item {
  margin-left: 2px;
}

.c-toolbar .box .item-about {
  background-color: #7f7f7f;
}

.c-toolbar .box .item-registration {
  background-color: #3f8ded;
  padding: 1em;
}

.c-toolbar .sns {
  margin-right: .5em;
}

.o-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 9999;
  background: -webkit-gradient(linear, left bottom, left top, from(#428f2b), to(#215b11));
  background: linear-gradient(to top, #428f2b, #215b11);
  padding: 1em 0;
  border: 4px solid #fff;
  border-left: none;
  border-right: none;
}

.o-nav__list {
  max-width: 885px;
  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;
}

.o-nav__item {
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.o-nav__item a {
  font-family: 'Kurobara';
  font-size: 1.7rem;
  color: #fff39a;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  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;
}

.event-info {
  position: absolute;
  z-index: 10;
  left: 60px;
  bottom: 90px;
  margin: 0 auto;
}

.event-info__lists {
  list-style: none;
  width: 204px;
  height: 76px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: url(../img/header/info_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.event-info__list {
  width: 25%;
}

.event-info__list: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 #1c75a8;
  text-align: center;
  border-radius: 6px;
  position: absolute;
  top: 70px;
  left: 0;
  font-size: 10px;
  z-index: 10;
  padding: 5px;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.tooltip .tooltiptext::after {
  /*吹き出しのアロー部分*/
  content: " ";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -65px;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent #1c75a8 transparent;
}

.tooltip .tooltiptext {
  /*表示させる際のアニメーションエフェクト。透明にしておく*/
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.tooltip:hover .tooltiptext {
  /*マウスホバーでアニメーションしながら表示*/
  opacity: 1;
}

.o-inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.o-contents {
  position: relative;
  max-width: 998px;
  margin: 0 auto;
  background-color: #fff;
  padding: 28px 26px;
  background-image: url(../img/common/flame_vertical.png), url(../img/common/flame_vertical.png);
  background-repeat: repeat-y,repeat-y;
  background-position: left top 85px,right top;
  background-size: auto,auto;
}

.o-contents::before, .o-contents::after {
  content: "";
  display: block;
  width: 998px;
  height: 85px;
  background-repeat: no-repeat;
  position: absolute;
}

.o-contents::before {
  top: 0;
  left: 0;
  background-image: url(../img/common/flame_top.png);
}

.o-contents::after {
  bottom: 0;
  right: 0;
  background-image: url(../img/common/flame_bottom.png);
}

.o-contents--top {
  background: no-repeat;
  padding: 0;
}

.o-contents--top::before, .o-contents--top::after {
  content: none;
}

.o-contents__sec_title {
  text-align: center;
  margin-bottom: 50px;
}

.o-contents__title {
  text-align: center;
  margin-bottom: 30px;
}

.o-contents__inner {
  max-width: 950px;
  margin: 0 auto;
  padding: 30px 0;
}

.o-contents__inner--no_top {
  padding-top: 0;
}

.o-contents__body {
  padding: 0 30px;
}

.o-section {
  margin-bottom: 100px;
}

.c-top {
  margin-bottom: 70px;
}

.c-top__sec_title {
  text-align: center;
}

.c-top__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  top: -70px;
}

.c-top__flex .left {
  width: 39%;
}

.c-top__flex .left p {
  font-size: 1.6rem;
  line-height: 1.7;
  text-shadow: 0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;
}

.c-top__flex .left p + p {
  margin-top: 2em;
}

.c-top__flex .right {
  position: relative;
}

.c-top__flex .right .balloon {
  position: absolute;
  top: -60px;
  right: -30px;
}

.c-top__block {
  text-align: center;
}

.c-top__sub_title {
  text-align: center;
}

.c-top__characters {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 260px;
  overflow: hidden;
}

.c-top__characters img {
  width: auto;
  height: 100%;
  max-width: inherit;
}

.c-top__characters img:first-child {
  -webkit-animation: loop 50s -25s linear infinite;
          animation: loop 50s -25s linear infinite;
}

.c-top__characters img:last-child {
  -webkit-animation: loop2 50s linear infinite;
          animation: loop2 50s linear infinite;
}

@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}

@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}

.c-top__images {
  margin-top: 30px;
  position: relative;
}

.c-top__images p.text {
  position: absolute;
  bottom: -15px;
  left: 23%;
  color: #cc6268;
  font-weight: bold;
}

.c-howto__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}

.c-howto__flex--last {
  margin-bottom: 0;
}

.c-howto__flex .left {
  width: 48%;
}

.c-howto__flex .left .item {
  position: relative;
  margin-top: 65px;
}

.c-howto__flex .left .item p {
  position: absolute;
  right: 20px;
  bottom: 20px;
  max-width: 270px;
  color: #fff;
}

.c-howto__flex .left .ss {
  margin-top: 20px;
}

.c-howto__flex .left .mini_title {
  text-align: center;
  margin-top: 1em;
}

.c-howto__flex .right {
  width: 48%;
}

.c-howto__flex .right .mini_title {
  text-align: center;
  margin-top: 1em;
}

.c-howto__flex .right .benefits_box {
  margin-top: 1em;
  position: relative;
}

.c-howto__flex .right .benefits_box p.first {
  color: #fff;
  position: absolute;
  top: 35px;
  left: 15px;
  letter-spacing: -1px;
  max-width: 405px;
}

.c-howto__flex .right .benefits_box p.second {
  color: #fff;
  position: absolute;
  top: 35px;
  left: 15px;
  letter-spacing: -1px;
  max-width: 405px;
}

.c-howto__flex .text {
  text-align: center;
  margin: 1em 0 5px;
}

.c-howto__flex .text span {
  color: #df313b;
}

.c-howto__flex .btn_box {
  position: relative;
}

.c-howto__flex .btn {
  position: absolute;
  bottom: 1em;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.c-howto__text span {
  color: #df313b;
}

.c-bingo__text {
  margin-bottom: 1.5em;
}

.c-bingo__text span {
  color: #df313b;
}

.c-bingo__text_flex {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2em;
}

.c-bingo__text_flex p {
  font-weight: bold;
  width: 50%;
}

.c-bingo__text_flex p::before {
  content: "";
  position: relative;
  top: 3px;
  left: 0;
  display: inline-block;
  width: 6px;
  height: 6px;
  border: 4px solid #cc6268;
  border-radius: 50%;
  margin-right: 5px;
}

.c-battle__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-battle__flex--last {
  margin-bottom: 0;
}

.c-battle__flex .left {
  width: 49%;
}

.c-battle__flex .left p + p {
  margin-top: 2em;
}

.c-battle__flex .left a {
  display: block;
  text-align: center;
  margin-top: 2em;
}

.c-battle__flex .right {
  width: 49%;
  text-align: right;
}

.c-battle__flex .mini_title {
  text-align: center;
  margin-bottom: 1.5em;
}

.c-battle__flex .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-battle__flex .flex .text {
  text-align: left;
  width: 50%;
}

.c-battle__flex .flex .text span {
  color: #b25f06;
  font-size: 1.2rem;
}

.c-battle__contents_text {
  margin-bottom: 1em;
}

.c-machine__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}

.c-machine__flex--last {
  margin-bottom: 0;
}

.c-machine__flex .left {
  width: 49%;
}

.c-machine__flex .left p + p {
  margin-top: 2em;
}

.c-machine__flex .left a {
  display: block;
  text-align: center;
  margin-top: 2em;
}

.c-machine__flex .right {
  width: 49%;
  text-align: right;
  position: relative;
}

.c-machine__flex .right p.text_position {
  position: absolute;
  bottom: -30px;
  right: 15px;
  color: #cc6268;
  font-weight: bold;
}

.c-machine__flex .mini_title {
  text-align: center;
  margin-bottom: 1.5em;
}

.c-machine__flex .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-machine__flex .flex .text {
  text-align: left;
  width: 50%;
}

.c-machine__flex .flex .text span {
  color: #b25f06;
  font-size: 1.2rem;
}

.c-machine__contents_text {
  margin-bottom: 1em;
}

.c-map__map {
  text-align: center;
  margin-bottom: 4em;
}

.c-map__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-map__list::before {
  content: "";
  display: block;
  width: 23%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.c-map__list::after {
  content: "";
  display: block;
  width: 23%;
}

.c-map__list--purple {
  margin-top: 50px;
}

.c-map__item {
  width: 210px;
  height: 161px;
  position: relative;
  margin-bottom: 30px;
  padding: 40px 10px 10px;
  background-size: contain;
}

.c-map__item .number {
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  font-size: 2.2rem;
  color: #cc6268;
  font-weight: bold;
  font-family: 'Kurobara';
  width: 45px;
  height: 45px;
  border: 2px solid #cc6268;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 8px #fff;
          box-shadow: 0 0 8px #fff;
  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: #f3ddc1;
}

.c-map__item h5 {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: .5em;
  letter-spacing: -.5px;
}

.c-map__item p {
  font-size: 1.2rem;
  letter-spacing: -1px;
}

.c-map__item--01 {
  background-image: url(../img/map/bg01.png);
}

.c-map__item--01 h5 {
  color: #9f6315;
}

.c-map__item--01 p {
  color: #000;
}

.c-map__item--02 {
  background-image: url(../img/map/bg02.png);
}

.c-map__item--02 h5 {
  color: #fee04e;
}

.c-map__item--02 p {
  color: #fff;
}

.c-map__item--03 {
  background-image: url(../img/map/bg03.png);
}

.c-map__item--03 .number {
  color: #fee04e;
  border: 2px solid #fee04e;
  background-color: #8562cc;
}

.c-map__item--03 h5 {
  color: #fee04e;
}

.c-map__item--03 p {
  color: #fff;
}

.c-map__title {
  margin-top: 50px;
}

.c-data__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-data__item {
  margin: 0 1em;
}

.c-data__item a {
  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;
  border: 3px solid #cc6268;
  border-radius: 50%;
  width: 160px;
  height: 160px;
}

.c-data__item h5 {
  text-align: center;
  font-weight: normal;
  margin-top: 1em;
}

.c-data__table {
  width: 100%;
  text-align: center;
  margin-top: 30px;
  border: 1px solid #cc6268;
}

.c-data__table th {
  color: #fff;
  text-align: left;
  padding: 0.5em;
  background-color: #cc6268;
}

.c-data__table td {
  color: #000;
  font-weight: normal;
  vertical-align: middle;
  padding: 1em;
  border: 1px solid #cc6268;
}

.c-data__table td:nth-child(odd) {
  background-color: #fff;
}

.c-data__table td:nth-child(even) {
  background-color: #f7f0e6;
}

.c-data__table td:first-child {
  background-color: #fff;
}

.c-christmas__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}

.c-christmas__flex .left {
  width: 49%;
}

.c-christmas__flex .left p + p {
  margin-top: 2em;
}

.c-christmas__flex .right {
  width: 49%;
  text-align: center;
}

.c-christmas__flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  top: 40px;
  margin-top: -40px;
}

.c-christmas__flex2 .left {
  width: 20%;
  text-align: right;
}

.c-christmas__flex2 .center {
  text-align: center;
  max-width: 475px;
}

.c-christmas__flex2 .center p + p {
  margin-top: 2em;
}

.c-christmas__flex2 .right {
  width: 20%;
  text-align: left;
}

.c-christmas__flex3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-christmas__flex3 .red_box {
  margin-bottom: 20px;
  position: relative;
}

.c-christmas__flex3 .red_box:nth-child(n+2) {
  margin-bottom: 0;
}

.c-christmas__flex3 .red_box p {
  color: #fff;
  position: absolute;
  left: 20px;
  top: 45px;
  max-width: 390px;
  line-height: 1.2;
  font-weight: bold;
}

.c-christmas__mini_title {
  text-align: center;
  margin-bottom: 1em;
}

.c-wallpaper__flex {
  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;
  margin-bottom: 2em;
}

.c-wallpaper__sample {
  text-align: center;
}

.c-wallpaper__buttons {
  width: 50%;
  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;
}

.c-wallpaper__button + .c-wallpaper__button {
  margin-top: 1em;
}

.c-wallpaper__comment {
  position: relative;
}

.c-wallpaper__comment p {
  color: #fff;
  position: absolute;
  top: 40px;
  left: 15px;
}

.c-caution__item {
  padding-left: 1.1em;
  text-indent: -1.1em;
}

.c-caution__item + .c-caution__item {
  margin-top: 1em;
}

.c-caution__item::before {
  content: "";
  position: relative;
  top: 3px;
  left: 0;
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 2px solid #cc6268;
  border-radius: 50%;
}

.c-caution__item ul {
  padding-left: 1em;
}

.c-caution__item li {
  font-size: 1.2rem;
  padding-left: 1em;
  text-indent: -1em;
}

.c-caution__item li::before {
  content: "・";
  color: #cc6268;
  font-weight: bold;
  display: inline-block;
}

.c-caution__item li.asterisk::before {
  content: "※";
  margin-right: 5px;
}

.c-caution__item li.square::before {
  content: "■";
  margin-right: 5px;
}

@media screen and (min-width: 1600px) {
  .o-header {
    background-size: cover;
  }
}
