@charset "UTF-8";
@font-face {
  font-family: 'noto-sans';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansCJKjp-Regular.eot");
  src: url("../fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("../fonts/NotoSansCJKjp-Regular.ttf") format("truetype");
  /* Safari, Android, iOS */ }
@font-face {
  font-family: 'noto-sans';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansCJKjp-Bold.eot");
  src: url("../fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("../fonts/NotoSansCJKjp-Bold.ttf") format("truetype");
  /* Safari, Android, iOS */ }
/*リセット
--------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/*変数
---------------------------------------------*/
/*全体
---------------------------------------------*/
body {
  font-feature-settings: "palt";
  font-family: "noto-sans";
  letter-spacing: 1px; }

a {
  text-decoration: none;
  color: #000; }

canvas {
   /**
* Set transparent to let any other canvases render through
*/
  background-color: transparent; }

.inviewfadeInUp {
  opacity: 0;
  transform: translate(0, 10px);
  -webkit-transform: translate(0, 10px);
  transition: 0.8s; }

.fadeInUp {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0); }

div#wrapper {
  width: 100%;
  margin: 0 auto;
  line-height: 1.6;
  height: 100%; }

#mainArea {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: table; }

.description {
  display: table-cell;
  vertical-align: middle; }

h1 {
  margin: 0 auto;
  -webkit-animation-duration: 7s;
  animation-duration: 7s;
  -webkit-animation-duration: .8s;
  animation-delay: .8s; }

.read span {
  font-weight: bold; }

.box .box_title h2 {
  font-family: 'Fredoka One', cursive;
  letter-spacing: 2px; }
.box .box_title h3 {
  font-weight: bold; }

.point_01 {
  color: #09e2ac; }

.nami_hi {
  height: 100px; }

#box_01 {
  background-color: #d7fff5; }

.flex_1 {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 50px auto 0 auto; }
.flex_1 .swim_num {
  z-index: 102; }
.flex_1 .swim_num img {
  margin: 20px 0 0 20px; }
.flex_1 .swim_num_even img {
  margin: 20px 0 0 -20px; }
.flex_1 .box_img {
  z-index: 101; }

.box_2 {
  position: relative; }
.box_2 .swim_img {
  transform: rotate(-15deg);
  z-index: 103;
  position: absolute;
  overflow: hidden; }
.box_2 .swim_img_even {
  transform: rotate(15deg);
  z-index: 103;
  position: absolute;
  overflow: hidden; }
.box_2 ul {
  text-align: center;
  position: absolute; }
.box_2 ul .bland_name {
  font-weight: bold; }
.box_2 ul .spe_pri {
  color: #f52441; }
.box_2 ul .spe_pri span {
  font-weight: bold; }
.box_2 ul .buy_btn {
  background-color: #000;
  color: #fff;
  border-radius: 30px; }

h4 {
  text-align: center;
  letter-spacing: 2px;
  font-family: 'Fredoka One', cursive;
  margin: 0 auto; }

.item_title_01 {
  background: linear-gradient(rgba(255, 255, 255, 0) 50%, #09e2ac 100%); }

.item_title_02 {
  background: linear-gradient(rgba(255, 255, 255, 0) 50%, #ff8b03 100%); }

.item_title_03 {
  background: linear-gradient(rgba(255, 255, 255, 0) 50%, #39cce8 100%); }

#plus_item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
#plus_item .item_img {
  margin: 0 auto;
  overflow: hidden;
  border-radius: 50%; }
#plus_item .item_img img {
  display: block; }
#plus_item .item_name {
  margin-top: 10px; }
#plus_item p {
  text-align: center;
  text-decoration: underline; }

#nami_02 {
  margin-top: -150px; }

#box_02 {
  background-color: #ffe8c6;
  margin-top: -1px; }

.point_02 {
  color: #ff8b03; }

#nami_03 {
  margin-top: -150px; }

#box_03 {
  background-color: #cdf7ff; }

.point_03 {
  color: #39cce8; }

#nami_04 {
  margin-top: -150px; }

footer {
  background-color: #fff7c8;
  text-align: center;
  margin-top: -1px; }
footer .swim_btn {
  color: #fff;
  background-color: #f0d20c;
  border-radius: 40px;
  margin: 0 auto; }
footer .pal_top {
  text-decoration: underline;
  font-weight: bold;
  font-size: 12px; }
footer .pagetop {
  margin: 0 auto; }
footer .copyright {
  font-size: 10px; }

/* PC
--------------------------------------*/
@media screen and (min-width: 769px) {
  canvas {
   /**
* Set transparent to let any other canvases render through
*/
    background-color: transparent; }

  .inviewfadeInUp {
    opacity: 0;
    transform: translate(0, 10px);
    -webkit-transform: translate(0, 10px);
    transition: 0.8s; }

  .fadeInUp {
    opacity: 1.0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0); }

  #mainArea {
    background: url(../images/title_cover.jpg) no-repeat;
    background-size: cover;
    background-position: center bottom;
    height: 100vh; }

  h1 {
    width: 50%;
    padding-bottom: 100px; }

  #contents {
    position: relative;
    z-index: 100;
    margin-top: calc(100vh - 100px); }

  .read {
    font-size: 13px;
    text-align: center;
    padding: 70px 0 100px 0; }
  .read span {
    font-size: 15px; }

  .box {
    max-width: 1000px;
    margin: 0 auto; }
  .box .box_title {
    text-align: center; }
  .box .box_title h2 {
    font-size: 23px; }
  .box .box_title h2 span {
    font-size: 27px; }
  .box .box_title h3 {
    font-size: 32px;
    padding: 10px 0; }
  .box .box_title p {
    font-size: 13px; }

  .box_contents {
    margin-bottom: 200px; }

  .nami_hi {
    height: 100px; }

  .flex_1 .swim_num {
    width: 20%; }
  .flex_1 .box_img {
    width: 65%; }

  .box_2 {
    height: 200px; }
  .box_2 .swim_img {
    width: 35%;
    left: 80px;
    top: -230px; }
  .box_2 .swim_img_even {
    width: 35%;
    right: 80px;
    top: -230px; }
  .box_2 ul {
    font-size: 15px;
    width: 25%;
    margin: 30px auto; }
  .box_2 ul li {
    line-height: 27px; }
  .box_2 ul .bland_name {
    font-size: 20px; }
  .box_2 ul span {
    font-size: 13px; }
  .box_2 ul .spe_pri span {
    font-size: 16px; }
  .box_2 ul .buy_btn {
    font-size: 14px;
    padding: 5px 0;
    margin-top: 15px; }

  .ul_odd {
    left: 500px; }

  .ul_even {
    right: 500px; }

  h4 {
    font-size: 35px;
    width: 35%; }

  .item_text {
    margin: 30px auto 50px auto;
    font-size: 13px;
    text-align: center; }

  #plus_item {
    width: 100%;
    padding-bottom: 150px; }
  #plus_item ul {
    width: 33%; }
  #plus_item li {
    padding-bottom: 50px; }
  #plus_item .item_img {
    width: 70%; }
  #plus_item p {
    font-size: 13px; }
  #plus_item p span {
    font-size: 12px; }

  footer #footer_item {
    padding: 50px 0; }
  footer .swim_btn {
    padding: 20px 0;
    width: 400px; }
  footer .pal_top {
    margin: 70px auto; }
  footer .pagetop {
    width: 1.2%;
    padding-bottom: 70px; }

  .pcNone {
    display: none; }

  .spNone {
    display: block; } }
/* SP
--------------------------------------*/
@media screen and (max-width: 768px) {
  canvas {
   /**
* Set transparent to let any other canvases render through
*/
    background-color: transparent; }

  .inviewfadeInUp {
    opacity: 0;
    transform: translate(0, 10px);
    -webkit-transform: translate(0, 10px);
    transition: 0.8s; }

  .fadeInUp {
    opacity: 1.0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0); }

  #mainArea {
    background: url(../images/title_cover_sp.jpg) no-repeat;
    background-size: cover;
    background-position: right bottom;
    height: calc(100vh - 75px); }

  h1 {
    width: 83%;
    padding-bottom: 120px; }

  #contents {
    position: relative;
    z-index: 100;
    margin-top: calc(100vh - 150px); }

  .read {
    font-size: 12px;
    text-align: center;
    padding: 30px 0 70px 0; }
  .read span {
    font-size: 13px; }

  .box .box_title {
    width: 90%;
    margin: 0 auto; }
  .box .box_title h2 {
    font-size: 20px;
    text-align: center; }
  .box .box_title h3 {
    font-size: 20px;
    text-align: center; }
  .box .box_title p {
    font-size: 12px;
    text-align: left;
    padding-top: 10px; }

  .box_contents {
    margin-bottom: 100px; }

  .nami_hi {
    height: 100px; }

  .flex_1 .swim_num {
    width: 30%; }
  .flex_1 .box_img {
    width: 75%; }

  .box_2 {
    height: 100px; }
  .box_2 .swim_img {
    width: 40%;
    bottom: -30%;
    left: 5%; }
  .box_2 .swim_img_even {
    width: 40%;
    right: 6%;
    bottom: -30%; }
  .box_2 ul {
    font-size: 12px;
    margin-top: 20px;
    width: 42%; }
  .box_2 ul .bland_name {
    font-size: 15px;
    line-height: 18px; }
  .box_2 ul span {
    font-size: 10px; }
  .box_2 ul .spe_pri span {
    font-size: 13px; }
  .box_2 ul .buy_btn {
    font-size: 12px;
    padding: 3px 0;
    margin-top: 10px; }

  .ul_odd {
    right: 10%; }

  .ul_even {
    left: 10%; }

  h4 {
    font-size: 25px;
    width: 70%; }

  .item_text {
    font-size: 12px;
    width: 80%;
    margin: 20px auto 30px auto;
    text-align: left; }

  #plus_item {
    width: 85%;
    margin: 0 auto;
    padding-bottom: 150px; }
  #plus_item ul {
    width: 42%; }
  #plus_item li {
    padding-bottom: 30px; }
  #plus_item .item_img {
    width: 100%; }
  #plus_item p {
    font-size: 12px; }
  #plus_item p span {
    font-size: 10px; }

  footer #footer_item {
    padding: 30px 0 60px 0; }
  footer .swim_btn {
    font-size: 13px;
    padding: 15px 0;
    width: 80%; }
  footer .pal_top {
    margin: 60px 0; }
  footer .pagetop {
    width: 4%;
    padding-bottom: 60px; }

  .pcNone {
    display: block; }

  .spNone {
    display: none; } }
/* XSP
----------------------------------------*/
@media screen and (max-width: 320px) {
  canvas {
   /**
* Set transparent to let any other canvases render through
*/
    background-color: transparent; }

  .inviewfadeInUp {
    opacity: 0;
    transform: translate(0, 10px);
    -webkit-transform: translate(0, 10px);
    transition: 0.8s; }

  .fadeInUp {
    opacity: 1.0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0); }

  .nami_hi {
    height: 100px; } }
