@charset "UTF-8";
.inner {
  width: 1100px;
  margin: 0 auto; }

.floater {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%); }

.sp-only {
  display: none; }

.gray-bg {
  background: #f5f5f5; }

@media screen and (max-width: 768px) {
  .pc-only {
    display: none; }
  .sp-only {
    display: block; }
  .inner {
    width: 86%; }
  .wrapper {
    padding: 0; }
  .container:after {
    display: none; } }

.radius {
  border-radius: 4px; }

.mv {
  margin-top: 78px; }

@media screen and (max-width: 768px) {
  .mv {
    margin-top: 62px; } }

.btn {
  font-size: 13px;
  display: block;
  border-radius: 20px;
  width: 180px;
  text-align: center;
  line-height: 1;
  padding: 12px 12px 10px 12px;
  border: 1px solid #5d4948;
  -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .btn:hover {
    background: #5d4948;
    color: #ffffff;
    -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }

@media screen and (max-width: 768px) {
  .btn {
    width: 160px; } }

.btn-ec-area {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin-bottom: 60px; }
  .btn-ec-area a {
    font-size: 15px;
    display: inline-block;
    text-align: center;
    margin: 0 10px;
    color: #ffffff;
    border: none;
    padding: 8px;
    -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }
    .btn-ec-area a:hover {
      opacity: .4; }
    .btn-ec-area a i {
      font-size: 12px;
      display: inline-block;
      vertical-align: middle; }
      .btn-ec-area a i:after {
        width: 1px;
        height: 14px;
        background: #ffffff;
        content: "";
        display: inline-block;
        margin: 0 8px;
        vertical-align: middle; }
    .btn-ec-area a.amazon {
      background: #fe9900; }
    .btn-ec-area a.base {
      background: #11beae; }

@media screen and (max-width: 768px) {
  .btn-ec-area {
    margin-bottom: 40px; }
    .btn-ec-area a {
      width: 140px;
      opacity: 1;
      padding: 10px;
      margin: 0 5px;
      font-size: 12px; }
      .btn-ec-area a i {
        font-size: 10px; }
        .btn-ec-area a i:after {
          height: 12px;
          margin: 0 8px; } }

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background: #ffffff;
  min-width: 1100px; }
  .header .inner {
    padding: 15px 0; }
    .header .inner .logo {
      display: block;
      width: 150px;
      height: 49px;
      float: left; }
      .header .inner .logo svg {
        fill: #5d4948; }
    .header .inner .g-nav {
      float: right; }
      .header .inner .g-nav ul {
        margin-top: 15px; }
        .header .inner .g-nav ul li {
          font-weight: 500;
          float: left;
          line-height: 1;
          margin: 0 0 0 40px; }
          .header .inner .g-nav ul li.en {
            font-weight: normal;
            line-height: 1;
            position: relative;
            top: 3px; }
          .header .inner .g-nav ul li.js--active {
            border-bottom: 1px solid #a6a5a5; }
          .header .inner .g-nav ul li a {
            color: #5d4948;
            opacity: 1;
            -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
            transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }
            .header .inner .g-nav ul li a:hover {
              opacity: 0.8;
              -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
              transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }
          .header .inner .g-nav ul li.g-nav-store {
            position: relative; }
            .header .inner .g-nav ul li.g-nav-store .btn-ec-area {
              margin: 0;
              width: auto;
              position: relative;
              top: -7px; }
              .header .inner .g-nav ul li.g-nav-store .btn-ec-area a {
                padding: 10px 8px 5px 10px; }
            .header .inner .g-nav ul li.g-nav-store a {
              color: #ffffff; }

@media screen and (max-width: 768px) {
  .js__open-nav {
    overflow: hidden; }
    .js__open-nav .header .inner .g-nav-btn-in {
      -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
      top: 16px;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
      .js__open-nav .header .inner .g-nav-btn-in:after {
        top: 0px;
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg); }
    .js__open-nav .header .inner .g-nav {
      opacity: 1;
      -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
      pointer-events: auto; }
  .header {
    min-width: inherit; }
    .header .online-sec {
      margin: 0; }
      .header .online-sec h2 {
        display: none; }
    .header .inner {
      width: 90%;
      padding: 15px 0 8px 0; }
      .header .inner .logo {
        height: 38px;
        width: 113px; }
        .header .inner .logo svg {
          fill: #5d4948; }
      .header .inner .g-nav-btn {
        float: right;
        width: 30px;
        background: #ffffff;
        height: 30px;
        position: relative; }
        .header .inner .g-nav-btn-in {
          -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
          transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
          position: absolute;
          top: 10px;
          left: 0;
          background: #5d4948;
          height: 1px;
          width: 100%; }
          .header .inner .g-nav-btn-in:after {
            content: "";
            position: absolute;
            top: 5px;
            left: 0;
            background: #5d4948;
            height: 1px;
            width: 100%; }
      .header .inner .g-nav {
        opacity: 0;
        -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
        pointer-events: none;
        overflow: scroll;
        float: none;
        width: 100%;
        height: -webkit-calc(100% - 60px);
        height: calc(100% - 60px);
        position: fixed;
        top: 60px;
        left: 0;
        background: #ffffff; }
        .header .inner .g-nav ul {
          border-top: 1px solid #ebebeb;
          margin: 0; }
          .header .inner .g-nav ul li {
            margin: 0;
            float: none;
            position: relative; }
            .header .inner .g-nav ul li:after {
              font-family: 'icomoon' !important;
              position: absolute;
              right: 20px;
              content: "\e900";
              font-size: 10px;
              top: 50%;
              -webkit-transform: translateY(0) translateX(-50%);
                  -ms-transform: translateY(0) translateX(-50%);
                      transform: translateY(0) translateX(-50%); }
            .header .inner .g-nav ul li.js--active {
              border: none; }
            .header .inner .g-nav ul li a {
              border-bottom: 1px solid #ebebeb;
              display: block;
              font-weight: 200;
              padding: 25px;
              font-size: 17px; }
            .header .inner .g-nav ul li.g-nav-store {
              display: none; } }

.footer-inner ul {
  text-align: center;
  display: inline-block;
  width: 100%;
  margin-bottom: 40px; }
  .footer-inner ul li {
    margin: 0 20px;
    display: inline-block;
    text-align: center;
    font-weight: 500; }
    .footer-inner ul li a {
      display: block;
      opacity: 1;
      -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }
      .footer-inner ul li a:hover {
        opacity: 0.8;
        -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }

.footer .footer-bootom {
  background: #f4d1c9;
  padding: 40px 0; }
  .footer .footer-bootom .logo {
    display: block;
    width: 180px;
    margin: 0 auto 30px auto; }
    .footer .footer-bootom .logo svg {
      fill: #ffffff; }
  .footer .footer-bootom small {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #ffffff; }

@media screen and (max-width: 768px) {
  .footer-inner {
    display: none; }
  .footer .footer-bootom {
    background: #f4d1c9;
    padding: 30px 0; }
    .footer .footer-bootom .logo {
      width: 130px;
      margin: 0 auto 10px auto; }
      .footer .footer-bootom .logo svg {
        fill: #ffffff; }
    .footer .footer-bootom small {
      font-size: 10px; } }

.pagetop {
  cursor: pointer;
  display: block;
  width: 40px;
  margin: 0 auto 80px auto;
  opacity: 1;
  -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .pagetop:hover {
    opacity: 0.5;
    -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }

@media screen and (max-width: 768px) {
  .pagetop {
    width: 30px;
    margin: 0 auto 40px auto; } }

#movie {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, -100%);
      -ms-transform: translate(0, -100%);
          transform: translate(0, -100%);
  background-color: white;
  z-index: 9999; }

#movie_close_btn {
  position: absolute;
  top: 40px;
  right: 40px;
  cursor: pointer;
  z-index: 10;
  width: 40px;
  height: 40px; }
  #movie_close_btn svg {
    fill: #ffffff; }

body[data-movie-state="play"] {
  overflow: hidden; }

.online-sec {
  margin-bottom: 95px; }
  .online-sec h2 {
    width: 536px;
    margin: 0 auto 50px auto; }
  .online-sec-inner {
    position: relative; }
    .online-sec-inner .inner .text-area {
      margin-top: -2%;
      text-align: center; }
      .online-sec-inner .inner .text-area b {
        display: block;
        font-weight: normal;
        font-size: 34px;
        margin-bottom: 20px; }
      .online-sec-inner .inner .text-area p {
        letter-spacing: 0.1em; }
        .online-sec-inner .inner .text-area p:after {
          display: inline-block;
          content: "";
          height: 20px;
          width: 1px;
          vertical-align: middle;
          background: #9e9291;
          -webkit-transform: rotate(30deg);
              -ms-transform: rotate(30deg);
                  transform: rotate(30deg);
          margin: 0 0 5px 15px; }
        .online-sec-inner .inner .text-area p:before {
          display: inline-block;
          content: "";
          height: 20px;
          width: 1px;
          vertical-align: middle;
          background: #9e9291;
          -webkit-transform: rotate(-30deg);
              -ms-transform: rotate(-30deg);
                  transform: rotate(-30deg);
          margin: 0 15px 5px 0; }
      .online-sec-inner .inner .text-area .btn-ec-area {
        margin-bottom: 0; }
  .online-sec .img-area {
    background: #f5f5f5; }

@media screen and (max-width: 768px) {
  .online-sec {
    margin-bottom: 40px; }
    .online-sec h2 {
      width: 320px;
      max-width: 100%;
      margin: 0 auto 30px auto; }
    .online-sec-inner .inner .text-area {
      width: 100%;
      margin-top: -4%; }
      .online-sec-inner .inner .text-area b {
        font-size: 25px;
        margin-bottom: 10px; }
      .online-sec-inner .inner .text-area p {
        font-size: 12px; }
        .online-sec-inner .inner .text-area p:after {
          height: 15px;
          margin: 0 0 5px 10px; }
        .online-sec-inner .inner .text-area p:before {
          height: 15px;
          margin: 0 10px 5px 0; } }

.tab-contents-list {
  display: none; }
  .tab-contents-list:first-child {
    display: block; }

.news-sec .inner {
  width: 920px; }

.news-sec ul li:last-child dl {
  border-bottom: 1px solid #ebebeb; }

.news-sec ul li a {
  opacity: 1;
  -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .news-sec ul li a:hover {
    opacity: 0.8;
    -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }

.news-sec ul li dl {
  border-top: 1px solid #ebebeb;
  display: table;
  width: 100%;
  padding: 15px 0; }
  .news-sec ul li dl dt {
    vertical-align: top;
    width: 34%;
    color: #ffffff;
    display: table-cell; }
    .news-sec ul li dl dt time {
      font-size: 14px;
      display: inline-block;
      color: #5d4948; }
    .news-sec ul li dl dt span {
      width: 150px;
      text-align: center;
      padding: 5px;
      display: inline-block;
      font-size: 13px;
      margin: 0 40px 0 0; }
    .news-sec ul li dl dt.category-news span {
      background: #f4d1c9; }
    .news-sec ul li dl dt.category-press span {
      background: #c4bcb8; }
  .news-sec ul li dl dd {
    width: 84%;
    padding: 0 0 0 40px;
    display: table-cell;
    vertical-align: middle; }
    .news-sec ul li dl dd p {
      letter-spacing: 0.1em;
      display: inline-block;
      margin: 0; }

@media screen and (max-width: 768px) {
  .news-sec .inner {
    width: 86%; }
  .news-sec ul li dl {
    display: block;
    padding: 15px 0; }
    .news-sec ul li dl dt {
      margin-bottom: 10px;
      width: 100%;
      color: #ffffff;
      display: block; }
      .news-sec ul li dl dt time {
        font-size: 10px; }
      .news-sec ul li dl dt span {
        width: 115px;
        font-size: 10px;
        margin: 0 10px 0 0;
        padding: 3px; }
    .news-sec ul li dl dd {
      width: 100%;
      padding: 0 0 0 20px;
      display: block;
      font-size: 12px; }
      .news-sec ul li dl dd p {
        letter-spacing: 0.1em;
        display: inline-block;
        margin: 0; } }

.anime-fadeIn {
  opacity: 0;
  -webkit-transition: opacity 2s ease;
  transition: opacity 2s ease; }
  .anime-fadeIn.anime-start {
    opacity: 1; }

.anime-slideIn {
  opacity: 0;
  -webkit-transform: translate(0, -20px);
      -ms-transform: translate(0, -20px);
          transform: translate(0, -20px);
  -webkit-transition: all 2s ease;
  transition: all 2s ease; }
  .anime-slideIn.anime-start {
    opacity: 1;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }

.anime-slideUp {
  opacity: 0;
  -webkit-transform: translate(0, 60px);
      -ms-transform: translate(0, 60px);
          transform: translate(0, 60px);
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }
  .anime-slideUp.anime-start {
    opacity: 1;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }

.anime-scaleUp {
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }
  .anime-scaleUp.anime-start {
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1); }

main {
  overflow: inherit; }

.mv {
  background: url("../../assets/images/index/mv.jpg") no-repeat center/cover;
  height: 460px;
  position: relative;
  margin-bottom: 50px; }
  .mv .mv-inner-ttl {
    width: 253px; }
    .mv .mv-inner-ttl svg {
      fill: #ffffff; }

@media screen and (max-width: 768px) {
  .mv {
    background: url("../../assets/images/sp/index/mv.jpg") no-repeat center/cover;
    height: 290px;
    margin-bottom: 25px; }
    .mv .mv-inner-ttl {
      width: 174px; }
      .mv .mv-inner-ttl svg {
        fill: #ffffff; } }

.greeting-sec {
  padding: 115px 0 250px 0;
  position: relative; }
  .greeting-sec .inner {
    position: relative; }
    .greeting-sec .inner h2 {
      width: 680px;
      margin: 0 auto 75px auto; }
    .greeting-sec .inner .taxt-area {
      text-align: center;
      line-height: 3;
      color: #5d4948;
      font-weight: 100;
      letter-spacing: 0.2em; }

@media screen and (max-width: 768px) {
  .greeting-sec {
    padding: 75px 0 150px 0; }
    .greeting-sec .inner h2 {
      width: 325px;
      max-width: 100%;
      margin: 0 auto 60px auto; }
    .greeting-sec .inner .taxt-area {
      font-size: 13px;
      font-weight: 200;
      letter-spacing: 0.1em; } }

.scrool-line {
  height: 30px;
  position: relative;
  width: 1px;
  margin: 0 auto 50px auto;
  overflow: hidden; }
  .scrool-line:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 100%;
    background: #cccccc;
    z-index: 2;
    -webkit-animation: lineAni 2s ease-in-out infinite;
    animation: lineAni 2s ease-in-out infinite; }

@-webkit-keyframes lineAni {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  40% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  60% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  80% {
    -webkit-transform: translateY(200%);
    transform: translateY(200%); }
  100% {
    -webkit-transform: translateY(200%);
    transform: translateY(200%); } }

@keyframes lineAni {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  40% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  60% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  80% {
    -webkit-transform: translateY(200%);
    transform: translateY(200%); }
  100% {
    -webkit-transform: translateY(200%);
    transform: translateY(200%); } }

@media screen and (max-width: 768px) {
  .scrool-line {
    height: 20px;
    position: relative;
    width: 1px;
    margin: 0 auto 25px auto; }
    .scrool-line:before {
      height: 20px; }
  @-webkit-keyframes lineAni {
    0% { }
    40% { }
    60% { }
    80% { }
    100% { } }
  @keyframes lineAni {
    0% { }
    40% { }
    60% { }
    80% { }
    100% { } } }

.movie-blk {
  position: relative;
  width: 730px;
  margin: -183px auto 170px auto; }
  .movie-blk-list {
    overflow: hidden; }
    .movie-blk-list ul {
      float: right; }
      .movie-blk-list ul li {
        float: left;
        color: #5d4948;
        font-size: 12px; }
        .movie-blk-list ul li.movie-blk-list-boder {
          width: 30px;
          margin: 0 50px;
          height: 20px;
          overflow: hidden;
          position: relative; }
          .movie-blk-list ul li.movie-blk-list-boder:after {
            background: #5d4948;
            width: 30px;
            height: 1px;
            vertical-align: middle;
            display: block;
            content: "";
            position: absolute;
            left: 0;
            top: 50%;
            margin-top: -1px;
            -webkit-animation: lineAniY 2s ease-in-out infinite;
            animation: lineAniY 2s ease-in-out infinite; }

@-webkit-keyframes lineAniY {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  40% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  60% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  80% {
    -webkit-transform: translateX(200%);
    transform: translateX(200%); }
  100% {
    -webkit-transform: translateX(200%);
    transform: translateX(200%); } }

@keyframes lineAniY {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  40% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  60% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  80% {
    -webkit-transform: translateX(200%);
    transform: translateX(200%); }
  100% {
    -webkit-transform: translateX(200%);
    transform: translateX(200%); } }
        .movie-blk-list ul li a {
          opacity: 1;
          color: #5d4948;
          -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
          transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }
          .movie-blk-list ul li a:hover {
            opacity: 0.8;
            -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
            transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }

@media screen and (max-width: 768px) {
  .movie-blk {
    width: 86%;
    margin: -90px auto 90px auto; }
    .movie-blk-list {
      overflow: hidden; }
      .movie-blk-list ul {
        float: right; }
        .movie-blk-list ul li {
          float: left;
          font-size: 10px; }
          .movie-blk-list ul li.movie-blk-list-boder {
            width: 30px;
            margin: 0 30px;
            height: 20px; }
            .movie-blk-list ul li.movie-blk-list-boder:after {
              width: 20px;
              height: 1px;
              left: 0;
              top: 50%;
              margin-top: -5px; }
  @-webkit-keyframes lineAniY {
    0% { }
    40% { }
    60% { }
    80% { }
    100% { } }
  @keyframes lineAniY {
    0% { }
    40% { }
    60% { }
    80% { }
    100% { } } }

.movie-area {
  margin-bottom: 170px;
  position: relative;
  overflow: hidden;
  z-index: 10;
  cursor: pointer; }
  .movie-area a {
    display: block; }
  .movie-area-ttl {
    color: #ffffff;
    width: 100%;
    text-align: center;
    z-index: 999;
    font-size: 34px;
    letter-spacing: 0.1em;
    pointer-events: none; }
  .movie-area-btn {
    display: block;
    position: absolute;
    z-index: 99;
    right: 20px;
    bottom: 20px;
    pointer-events: none; }
    .movie-area-btn i {
      width: 56px;
      position: relative;
      display: block; }
      .movie-area-btn i img {
        -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }
        .movie-area-btn i img.movie-area-on {
          position: absolute;
          left: 0;
          bottom: 0;
          opacity: 0; }
        .movie-area-btn i img.movie-area-off {
          opacity: 1; }
  .movie-area:hover .movie-area-btn i img {
    -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }
    .movie-area:hover .movie-area-btn i img.movie-area-on {
      opacity: 1; }
    .movie-area:hover .movie-area-btn i img.movie-area-off {
      opacity: 0; }

@media screen and (max-width: 768px) {
  .movie-area {
    margin-bottom: 90px; }
    .movie-area-ttl {
      font-size: 25px; }
    .movie-area-btn {
      right: 10px;
      bottom: 10px; }
      .movie-area-btn i {
        width: 40px; } }

.floating-item {
  position: absolute; }
  .floating-item-01 {
    width: 79px;
    right: 0px;
    top: -10px; }
  .floating-item-02 {
    width: 175px;
    left: 0px;
    top: -152px; }
  .floating-item-03 {
    width: 200px;
    right: 0px;
    top: 135px; }
  .floating-item-04 {
    width: 76px;
    left: 0px;
    bottom: -87px; }
  .floating-item-05 {
    width: 123px;
    left: -160px;
    bottom: 0px; }

@media screen and (max-width: 768px) {
  .floating-item-02 {
    width: 41px;
    left: -8%;
    top: -186px; }
  .floating-item-03 {
    width: 45px;
    right: -8%; }
  .floating-item-04 {
    width: 25px;
    left: 0px;
    bottom: 135px; }
  .floating-item-05 {
    width: 44px;
    left: 10px;
    bottom: 0px; } }

.about-sec {
  margin-bottom: 200px; }
  .about-sec-inner {
    display: table;
    width: 100%; }
    .about-sec-inner .img-area {
      display: table-cell;
      width: 50%;
      overflow: hidden; }
    .about-sec-inner .text-area {
      display: table-cell;
      width: 50%;
      vertical-align: middle;
      padding: 0 0 0 90px; }
      .about-sec-inner .text-area h2 {
        width: 330px;
        margin-bottom: 50px; }
      .about-sec-inner .text-area-inner {
        padding: 0 30px 0 0;
        line-height: 2.4;
        margin-bottom: 60px;
        letter-spacing: 0.1em; }

@media screen and (max-width: 768px) {
  .about-sec {
    margin-bottom: 110px; }
    .about-sec-inner {
      display: block; }
      .about-sec-inner .img-area {
        display: block;
        width: 100%;
        margin-bottom: 25px; }
      .about-sec-inner .text-area {
        display: block;
        width: 100%;
        padding: 0; }
        .about-sec-inner .text-area h2 {
          max-width: 100%;
          width: 250px;
          margin-bottom: 25px; }
        .about-sec-inner .text-area-inner {
          padding: 0;
          line-height: 2;
          margin-bottom: 40px;
          font-size: 12px; }
  .btn {
    margin: 0 auto; } }

.variation-sec h2 {
  line-height: 1;
  margin-bottom: 60px;
  font-weight: normal;
  text-align: center;
  font-size: 34px; }

.variation-sec-inner {
  padding: 100px 0 110px 0; }
  .variation-sec-inner .inner {
    width: 730px; }

.variation-sec-tab {
  margin-bottom: 50px;
  text-align: center;
  width: 100%;
  display: inline-block; }
  .variation-sec-tab li {
    cursor: pointer;
    margin: 0 25px;
    display: inline-block;
    letter-spacing: 0.06em;
    padding: 0 0 2px 0;
    color: #a6a5a5;
    -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 1; }
    .variation-sec-tab li.active {
      -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
      color: #5d4948;
      border-bottom: 1px solid #5d4948; }
    .variation-sec-tab li:hover {
      opacity: 0.8;
      -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }

.variation-sec-item li {
  overflow: hidden;
  width: 48.5%;
  margin: 0 3% 3% 0;
  padding: 10px;
  background: #ffffff;
  float: left; }
  .variation-sec-item li:nth-child(2n) {
    margin: 0 0 3% 0; }
  .variation-sec-item li a {
    display: block;
    -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 1; }
    .variation-sec-item li a:hover {
      opacity: 0.8;
      -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }
    .variation-sec-item li a .img-area {
      margin-bottom: 20px; }
    .variation-sec-item li a .text-area .category-ttl {
      border-bottom: 1px solid #ebebeb;
      letter-spacing: 0.04em;
      padding: 0 0 10px 0;
      margin-bottom: 15px; }
      .variation-sec-item li a .text-area .category-ttl span {
        display: inline-block; }
        .variation-sec-item li a .text-area .category-ttl span:after {
          display: inline-block;
          content: "／";
          margin: 0 2px;
          font-family: "Noto Sans CJK JP"; }
      .variation-sec-item li a .text-area .category-ttl h3 {
        font-weight: normal;
        display: inline-block; }
    .variation-sec-item li a .text-area .price {
      overflow: hidden;
      margin-bottom: 10px;
      color: #a6a5a5;
      line-height: 1; }
      .variation-sec-item li a .text-area .price span {
        display: block;
        float: left; }
      .variation-sec-item li a .text-area .price i {
        display: block;
        float: right;
        font-size: 12px; }

@media screen and (max-width: 768px) {
  .variation-sec h2 {
    margin-bottom: 40px;
    font-size: 25px; }
  .variation-sec-inner {
    padding: 60px 0 50px 0; }
    .variation-sec-inner .inner {
      width: 86%; }
  .variation-sec-tab {
    margin-bottom: 30px;
    font-size: 12px; }
    .variation-sec-tab li {
      margin: 0 15px; }
  .variation-sec-item li {
    overflow: hidden;
    width: 100%;
    margin: 0 0 20px 0;
    padding: 10px;
    background: #ffffff;
    float: none; }
    .variation-sec-item li:nth-child(2n) {
      margin: 0 0 20px 0; }
    .variation-sec-item li a .img-area {
      margin-bottom: 10px; }
    .variation-sec-item li a .text-area .category-ttl {
      font-size: 12px; } }

.news-sec {
  padding: 170px 0; }
  .news-sec .inner {
    width: 920px; }
  .news-sec-head {
    overflow: hidden; }
    .news-sec-head h2 {
      font-size: 34px;
      float: left; }
    .news-sec-head a {
      margin-top: 20px;
      display: block;
      float: right;
      font-size: 15px;
      color: #a6a5a5;
      opacity: 1;
      -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }
      .news-sec-head a:hover {
        opacity: 0.8;
        -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }
      .news-sec-head a i {
        display: inline-block;
        margin: 0 0 0 5px; }

@media screen and (max-width: 768px) {
  .news-sec {
    padding: 90px 0; }
    .news-sec .inner {
      width: 86%; }
    .news-sec-head h2 {
      font-size: 25px;
      float: left; }
    .news-sec-head a {
      margin-top: 11px;
      font-size: 14px; }
      .news-sec-head a i {
        display: inline-block;
        margin: 0 0 0 5px; } }

.news-sec ul li dl dd {
  padding: 0; }

.slider-wrap {
  margin-bottom: 170px; }
  .slider-wrap-list {
    overflow: hidden;
    margin: 0 15px; }

@media screen and (max-width: 768px) {
  .slider-wrap {
    margin-bottom: 90px; }
    .slider-wrap .inner {
      width: 100%; }
    .slider-wrap-list {
      overflow: hidden;
      margin: 0 5px; } }

/*# sourceMappingURL=../cssmap/index.css.map */
