@charset "UTF-8";
/*-- jp --*/
/* FONT */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,500&subset=japanese");
/*--- sass -------------------------------------*/
/*------------------------------------- import ---*/
/*----------------------------------------------------------------------------
	reset 
----------------------------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal; }

ul, ol {
  list-style-type: none; }

em, strong, th, address {
  font-style: normal;
  font-weight: normal;
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%; }

img, object, embed {
  border: 0;
  vertical-align: top; }

img {
  max-width: 100%;
  height: auto; }

hr {
  display: none; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%; }

li {
  list-style-type: none; }

strong {
  font-weight: bold; }

.under_line {
  text-decoration: underline; }

/*----------------------------------------------------------------------------
	linkColor 
----------------------------------------------------------------------------*/
a:link {
  color: #fff;
  transition: 0.3s; }

a:visited {
  color: #fff;
  transition: 0.3s; }

a:hover, a:active {
  color: #fff; }

a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s; }

/*----------------------------------------------------------------------------
	base
----------------------------------------------------------------------------*/
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  position: relative; }

body {
  position: relative;
  background: #000;
  font-family: 'Noto Sans JP';
  font-weight: 400;
  line-height: 1.5;
  font-size: 1.5rem;
  /*font-feature-settings: "palt";*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@media (max-width: 960px) {
  body {
    min-width: 300px; } }
.sp {
  display: none; }

.pc {
  display: block; }

@media (max-width: 750px) {
  .sp {
    display: block; }

  .pc {
    display: none; } }
.sp_1150 {
  display: none; }
  @media screen and (max-width: 1150px) {
    .sp_1150 {
      display: block; } }

.pc_960 {
  display: block; }
  @media screen and (max-width: 960px) {
    .pc_960 {
      display: none; } }

.sp_960 {
  display: none; }
  @media screen and (max-width: 960px) {
    .sp_960 {
      display: block; } }

.sp_480 {
  display: none; }
  @media screen and (max-width: 480px) {
    .sp_480 {
      display: block; } }

.sp_320 {
  display: none; }
  @media screen and (max-width: 320px) {
    .sp_320 {
      display: block; } }

h2 {
  font-size: 20px;
  color: #9c8f5d;
  letter-spacing: 0.8rem; }
  @media screen and (max-width: 480px) {
    h2 {
      font-size: 16px;
      font-weight: 500;
      line-height: 1;
      letter-spacing: 10px; } }

@media screen and (max-width: 960px) {
  h3 {
    letter-spacing: 0.1rem !important; } }

.box_in {
  max-width: 1300px;
  margin: 0 auto; }
  @media screen and (max-width: 1380px) {
    .box_in {
      padding: 0 40px; } }
  @media screen and (max-width: 500px) {
    .box_in {
      padding: 0 15px; } }

.txt {
  margin: 0 auto;
  font-size: 15px;
  line-height: 2.4;
  letter-spacing: 1.5px;
  text-align: left; }
  @media screen and (max-width: 750px) {
    .txt {
      line-height: 2; } }
  @media screen and (max-width: 480px) {
    .txt {
      font-size: 14px;
      line-height: 2;
      letter-spacing: 1px; } }

.min_kome {
  position: relative;
  top: -5px;
  font-size: 13px; }

/*-------------------------------------------------
	fade
--------------------------------------------------*/
body::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  pointer-events: none;
  z-index: 9999;
  opacity: 0;
  -webkit-transition: opacity 2s ease;
  transition: opacity 2s ease; }

body.fade::after {
  opacity: 1; }

/*================================*/
/*クッキー*/
        /*
#cookie-text{ display: none!important;}
/**/
/*----------------------------------------------------------------------------
header 
----------------------------------------------------------------------------*/
header {
  position: relative;
  top: 0px;
  left: 0px;
  z-index: 5;
  width: 100%; }
  header .inner {
    position: absolute;
    top: 0px;
    z-index: 5;
    width: 100%;
    transition: 1s; }
    header .inner .header_logo {
      width: 120px;
      position: absolute;
      top: 25px;
      left: 35px;
      z-index: 5;
      transition: 0.7s; }
    header .inner .logo_60th {
      width: 120px;
      position: absolute;
      top: 25px;
      right: 35px;
      z-index: 5;
      transition: 0.7s; }
  @media screen and (max-width: 1350px) {
    header .inner .header_logo {
      width: 110px;
      position: absolute;
      top: 25px;
      left: 35px; }
    header .inner .logo_60th {
      position: absolute;
      top: 25px;
      right: 35px; } }
  @media screen and (max-width: 750px) {
    header .inner .header_logo {
      width: 100px;
      top: 25px;
      left: 25px; }
    header .inner .logo_60th {
      top: 25px;
      right: 20px;
      width: 100px; } }
  @media screen and (max-width: 500px) {
    header .inner .header_logo {
      width: 90px;
      top: 15px;
      left: 8px; }
    header .inner .logo_60th {
      top: 15px;
      right: 8px;
      width: 90px; } }

/*END*/
/*----------------------------------------------------------------------------
contents 
----------------------------------------------------------------------------*/
.wrapper {
  overflow: hidden;
  position: relative; }

/*----------------------------------------------------------------------------
	MAIN 
----------------------------------------------------------------------------*/
#main {
  width: 100%;
  height: 900px;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 960px) {
    #main {
      max-height: inherit;
      min-height: inherit; } }
  #main .inner {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
    width: 100%;
    height: 100%;
    margin: 0;
    text-align: center;
    color: #fff;
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s; }
    #main .inner .symbol {
      position: absolute;
      top: -130px;
      left: 50%;
      transform: translateX(-50%);
      width: 623px; }
    #main .inner .anime {
      padding: 65px;
      position: relative;
      width: 100%;
      height: 100%; }
      #main .inner .anime .h1_shoulder {
        margin: 0 auto;
        max-width: 1130px;
        width: 100%;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        display: block;
        top: 161px; }
        #main .inner .anime .h1_shoulder .item_wrap {
          display: flex;
          height: 632px; }
        #main .inner .anime .h1_shoulder .mv_item:nth-child(1) {
          position: absolute;
          left: 8%; }
          #main .inner .anime .h1_shoulder .mv_item:nth-child(1) img {
            width: 520px; }
        #main .inner .anime .h1_shoulder .mv_item:nth-child(2) {
          position: absolute;
          left: 36%; }
          #main .inner .anime .h1_shoulder .mv_item:nth-child(2) img {
            width: 574px; }
        #main .inner .anime .h1_shoulder .mv_item:nth-child(3) {
          position: absolute;
          right: -14%; }
          #main .inner .anime .h1_shoulder .mv_item:nth-child(3) img {
            width: 559px; }
        #main .inner .anime .h1_shoulder h1 {
          font-size: 38px;
          transition: 0.3s;
          font-weight: 500;
          width: 100%;
          margin-top: 15px;
          letter-spacing: 3px;
          line-height: 1.5; }
  #main .main_bg {
    width: 100%;
    height: 100%;
    background: url(../img/mv_bg.png) top center;
    position: relative;
    background-size: cover;
    z-index: 1;
    animation: fadeIn 6s cubic-bezier(0.04, 0.39, 0.27, 0.98) 0s 1 forwards;
    -webkit-animation: fadeIn 6s cubic-bezier(0.04, 0.39, 0.27, 0.98) 0s 1 forwards;
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }
    @media screen and (max-width: 750px) {
      #main .main_bg {
        background: url(../img/sp/sp_mv_bg.png) no-repeat;
        background-size: cover; } }

@keyframes fadeIn {
  0% {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }
@-webkit-keyframes fadeIn {
  0% {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }
@media screen and (max-width: 1130px) {
  #main {
    height: 83.336283vw; }
    #main .inner .anime .h1_shoulder .item_wrap {
      height: 55.9292035398vw; }
    #main .inner .anime .h1_shoulder .mv_item:nth-child(1) {
      position: absolute;
      left: 8%; }
      #main .inner .anime .h1_shoulder .mv_item:nth-child(1) img {
        width: 45.477876vw; }
    #main .inner .anime .h1_shoulder .mv_item:nth-child(2) {
      position: absolute;
      left: 37%; }
      #main .inner .anime .h1_shoulder .mv_item:nth-child(2) img {
        width: 50.256637vw; }
    #main .inner .anime .h1_shoulder .mv_item:nth-child(3) {
      position: absolute;
      right: -15%; }
      #main .inner .anime .h1_shoulder .mv_item:nth-child(3) img {
        width: 48.929204vw; } }
@media screen and (max-width: 960px) {
  #main {
    height: 112.5vw; }
    #main .inner .symbol {
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 89.6vw; }
    #main .inner .anime {
      padding: 65px 30px;
      position: relative; }
      #main .inner .anime .h1_shoulder {
        margin: 0 auto;
        width: 100%;
        top: 35.625vw; }
        #main .inner .anime .h1_shoulder .mv_item:nth-child(1) {
          width: 60%;
          left: 1%; }
          #main .inner .anime .h1_shoulder .mv_item:nth-child(1) img {
            width: 80%; }
        #main .inner .anime .h1_shoulder .mv_item:nth-child(2) {
          width: 66%;
          left: 30%; }
          #main .inner .anime .h1_shoulder .mv_item:nth-child(2) img {
            width: 81%; }
        #main .inner .anime .h1_shoulder .mv_item:nth-child(3) {
          width: 64%;
          right: -24%; }
          #main .inner .anime .h1_shoulder .mv_item:nth-child(3) img {
            width: 81%; }
        #main .inner .anime .h1_shoulder h1 {
          margin-top: 5.2083333333vw;
          font-size: 4.6vw;
          line-height: 1.5;
          letter-spacing: 0.4vw;
          transition: 0.3s; } }
@media screen and (max-width: 750px) {
  #main {
    height: 128vw; }
    #main .inner .symbol {
      top: 30px; }
    #main .inner .anime .h1_shoulder {
      top: 49.3333333333vw; }
      #main .inner .anime .h1_shoulder .mv_item:nth-child(1) {
        width: 60%;
        left: -2%; }
        #main .inner .anime .h1_shoulder .mv_item:nth-child(1) img {
          width: 87%; }
      #main .inner .anime .h1_shoulder .mv_item:nth-child(2) {
        width: 66%;
        left: 30%; }
        #main .inner .anime .h1_shoulder .mv_item:nth-child(2) img {
          width: 88%; }
      #main .inner .anime .h1_shoulder .mv_item:nth-child(3) {
        width: 64%;
        right: -26%; }
        #main .inner .anime .h1_shoulder .mv_item:nth-child(3) img {
          width: 88%; }
      #main .inner .anime .h1_shoulder h1 {
        margin-top: 9.208333vw; } }
@media screen and (max-width: 500px) {
  #main {
    height: 137vw; }
    #main .inner .anime .h1_shoulder {
      top: 59.333333vw; }
      #main .inner .anime .h1_shoulder h1 {
        margin-top: 12.208333vw;
        transition: 0.3s;
        top: 14.1875vw;
        font-size: 20px;
        line-height: 1.5;
        letter-spacing: 0.1rem; } }
@media screen and (max-width: 320px) {
  #main {
    height: 147vw; }
    #main .inner .anime .h1_shoulder {
      top: 65.208333vw; }
      #main .inner .anime .h1_shoulder h1 {
        margin-top: 15.208333vw; } }
/*END*/
/*----------------------------------------------------------------------------
	concept 
----------------------------------------------------------------------------*/
#concept {
  background: url(../img/concept_bg1.png);
  background-repeat: repeat-y;
  background-size: cover;
  text-align: center; }
  #concept .box_in {
    max-width: 1600px;
    padding-top: 120px;
    padding-bottom: 95px;
    background: url(../img/concept_bg2.png) no-repeat;
    background-size: cover;
    background-position: top center; }
    #concept .box_in .bg_cover {
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%); }
    #concept .box_in .txt {
      margin-top: 60px;
      color: #fff;
      max-width: 830px;
      text-align: center; }
    #concept .box_in .logo_60 {
      margin: 0 auto;
      margin-top: 55px;
      width: 251px; }

@media screen and (max-width: 750px) {
  #concept {
    background: url(../img/sp/sp_concept_bg1.png);
    background-repeat: repeat-y;
    background-size: cover;
    text-align: center; }
    #concept .box_in {
      background: url(../img/sp/sp_concept_bg02.png) no-repeat;
      background-size: cover;
      background-position: top center; }
      #concept .box_in .txt {
        text-align: left; }
      #concept .box_in .logo_60 {
        width: 40vw;
        max-width: 251px; } }
@media screen and (max-width: 500px) {
  #concept .box_in {
    padding-top: 60px;
    padding-bottom: 40px; }
    #concept .box_in .txt {
      margin-top: 40px; }
    #concept .box_in .logo_60 {
      max-width: 100%;
      width: 150px;
      margin-top: 50px;
      margin-bottom: 30px; } }
/*END*/
/*----------------------------------------------------------------------------
	original 
----------------------------------------------------------------------------*/
#original {
  background: url(../img/mv_bg.png) no-repeat;
  text-align: center;
  background-size: 100% 100%; }
  #original .bg_cover {
    background: url(../img/original_bg.png);
    background-repeat: repeat-y;
    background-size: cover; }
    #original .bg_cover .box_in .flex {
      display: flex;
      justify-content: center;
      align-items: center; }
      #original .bg_cover .box_in .flex .txt_area {
        margin-right: 80px; }
        #original .bg_cover .box_in .flex .txt_area .txt {
          margin-top: 55px;
          color: #fff;
          max-width: 520px; }
        #original .bg_cover .box_in .flex .txt_area .logo {
          margin: 0 auto;
          margin-top: 50px;
          width: 169px; }

@media screen and (max-width: 960px) {
  #original {
    background: none; }
    #original .bg_cover {
      background: url(../img/sp/sp_original_bg.png);
      background-repeat: repeat-y;
      background-size: cover;
      padding-top: 65px;
      padding-bottom: 70px; }
      #original .bg_cover .box_in .flex {
        flex-wrap: wrap; }
        #original .bg_cover .box_in .flex .item_area {
          margin-top: 35px;
          width: 100%; }
          #original .bg_cover .box_in .flex .item_area img {
            max-width: 310px; }
        #original .bg_cover .box_in .flex .txt_area {
          width: 100%;
          order: 2;
          margin-right: 0; }
          #original .bg_cover .box_in .flex .txt_area .txt {
            margin-top: 35px;
            text-align: left;
            max-width: 100%; }
          #original .bg_cover .box_in .flex .txt_area .logo {
            margin-top: 50px; } }
@media screen and (max-width: 750px) {
  #original .bg_cover .box_in .flex .item_area img {
    max-width: 70%; }
  #original .bg_cover .box_in .flex .txt_area .logo img {
    width: 26vw; } }
@media screen and (max-width: 500px) {
  #original .bg_cover {
    padding-top: 60px;
    padding-bottom: 40px; }
    #original .bg_cover .box_in .flex .item_area {
      margin-top: 25px; }
      #original .bg_cover .box_in .flex .item_area img {
        max-width: 60%; }
    #original .bg_cover .box_in .flex .txt_area .txt {
      margin-top: 10px; }
    #original .bg_cover .box_in .flex .txt_area .logo {
      margin-top: 30px;
      margin-bottom: 20px; }
      #original .bg_cover .box_in .flex .txt_area .logo img {
        width: 115px; } }
/*END*/
/*----------------------------------------------------------------------------
	DESIGN 
----------------------------------------------------------------------------*/
#design {
  background: url(../img/mv_bg.png) no-repeat;
  text-align: center;
  background-size: 100% 100%; }
  #design .bg_cover {
    padding-top: 108px;
    padding-bottom: 150px;
    background: url(../img/design_bg.png);
    background-repeat: repeat-y;
    background-size: cover; }
    #design .bg_cover .box_in {
      max-width: 1180px; }
      #design .bg_cover .box_in .txt {
        color: #fff;
        margin-top: 55px;
        text-align: center; }
      #design .bg_cover .box_in .square {
        margin-top: 55px;
        position: relative;
        margin-bottom: -50px; }
        #design .bg_cover .box_in .square .flex {
          display: flex;
          justify-content: center;
          transform: inherit !important;
          flex-wrap: wrap; }
          #design .bg_cover .box_in .square .flex .flex_item {
            width: 588px;
            height: 498px;
            position: relative; }
        #design .bg_cover .box_in .square .flex2 .desigun01_top {
          width: 100%;
          height: auto;
          background: url(../img/desigun01_right_bg.png) no-repeat;
          position: relative;
          background-size: cover;
          right: 0;
          top: 50px;
          height: 288px; }
          #design .bg_cover .box_in .square .flex2 .desigun01_top .txt {
            position: absolute;
            top: 36%;
            transform: translateY(-50%);
            left: 46px;
            max-width: 90%;
            text-align: left;
            margin-top: 0; }
        #design .bg_cover .box_in .square .flex2 .desigun01_left {
          left: 0;
          right: 30px;
          top: -30px; }
          #design .bg_cover .box_in .square .flex2 .desigun01_left .image {
            background: url(../img/desigun02_right_bg.png) no-repeat;
            background-size: cover;
            z-index: 2;
            width: 620px;
            height: 498px; }
            #design .bg_cover .box_in .square .flex2 .desigun01_left .image img {
              position: relative;
              z-index: 3;
              top: 43px; }
        #design .bg_cover .box_in .square .flex2 .desigun01_right {
          left: -30px;
          right: 0;
          top: -31px;
          position: relative;
          z-index: 3; }
          #design .bg_cover .box_in .square .flex2 .desigun01_right .image {
            background: url(../img/desigun01_left_bg.png) no-repeat;
            background-size: cover;
            width: 620px;
            height: 498px;
            z-index: 3; }
            #design .bg_cover .box_in .square .flex2 .desigun01_right .image img {
              position: relative;
              z-index: 3; }

@media screen and (max-width: 1300px) {
  #design .bg_cover .box_in .square .flex .flex_item {
    width: 44.230769vw;
    height: 38.3076923077vw;
    position: relative; }
  #design .bg_cover .box_in .square .flex2 .desigun01_top {
    width: 97%;
    background: url(../img/desigun01_right_bg.png) no-repeat;
    position: relative;
    background-size: cover;
    right: 0;
    top: 50px;
    height: 288px; }
    #design .bg_cover .box_in .square .flex2 .desigun01_top .txt {
      position: absolute;
      top: 36%;
      transform: translateY(-50%);
      left: 46px;
      max-width: 90%;
      text-align: left;
      margin-top: 0; }
  #design .bg_cover .box_in .square .flex2 .desigun01_left .image {
    background: url(../img/desigun02_right_bg.png) no-repeat;
    background-size: cover;
    z-index: 2;
    width: 46.692308vw;
    height: 38.3076923077vw; }
    #design .bg_cover .box_in .square .flex2 .desigun01_left .image img {
      position: relative;
      z-index: 3;
      top: 43px; }
  #design .bg_cover .box_in .square .flex2 .desigun01_right .image {
    background: url(../img/desigun01_left_bg.png) no-repeat;
    background-size: cover;
    width: 47.6923076923vw;
    height: 38.3076923077vw;
    z-index: 3; }
    #design .bg_cover .box_in .square .flex2 .desigun01_right .image img {
      position: relative;
      z-index: 3; } }
@media screen and (max-width: 1110px) {
  #design .bg_cover .box_in .square .flex2 .desigun01_top {
    height: 330px; }
    #design .bg_cover .box_in .square .flex2 .desigun01_top .txt {
      top: 34%; } }
@media screen and (max-width: 960px) {
  #design .bg_cover {
    padding-top: 80px;
    padding-bottom: 100px;
    background: url(../img/sp/sp_design_bg.png);
    background-repeat: repeat-y;
    background-size: cover; }
    #design .bg_cover .box_in .txt {
      margin-top: 55px;
      text-align: left; }
    #design .bg_cover .box_in .square {
      margin-top: 55px;
      position: relative;
      margin-bottom: -50px;
      left: 0; }
      #design .bg_cover .box_in .square .flex {
        padding: 50px 0; }
        #design .bg_cover .box_in .square .flex .flex_item {
          height: auto;
          position: relative; }
      #design .bg_cover .box_in .square .flex2 {
        padding: 0; }
        #design .bg_cover .box_in .square .flex2 .desigun01_top {
          background: url("../img/sp/sp_design_bg01.png") no-repeat;
          background-size: cover;
          width: 100%;
          padding: 50px 0;
          left: auto;
          right: auto;
          top: auto; }
          #design .bg_cover .box_in .square .flex2 .desigun01_top .txt {
            position: relative;
            top: auto;
            transform: inherit !important;
            left: auto;
            max-width: 85%; }
        #design .bg_cover .box_in .square .flex2 .desigun01_left {
          width: 50%;
          left: 0px;
          top: 0; }
          #design .bg_cover .box_in .square .flex2 .desigun01_left .image img {
            top: 4.4791666667vw; }
        #design .bg_cover .box_in .square .flex2 .desigun01_right {
          width: 50%;
          right: 0;
          top: -1px;
          left: -15px; } }
@media screen and (max-width: 750px) {
  #design .bg_cover .box_in .square .flex2 {
    background: url("../img/sp/sp_design_bg02.png") no-repeat;
    background-size: cover;
    padding: 0; }
    #design .bg_cover .box_in .square .flex2 .desigun01_top {
      order: 2; }
    #design .bg_cover .box_in .square .flex2 .desigun01_left {
      left: auto;
      right: auto;
      top: auto;
      order: 3;
      width: 100%; }
      #design .bg_cover .box_in .square .flex2 .desigun01_left .image {
        width: auto;
        height: auto; }
        #design .bg_cover .box_in .square .flex2 .desigun01_left .image img {
          margin: 0 auto;
          position: relative;
          z-index: 3;
          max-width: 460px;
          width: 100%;
          top: 0; }
    #design .bg_cover .box_in .square .flex2 .desigun01_right {
      left: auto;
      right: auto;
      top: auto;
      order: 1;
      width: 100%; }
      #design .bg_cover .box_in .square .flex2 .desigun01_right .image {
        width: auto;
        height: auto; }
        #design .bg_cover .box_in .square .flex2 .desigun01_right .image img {
          margin: 0 auto;
          position: relative;
          z-index: 3;
          max-width: 460px;
          width: 100%;
          top: 0; }
  #design .bg_cover .box_in .txt2 {
    margin-top: 90px; } }
@media screen and (max-width: 500px) {
  #design .bg_cover {
    padding-top: 60px;
    padding-bottom: 60px; }
    #design .bg_cover .box_in .txt {
      margin-top: 40px; }
    #design .bg_cover .box_in .txt2 {
      margin-top: 90px; }
    #design .bg_cover .box_in .square {
      margin-top: 25px; }
      #design .bg_cover .box_in .square .flex2 {
        padding-top: 25px; }
        #design .bg_cover .box_in .square .flex2 .desigun01_top {
          background: none;
          padding: 0 0 50px 0; }
          #design .bg_cover .box_in .square .flex2 .desigun01_top .txt {
            font-size: 13px;
            line-height: 1.8;
            letter-spacing: 0.5px; }
        #design .bg_cover .box_in .square .flex2 .desigun01_left .image {
          background: none; }
        #design .bg_cover .box_in .square .flex2 .desigun01_right .image {
          background: none; } }
/*END*/
/*----------------------------------------------------------------------------
	MOVEMENT 
----------------------------------------------------------------------------*/
#movement {
  text-align: center; }
  #movement .bg_cover {
    padding-top: 117px;
    padding-bottom: 160px;
    background: url("../img/movement_bg.png");
    background-repeat: repeat-y;
    background-size: cover; }
    #movement .bg_cover .box_in {
      max-width: 1180px; }
      #movement .bg_cover .box_in h3 {
        font-size: 26px;
        text-align: center;
        margin-top: 45px;
        color: #fff;
        font-family: 'Noto Serif JP', serif;
        letter-spacing: 0.2rem; }
      #movement .bg_cover .box_in .txt {
        color: #fff;
        margin-top: 40px;
        text-align: left;
        max-width: 1150px; }
      #movement .bg_cover .box_in .flex {
        margin-top: 90px;
        display: flex;
        justify-content: center;
        align-items: center; }
        #movement .bg_cover .box_in .flex .txt_area {
          max-width: 550px;
          margin-right: 40px; }
          #movement .bg_cover .box_in .flex .txt_area h3 {
            margin-top: 0;
            color: #fff; }
          #movement .bg_cover .box_in .flex .txt_area .txt {
            margin-top: 37px;
            text-align: left; }
          #movement .bg_cover .box_in .flex .txt_area .links {
            margin-top: 63px;
            display: inline-block;
            background: #534427;
            color: #fff;
            padding: 10px 40px;
            text-decoration: none;
            line-height: 1.8; }

@media screen and (max-width: 750px) {
  #movement .bg_cover {
    padding-top: 85px;
    padding-bottom: 90px;
    background: url("../img/sp/sp_movement_bg.png");
    background-size: cover; }
    #movement .bg_cover .box_in h3 {
      margin-top: 55px; }
    #movement .bg_cover .box_in .txt {
      margin-top: 40px; }
    #movement .bg_cover .box_in .sp_h3 {
      margin-top: 85px;
      color: #fff; }
    #movement .bg_cover .box_in .flex {
      margin-top: 0;
      flex-wrap: wrap; }
      #movement .bg_cover .box_in .flex .txt_area {
        max-width: 100%;
        width: 100%;
        order: 2;
        margin-right: 0; }
        #movement .bg_cover .box_in .flex .txt_area .txt {
          margin-top: 37px; }
        #movement .bg_cover .box_in .flex .txt_area .links {
          margin-top: 45px;
          padding: 10px 0;
          width: 100%;
          max-width: 350px; }
      #movement .bg_cover .box_in .flex .item {
        width: 100%; }
        #movement .bg_cover .box_in .flex .item img {
          max-width: 370px;
          width: 100%; } }
@media screen and (max-width: 500px) {
  #movement .bg_cover {
    padding-top: 60px;
    padding-bottom: 60px; }
    #movement .bg_cover .box_in h3 {
      font-size: 22px;
      margin-top: 40px; }
    #movement .bg_cover .box_in .txt {
      margin-top: 30px;
      font-size: 13px;
      line-height: 1.8;
      letter-spacing: 0.5px; }
    #movement .bg_cover .box_in .sp_h3 {
      margin-top: 60px; }
    #movement .bg_cover .box_in .flex .txt_area .txt {
      margin-top: 25px; }
    #movement .bg_cover .box_in .flex .txt_area .links {
      margin: 30px auto 0;
      width: 90%;
      max-width: 280px;
      padding: 13px 0;
      font-size: 12px; }
    #movement .bg_cover .box_in .flex .item img {
      max-width: 460px;
      width: 78%; } }
/*END*/
/*----------------------------------------------------------------------------
	regular_model 
----------------------------------------------------------------------------*/
#regular_model {
  text-align: center;
  position: relative; }
  #regular_model:after {
    content: '';
    display: inline-block;
    position: absolute;
    background: url("../img/regular_model_cover.png");
    width: 100%;
    height: 244px;
    background-repeat: repeat-x;
    top: 0;
    left: 0; }
  #regular_model h2 {
    position: absolute;
    top: 117px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    color: #fff;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 0.5rem;
    font-size: 27px;
    width: 100%; }
  #regular_model .flex {
    display: flex; }
    #regular_model .flex li {
      padding-top: 257px;
      padding-bottom: 105px;
      width: 33.333%;
      position: relative; }
      #regular_model .flex li .item_links {
        display: inline-block;
        cursor: pointer;
        text-decoration: none; }
        #regular_model .flex li .item_links .item img {
          width: 280px; }
        #regular_model .flex li .item_links .item_ttl_area {
          margin-top: 20px;
          color: #fff;
          font-family: 'Noto Serif JP', serif;
          font-size: 20px; }
          #regular_model .flex li .item_links .item_ttl_area .arrow {
            margin-top: 30px; }
            #regular_model .flex li .item_links .item_ttl_area .arrow img {
              width: 18px; }
        #regular_model .flex li .item_links:hover .item {
          opacity: 0.7;
          -webkit-transition: all 0.6s;
          -moz-transition: all 0.6s;
          -ms-transition: all 0.6s;
          -o-transition: all 0.6s;
          transition: all 0.6s; }
    #regular_model .flex .sbgw257_area {
      background: url("../img/regularmodel_bg01.png") no-repeat;
      background-size: cover; }
    #regular_model .flex .sbgw258_area {
      background: url("../img/regularmodel_bg02.png") no-repeat;
      background-size: cover; }
    #regular_model .flex .sbgw259_area {
      background: url("../img/regularmodel_bg03.png") no-repeat;
      background-size: cover; }

@media screen and (max-width: 960px) {
  #regular_model .flex li .item_links .item img {
    width: 80%; }
  #regular_model .flex li .item_links .item_ttl_area {
    margin-top: 30px;
    font-size: 2vw; } }
@media screen and (max-width: 750px) {
  #regular_model .flex li .item_links {
    display: block; }
    #regular_model .flex li .item_links .item {
      margin: 0 auto;
      position: relative;
      left: 4px;
      width: 34vw; }
      #regular_model .flex li .item_links .item img {
        width: 100%; }
    #regular_model .flex li .item_links .item_ttl_area {
      font-size: 2.4vw;
      width: 100%; }
      #regular_model .flex li .item_links .item_ttl_area .arrow {
        margin-top: 15px; }
  #regular_model .sbgw257_area {
    background: url("../img/sp/sp_regularmodel_bg01.png") no-repeat;
    background-size: cover; }
  #regular_model .sbgw258_area {
    background: url("../img/sp/sp_regularmodel_bg02.png") no-repeat;
    background-size: cover; }
  #regular_model .sbgw259_area {
    background: url("../img/sp/sp_regularmodel_bg03.png") no-repeat;
    background-size: cover; } }
@media screen and (max-width: 500px) {
  #regular_model h2 {
    top: 14.1875vw;
    font-size: 20px;
    line-height: 1.8;
    letter-spacing: 0.1rem; }
  #regular_model .flex li {
    padding-top: 175px;
    padding-bottom: 40px; }
    #regular_model .flex li .item_links {
      position: relative;
      top: -4vw; }
      #regular_model .flex li .item_links .item_ttl_area {
        font-size: 3vw;
        margin-top: 0; }
        #regular_model .flex li .item_links .item_ttl_area p {
          height: 69px;
          display: flex;
          justify-content: center;
          align-items: center; }
        #regular_model .flex li .item_links .item_ttl_area .arrow {
          margin-top: 2vw; } }
@media screen and (max-width: 380px) {
  #regular_model .flex li .item_links .item_ttl_area .arrow {
    margin-top: 0; } }
/*END*/
/*----------------------------------------------------------------------------
	sbgw257_wrap 
----------------------------------------------------------------------------*/
.common_itemWrap {
  text-align: center; }
  .common_itemWrap .bg_cover .box_in {
    max-width: 1300px; }
    .common_itemWrap .bg_cover .box_in .flex {
      display: flex;
      justify-content: center;
      align-items: center; }
      .common_itemWrap .bg_cover .box_in .flex .item_area {
        min-width: 315px; }
      .common_itemWrap .bg_cover .box_in .flex .txt_area {
        max-width: 650px;
        padding-top: 50px;
        padding-bottom: 20px; }
        .common_itemWrap .bg_cover .box_in .flex .txt_area h2 {
          font-family: 'Noto Serif JP', serif;
          text-align: left;
          font-size: 24px;
          font-weight: bold; }
        .common_itemWrap .bg_cover .box_in .flex .txt_area .txt {
          margin-top: 40px;
          margin-top: 55px;
          color: #fff; }
        .common_itemWrap .bg_cover .box_in .flex .txt_area .thumnail_area {
          display: flex;
          margin-top: 65px; }
          .common_itemWrap .bg_cover .box_in .flex .txt_area .thumnail_area .fancybox-thumbs {
            display: block;
            width: 300px;
            position: relative; }
            .common_itemWrap .bg_cover .box_in .flex .txt_area .thumnail_area .fancybox-thumbs:not(first-child) {
              margin-right: 30px; }
            .common_itemWrap .bg_cover .box_in .flex .txt_area .thumnail_area .fancybox-thumbs:hover {
              opacity: 0.8; }
            .common_itemWrap .bg_cover .box_in .flex .txt_area .thumnail_area .fancybox-thumbs .view {
              position: absolute;
              bottom: 0;
              right: -1px; }

@media screen and (max-width: 1110px) {
  .common_itemWrap .bg_cover .box_in .flex .txt_area {
    max-width: 650px;
    padding-top: 40px;
    padding-bottom: 40px;
    width: 57%; } }
@media screen and (max-width: 960px) {
  .common_itemWrap .bg_cover {
    padding-top: 93px;
    padding-bottom: 113px; }
    .common_itemWrap .bg_cover .h2_sp {
      font-family: 'Noto Serif JP', serif; }
    .common_itemWrap .bg_cover .box_in .flex {
      flex-wrap: wrap; }
      .common_itemWrap .bg_cover .box_in .flex .item_area {
        min-width: auto;
        max-width: 100%; }
        .common_itemWrap .bg_cover .box_in .flex .item_area img {
          margin: 0 auto;
          max-width: 310px; }
      .common_itemWrap .bg_cover .box_in .flex .txt_area {
        width: 100%;
        max-width: 100%;
        padding-top: 0;
        padding-bottom: 0; }
        .common_itemWrap .bg_cover .box_in .flex .txt_area h2 {
          text-align: center; }
        .common_itemWrap .bg_cover .box_in .flex .txt_area .txt {
          margin-top: 0; }
        .common_itemWrap .bg_cover .box_in .flex .txt_area .thumnail_area {
          margin: 0 auto;
          display: block;
          margin-top: 65px;
          width: 100%;
          max-width: 525px; }
          .common_itemWrap .bg_cover .box_in .flex .txt_area .thumnail_area .fancybox-thumbs {
            width: 100%; }
            .common_itemWrap .bg_cover .box_in .flex .txt_area .thumnail_area .fancybox-thumbs:not(first-child) {
              margin-right: 0;
              margin-top: 30px; } }
@media screen and (max-width: 750px) {
  .common_itemWrap .bg_cover .box_in .flex .item_area {
    margin-top: 4vw;
    margin-bottom: 1.3333333333vw; }
  .common_itemWrap .bg_cover .box_in .flex .txt_area .thumnail_area .fancybox-thumbs {
    pointer-events: none; } }
@media screen and (max-width: 500px) {
  .common_itemWrap .bg_cover {
    padding-top: 60px;
    padding-bottom: 50px; }
    .common_itemWrap .bg_cover .h2_sp {
      font-size: 19px;
      letter-spacing: 0.3rem;
      font-family: 'Noto Serif JP', serif;
      line-height: 1.5;
      font-weight: bold; }
    .common_itemWrap .bg_cover .box_in .flex .item_area img {
      width: 70%; }
    .common_itemWrap .bg_cover .box_in .flex .txt_area .txt {
      font-size: 15px; }
    .common_itemWrap .bg_cover .box_in .flex .txt_area .thumnail_area {
      margin: 0 auto;
      margin-top: 25px;
      width: 90%; } }
#sbgw257_wrap .bg_cover {
  background: url("../img/SBGW257_bg.png");
  background-repeat: repeat-y;
  background-size: cover; }
  @media screen and (max-width: 750px) {
    #sbgw257_wrap .bg_cover {
      background: url("../img/sp/sp_SBGW257_bg.png");
      background-repeat: repeat-y;
      background-size: cover; } }
  #sbgw257_wrap .bg_cover .box_in .flex .txt_area {
    margin-left: 80px; }
    @media screen and (max-width: 1100px) {
      #sbgw257_wrap .bg_cover .box_in .flex .txt_area {
        margin-left: 55px; } }
    @media screen and (max-width: 960px) {
      #sbgw257_wrap .bg_cover .box_in .flex .txt_area {
        margin-left: 0; } }

#sbgw258_wrap .bg_cover {
  background: url("../img/SBGW258_bg.png");
  background-repeat: repeat-y;
  background-size: cover; }
  @media screen and (max-width: 750px) {
    #sbgw258_wrap .bg_cover {
      background: url("../img/sp/sp_SBGW258_bg.png");
      background-repeat: repeat-y;
      background-size: cover; } }
  #sbgw258_wrap .bg_cover .box_in .flex .item_area {
    order: 2; }
    @media screen and (max-width: 960px) {
      #sbgw258_wrap .bg_cover .box_in .flex .item_area {
        order: inherit; } }
  #sbgw258_wrap .bg_cover .box_in .flex .txt_area {
    margin-right: 80px; }
    @media screen and (max-width: 1100px) {
      #sbgw258_wrap .bg_cover .box_in .flex .txt_area {
        margin-right: 55px; } }
    @media screen and (max-width: 960px) {
      #sbgw258_wrap .bg_cover .box_in .flex .txt_area {
        margin-right: 0; } }
    #sbgw258_wrap .bg_cover .box_in .flex .txt_area .thumnail_area .fancybox-thumbs:not(first-child) {
      margin-right: 0; }

#sbgw259_wrap .bg_cover {
  background: url("../img/SBGW259_bg.png");
  background-repeat: repeat-y;
  background-size: cover; }
  @media screen and (max-width: 750px) {
    #sbgw259_wrap .bg_cover {
      background: url("../img/sp/sp_SBGW259_bg.png");
      background-repeat: repeat-y;
      background-size: cover; } }
  #sbgw259_wrap .bg_cover .box_in .flex .txt_area {
    margin-left: 80px;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    top: -45px; }
    @media screen and (max-width: 1100px) {
      #sbgw259_wrap .bg_cover .box_in .flex .txt_area {
        margin-left: 55px; } }
    @media screen and (max-width: 960px) {
      #sbgw259_wrap .bg_cover .box_in .flex .txt_area {
        margin-left: 0;
        top: 0; } }
    #sbgw259_wrap .bg_cover .box_in .flex .txt_area .txt {
      margin-top: 0; }
      #sbgw259_wrap .bg_cover .box_in .flex .txt_area .txt .kome {
        font-size: 13px;
        letter-spacing: 0.1rem;
        font-weight: 100;
        line-height: 2; }

/*END*/
/*----------------------------------------------------------------------------
	sbgw257_detail 
----------------------------------------------------------------------------*/
.common_item_detail {
  text-align: center;
  color: #000; }
  .common_item_detail .bg_cover {
    padding-top: 75px;
    padding-bottom: 75px; }
    .common_item_detail .bg_cover .box_in .flex {
      display: flex;
      justify-content: center;
      align-items: center; }
      .common_item_detail .bg_cover .box_in .flex .txt_area {
        margin-left: 40px;
        width: 450px; }
        .common_item_detail .bg_cover .box_in .flex .txt_area .txt {
          margin-top: 14px;
          line-height: 1.8;
          text-align: center; }
        .common_item_detail .bg_cover .box_in .flex .txt_area .txt_con {
          margin-bottom: 90px; }
          .common_item_detail .bg_cover .box_in .flex .txt_area .txt_con h2 {
            margin-top: 15px;
            color: #000;
            letter-spacing: 1.5px;
            font-size: 14px;
            line-height: 1.5; }
            .common_item_detail .bg_cover .box_in .flex .txt_area .txt_con h2 .ttl {
              font-weight: 600;
              font-size: 21px; }
          .common_item_detail .bg_cover .box_in .flex .txt_area .txt_con .value_area {
            font-size: 12px; }
            .common_item_detail .bg_cover .box_in .flex .txt_area .txt_con .value_area .value {
              font-size: 19px;
              font-family: 'Noto Serif JP', serif;
              font-weight: 500; }
          .common_item_detail .bg_cover .box_in .flex .txt_area .txt_con .day {
            font-size: 13px; }
          .common_item_detail .bg_cover .box_in .flex .txt_area .txt_con .links {
            background: #000000;
            margin: 0 auto;
            margin-top: 30px;
            padding: 9px 0;
            letter-spacing: 2px;
            color: #FFFFFF;
            display: block;
            transition: 0.6s;
            text-decoration: none;
            width: 200px; }
          .common_item_detail .bg_cover .box_in .flex .txt_area .txt_con .collection-attention {
            text-indent: -1em;
            font-size: 1.3rem;
            margin-top: 50px; }

@media screen and (max-width: 750px) {
  .common_item_detail .bg_cover {
    padding-top: 90px;
    padding-bottom: 75px; }
    .common_item_detail .bg_cover .box_in .flex {
      flex-wrap: wrap; }
      .common_item_detail .bg_cover .box_in .flex .item_area img {
        max-width: 210px;
        width: 100%; }
      .common_item_detail .bg_cover .box_in .flex .txt_area {
        width: 100%;
        margin-left: 0; }
        .common_item_detail .bg_cover .box_in .flex .txt_area .txt {
          margin-top: 14px; }
        .common_item_detail .bg_cover .box_in .flex .txt_area .txt_last {
          font-size: 13px; }
        .common_item_detail .bg_cover .box_in .flex .txt_area .txt_con {
          margin-bottom: 55px; }
          .common_item_detail .bg_cover .box_in .flex .txt_area .txt_con h2 {
            margin-top: 15px;
            font-size: 14px; }
            .common_item_detail .bg_cover .box_in .flex .txt_area .txt_con h2 .ttl {
              font-size: 21px; }
          .common_item_detail .bg_cover .box_in .flex .txt_area .txt_con .txt {
            line-height: 1.5; }
          .common_item_detail .bg_cover .box_in .flex .txt_area .txt_con .value_area {
            font-size: 12px; }
            .common_item_detail .bg_cover .box_in .flex .txt_area .txt_con .value_area .value {
              font-size: 19px; }
          .common_item_detail .bg_cover .box_in .flex .txt_area .txt_con .day {
            font-size: 13px; }
          .common_item_detail .bg_cover .box_in .flex .txt_area .txt_con .links {
            background: #000000;
            color: #fff;
            display: inline-block;
            margin-top: 30px;
            text-decoration: none;
            font-size: 15px; } }
@media screen and (max-width: 500px) {
  .common_item_detail .bg_cover {
    padding-top: 60px;
    padding-bottom: 40px; }
    .common_item_detail .bg_cover .box_in .flex .item_area img {
      max-width: 210px;
      width: 65%; }
    .common_item_detail .bg_cover .box_in .flex .txt_area .txt_last {
      margin: 0 auto 24px;
      text-align: center;
      font-size: 13px;
      line-height: 1.6;
      letter-spacing: 0px; } }
#sbgw257_detail {
  background: #ebebeb; }
  #sbgw257_detail .bg_cover .box_in .flex .txt_area {
    margin-left: 40px; }
    @media screen and (max-width: 750px) {
      #sbgw257_detail .bg_cover .box_in .flex .txt_area {
        margin-left: 0; } }

#sbgw258_detail {
  background: #eeece8; }
  #sbgw258_detail .bg_cover .box_in .flex .txt_area {
    margin-left: 40px; }
    @media screen and (max-width: 750px) {
      #sbgw258_detail .bg_cover .box_in .flex .txt_area {
        margin-left: 0; } }

#sbgw259_detail {
  background: #ebebec; }
  #sbgw259_detail .bg_cover .box_in .flex .txt_area {
    margin-left: 40px; }
    @media screen and (max-width: 750px) {
      #sbgw259_detail .bg_cover .box_in .flex .txt_area {
        margin-left: 0; } }

#fancybox-thumbs ul {
  left: 56% !important;
  transform: translateX(-50%) !important; }

@media screen and (max-width: 1300px) {
  #fancybox-thumbs ul {
    left: 59% !important;
    transform: translateX(-50%) !important; } }
@media screen and (max-width: 1100px) {
  .fancybox-wrap {
    width: 90% !important;
    height: auto !important;
    left: 50% !important;
    transform: translateX(-50%) !important; }
    .fancybox-wrap .fancybox-inner {
      width: 100% !important;
      height: auto !important; } }
/*****************************************************************************
footer 
*****************************************************************************/
.footer {
  background: #1e2432;
  padding: 142px 0;
  position: relative;
  z-index: 10; }
  .footer .inner {
    max-width: 1200px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 50px;
    position: relative; }

.footer-copyright {
  text-align: center;
  letter-spacing: 1px;
  font-size: 1.0rem;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0; }

@media screen and (max-width: 500px) {
  .footer-copyright {
    margin-top: 30px;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    text-align: center; } }
@media screen and (max-width: 500px) {
  .footer {
    padding: 50px 0; } }
.footer__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.footer__wrapper-logo {
  width: 140px; }

@media screen and (max-width: 500px) {
  .footer__wrapper-logo {
    width: 100px; } }
.footer__wrapper-sns {
  display: flex; }

.footer__wrapper-sns li {
  width: 30px;
  margin-left: 20px; }

/*page-top*/
#page-top {
  width: 50px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 999; }
  @media screen and (max-width: 750px) {
    #page-top {
      bottom: 10px;
      right: 10px; } }

/*END*/
/*

.filter {
filter: brightness(0);
transition: all .6s;
transition-delay: .4s;
}
@media screen and (max-width: 900px) {
.filter {
filter: brightness(1);
transition: none;
transition-delay: unset;
}
}
.filter.scrollin {
filter: brightness(1);
}


.fadein {
visibility: hidden;
transform: translate(0,3rem);
*/
/*transition: all 1s;*/
/*
  transition: all 1.5s;
  transition-duration: 3s;
  transition-delay: 0.5s;	
}
.fadein.scrollin {
    visibility: visible;
    opacity: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transition: opacity 1.2s ease 0s, transform 1.2s ease 0s;
}



.duration01{
  transition-duration: 3s;	
	transition-delay: 1s;
}
.duration02{
  transition-duration: 3.5s;	
	transition-delay: 1.5s;	
}
.duration03{
  transition-duration: 4s;
	transition-delay: 2s;	
}

.delay01 {
transition-delay: 1.0s;
}
.delay02 {
transition-delay: 1.2s;
}
.delay03 {
transition-delay: 1.4s;
}
*/
