/* ------------------------------
 common - width: all
------------------------------ */
/**
* YUI 3.5.0 - reset.css (http://developer.yahoo.com/yui/3/cssreset/)
* http://cssreset.com
* Copyright 2012 Yahoo! Inc. All rights reserved.
* http://yuilibrary.com/license/
*/
/*
TODO will need to remove settings on HTML since we can't namespace it.
TODO with the prefix, should I group by selector or property for weight savings?
*/
html {
  color: #000;
  background: #FFF;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 100%;
}

/*
TODO remove settings on BODY since we can't namespace it.
*/
/*
TODO test putting a class on HEAD.
- Fails on FF.
*/
main,
article,
section {
  display: block;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

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

fieldset,
img {
  border: 0;
}

/*
TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

/* to preserve line-height and selector appearance */
sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*to enable resizing for IE*/
input,
textarea,
select {
  *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssreset {
  display: none;
}

.cf:after {
  content: "";
  clear: both;
  display: block;
}

.ajtxt {
  text-align: justify;
  text-justify: inter-ideograph;
}

a:hover {
  opacity: 0.6;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

/* ------------------------------
 common - width all
------------------------------ */
html,
body {
  min-width: 1360px;
}

* {
  letter-spacing: 0.1em;
}

.contentsbox {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  border: 2px solid #e83740;
  border-radius: 60px;
  padding: 13px;
  background-color: #fff;
}
.contentsbox::before {
  content: "";
  display: block;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  position: absolute;
  top: 3px;
  right: 3px;
  border: 2px solid #e83740;
  border-radius: 56px;
}
.contentsbox::after {
  content: "";
  display: block;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  position: absolute;
  top: 8px;
  right: 8px;
  right: 8px;
  border: 2px solid #e83740;
  border-radius: 52px;
}
.contentsbox .ribbon {
  width: 149.5px;
  display: block;
  position: absolute;
  top: -60px;
  right: -35px;
  z-index: 2;
}
.contentsbox .contents {
  border: 2px solid #e83740;
  border-radius: 48px;
  padding: 63px;
  position: relative;
  z-index: 1;
}
.contentsbox .contents::before {
  content: "";
  display: block;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  position: absolute;
  top: 3px;
  right: 3px;
  border: 2px solid #e83740;
  border-radius: 44px;
}

/* ------------------------------
 common - width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  html,
  body {
    min-width: 375px;
  }
  * {
    letter-spacing: 1px;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .contentsbox {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    border: 1px solid #e83740;
    border-radius: 36px;
    padding: 8px;
    background-color: #fff;
  }
  .contentsbox::before {
    content: "";
    display: block;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    position: absolute;
    top: 2px;
    right: 2px;
    border: 1px solid #e83740;
    border-radius: 33px;
  }
  .contentsbox::after {
    content: "";
    display: block;
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    position: absolute;
    top: 5px;
    right: 5px;
    border: 1px solid #e83740;
    border-radius: 30px;
  }
  .contentsbox .ribbon {
    width: 75px;
    display: block;
    position: absolute;
    top: -30px;
    right: -15px;
    z-index: 2;
  }
  .contentsbox .contents {
    border: 1px solid #e83740;
    border-radius: 27px;
    padding: 20px;
    position: relative;
    z-index: 1;
  }
  .contentsbox .contents::before {
    content: "";
    display: block;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    position: absolute;
    top: 2px;
    right: 2px;
    border: 1px solid #e83740;
    border-radius: 24px;
  }
}
/* ------------------------------
 width: all
------------------------------ */
body {
  background-color: RGB(240, 234, 212);
  background-image: url(../images/bg_top.jpg);
  background-size: 1800px auto;
  background-position: top 0 center;
  background-repeat: repeat-y;
}

header {
  width: 100%;
  overflow: hidden;
  height: 1300px;
  padding-top: 13px;
  position: relative;
}
header .wrapper {
  width: 1551px;
  position: absolute;
  top: 13px;
  right: -1000px;
  left: -1000px;
  margin: 0 auto;
  padding-top: 100px;
}
header .wrapper h1 {
  width: 1191.5px;
  margin: 0 auto;
}
header .wrapper h1 img {
  width: 0;
  display: block;
  margin: 0 auto;
  opacity: 0;
  -webkit-animation-name: fadein;
          animation-name: fadein;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transform: translateY(500px);
          transform: translateY(500px);
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    width: 100%;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    width: 100%;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
header .wrapper .illust {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

main section.s01 {
  padding-top: 30px;
}
main section.s01 .wrapper .t01 {
  text-align: center;
  font-size: 29px;
  font-weight: bold;
  color: #e83740;
  letter-spacing: 4px;
  line-height: 190%;
}
main section.s01 .wrapper .box01 {
  width: 1280px;
  margin: 0 auto;
}
main section.s01 .wrapper .box01 h2 {
  width: 617px;
  margin-top: 25px;
  position: relative;
  z-index: 2;
}
main section.s01 .wrapper .box01 h2 img {
  width: 100%;
  display: block;
}
main section.s01 .wrapper .listbox {
  background-color: #f8c7c3;
}
main section.s01 .wrapper ul {
  width: 1360px;
  margin: -95px auto 0;
  padding: 80px 0 50px;
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
}
main section.s01 .wrapper ul li {
  display: inline-block;
  vertical-align: top;
  width: 242.5px;
  position: relative;
  margin: 0 35px;
}
@-webkit-keyframes rotation1 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotation1 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes rotation2 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes rotation2 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
main section.s01 .wrapper ul li.li01 .txtbox img {
  width: 178px;
}
main section.s01 .wrapper ul li.li01 .bg {
  -webkit-animation: 10s linear infinite rotation1;
          animation: 10s linear infinite rotation1;
}
main section.s01 .wrapper ul li.li02 .txtbox img {
  width: 178px;
}
main section.s01 .wrapper ul li.li02 .bg {
  -webkit-animation: 10s linear infinite rotation2;
          animation: 10s linear infinite rotation2;
}
main section.s01 .wrapper ul li.li03 .txtbox img {
  width: 129px;
}
main section.s01 .wrapper ul li.li03 .bg {
  -webkit-animation: 10s linear infinite rotation1;
          animation: 10s linear infinite rotation1;
}
main section.s01 .wrapper ul li.li04 .txtbox img {
  width: 180px;
}
main section.s01 .wrapper ul li.li04 .bg {
  -webkit-animation: 10s linear infinite rotation2;
          animation: 10s linear infinite rotation2;
}
main section.s01 .wrapper ul li.li05 .txtbox img {
  width: 123px;
}
main section.s01 .wrapper ul li.li05 .bg {
  -webkit-animation: 10s linear infinite rotation1;
          animation: 10s linear infinite rotation1;
}
main section.s01 .wrapper ul li.li06 .txtbox img {
  width: 132px;
}
main section.s01 .wrapper ul li.li06 .bg {
  -webkit-animation: 10s linear infinite rotation2;
          animation: 10s linear infinite rotation2;
}
main section.s01 .wrapper ul li.li07 .txtbox img {
  width: 145px;
}
main section.s01 .wrapper ul li.li07 .bg {
  -webkit-animation: 10s linear infinite rotation1;
          animation: 10s linear infinite rotation1;
}
main section.s01 .wrapper ul li.li08 .txtbox img {
  width: 178px;
}
main section.s01 .wrapper ul li.li08 .bg {
  -webkit-animation: 10s linear infinite rotation2;
          animation: 10s linear infinite rotation2;
}
main section.s01 .wrapper ul li.li09 .txtbox img {
  width: 178px;
}
main section.s01 .wrapper ul li.li09 .bg {
  -webkit-animation: 10s linear infinite rotation1;
          animation: 10s linear infinite rotation1;
}
main section.s01 .wrapper ul li .txtbox {
  position: relative;
  z-index: 3;
  height: 257.5px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main section.s01 .wrapper ul li .txtbox img {
  display: block;
}
main section.s01 .wrapper ul li .bg {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  display: block;
}
main section.s02 {
  width: 1280px;
  margin: 0 auto;
  padding-top: 60px;
}
main section.s02 .wrapper .linklist {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
main section.s02 .wrapper .linklist li {
  width: 402.5px;
}
main section.s02 .wrapper .linklist li a {
  width: 100%;
  display: block;
}
main section.s02 .wrapper .linklist li a img {
  width: 100%;
  display: block;
}
main section.s02 .wrapper .contentsbox {
  margin-top: 110px;
}
main section.s02 .wrapper .contentsbox.contentsbox02 .contents .box01 .photobox .illust {
  width: 190.5px;
  bottom: -120px;
}
main section.s02 .wrapper .contentsbox.contentsbox03 .contents .box01 .photobox .illust {
  width: 173px;
  bottom: -120px;
}
main section.s02 .wrapper .contentsbox .contents .box01 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
main section.s02 .wrapper .contentsbox .contents .box01 .photobox {
  position: relative;
  width: 610px;
}
main section.s02 .wrapper .contentsbox .contents .box01 .photobox .photo {
  width: 100%;
  display: block;
}
main section.s02 .wrapper .contentsbox .contents .box01 .photobox .illust {
  width: 254px;
  display: block;
  position: absolute;
  bottom: -100px;
  left: -50px;
}
main section.s02 .wrapper .contentsbox .contents .box01 .txtbox {
  width: calc(100% - 640px);
}
main section.s02 .wrapper .contentsbox .contents .box01 .txtbox h3 img {
  width: auto;
  height: 96.7px;
  display: block;
}
main section.s02 .wrapper .contentsbox .contents .box01 .txtbox .t01 {
  font-size: 14px;
  line-height: 180%;
  margin-top: 20px;
}
main section.s02 .wrapper .contentsbox .contents .box01 .txtbox ul {
  margin-top: 35px;
}
main section.s02 .wrapper .contentsbox .contents .box01 .txtbox ul li {
  position: relative;
  padding-left: 25px;
  font-size: 14px;
  line-height: 200%;
  background-size: 15.6px auto;
  background-position: top 4px left 0;
  background-repeat: no-repeat;
}
main section.s02 .wrapper .contentsbox .contents .box01 .txtbox ul li.li01 {
  background-image: url(../images/icon_info01.svg);
}
main section.s02 .wrapper .contentsbox .contents .box01 .txtbox ul li.li02 {
  background-image: url(../images/icon_info02.svg);
}
main section.s02 .wrapper .contentsbox .contents .box01 .txtbox ul li.li03 {
  background-image: url(../images/icon_info03.svg);
}
main section.s02 .wrapper .contentsbox .contents .box01 .txtbox ul li.li04 {
  background-image: url(../images/icon_info04.svg);
}
main section.s02 .wrapper .contentsbox .contents .box01 .txtbox ul li.li05 {
  background-size: 13.8px auto;
  background-image: url(../images/icon_info05.svg);
}
main section.s02 .wrapper .contentsbox .contents .box01 .txtbox ul li a {
  text-decoration: none;
  color: #000;
}
main section.s02 .wrapper .contentsbox .contents .box01 .txtbox .caution01 {
  font-size: 14px;
  color: #e83740;
  margin: 5px 0 -20px;
  letter-spacing: 0;
}
main section.s02 .wrapper .contentsbox .contents .box01 .txtbox .linkbox {
  margin-top: -28px;
  text-align: right;
  position: relative;
  z-index: 2;
}
main section.s02 .wrapper .contentsbox .contents .box01 .txtbox .linkbox a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  border: 1px solid #e83740;
  border-radius: 20px;
  color: #e83740;
  line-height: 100%;
  font-size: 14px;
  padding: 6px 12px;
}
main section.s02 .wrapper .contentsbox .contents .box0201 {
  width: calc(100% + 120px);
  background-image: url(../images/s0309.png);
  background-size: cover;
  background-position: center center;
  padding: 35px 0;
  margin: 0 -60px -60px;
  border-radius: 0 0 44px 44px;
  margin-top: 45px;
}
main section.s02 .wrapper .contentsbox .contents .box0201 .swiper-area01 .swiper .swiper-wrapper {
  position: relative;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
main section.s02 .wrapper .contentsbox .contents .box0201 .swiper-area01 .swiper .swiper-wrapper .swiper-slide {
  width: 287px;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
main section.s02 .wrapper .contentsbox .contents .box0201 .swiper-area01 .swiper .swiper-wrapper .swiper-slide.slide02 {
  padding-top: 70px;
}
main section.s02 .wrapper .contentsbox .contents .box0201 .swiper-area01 .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  display: block;
}
main section.s02 .wrapper .contentsbox .contents .box0201 .btn01 {
  width: 376px;
  display: block;
  text-align: center;
  font-size: 21px;
  color: #e83740;
  text-decoration: none;
  line-height: 100%;
  padding: 10px 0;
  border-radius: 50px;
  border: 2px solid #e83740;
  background-color: #fff;
  margin: 30px auto 0;
  position: relative;
  z-index: 1000;
}
main section.s02 .wrapper .contentsbox .contents .box0202 {
  width: calc(100% + 120px);
  background-image: url(../images/s0307.png);
  background-size: cover;
  background-position: center center;
  padding: 35px 0;
  margin: 0 -60px -60px;
  border-radius: 0 0 44px 44px;
  margin-top: 45px;
}
main section.s02 .wrapper .contentsbox .contents .box0202 .btn01 {
  width: 376px;
  display: block;
  text-align: center;
  font-size: 21px;
  color: #e83740;
  text-decoration: none;
  line-height: 100%;
  padding: 10px 0;
  border-radius: 50px;
  border: 2px solid #e83740;
  background-color: #fff;
  margin: 0 auto;
  position: relative;
  z-index: 1000;
}
main section.s02 .wrapper .contentsbox .contents .box0202 .comingsoon {
  width: 255px;
  display: block;
  margin: 0 auto;
}
main section.s03 {
  margin-top: 70px;
  padding: 160px 0 120px;
  position: relative;
  overflow: hidden;
}
main section.s03 .wrapper .ttlbox {
  width: 1800px;
  position: absolute;
  top: 0;
  right: -1000px;
  left: -1000px;
  margin: 0 auto;
}
main section.s03 .wrapper .ttlbox h4 img {
  width: 100%;
  display: block;
}
main section.s03 .wrapper .newslist {
  width: 1280px;
  margin: 50px auto 0;
}
main section.s03 .wrapper .newslist li .detail {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-decoration: none;
  border-radius: 30px;
  background-color: #fff;
  padding: 30px 35px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main section.s03 .wrapper .newslist li .detail .photobox {
  width: 458px;
}
main section.s03 .wrapper .newslist li .detail .photobox img {
  width: 100%;
  display: block;
}
main section.s03 .wrapper .newslist li .detail .txt {
  width: calc(100% - 500px);
  font-size: 24px;
  line-height: 190%;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  body {
    background-color: RGB(240, 234, 212);
    background-image: url(../images/bg_top.jpg);
    background-size: 150% auto;
    background-position: top 0 center;
    background-repeat: repeat-y;
  }
  header {
    width: 100%;
    overflow: hidden;
    height: 85vw;
    padding-top: 13px;
    position: relative;
  }
  header .wrapper {
    width: 94vw;
    position: absolute;
    top: 2vw;
    right: -1000px;
    left: -1000px;
    margin: 0 auto;
    padding-top: 8vw;
  }
  header .wrapper h1 {
    width: 70vw;
    margin: 0 auto;
  }
  header .wrapper h1 img {
    display: block;
    -webkit-transform: translateY(35vw);
            transform: translateY(35vw);
  }
  header .wrapper .illust {
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
  }
  main section.s01 {
    padding-top: 0;
  }
  main section.s01 .wrapper .t01 {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #e83740;
    letter-spacing: 2px;
    line-height: 190%;
  }
  main section.s01 .wrapper .box01 {
    width: 100%;
    margin: 0 auto;
  }
  main section.s01 .wrapper .box01 h2 {
    width: 340px;
    position: relative;
    z-index: 2;
    margin: 25px auto 0;
  }
  main section.s01 .wrapper .box01 h2 img {
    width: 100%;
    display: block;
  }
  main section.s01 .wrapper .listbox {
    background-color: #f8c7c3;
  }
  main section.s01 .wrapper ul {
    width: 335px;
    margin: -50px auto 0;
    padding: 50px 0 30px;
    font-size: 0;
    letter-spacing: 0;
    text-align: center;
  }
  main section.s01 .wrapper ul li {
    display: inline-block;
    vertical-align: top;
    width: 121px;
    position: relative;
    margin: 5px 10px;
  }
  @-webkit-keyframes rotation1 {
    0% {
      -webkit-transform: rotate(0);
              transform: rotate(0);
    }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  @keyframes rotation1 {
    0% {
      -webkit-transform: rotate(0);
              transform: rotate(0);
    }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  @-webkit-keyframes rotation2 {
    0% {
      -webkit-transform: rotate(0);
              transform: rotate(0);
    }
    100% {
      -webkit-transform: rotate(-360deg);
              transform: rotate(-360deg);
    }
  }
  @keyframes rotation2 {
    0% {
      -webkit-transform: rotate(0);
              transform: rotate(0);
    }
    100% {
      -webkit-transform: rotate(-360deg);
              transform: rotate(-360deg);
    }
  }
  main section.s01 .wrapper ul li.li01 .txtbox img {
    width: 89px;
  }
  main section.s01 .wrapper ul li.li01 .bg {
    -webkit-animation: 10s linear infinite rotation1;
            animation: 10s linear infinite rotation1;
  }
  main section.s01 .wrapper ul li.li02 .txtbox img {
    width: 89px;
  }
  main section.s01 .wrapper ul li.li02 .bg {
    -webkit-animation: 10s linear infinite rotation2;
            animation: 10s linear infinite rotation2;
  }
  main section.s01 .wrapper ul li.li03 .txtbox img {
    width: 64px;
  }
  main section.s01 .wrapper ul li.li03 .bg {
    -webkit-animation: 10s linear infinite rotation1;
            animation: 10s linear infinite rotation1;
  }
  main section.s01 .wrapper ul li.li04 .txtbox img {
    width: 90px;
  }
  main section.s01 .wrapper ul li.li04 .bg {
    -webkit-animation: 10s linear infinite rotation2;
            animation: 10s linear infinite rotation2;
  }
  main section.s01 .wrapper ul li.li05 .txtbox img {
    width: 61px;
  }
  main section.s01 .wrapper ul li.li05 .bg {
    -webkit-animation: 10s linear infinite rotation1;
            animation: 10s linear infinite rotation1;
  }
  main section.s01 .wrapper ul li.li06 .txtbox img {
    width: 66px;
  }
  main section.s01 .wrapper ul li.li06 .bg {
    -webkit-animation: 10s linear infinite rotation2;
            animation: 10s linear infinite rotation2;
  }
  main section.s01 .wrapper ul li.li07 .txtbox img {
    width: 72px;
  }
  main section.s01 .wrapper ul li.li07 .bg {
    -webkit-animation: 10s linear infinite rotation1;
            animation: 10s linear infinite rotation1;
  }
  main section.s01 .wrapper ul li.li08 .txtbox img {
    width: 89px;
  }
  main section.s01 .wrapper ul li.li08 .bg {
    -webkit-animation: 10s linear infinite rotation2;
            animation: 10s linear infinite rotation2;
  }
  main section.s01 .wrapper ul li.li09 .txtbox img {
    width: 89px;
  }
  main section.s01 .wrapper ul li.li09 .bg {
    -webkit-animation: 10s linear infinite rotation1;
            animation: 10s linear infinite rotation1;
  }
  main section.s01 .wrapper ul li .txtbox {
    position: relative;
    z-index: 3;
    height: 129px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main section.s01 .wrapper ul li .txtbox img {
    display: block;
  }
  main section.s01 .wrapper ul li .bg {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    display: block;
  }
  main section.s02 {
    width: 100%;
    padding: 50px 20px 0;
    margin: 0 auto;
  }
  main section.s02 .wrapper .linklist {
    display: block;
    width: 200px;
    margin: 0 auto;
  }
  main section.s02 .wrapper .linklist li {
    width: 100%;
  }
  main section.s02 .wrapper .linklist li + li {
    margin-top: 15px;
  }
  main section.s02 .wrapper .linklist li a {
    width: 100%;
    display: block;
  }
  main section.s02 .wrapper .linklist li a img {
    width: 100%;
    display: block;
  }
  main section.s02 .wrapper .contentsbox {
    margin-top: 45px;
  }
  main section.s02 .wrapper .contentsbox.contentsbox02 .contents .box01 .photobox .illust {
    width: 95px;
  }
  main section.s02 .wrapper .contentsbox.contentsbox03 .contents .box01 .photobox .illust {
    width: 86px;
    bottom: -120px;
  }
  main section.s02 .wrapper .contentsbox .contents .box01 {
    display: block;
  }
  main section.s02 .wrapper .contentsbox .contents .box01 .photobox {
    position: relative;
    width: 100%;
  }
  main section.s02 .wrapper .contentsbox .contents .box01 .photobox .photo {
    width: 100%;
    display: block;
  }
  main section.s02 .wrapper .contentsbox .contents .box01 .photobox .illust {
    width: 127px;
    display: block;
    position: absolute;
    bottom: -20px !important;
    left: -20px !important;
  }
  main section.s02 .wrapper .contentsbox .contents .box01 .txtbox {
    width: 100%;
    margin-top: 30px;
  }
  main section.s02 .wrapper .contentsbox .contents .box01 .txtbox h3 img {
    width: auto;
    height: 55px;
    display: block;
  }
  main section.s02 .wrapper .contentsbox .contents .box01 .txtbox .t01 {
    font-size: 13px;
    line-height: 180%;
    margin-top: 15px;
  }
  main section.s02 .wrapper .contentsbox .contents .box01 .txtbox ul {
    margin-top: 15px;
  }
  main section.s02 .wrapper .contentsbox .contents .box01 .txtbox ul li {
    position: relative;
    padding-left: 22px;
    font-size: 13px;
    line-height: 200%;
    background-size: 14px auto;
    background-position: top 4px left 0;
    background-repeat: no-repeat;
  }
  main section.s02 .wrapper .contentsbox .contents .box01 .txtbox ul li.li01 {
    background-image: url(../images/icon_info01.svg);
  }
  main section.s02 .wrapper .contentsbox .contents .box01 .txtbox ul li.li02 {
    background-image: url(../images/icon_info02.svg);
  }
  main section.s02 .wrapper .contentsbox .contents .box01 .txtbox ul li.li03 {
    background-image: url(../images/icon_info03.svg);
  }
  main section.s02 .wrapper .contentsbox .contents .box01 .txtbox ul li.li04 {
    background-image: url(../images/icon_info04.svg);
  }
  main section.s02 .wrapper .contentsbox .contents .box01 .txtbox ul li.li05 {
    background-size: 12px auto;
    background-image: url(../images/icon_info05.svg);
  }
  main section.s02 .wrapper .contentsbox .contents .box01 .txtbox ul li a {
    text-decoration: none;
    color: #000;
  }
  main section.s02 .wrapper .contentsbox .contents .box01 .txtbox .caution01 {
    font-size: 13px;
    color: #e83740;
    margin: 5px 0 -10px;
    letter-spacing: 0;
  }
  main section.s02 .wrapper .contentsbox .contents .box01 .txtbox .linkbox {
    margin-top: 10px;
    text-align: right;
  }
  main section.s02 .wrapper .contentsbox .contents .box01 .txtbox .linkbox a {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    border: 1px solid #e83740;
    border-radius: 20px;
    color: #e83740;
    line-height: 100%;
    font-size: 13px;
    padding: 5px 10px;
  }
  main section.s02 .wrapper .contentsbox .contents .box0201 {
    width: calc(100% + 34px);
    background-image: url(../images/s0307.png);
    background-size: cover;
    background-position: center center;
    padding: 20px 0;
    margin: 0 -17px -17px;
    border-radius: 0 0 44px 44px;
    margin-top: 15px;
  }
  main section.s02 .wrapper .contentsbox .contents .box0201 .swiper-area01 .swiper .swiper-wrapper {
    position: relative;
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
  }
  main section.s02 .wrapper .contentsbox .contents .box0201 .swiper-area01 .swiper .swiper-wrapper .swiper-slide {
    width: 143px;
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
  }
  main section.s02 .wrapper .contentsbox .contents .box0201 .swiper-area01 .swiper .swiper-wrapper .swiper-slide.slide02 {
    padding-top: 30px;
  }
  main section.s02 .wrapper .contentsbox .contents .box0201 .swiper-area01 .swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    display: block;
  }
  main section.s02 .wrapper .contentsbox .contents .box0201 .btn01 {
    width: 240px;
    display: block;
    text-align: center;
    font-size: 14px;
    color: #e83740;
    text-decoration: none;
    line-height: 100%;
    padding: 10px 0;
    border-radius: 50px;
    border: 1px solid #e83740;
    background-color: #fff;
    margin: 20px auto 0;
    position: relative;
    z-index: 1000;
  }
  main section.s02 .wrapper .contentsbox .contents .box0202 {
    width: calc(100% + 34px);
    background-image: url(../images/s0307.png);
    background-size: cover;
    background-position: center center;
    padding: 20px 0;
    margin: 0 -17px -17px;
    border-radius: 0 0 24px 24px;
    margin-top: 15px;
  }
  main section.s02 .wrapper .contentsbox .contents .box0202 .btn01 {
    width: 240px;
    display: block;
    text-align: center;
    font-size: 14px;
    color: #e83740;
    text-decoration: none;
    line-height: 100%;
    padding: 10px 0;
    border-radius: 50px;
    border: 1px solid #e83740;
    background-color: #fff;
    margin: 0 auto;
    position: relative;
    z-index: 1000;
  }
  main section.s02 .wrapper .contentsbox .contents .box0202 .comingsoon {
    width: 170px;
    display: block;
    margin: 0 auto;
  }
  main section.s03 {
    margin-top: 35px;
    padding: 90px 0 50px;
    position: relative;
    overflow: hidden;
  }
  main section.s03 .wrapper .ttlbox {
    width: 1100px;
    position: absolute;
    top: 0;
    right: auto;
    left: 0;
    margin: 0 0 0 -125px;
  }
  main section.s03 .wrapper .ttlbox h4 img {
    width: 100%;
    display: block;
  }
  main section.s03 .wrapper .newslist {
    width: 100%;
    padding: 0 20px;
    margin: 30px auto 0;
  }
  main section.s03 .wrapper .newslist li .detail {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-decoration: none;
    border-radius: 10px;
    background-color: #fff;
    padding: 15px 15px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  main section.s03 .wrapper .newslist li .detail .photobox {
    width: 100px;
  }
  main section.s03 .wrapper .newslist li .detail .photobox img {
    width: 100%;
    display: block;
  }
  main section.s03 .wrapper .newslist li .detail .txt {
    width: calc(100% - 115px);
    font-size: 13px;
    line-height: 170%;
  }
}