@charset "UTF-8";
/* -------------------------------------------------------------------------
	Foundation
------------------------------------------------------------------------- */
/* Variable */
/*

brakepoints

*/
/*

base color

*/
/*

text color

*/
/* Function */
/*

パーセントを返す関数

```sass
.section{
	margin-bottom:per(30px, 960px);
}
```

*/
/* Mixin */
/* Base */
/*
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, main {
  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, main {
  display: block; }

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

input, textarea {
  margin: 0;
  padding: 0; }

small {
  font-size: smaller; }

sup {
  font-size: 0.7em;
  vertical-align: top; }

sub {
  font-size: 0.7em;
  vertical-align: baseline; }

/* YUI 3.9.1 (build 5852) Copyright 2013 Yahoo! Inc. http://yuilibrary.com/license/ */
/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {
  *font-size: small;
  /* for IE */
  *font: x-small;
  /* for IE in quirks mode */ }

/**
 * Nudge down to get to 13px equivalent for these form elements
 */
select,
input,
button,
textarea {
  font: 99% arial,sans-serif; }

/**
 * To help tables remember to inherit
 */
table {
  font-size: inherit;
  font: 100%; }

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%; }

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

/* ========= 共通設定 ========= */
/*@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSerifJP-Medium.woff") format("woff"), url("../fonts/NotoSerifJP-Medium.ttf") format("truetype"), url("../fonts/NotoSerifJP-SemiBold.otf") formatv("opentype"), url("../fonts/NotoSerifJP-Medium.eot") format("embedded-opentype");
 }*/

html {
  font-size: 62.5%; }

body {
  /*font-family: 'Noto Sans CJK JP',YuMincho,"Yu Mincho", 游明朝体,"Yu Mincho Light",serif;*/
	font-family: 'Noto Serif CJK JP',serif;
	
  font-size: 1.6rem;
  font-weight: 500; }

main {
  overflow: hidden; }

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

a {
  text-decoration: none; }
  a:hover {
    opacity: .7; }

li {
  list-style: none; }

h2, h3 {
  font-weight: 500; }

/* -------------------------------------------------------------------------
	Module
------------------------------------------------------------------------- */
/* Project */
/* Scope */
/* ========= フッター ========= */
.site_footer {
  background-color: #765288; }
  .site_footer__inner {
    width: 75%;
    min-width: 800px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 70px 0 90px;
    display: -webkit-flex;
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media screen and (max-width: 768px) {
      .site_footer__inner {
        min-width: initial;
        min-width: auto;
        width: 80%; } }
    @media (max-width: 400px) {
      .site_footer__inner {
        width: 90%; } }
    .site_footer__inner .block {
      width: 30%; }
      @media screen and (max-width: 768px) {
        .site_footer__inner .block {
          -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
          order: 2;
          width: 50%; } }
      .site_footer__inner .block .footer_dtit {
        margin: 40px 0 20px; }
        .site_footer__inner .block .footer_dtit a {
          display: inline-block;
          color: #fff;
          font-weight: 300; }
          @media screen and (max-width: 480px) {
            .site_footer__inner .block .footer_dtit a {
              font-size: 1.6rem; } }
          .site_footer__inner .block .footer_dtit a img {
            width: 6px;
            padding: 3px 15px 0 0; }
      .site_footer__inner .block .footer_data {
        margin-bottom: 16px; }
        .site_footer__inner .block .footer_data a {
          display: inline-block;
          color: #fff;
          padding: 0 0 0 30px;
          font-size: 1.4rem;
          font-weight: 100; }
          @media screen and (max-width: 480px) {
            .site_footer__inner .block .footer_data a {
              font-size: 1.2rem; } }
      .site_footer__inner .block .tit {
        color: #fff;
        margin: 40px 0 20px;
        font-family: 'Noto Serif Japanese',serif;  }
        @media screen and (max-width: 768px) {
          .site_footer__inner .block .tit {
            font-size: 3.0rem;
            font-weight: 300;
            letter-spacing: .1em; } }
      .site_footer__inner .block .rec {
        margin-top: 40px; }
        @media screen and (max-width: 768px) {
          .site_footer__inner .block .rec {
            width: 80%;
            margin: 40px auto; } }
    @media screen and (max-width: 768px) {
      .site_footer__inner .twi {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        text-align: center; } }
  .site_footer .footer_sns {
    text-align: center;
    margin-bottom: 25px; }
    .site_footer .footer_sns a {
      margin: 0 10px; }
      .site_footer .footer_sns a img {
        width: 46px; }
  .site_footer .copy_right{
    font-size: 1.2rem;
    text-align: center;
    color: #fff;
    padding-bottom: 10px;
    letter-spacing: .3em;
    font-weight: 100;
    font-family: 'Noto Serif Japanese',serif;  }
   .site_footer .copy_right2{
    font-size: 1.2rem;
    text-align: center;
    color: #fff;
    padding-bottom: 118px;
    letter-spacing: .3em;
    font-weight: 100;
    font-family: 'Noto Serif Japanese',serif;  }

/* === グロナビ === */
.gnav {
  float: right; }
  @media screen and (max-width: 768px) {
    .gnav {
      width: 100%;
      background-color: #fff;
      float: none;
      position: absolute;
      left: 0;
      top: 129px;
      z-index: 100; } }
  .gnav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 874px;
    position: relative; }
    @media screen and (max-width: 768px) {
      .gnav__list {
        min-width: initial;
        min-width: auto;
        display: none;
        width: 100%;
        margin: 0 auto;
        overflow-y: scroll;
        height: 80vh; } }
  @media screen and (max-width: 768px) {
    .gnav__item:nth-last-of-type(2) {
      border-top: #eee 1px solid;
      padding-top: 30px;
      margin-top: 30px; } }
  @media screen and (max-width: 768px) {
    .gnav__item:nth-last-of-type(2) > a {
      font-size: 2.6rem; } }
  @media screen and (max-width: 768px) {
    .gnav__item:nth-last-of-type(2) > a::before {
      display: none; } }
  .gnav__item > a,
  .gnav__item > span {
    display: inline-block;
    padding: 35px 5px;
    font-size: 1.5rem;
    color: #fff;
    background-color: #765288;
    position: relative; }
    @media screen and (max-width: 768px) {
      .gnav__item > a,
      .gnav__item > span {
        padding: 17px 5px; } }
    @media screen and (max-width: 768px) {
      .gnav__item > a::before {
        content: '';
        background: url("../img/pc/icon_arrow_04.png") no-repeat;
        background-size: contain;
        position: absolute;
        width: 10px;
        height: 10px;
        top: 45%;
        left: -10px;
        z-index: 10; } }
     .gnav__item.sp {
        display: none; }
    @media screen and (max-width: 768px) {
      .gnav__item.sp {
        display: block;
        margin: 30px 0; } }
    @media screen and (max-width: 768px) {
      .gnav__item > a,
      .gnav__item > span {
        color: #000;
        background-color: #fff;
        font-size: 2.0rem; } }
    .gnav__item > a:hover {
      color: #765288;
      background-color: #fff; }
  .gnav__item .deta {
    display: none; }
    @media screen and (max-width: 768px) {
      .gnav__item .deta {
        display: block; } }
    .gnav__item .deta__inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .gnav__item .deta__list {
      margin-right: 37px; }
    .gnav__item .deta__item {
      margin: 17px 0;
      position: relative; }
      .gnav__item .deta__item a {
        color: #000;
        display: inline-block; }
        .gnav__item .deta__item a img {
          width: 8px;
          margin-right: 10px; }
    @media screen and (max-width: 768px) {
      .gnav__item .deta__img {
        display: none; } }
  .gnav__item .sub_menu_deta {
    position: absolute;
    height: auto;
    top: 85px;
    display: block;
    padding: 23px;
    z-index: 100;
    color: #888;
    border-top: 1px solid #EEE;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2); }
  .gnav__item .shop {
    display: none; }
    @media screen and (max-width: 768px) {
      .gnav__item .shop {
        display: block; } }
    .gnav__item .shop__tit {
      margin-bottom: 35px;
      font-size: 2.2rem; }
      @media screen and (max-width: 768px) {
        .gnav__item .shop__tit {
          display: none; } }
    .gnav__item .shop .shop_link {
      display: block;
      text-align: right;
      margin-bottom: 35px; }
      .gnav__item .shop .shop_link a {
        color: #000; }
        .gnav__item .shop .shop_link a img {
          width: 7px;
          margin: 2px 10px 0 0; }
    .gnav__item .shop__inner {
      width: 90%;
      margin: 0 auto; }
    .gnav__item .shop__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }


      @media screen and (max-width: 768px) {
        .gnav__item .shop__list {
          display: block;
          /*padding-bottom: 60px;*/ 
		  margin-bottom: 10px;}
		  .switch_store{margin-bottom: 60px;}}
    .gnav__item .shop__item {
      text-align: center;
      width: 16%; }
      @media screen and (max-width: 768px) {
        .gnav__item .shop__item {
          width: 100%;
          text-align: left; } }
      .gnav__item .shop__item > a {
        display: inline-block;
        color: #000;
        width: 130px;
        height: 56px;
        padding-top: 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background-color: #eee;
        border-right: #fff 1px solid;
        border-bottom: #765288 2px solid;
        position: relative; }
        @media screen and (max-width: 768px) {
          .gnav__item .shop__item > a::before {
            content: '';
            background: url("../img/pc/icon_arrow_04.png") no-repeat;
            background-size: contain;
            position: absolute;
            width: 10px;
            height: 10px;
            top: 45%;
            right: 10px;
            z-index: 10; } }
        @media screen and (max-width: 768px) {
          .gnav__item .shop__item > a {
            width: 40%;
            text-align: center;
            border-bottom: #fff 2px solid; } }
        @media screen and (max-width: 480px) {
          .gnav__item .shop__item > a {
            width: 70%; } }
        @media (max-width: 320px) {
          .gnav__item .shop__item > a {
            width: 90%; } }
        .gnav__item .shop__item > a:hover {
          color: #fff;
          background-color: #765288; }
      .gnav__item .shop__item .pad {
        display: inline-block;
        color: #000;
        width: 130px;
        height: 56px;
        padding-top: 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        @media screen and (max-width: 768px) {
          .gnav__item .shop__item .pad {
            padding-top: 20px;
            width: 100%; } }
        .gnav__item .shop__item .pad:hover {
          color: #fff;
          background-color: #765288; }
      .gnav__item .shop__item .place {
        display: none; }
        .gnav__item .shop__item .place__list {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          width: 83%;
          margin: 0 auto; }
          @media screen and (max-width: 768px) {
            .gnav__item .shop__item .place__list::after {
              content: "";
              display: block;
              width: 28%; } }
          @media screen and (max-width: 768px) {
            .gnav__item .shop__item .place__list {
              -webkit-box-pack: justify;
              -ms-flex-pack: justify;
              justify-content: space-between; } }
        .gnav__item .shop__item .place__item {
          margin: 0 25px 25px 0; }
          @media screen and (max-width: 768px) {
            .gnav__item .shop__item .place__item {
              margin: 18px 0 18px;
              width: 28%; } }
          .gnav__item .shop__item .place__item > a {
            display: inline-block;
            background-color: #fff;
            color: #000;
            border: none; }
            .gnav__item .shop__item .place__item > a span {
              color: #5e549a;
              margin: 5px 5px 0 0;
              font-size: 1.0rem;
              vertical-align: middle; }
      .gnav__item .shop__item .active {
        display: block; }
      .gnav__item .shop__item .sub_menu_item {
        position: absolute;
        width: 100%;
        height: auto;
        left: 0;
        padding: 50px 0 60px;
        display: block;
        color: #888;
        background-color: #fff; }
  .gnav__item .sub_menu {
    position: absolute;
    width: 1162px;
    max-width: 1200px;
    height: auto;
    top: 85px;
    right: 0;
    padding: 50px 0 60px;
    z-index: 100;
    display: block;
    color: #888;
    border-top: 1px solid #EEE;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2); }

  .gnav__item .sub_menu_store {
   position: absolute;
        width: 30%;
        height: auto;
        right: 0;
         padding: 23px;
        display: block;
        color: #888;
        background-color: #fff;  }

  .gnav__item .icon {
    display: none;
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 10; }
	@media screen and (max-width: 768px) {
		.icon{

		display: block;
		z-index: 10;
		
		}}
    /*@media screen and (max-width: 768px) {
      .gnav__item  {
        bottom: -35px;
        display: block;} }*/
    .gnav__item .icon__item a {
      display: block;
      text-align: center;
      width: 100px;
      height: 100px;
      padding: 33px 0 0;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      color: #fff;
      font-size: 1.4rem; }
      @media (max-width: 768px) {
        .gnav__item .icon__item a {
          width: 50px!important;
          height: 50px!important;
          font-size: 0.8rem;
          padding: 10px 0 0; } }
      .gnav__item .icon__item a img {
        width: 20px;
        margin-bottom: 10px; }
    .gnav__item .icon__item:first-of-type {
      background-color: #ca172f; }
    .gnav__item .icon__item:last-of-type {
      background-color: #073c83; }

.site_header {
  background-color: #765288; }
  @media screen and (max-width: 768px) {
    .site_header {
      background-color: #fff;
      position: fixed;
      z-index: 100;
      width: 100%; } }
  .site_header__inner {
    width: 80.72917%;
    margin: 0 auto;
    min-width: 1105px;
    max-width: 1200px; }
    .site_header__inner::after {
      content: "";
      display: block;
      clear: both; }
    @media screen and (max-width: 768px) {
      .site_header__inner {
        min-width: initial;
        min-width: auto;
        width: 90%; } }
    .site_header__inner .header_logo {
      float: left;
      width: 223px;
      margin: 20px 0 0; }
      @media screen and (max-width: 768px) {
        .site_header__inner .header_logo {
          width: 394px;
/*
          margin: 40px 0; } }
*/
          margin: 20px 0; } }
      @media screen and (max-width: 480px) {
        .site_header__inner .header_logo {
          width: 200px; } }

/* === ハンバーガーメニュー_sp === */
.hum {
  display: none;
  width: 60px;
  height: 40px;
  position: absolute;
  top: 50px;
  right: 30px;
  z-index: 1002; }
  @media screen and (max-width: 768px) {
    .hum {
      display: block; } }
  @media screen and (max-width: 480px) {
    .hum {
/*
      top: 40px;
*/
      top: 17px;
      right: 10px; } }
  .hum__inner .h-st {
    display: block;
    width: 40px;
    height: 3px;
    background-color: #000; }
    @media (max-width: 400px) {
      .hum__inner .h-st {
        width: 40px;
        height: 3px; } }
  .hum__item {
    position: absolute;
    top: 0px; }
    .hum__item--sec {
      position: absolute;
      top: 15px; }
    .hum__item--thi {
      position: absolute;
      top: 30px; }

/* === ハンバーガーメニュー_オープン時 === */
.open .hum__inner {
  position: relative; }

.open .hum__item {
  top: 10px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg); }
  .open .hum__item--sec {
    width: 0;
    left: 50%; }
  .open .hum__item--thi {
    top: 10px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg); }

/* ========= メイン ========= */
.site_main {
  /* === メインビジュアル === */
  /* === Advertisement === */
  /* === Search_Plan === */
  /* === Contents === */
  /* === Topics === */
  /* === Movie === */
  /* === News === */
  /* === Insta === */ }
  .site_main .mv{
    position: relative;
    width:100%;
    height:89vh;
  }
  .site_main .mv__list {
     }
    @media screen and (max-width: 768px) {
      .site_main .mv__list {
/*
        margin-top: 90px; }
*/
        margin-top: 55px;
        }
      }
  .site_main .mv__item {
    width: 100%;
    height: 89vh;
    background-image: url("../img/pc/bg_mv_01_200722.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
    @media screen and (max-width: 768px) {
		.site_main .mv{
		height: 70vh;
		}
      .site_main .mv__item {
        height: 70vh;
        background-image: url("../img/sp/bg_mv_200722.jpg");
        background-size: 100% auto; } }
    /*@media screen and (max-width: 768px) {
      .site_main .mv__item:not(:first-child) {
        display: none; } }*/
  .site_main .mv__item1 {
    width: 100%;
    height: 89vh;
    background-image: url("../img/pc/bg_mv_200812.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
    @media screen and (max-width: 768px) {
      .site_main .mv__item1 {
        height: 70vh;
        background-image: url("../img/sp/bg_mv_200812_sp.png");
        background-size: 100% auto; } }
    /*@media screen and (max-width: 768px) {
      .site_main .mv__item1:not(:first-child) {
        display: none; } }*/
  .site_main .mv__item2 {
    width: 100%;
    height: 89vh;
    background-image: url("../img/pc/bg_mv_03.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
    @media screen and (max-width: 768px) {
      .site_main .mv__item2 {
        height: 70vh;
        background-image: url("../img/sp/bg_mv2.jpg");
        background-size: 100% auto; } }
    /*@media screen and (max-width: 768px) {
      .site_main .mv__item2:not(:first-child) {
        display: none; } }*/
.site_main .mv__item3 {
    width: 100%;
    height: 89vh;
    background-image: url("/img/ec_img/bg_ec02pc.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
    @media screen and (max-width: 768px) {
      .site_main .mv__item3 {
        height: 70vh;
        background-image: url("/img/ec_img/bg_ec02sp.jpg");
        background-size: 100% auto; } }

    /*@media screen and (max-width: 768px) {
      .site_main .mv__item2:not(:first-child) {
        display: none; } }*/
  .site_main .icon {
    position: fixed;
    z-index: 100;
    bottom: -1px;
    right: 0; }
    @media screen and (max-width: 768px) {
      .site_main .icon {
		position: fixed;
        bottom: 90px; } }
    @media screen and (max-width: 480px) {
      .site_main .icon {
		position: fixed;
        bottom: 80px; } }
    .site_main .icon__item a {
      display: block;
      text-align: center;
/*
      width: 120px;
      height: 120px;
      padding: 33px 0 0;
*/
      width: 90px;
      height: 90px;
      padding: 26px 0 0;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      color: #fff;
      font-size: 1.4rem; }
	  @media (max-width: 768px) {
        .site_main .icon__item a {
          width: 70px;
          height: 70px;
          font-size: 1rem;
          padding: 10px 0 0; } }
      @media (max-width: 320px) {
        .site_main .icon__item a {
          width: 60px;
          height: 60px;
          font-size: 0.8rem;
          padding: 10px 0 0; } }
      .site_main .icon__item a img {
/*
        width: 38px;
*/
        width: 30px;
        margin-bottom: 10px; }
   /* .site_main .icon__item:first-of-type {
      background-color: #ca172f; }
    .site_main .icon__item:last-of-type {
      background-color: #073c83; }*/
.site_main .icon__item:first-of-type {
      background-color: #ca172f; }

    .site_main .icon__item:nth-of-type(2) {
      background-color: #073c83; }
    .site_main .icon__item:last-of-type {
      background-color: #8752a8; }
  .site_main .scroll {
    position: absolute;
    left: 15%;
    bottom: 16%;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-family: 'Noto Serif Japanese',serif;  }
    @media screen and (max-width: 768px) {
      .site_main .scroll {
        left: 5%;
        bottom: 0%; } }
    .site_main .scroll a {
      font-size: 1.4rem;
      color: #fff;
      letter-spacing: .2em;
      position: relative; }
      .site_main .scroll a::before {
        content: '';
        position: absolute;
        top: 80px;
        left: 4px;
        width: 1px;
        height: 220px;
        background-color: #fff;
        z-index: 10; }
        @media screen and (max-width: 768px) {
          .site_main .scroll a::before {
            height: 100px; } }
  .site_main .ad {
    position: relative;
    background-image: url("../img/pc/bg_ad_03.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
    .site_main .ad__tit {
      position: absolute;
      left: 14.5%;
      top: 38%;
      -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      font-size: 2.6rem;
      letter-spacing: .1em;
      color: #fff; }
      @media screen and (max-width: 768px) {
        .site_main .ad__tit {
          left: 4.5%;
          top: 18%; } }
    .site_main .ad__inner {
      width: 61.09375%;
      margin: 0 auto;
/*       min-width: 880px; */
      max-width: 1200px; }
      @media screen and (max-width: 768px) {
        .site_main .ad__inner {
          width: 70%;
          min-width: initial;
          min-width: auto; } }
    .site_main .ad__list {
      display: -webkit-flex;
      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;
      /*padding: 40px 0; }*/
      padding: 10px 0; }
      @media screen and (max-width: 768px) {
        .site_main .ad__list {
          display: block;
          padding: 70px 0 20px; } }
    .site_main .ad__item {
      width: 48%; 
      padding:0 5px;
      margin:0 auto;}
      @media screen and (max-width: 768px) {
        .site_main .ad__item {
          width: 100%;
          margin-bottom: 50px; } }
  .site_main .search_plan {
    margin-top: 0px; }
    @media screen and (max-width: 768px) {
      .site_main .search_plan {
        margin-top: 0; } }
    .site_main .search_plan .search_img {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media screen and (max-width: 768px) {
        .site_main .search_plan .search_img {
          display: none; } }
    .site_main .search_plan .wrap {
      background-image: url("../img/pc/bg_plan.jpg");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover; }
	@media screen and (max-width: 768px) {
	  .site_main .search_plan .wrap {
		  background-image: url("../img/sp/bg_plan.jpg");}}
    .site_main .search_plan__inner {
      width: 61.09375%;
      margin: 0 auto;
      min-width: 900px;
      max-width: 1200px; }
      @media screen and (max-width: 768px) {
        .site_main .search_plan__inner {
          min-width: initial;
          min-width: auto;
          width: 70%; } }
      .site_main .search_plan__inner .plan {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        @media screen and (max-width: 768px) {
          .site_main .search_plan__inner .plan {
            display: block;
            padding-bottom: 100px; } }
        @media screen and (max-width: 480px) {
          .site_main .search_plan__inner .plan {
            padding-bottom: 1px; } }
        .site_main .search_plan__inner .plan__item {
          width: 25%; }
          @media screen and (max-width: 768px) {
            .site_main .search_plan__inner .plan__item {
              width: 100%; } }
          .site_main .search_plan__inner .plan__item .plan_btn {
            margin: 60px 0 100px; }
            .site_main .search_plan__inner .plan__item .plan_btn > a {
              position: relative;
              display: inline-block;
              width: 250px;
              -webkit-box-sizing: border-box;
              box-sizing: border-box;
              text-align: center;
              padding: 25px 0;
              font-size: 1.4rem;
              letter-spacing: .3em;
              color: #fff;
              background-color: #313131;
              font-weight: 300; }
              @media screen and (max-width: 768px) {
                .site_main .search_plan__inner .plan__item .plan_btn > a {
                  width: 80%;
                  font-size: 2.6rem;
                  padding: 40px 0; } }
              @media screen and (max-width: 480px) {
                .site_main .search_plan__inner .plan__item .plan_btn > a {
                  font-size: 1.8rem; } }
              @media (max-width: 320px) {
                .site_main .search_plan__inner .plan__item .plan_btn > a {
                  font-size: 1.4rem;
                  padding: 30px 0; } }
              .site_main .search_plan__inner .plan__item .plan_btn > a img {
                position: absolute;
                top: 45%;
                right: 5px;
                width: 15px;
                padding: 0 5px 0 10px; }
                @media screen and (max-width: 768px) {
                  .site_main .search_plan__inner .plan__item .plan_btn > a img {
                    width: 30px;
                    right: 15px; } }
                @media screen and (max-width: 480px) {
                  .site_main .search_plan__inner .plan__item .plan_btn > a img {
                    width: 20px; } }
            @media screen and (max-width: 768px) {
              .site_main .search_plan__inner .plan__item .plan_btn a {
                width: 100%; } }
    .site_main .search_plan__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding-top: 63px; }
      @media screen and (max-width: 768px) {
        .site_main .search_plan__list {
          display: block; } }
    .site_main .search_plan__item {
      position: relative; }
      .site_main .search_plan__item > a {
        position: relative;
        display: inline-block;
        width: 250px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
        padding: 25px 0;
        font-size: 1.4rem;
        letter-spacing: .3em;
        color: #fff;
        background-color: #313131;
        font-weight: 300; }
        @media screen and (max-width: 768px) {
          .site_main .search_plan__item > a {
            width: 80%;
            font-size: 2.6rem;
            padding: 40px 0; } }
        @media screen and (max-width: 480px) {
          .site_main .search_plan__item > a {
            font-size: 1.8rem; } }
        @media (max-width: 320px) {
          .site_main .search_plan__item > a {
            font-size: 1.4rem;
            padding: 30px 0; } }
        .site_main .search_plan__item > a img {
          position: absolute;
          top: 45%;
          right: 5px;
          width: 15px;
          padding: 0 5px 0 10px; }
          @media screen and (max-width: 768px) {
            .site_main .search_plan__item > a img {
              width: 30px;
              right: 15px; } }
          @media screen and (max-width: 480px) {
            .site_main .search_plan__item > a img {
              width: 20px; } }
      @media screen and (max-width: 768px) {
        .site_main .search_plan__item {
          margin-bottom: 30px; } }
      @media screen and (max-width: 768px) {
        .site_main .search_plan__item a {
          width: 100%; } }
      .site_main .search_plan__item .sub {
        display: none; }
        .site_main .search_plan__item .sub__list {
          padding: 17px 30px;
          background-color: #fff; }
        .site_main .search_plan__item .sub__item {
          position: relative;
          border-bottom: #eee 1px solid; }
          .site_main .search_plan__item .sub__item a {
            display: inline-block;
            padding: 13px 0;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            width: 100%;
            color: #000;
            font-size: 1.4rem; }
            @media screen and (max-width: 768px) {
              .site_main .search_plan__item .sub__item a {
                font-size: 2.0rem; } }
            @media screen and (max-width: 480px) {
              .site_main .search_plan__item .sub__item a {
                font-size: 1.4rem; } }
            .site_main .search_plan__item .sub__item a .color {
              width: 30px;
              margin-right: 15px; }
            .site_main .search_plan__item .sub__item a span {
              display: inline-block;
              margin: 10px 0 0; }
            .site_main .search_plan__item .sub__item a .arrow {
              position: absolute;
              top: 50%;
              right: 0;
              display: inline-block;
              width: 5px; }
          .site_main .search_plan__item .sub__item .pad {
            display: inline-block;
            padding: 21px 0;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            width: 100%;
            color: #000;
            font-size: 1.4rem; }
            .site_main .search_plan__item .sub__item .pad .arrow {
              position: absolute;
              top: 50%;
              right: 0;
              display: inline-block;
              width: 5px; }
          .site_main .search_plan__item .sub__item:last-of-type {
            border-bottom: none; }
      .site_main .search_plan__item .active {
        display: block; }
      .site_main .search_plan__item .sub_menu_search {
        position: absolute;
        width: 100%;
        height: auto;
        top: 64px;
        left: 0;
        padding: 0 0 60px;
        z-index: 100;
        display: inline-block;
        color: #888; }
    .site_main .search_plan__tit {
      height: 300px;
      font-size: 3.6rem;
      margin: 237px auto 0;
      width: 50px;
      writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
      -webkit-writing-mode: vertical-rl;
      -o-writing-mode: vertical-rl;
      -webkit-text-orientation: upright;
      /* Safari */
      text-orientation: upright;
      -ms-text-combine-horizontal: all;
      vertical-align: bottom; }
      @media all and (-ms-high-contrast: none) {
        .site_main .search_plan__tit {
          width: 50%; } }
      @media screen and (max-width: 768px) {
        .site_main .search_plan__tit {
          margin: 137px auto 0; } }
      .site_main .search_plan__tit span {
        display: block;
        font-size: 1.4rem;
        letter-spacing: .1em;
        color: #5e549a;
        font-family: 'Noto Serif Japanese',serif;
        margin-right: 10px; }

#item_detail_title{
              position: relative;
              display: block;
              cursor:pointer;
              width: 250px;
              -webkit-box-sizing: border-box;
              box-sizing: border-box;
              text-align: center;
              padding: 25px 0;
              font-size: 1.4rem;
              letter-spacing: .3em;
              color: #fff;
              background-color: #313131;
              margin:15px auto;
              font-weight: 300; }


  .site_main #item_detail_contents {
    display:none;
    height:1100px;
    font-size:x-small;
    text-align:left;
    line-height: 1.4em;
    background-color: #EDDAB4;
    margin:0 auto;
    padding:10px 0 10px 10px;
    box-sizing:border-box;
    width:1070px;
  }
  .col_detail{
    float:left;
    margin:0 10px 10px 0;
    width:202px;
  }
  
  @media screen and (max-width: 768px) {
    .osusume_tit{
      width:90%;
      margin:0 auto;
    }

    .osusume_list{
      margin:2% 0;
    }

    .site_main #item_detail_contents {
      width:100%;
      margin-left:1%;
      padding:0;
      background:none;
      height:1310px;
    }
    .osusume_img{
      float:left;
      width:32%;
      padding-right:1.2%;
      margin-bottom:10px;
    }

    .osusume_img2{
      float:left;
      width:32%;
      margin-bottom:10px;
    }
  }

  .site_main .con {
    background-image: url("../img/pc/bg_con_01.jpg");
    background-repeat: no-repeat;
    background-position: center center; 
    background-size: cover;
    padding-bottom: 400px; }
	@media screen and (max-width: 768px) {
		.site_main .con {
    background-image: url("../img/sp/bg_con_01.jpg");
     }
}
    @media screen and (max-width: 768px) {
      .site_main .con {
        padding-bottom: 60px; } }
    .site_main .con__list {
      position: relative;
      max-width: 1200px;
      margin: 0 auto; }
    .site_main .con__item {
      padding: 260px 0 0;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media screen and (max-width: 768px) {
        .site_main .con__item {
          padding: 0 0 0; } }
      @media screen and (max-width: 480px) {
        .site_main .con__item {
          padding: 60px 0 0; } }
      .site_main .con__item .tit_in {
        -webkit-flex: 1;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        -webkit-writing-mode: vertical-rl;
        -o-writing-mode: vertical-rl;
        -webkit-text-orientation: upright;
        /* Safari */
        text-orientation: upright;
        -ms-text-combine-horizontal: all;
        position: relative;
        top: 10%;
        left: 10%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
        @media screen and (max-width: 768px) {
          .site_main .con__item .tit_in {
/*            height: 800px;*/
			  height: auto;
            left: 8%;
			} }
        @media screen and (max-width: 480px) {
          .site_main .con__item .tit_in {
            height: 550px; } }
        .site_main .con__item .tit_in .con_tit {
          font-size: 3.6rem;
          letter-spacing: .3em; }
          @media screen and (max-width: 768px) {
            .site_main .con__item .tit_in .con_tit {
              display: inline-block;
              font-size: 4.0rem; } }
          @media screen and (max-width: 480px) {
            .site_main .con__item .tit_in .con_tit {
              font-size: 3.6rem; } }
          .site_main .con__item .tit_in .con_tit b {
            display: block;
            font-size: 2.0rem;
            margin: 0 10px 0 20px; }
            @media screen and (max-width: 768px) {
              .site_main .con__item .tit_in .con_tit b {
                font-size: 2.8rem;
                line-height: 1.8; } }
            @media screen and (max-width: 480px) {
              .site_main .con__item .tit_in .con_tit b {
                font-size: 2.0rem; } }
          @media screen and (max-width: 768px) {
            .site_main .con__item .tit_in .con_tit {
              display: inline-block; } }
        .site_main .con__item .tit_in .con_lead {
          font-size: 1.4rem;
          color: #5e549a;
          letter-spacing: .1em;
          font-weight: 500;
          font-family: 'Noto Serif Japanese',serif; }
          .site_main .con__item .tit_in .con_lead .cou {
            display: block; }
          @media screen and (max-width: 768px) {
			  
			  .site_main .con__item .tit_in {
            display: flex;
			justify-content: flex-start;
			}
			  
            .site_main .con__item .tit_in .con_lead {
              margin-top: 50px;
              display: inline-block;
              font-size: 2.6rem;
              line-height: 1.1;
			  } }
          @media screen and (max-width: 480px) {
			  
			  
            .site_main .con__item .tit_in .con_lead {
              margin-top: 10px;
              font-size: 1.4rem;
	} }
        .site_main .con__item .tit_in--right {
          -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
          order: 2;
          -webkit-flex: 1;
          -webkit-box-flex: 1;
          -ms-flex: 1;
          flex: 1;
          writing-mode: vertical-rl;
          -ms-writing-mode: tb-rl;
          -webkit-writing-mode: vertical-rl;
          -webkit-text-orientation: upright;
          /* Safari */
          text-orientation: upright;
          -ms-text-combine-horizontal: all;
          position: relative;
          top: 10%;
          left: 10%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
          @media screen and (max-width: 768px) {
            .site_main .con__item .tit_in--right {
             
              left: 8%;
			 } }
          @media screen and (max-width: 480px) {
            .site_main .con__item .tit_in--right {
              height: 550px; } }
          .site_main .con__item .tit_in--right .con_tit {
            font-size: 3.6rem;
            letter-spacing: .3em; }
            @media screen and (max-width: 768px) {
              .site_main .con__item .tit_in--right .con_tit {
                font-size: 4.0rem; } 



}
            @media screen and (max-width: 480px) {
				
				
              .site_main .con__item .tit_in--right .con_tit {
                font-size: 3.6rem; } }
            .site_main .con__item .tit_in--right .con_tit b {
              display: block;
              font-size: 2.0rem;
              margin: 0 10px 0 20px; }
              @media screen and (max-width: 768px) {
                .site_main .con__item .tit_in--right .con_tit b {
                  font-size: 2.8rem;
                  line-height: 1.8; } }
              @media screen and (max-width: 480px) {
                .site_main .con__item .tit_in--right .con_tit b {
                  font-size: 2.0rem; } }
            @media screen and (max-width: 768px) {
              .site_main .con__item .tit_in--right .con_tit {
                display: inline-block; } }
          .site_main .con__item .tit_in--right .con_lead {
            font-size: 1.4rem;
            color: #5e549a;
            letter-spacing: .1em;
            font-weight: 500;
            font-family: 'Noto Serif Japanese',serif;  }
            .site_main .con__item .tit_in--right .con_lead .cou {
              display: block; }
            @media screen and (max-width: 768px) {
				
			.site_main .con__item .tit_in--right {
            display: flex;
			justify-content: flex-start;
			}
				
              .site_main .con__item .tit_in--right .con_lead {
                margin-top: 30px;
                display: inline-block;
                font-size: 2.6rem;
                line-height: 1.1;
				} }
            @media screen and (max-width: 480px) {
              .site_main .con__item .tit_in--right .con_lead {
                margin-top: 10px;
                font-size: 1.4rem; } }
      .site_main .con__item .con_img {
        -webkit-flex: 2;
        -webkit-box-flex: 2;
        -ms-flex: 2;
        flex: 2; }
        .site_main .con__item .con_img--right {
          -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
          order: 1;
          -webkit-flex: 2;
          -webkit-box-flex: 2;
          -ms-flex: 2;
          flex: 2; }
    .site_main .con .btn {
      position: absolute;
      bottom: 0%;
      /*left: 10%;*/ }
      @media (max-width: 1100px) {
        .site_main .con .btn {
          right: 5%; } }
      @media (max-width: 890px) {
        .site_main .con .btn {
          right: 0%; } }
      @media screen and (max-width: 768px) {
        .site_main .con .btn {
			position: static; 
		  } }
      .site_main .con .btn .spe_btn {
        margin: 30px 0 35px; }
        .site_main .con .btn .spe_btn > a {
          position: relative;
          display: inline-block;
          width: 250px;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          text-align: center;
          padding: 25px 0;
          font-size: 1.4rem;
          letter-spacing: .3em;
          color: #fff;
          background-color: #313131;
          font-weight: 300; }
          @media screen and (max-width: 768px) {
            .site_main .con .btn .spe_btn > a {
              width: 80%;
              font-size: 2.6rem;
              padding: 40px 0; } }
          @media screen and (max-width: 480px) {
            .site_main .con .btn .spe_btn > a {
              font-size: 1.8rem; } }
          @media (max-width: 320px) {
            .site_main .con .btn .spe_btn > a {
              font-size: 1.4rem;
              padding: 30px 0; } }
          .site_main .con .btn .spe_btn > a img {
            position: absolute;
            top: 45%;
            right: 5px;
            width: 15px;
            padding: 0 5px 0 10px; }
            @media screen and (max-width: 768px) {
              .site_main .con .btn .spe_btn > a img {
                width: 30px;
                right: 15px; } }
            @media screen and (max-width: 480px) {
              .site_main .con .btn .spe_btn > a img {
                width: 20px; } }
        @media screen and (max-width: 768px) {
          .site_main .con .btn .spe_btn a {
            width: 80%; } }
        @media screen and (max-width: 768px) {
          .site_main .con .btn .spe_btn {
            margin: 0px 0 10px 0;
            text-align: center; } }
      .site_main .con .btn .spe_cat > a {
        position: relative;
        display: inline-block;
        width: 250px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
        padding: 25px 0;
        font-size: 1.4rem;
        letter-spacing: .3em;
        color: #fff;
        background-color: #313131;
        font-weight: 300; }
        @media screen and (max-width: 768px) {
          .site_main .con .btn .spe_cat > a {
            width: 80%;
            font-size: 2.6rem;
            padding: 40px 0; } }
        @media screen and (max-width: 480px) {
          .site_main .con .btn .spe_cat > a {
            font-size: 1.8rem; } }
        @media (max-width: 320px) {
          .site_main .con .btn .spe_cat > a {
            font-size: 1.4rem;
            padding: 30px 0; } }
        .site_main .con .btn .spe_cat > a img {
          position: absolute;
          top: 45%;
          right: 5px;
          width: 15px;
          padding: 0 5px 0 10px; }
          @media screen and (max-width: 768px) {
            .site_main .con .btn .spe_cat > a img {
              width: 30px;
              right: 15px; } }
          @media screen and (max-width: 480px) {
            .site_main .con .btn .spe_cat > a img {
              width: 20px; } }
      @media screen and (max-width: 768px) {
        .site_main .con .btn .spe_cat a {
          width: 80%; } }
      @media screen and (max-width: 768px) {
        .site_main .con .btn .spe_cat {
          margin: 0;
          text-align: center; } }
      .site_main .con .btn--right {
        position: absolute;
        bottom: 0;
        right: 10%; }
        @media (max-width: 1100px) {
          .site_main .con .btn--right {
            right: 5%; } }
        @media (max-width: 890px) {
          .site_main .con .btn--right {
            right: 0%; } }
        @media screen and (max-width: 768px) {
          .site_main .con .btn--right {
            position: static; } }
        .site_main .con .btn--right .spe_btn {
          margin: 0 0 30px 0; }
          .site_main .con .btn--right .spe_btn > a {
            position: relative;
            display: inline-block;
            width: 250px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            text-align: center;
            padding: 25px 0;
            font-size: 1.4rem;
            letter-spacing: .3em;
            color: #fff;
            background-color: #313131;
            font-weight: 300; }
            @media screen and (max-width: 768px) {
              .site_main .con .btn--right .spe_btn > a {
                width: 80%;
                font-size: 2.6rem;
                padding: 40px 0; } }
            @media screen and (max-width: 480px) {
              .site_main .con .btn--right .spe_btn > a {
                font-size: 1.8rem; } }
            @media (max-width: 320px) {
              .site_main .con .btn--right .spe_btn > a {
                font-size: 1.4rem;
                padding: 30px 0; } }
            .site_main .con .btn--right .spe_btn > a img {
              position: absolute;
              top: 45%;
              right: 5px;
              width: 15px;
              padding: 0 5px 0 10px; }
              @media screen and (max-width: 768px) {
                .site_main .con .btn--right .spe_btn > a img {
                  width: 30px;
                  right: 15px; } }
              @media screen and (max-width: 480px) {
                .site_main .con .btn--right .spe_btn > a img {
                  width: 20px; } }
          @media screen and (max-width: 768px) {
            .site_main .con .btn--right .spe_btn {
              margin: 0px 0 60px 0;
              text-align: center; } }
          @media screen and (max-width: 768px) {
            .site_main .con .btn--right .spe_btn a {
              width: 80%; } }
        .site_main .con .btn--right .spe_cat > a {
          position: relative;
          display: inline-block;
          width: 250px;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          text-align: center;
          padding: 25px 0;
          font-size: 1.4rem;
          letter-spacing: .3em;
          color: #fff;
          background-color: #313131;
          font-weight: 300; }
          @media screen and (max-width: 768px) {
            .site_main .con .btn--right .spe_cat > a {
              width: 80%;
              font-size: 2.6rem;
              padding: 40px 0; } }
          @media screen and (max-width: 480px) {
            .site_main .con .btn--right .spe_cat > a {
              font-size: 1.8rem; } }
          @media (max-width: 320px) {
            .site_main .con .btn--right .spe_cat > a {
              font-size: 1.4rem;
              padding: 30px 0; } }
          .site_main .con .btn--right .spe_cat > a img {
            position: absolute;
            top: 45%;
            right: 5px;
            width: 15px;
            padding: 0 5px 0 10px; }
            @media screen and (max-width: 768px) {
              .site_main .con .btn--right .spe_cat > a img {
                width: 30px;
                right: 15px; } }
            @media screen and (max-width: 480px) {
              .site_main .con .btn--right .spe_cat > a img {
                width: 20px; } }
        @media screen and (max-width: 768px) {
          .site_main .con .btn--right .spe_cat {
            margin: 0;
            text-align: center; } }
        @media screen and (max-width: 768px) {
          .site_main .con .btn--right .spe_cat a {
            width: 80%; } }
  .site_main .topics {
    background-image: url("../img/pc/bg_topics_.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative; }
    .site_main .topics__tit {
      -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      position: absolute;
      top: 110px;
      left: 12%;
      font-size: 2.6rem;
      letter-spacing: .1em; }
      @media screen and (max-width: 768px) {
        .site_main .topics__tit {
          position: static;
          font-size: 3.0rem;
          margin: 0 auto 100px; } }
      .site_main .topics__tit::before {
        content: '';
        width: 1px;
        height: 71px;
        background-color: #da5582;
        position: absolute;
        top: -110px;
        left: 50%; }
        @media screen and (max-width: 768px) {
          .site_main .topics__tit::before {
            top: 0; } }
    .site_main .topics__inner {
      width: 61.09375%;
      margin: 0 auto;
      padding: 110px 0 70px;
     /*  min-width: 880px; */
      max-width: 1200px; }
      @media screen and (max-width: 768px) {
        .site_main .topics__inner {
          min-width: initial;
          min-width: auto;
          width: 80%; } }
      .site_main .topics__inner .top__list {
        display: -webkit-flex;
        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; }
        @media screen and (max-width: 768px) {
          .site_main .topics__inner .top__list {
            display: block; } }
      .site_main .topics__inner .top__item {
        width: 37%; }
        @media screen and (max-width: 768px) {
          .site_main .topics__inner .top__item {
            width: 100%;
            margin-bottom: 60px; } }
        .site_main .topics__inner .top__item a {
          display: inline-block;
          min-height: 350px;
          background-color: #fff; }
          @media screen and (max-width: 768px) {
            .site_main .topics__inner .top__item a {
              min-height: initial; } }
      .site_main .topics__inner .top__tit {
        font-size: 1.6rem;
        color: #5e549a;
        /*min-height: 72px;*/
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 20px 10px 10px 10px; }
        @media screen and (max-width: 768px) {
          .site_main .topics__inner .top__tit br {
            display: none;
            font-size: 2.6rem; } }
      .site_main .topics__inner .top__txt {
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 20px;
    font-size: 1.3rem;
    font-weight: 300;
    color: #000;
    letter-spacing: .1em;
		  line-height: 1.4;
}
        @media screen and (max-width: 768px) {
          .site_main .topics__inner .top__txt {
            padding-bottom: 20px;
            font-size: 1.3rem; } }
  .site_main .movie {
    margin: 110px 0 125px; }
    .site_main .movie__inner {
      width: 88.38542%;
      margin: 0 auto;
      position: relative;
      max-width: 1200px; }
    .site_main .movie__txtbox {
      -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      position: absolute;
      top: 0;
      right: 50%;
      font-size: 2.6rem;
      letter-spacing: .3em;
      font-weight: 300;
      -webkit-transform: translate(50%, 0);
      -moz-transform: translate(50%, 0);
      -ms-transform: translate(50%, 0);
      -o-transform: translate(50%, 0);
      transform: translate(50%, 0); }
      @media screen and (max-width: 768px) {
        .site_main .movie__txtbox {
          position: static;
          margin: 0 auto 100px;
          -webkit-transform: translate(0, 0);
          -moz-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
          -o-transform: translate(0, 0);
          transform: translate(0, 0); } }
      @media (max-width: 320px) {
        .site_main .movie__txtbox {
          height: 400px;
          margin: 0 auto; } }
    .site_main .movie__tit {
      display: inline-block;
      vertical-align: middle; }
      @media screen and (max-width: 768px) {
        .site_main .movie__tit {
          font-size: 3.0rem; } }
      .site_main .movie__tit::before {
        content: '';
        width: 1px;
        height: 71px;
        background-color: #da5582;
        position: absolute;
        top: -110px;
        left: 50%; }
    .site_main .movie__txt {
      display: inline-block;
      vertical-align: middle;
      font-size: 1.3rem;
      margin-top: 20px;
      line-height: 1.5;
      letter-spacing: .1em; }
      @media screen and (max-width: 768px) {
        .site_main .movie__txt {
          font-size: 1.8rem; } }
    .site_main .movie__list {
      display: -webkit-flex;
      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; }
      @media screen and (max-width: 768px) {
        .site_main .movie__list {
          display: block; } }
    .site_main .movie__item {
      width: 45%; }
      @media screen and (max-width: 768px) {
        .site_main .movie__item {
          width: 100%;
          margin-bottom: 120px; } }
      .site_main .movie__item .txt {
        margin-top: 30px;
        text-align: center;
        font-size: 1.5rem;
        line-height: 1.7;
        font-weight: 300; }
        @media screen and (max-width: 768px) {
          .site_main .movie__item .txt {
            font-size: 1.8rem; } }
  .site_main .news {
    background-image: url("../img/pc/bg_news_01.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 80px 0;
    position: relative; }
    .site_main .news__tit {
      font-size: 2.6rem;
      letter-spacing: .1em;
      -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      position: absolute;
      top: 100px;
      left: 20%; }
      @media (max-width: 1100px) {
        .site_main .news__tit {
          left: 5%; } }
      @media screen and (max-width: 768px) {
        .site_main .news__tit {
          position: static;
          margin: 0 auto 100px;
          font-size: 3.0rem; } }
      .site_main .news__tit::before {
        content: '';
        width: 1px;
        height: 71px;
        background-color: #da5582;
        position: absolute;
        top: -100px;
        left: 50%; }
        @media screen and (max-width: 768px) {
          .site_main .news__tit::before {
            top: 0; } }
    .site_main .news__list {
      width: 60%;
      margin: 0 0 0 auto;
      min-width: 800px;
      max-width: 1200px; }
      @media screen and (max-width: 768px) {
        .site_main .news__list {
          min-width: initial;
          min-width: auto;
          width: 80%;
          margin: 0 auto;
          padding-bottom: 30px; } }
      @media screen and (max-width: 480px) {
        .site_main .news__list {
          width: 90%; } }
    .site_main .news__item {
      margin-bottom: 30px; }
      .site_main .news__item a {
        font-weight: 300; }
        .site_main .news__item a img {
          width: 66px;
          display: inline-block; }
        .site_main .news__item a .txt_box {
          display: inline-block;
          font-size: 1.4rem;
          padding: 10px 0 0 25px; }
          @media screen and (max-width: 768px) {
            .site_main .news__item a .txt_box {
              width: 70%;
              font-size: 2.0rem; } }
          @media (max-width: 320px) {
            .site_main .news__item a .txt_box {
              padding: 10px 0 0 10px; } }
          .site_main .news__item a .txt_box time {
            display: block;
            color: #5e549a;
            margin-bottom: 10px; }
          .site_main .news__item a .txt_box .txt {
            color: #000; }
    .site_main .news .btn {
      margin-left: 180px; }
      .site_main .news .btn > a {
        position: relative;
        display: inline-block;
        width: 230px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 15px 0 15px 30px;
        font-size: 1.6rem;
        letter-spacing: .3em;
        color: #000;
        border: #313131 1px solid;
        font-weight: 300; }
        @media screen and (max-width: 768px) {
          .site_main .news .btn > a {
            width: 70%;
            font-size: 2.6rem;
            padding: 40px 0; } }
        @media screen and (max-width: 480px) {
          .site_main .news .btn > a {
            font-size: 1.8rem;
            padding: 30px 0; } }
        @media (max-width: 320px) {
          .site_main .news .btn > a {
            font-size: 1.4rem;
            padding: 30px 0; } }
        .site_main .news .btn > a img {
          position: absolute;
          top: 45%;
          right: -40px;
          width: 93px;
          padding: 0 5px 0 10px; }
          @media screen and (max-width: 480px) {
            .site_main .news .btn > a img {
              width: 63px; } }
      @media screen and (max-width: 768px) {
        .site_main .news .btn {
          margin: 0;
          text-align: center; } }
      .site_main .news .btn a {
        background-color: #fff; }
  .site_main .insta {
    position: relative;
    overflow-y:scroll;
    min-height:70vh;
    height:70vh; 
    max-height:70vh;
    }
    @media screen and (min-width: 479px) {
      .site_main .insta {
        margin:0 50px;
      }
    }
    .site_main .insta__tit {
      font-size: 2.6rem;
      letter-spacing: .1em;
      -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      position: absolute;
      top: 100px;
      right: 20%; }
      @media (max-width: 1100px) {
        .site_main .insta__tit {
          right: 5%; } }
      @media screen and (max-width: 768px) {
        .site_main .insta__tit {
          display: none; } }
      .site_main .insta__tit::before {
        content: '';
        width: 1px;
        height: 71px;
        background-color: #da5582;
        position: absolute;
        top: -100px;
        left: 50%; }
    .site_main .insta .insta_box {
      width: 60%;
      margin: 0 auto 0 0;
      min-width: 800px;
      max-width: 1200px; }
      @media screen and (max-width: 768px) {
        .site_main .insta .insta_box {
          width: 100%;
          min-width: initial;
          min-width: auto; } }
      .site_main .insta .insta_box #snap_div {
        height: 432px; }
        @media screen and (max-width: 768px) {
          .site_main .insta .insta_box #snap_div {
            display: none; } }
      .site_main .insta .insta_box #snap_div_sp {
        display: none; }
        @media screen and (max-width: 768px) {
       .site_main .insta .insta_box #snap_div_sp .snapwidget-widget-sp{
          height: 1600px;}}
        @media screen and (max-width: 480px) {
       .site_main .insta .insta_box #snap_div_sp .snapwidget-widget-sp{
          height: 900px;}}
        @media screen and (max-width: 375px) {
       .site_main .insta .insta_box #snap_div_sp .snapwidget-widget-sp{
          height: 750px;}}
        @media screen and (max-width: 320px) {
       .site_main .insta .insta_box #snap_div_sp .snapwidget-widget-sp{
          height: 630px;}}
        @media screen and (max-width: 768px) {
          .site_main .insta .insta_box #snap_div_sp {
            display: block; } }
      .media-list-item .no-border .responsives-grid-item {
        width: 25%; }
    .site_main .insta .btn {
      position: absolute;
      top: 70%;
      right: 10%; }
      .site_main .insta .btn > a {
        position: relative;
        display: inline-block;
        width: 230px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 15px 0 15px 30px;
        font-size: 1.6rem;
        letter-spacing: .3em;
        color: #000;
        border: #313131 1px solid;
        font-weight: 300;
        font-family: 'Noto Serif Japanese',serif; }
        @media screen and (max-width: 768px) {
          .site_main .insta .btn > a {
            width: 70%;
            font-size: 2.6rem;
            padding: 40px 0; } }
        @media screen and (max-width: 480px) {
          .site_main .insta .btn > a {
            font-size: 1.8rem;
            padding: 30px 0; } }
        @media (max-width: 320px) {
          .site_main .insta .btn > a {
            font-size: 1.4rem;
            padding: 30px 0; } }
        .site_main .insta .btn > a img {
          position: absolute;
          top: 45%;
          right: -40px;
          width: 93px;
          padding: 0 5px 0 10px; }
          @media screen and (max-width: 480px) {
            .site_main .insta .btn > a img {
              width: 63px; } }
      @media screen and (max-width: 768px) {
        .site_main .insta .btn {
          position: static;
          text-align: center;
          margin: 100px 0 170px; } }
