@charset "UTF-8";
/*リセット
--------------------------------------------*/
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; }

@font-face {
  font-family: 'apercu';
  font-style: normal;
  font-weight: 100;
  src: url("../font/apercu/apercu_regular_pro.eot");
  src: url("../font/apercu/apercu_regular_pro.eot?#iefix") format("embedded-opentype"), url("../font/apercu/apercu_regular_pro.woff") format("woff"), url("../font/apercu/apercu_regular_pro.ttf") format("truetype");
  /* Safari, Android, iOS */ }
body {
  margin: 0;
  padding: 0;
  font-family: "apercu", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "Yu Gothic", YuGothic, Arial, "メイリオ", Meiryo, sans-serif; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

p {
  margin: 0;
  padding: 0; }

h1 {
  margin: 0;
  padding: 0;
  display: block; }

img {
  width: 100%;
  vertical-align: bottom; }

a {
  color: #000; }

a:hover {
  color: #333; }

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

.fade-in {
  transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  -o-transition: opacity 1s ease; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.item-type {
  margin: 50px 0 10px 0;
  text-align: center;
  font-family: apercu;
  font-size: 18px; }

/*変数
---------------------------------------------*/
/*全体
---------------------------------------------*/
#main_image {
  display: table; }

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

h1 {
  margin: 0 auto; }

p.item_text1 {
  font-family: apercu;
  font-size: 12px;
  text-align: left;
  line-height: 160%; }

p.item_text2 {
  font-family: apercu;
  font-size: 12px;
  line-height: 160%; }

.item_text {
  font-size: 10px; }

h2 {
  margin: 0 auto; }

#season_flex {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin: 0 auto;
  flex-wrap: wrap; }
#season_flex li {
  width: 49%; }

#lp_title {
  margin-top: 20px;
  padding: 15px 0;
  text-align: center;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC; }

#lp_title_sp {
  margin-top: 0px;
  padding: 15px 0;
  text-align: center;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC; }

#pro_area {
  overflow: hidden;
  width: 100%;
  height: auto;
  line-height: 2em;
  padding-bottom: 20px;
  border-bottom: 1px dotted #000000;
  font-family: apercu; }

#pro_title {
  padding: 12px 0;
  border-top: 1px solid #000000;
  border-bottom: 1px dotted #000000;
  text-align: center;
  margin-bottom: 0p;
  font-size: 18px;
  letter-spacing: 0.1em; }

#pro_img img {
  height: auto; }

#pro_txt {
  text-align: justify;
  line-height: 160%; }

p.txt_b {
  margin-bottom: 10px;
  line-height: 120%; }

#back_num a {
  text-decoration: none; }

   /* ------------------------
footer------------------------ */
footer {
  margin: 50px 0 0 0; }

footer img {
  display: block;
  width: 100px;
  margin: 0 auto; }

footer p {
  margin: 20px 0 15px 0;
  text-align: center;
  font-size: 11px;
  font-family: apercu; }

.item_credit {
  margin: 30px auto 0 auto;
  text-align: center;
  font-size: 12px;
  font-family: "apercu"; }

.item_credit a {
  text-decoration: none;
  text-align: center; }

.item_credit a span {
  margin: 15px 0 0 5px;
  padding: 3px 7px;
  border: 1px solid #000; }

.item_credit a:hover span {
  border: 1px solid #333; }

.box_flex {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin: 0 auto; }
.box_flex p {
  width: 48%; }

.slider_img {
  margin: 0 auto;
  width: 80%; }

.box06_slider {
  width: 100%; }

.page_btn {
  display: block;
  padding: 12px 0;
  text-decoration: none;
  text-align: center;
  border: 1px solid #666666;
  font-family: apercu; }

/* PC
--------------------------------------*/
@media screen and (min-width: 769px) {
  .sp_none {
    display: block; }

  .pc_none {
    display: none; }

  #wrapper {
    margin: 0 auto;
    width: 750px; }

  #main_w {
    margin: 0 auto;
    position: relative;
    width: 750px; }

  #main_image {
    width: 750px;
    height: 100vh;
    background-size: cover;
    background-position: center center; }

  h1 {
    width: 45%; }

  p.item_text1 {
    margin: 100px 20px; }

  p.item_text2 {
    width: 550px;
    margin: 50px auto; }

  .item_text {
    font-size: 10px; }

  .box {
    margin: 0px auto 120px; }

  h2 {
    width: 60%;
    margin: 0px auto 20px auto; }

  .h2_top {
    width: 40%; }

  .h2_box02 {
    width: 50%; }

  .h2_box03 {
    width: 75%; }

  .h2_box05 {
    width: 40%; }

  .h2_box06 {
    width: 45%; }

  #season_flex li {
    padding-bottom: 15px; }

  #lp_title {
    margin-top: 20px;
    padding: 15px 0;
    text-align: center;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC; }

  #lp_title_sp {
    margin-top: 0px;
    padding: 15px 0;
    text-align: center;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC; }

  #pro_area {
    margin: 100px auto 70px auto; }

  #pro_img {
    width: 30%;
    float: left; }

  #pro_img img {
    width: 94%;
    margin-top: 34px; }

  #pro_txt {
    width: 65%;
    height: auto;
    margin-top: 20px;
    margin-left: 4.1668%;
    font-size: 13px;
    float: left; }

  p.txt_b {
    font-size: 15px;
    margin-top: 0px; }

  #back_num a {
    font-size: 16px; }

   /* ------------------------
footer------------------------ */
  .check_img {
    width: 23%;
    margin: 0 auto 30px auto; }

  .check_box01 {
    width: 33%; }

  .check_box02 {
    width: 21%; }

  .check_box04 {
    width: 21%; }

  .check_box06 {
    width: 25%; }

  .item_credit a {
    text-decoration: none;
    text-align: center; }

  .item_credit a span {
    margin: 15px 0 0 5px;
    padding: 3px 7px;
    border: 1px solid #000; }

  .item_credit a:hover span {
    border: 1px solid #333; }

  .page_btn {
    margin: 100px auto;
    width: 500px;
    font-size: 14px; } }
/* SP
--------------------------------------*/
@media screen and (max-width: 768px) {
  .sp_none {
    display: none; }

  .pc_none {
    display: block; }

  #main_image {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center center; }

  h1 {
    width: 65%; }

  p.item_text1 {
    margin: 50px 20px; }

  p.item_text2 {
    width: 80%;
    margin: 30px auto; }

  .item_text {
    font-size: 10px; }

  .box {
    margin: 0 auto 100px; }

  h2 {
    width: 70%;
    margin: 0px auto 20px auto; }

  .h2_top {
    width: 45%; }

  .h2_box02 {
    width: 60%; }

  .h2_box03 {
    width: 85%; }

  .h2_box05 {
    width: 45%; }

  .h2_box06 {
    width: 55%; }

  #season_flex {
    width: 90%; }
  #season_flex li {
    padding-bottom: 7px; }

  #lp_title {
    margin-top: 20px;
    padding: 15px 0;
    text-align: center;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC; }

  #lp_title_sp {
    margin-top: 0px;
    padding: 15px 0;
    text-align: center;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC; }

  #pro_area {
    margin-top: 50px;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px; }

  #pro_img {
    width: 40%;
    padding: 5px 0px;
    margin: 10px auto; }

  #pro_img img {
    width: 94%;
    margin-top: 20px; }

  #pro_txt {
    width: 80%;
    padding: 10px 0px;
    font-size: 12px;
    margin: 0 auto; }

  p.txt_b {
    font-size: 14px;
    margin-top: 10px;
    text-align: center; }

  #back_num {
    margin: 50px 0 0 20px; }

   /* ------------------------
footer------------------------ */
  .check_img {
    width: 40%;
    margin: 0 auto 20px auto; }

  .check_box01 {
    width: 55%; }

  .check_box02 {
    width: 37%; }

  .check_box04 {
    width: 35%; }

  .check_box06 {
    width: 43%; }

  .item_credit a {
    text-decoration: none;
    text-align: center; }

  .item_credit a span {
    margin: 15px 0 0 5px;
    padding: 3px 7px;
    border: 1px solid #000; }

  .item_credit a:hover span {
    border: 1px solid #333; }

  .page_btn {
    margin: 50px auto;
    width: 80%;
    font-size: 12px; } }
/* XSP
----------------------------------------*/
@media screen and (max-width: 320px) {
  .item_text {
    font-size: 10px; }

  #lp_title {
    margin-top: 20px;
    padding: 15px 0;
    text-align: center;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC; }

  #lp_title_sp {
    margin-top: 0px;
    padding: 15px 0;
    text-align: center;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC; }

   /* ------------------------
footer------------------------ */
  .item_credit a {
    text-decoration: none;
    text-align: center; }

  .item_credit a span {
    margin: 15px 0 0 5px;
    padding: 3px 7px;
    border: 1px solid #000; }

  .item_credit a:hover span {
    border: 1px solid #333; } }
