<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*!
global &gt; color
------------------------------
*/
/*!
global &gt; font
------------------------------
*/
:root {
  --font-family-base: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.gara {
  font-family: garamond-premier-pro, serif;
  font-weight: 400;
  font-style: normal;
}

/*!
foundation &gt; reset
------------------------------
*/
/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/
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 {
  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;
}

/*!
foundation &gt; base
------------------------------
*/
/* font reset
---------------------------------------------------------- */
body, html {
  font: 16px/1.231 "ヒラギノ明朝 ProN W3", serif;
  font: 16px "ヒラギノ明朝 ProN W3", serif;
  *font-size: small;
  *font: x-small;
  width: 100%;
  height: auto;
  color: #000;
  -webkit-text-size-adjust: none;
  -ms-font-feature-settings: "normal";
  font-weight: 400;
}

#wrapper {
  width: 100%;
  overflow: hidden;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  vertical-align: top;
}

select, input, button, textarea {
  font: 99% arial, helvetica, clean, sans-serif;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

#yui3-css-stamp.cssfonts {
  display: none;
}

/***************************************
 * clear fix
****************************************/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.clearfix {
  display: inline-block;
  min-height: 1%; /* for IE 7 and MacIE5.5*/
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/***************************************
 共通css
****************************************/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: inherit;
}
a:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
button {
  color: inherit;
  cursor: pointer;
}
button:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

img {
  max-width: 100%;
  width: 100%;
}

html, body {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.75;
  color: #000000;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}
body.add_overray {
  overflow: hidden;
}

address {
  font-style: normal;
}

.sp {
  display: none;
}
@media screen and (max-width: 860px) {
  .sp {
    display: block;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 860px) {
  .pc {
    display: none;
  }
}

.mb {
  display: none;
}
@media screen and (max-width: 428px) {
  .mb {
    display: block;
  }
}

#wrapper {
  margin: 0 auto;
  position: relative;
}

/*!
utility &gt; utility
------------------------------
*/
.u-mb-em05 {
  margin-bottom: 0.5em;
}

.u-mb-em025 {
  margin-bottom: 0.25em;
}

.u-mb-em1 {
  margin-bottom: 1em;
}

.u-mb-em2 {
  margin-bottom: 2em;
}

.u-pb-05em {
  padding-bottom: 0.5em;
}

.u-txt-center {
  text-align: center;
}

.u-txt-right {
  text-align: right;
}

.u-sp_inline {
  display: none;
}
@media screen and (max-width: 860px) {
  .u-sp_inline {
    display: inline;
  }
}

.u-inlineBlock {
  display: inline-block;
}

.u-link1 {
  position: relative;
  display: block;
}
.u-link1:hover, .u-link1:active {
  -webkit-animation: scaleanim 1s infinite;
          animation: scaleanim 1s infinite;
}

@-webkit-keyframes scaleanim {
  0% {
    -webkit-transform: translate(0px, 0px) scale(100%);
            transform: translate(0px, 0px) scale(100%);
  }
  40% {
    -webkit-transform: translate(0, -5px) scale(101%);
            transform: translate(0, -5px) scale(101%);
  }
  100% {
    -webkit-transform: translate(0px, 0px) scale(100%);
            transform: translate(0px, 0px) scale(100%);
  }
}

@keyframes scaleanim {
  0% {
    -webkit-transform: translate(0px, 0px) scale(100%);
            transform: translate(0px, 0px) scale(100%);
  }
  40% {
    -webkit-transform: translate(0, -5px) scale(101%);
            transform: translate(0, -5px) scale(101%);
  }
  100% {
    -webkit-transform: translate(0px, 0px) scale(100%);
            transform: translate(0px, 0px) scale(100%);
  }
}
.u-link-fuwa:hover, .u-link-fuwa:active {
  -webkit-animation: scaleanim 1s infinite;
          animation: scaleanim 1s infinite;
}

.u-menu {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin: auto;
  max-width: 1400px;
}
@media screen and (max-width: 768px) {
  .u-menu {
    width: 90%;
    margin: auto;
  }
}
.u-menu .u-menu-item {
  width: 260px;
  margin: 0 10px 40px;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .u-menu .u-menu-item {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
  }
}
.u-menu figure {
  border: 1px solid #000;
  border-radius: 20px;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .u-menu figure {
    border: 1px solid #000;
    border-radius: 10px;
  }
}
.u-menu figure img {
  border-radius: 20px;
}
.u-menu figure::before {
  content: "";
  width: calc(100% - 46px);
  height: calc(100% - 10px);
  top: 5px;
  left: 23px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  z-index: 2;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .u-menu figure::before {
    width: calc(100% - 30px);
    height: calc(100% - 6px);
    top: 3px;
    left: 15px;
  }
}
.u-menu figure::after {
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 46px);
  top: 23px;
  left: 5px;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  z-index: 2;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .u-menu figure::after {
    width: calc(100% - 6px);
    height: calc(100% - 30px);
    top: 15px;
    left: 3px;
  }
}

.u-menu-num {
  font-size: 2.6rem;
  font-family: brandon-grotesque, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0.25em;
}
@media screen and (max-width: 768px) {
  .u-menu-num {
    font-size: 1.5rem;
  }
}

.u-menu-name {
  font-size: 2.2rem;
  font-family: brandon-grotesque, sans-serif;
  font-style: normal;
  font-weight: 700;
  margin-top: 0.5em;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .u-menu-name {
    font-size: 1.4rem;
  }
}

.u-menu-wrap {
  display: block;
}
@media screen and (max-width: 1130px) {
  .u-menu-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/*!
animation &gt; fadein
------------------------------
*/
/* スクロールCSS */
.fadeIn {
  opacity: 0;
  -webkit-transition-duration: 1000ms;
          transition-duration: 1000ms;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

.fadeIn-up {
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
}

.fadeIn-down {
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}

.fadeIn-left {
  -webkit-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
}

.fadeIn-right {
  -webkit-transform: translate(50px, 0);
          transform: translate(50px, 0);
}

.fadeIn.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* ファーストビューでのフェードイン */
.fade-first {
  opacity: 0;
  -webkit-animation-name: sample01;
          animation-name: sample01;
  -webkit-animation-duration: 6.5s;
          animation-duration: 6.5s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes sample01 {
  0%, 60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes sample01 {
  0%, 60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ナビのフェードイン */
.fade-navi {
  opacity: 0;
  -webkit-animation-name: navianime;
          animation-name: navianime;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes navianime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes navianime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*!
animation &gt; loading
------------------------------
*/
/* Loading背景画面設定 */
/* Spinner Wave */
.sp-wave {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  position: relative;
  opacity: 1;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.sp-wave:before, .sp-wave:after {
  content: "";
  border: 1px #50a0f0 solid;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
}

.sp-wave:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  opacity: 1;
  -webkit-animation: spWaveBe 0.6s infinite linear;
  animation: spWaveBe 0.6s infinite linear;
}

.sp-wave:after {
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  opacity: 0;
  -webkit-animation: spWaveAf 0.6s infinite linear;
  animation: spWaveAf 0.6s infinite linear;
}

@-webkit-keyframes spWaveAf {
  from {
    -webkit-transform: scale(0.5, 0.5);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1, 1);
    opacity: 1;
  }
}
@keyframes spWaveAf {
  from {
    -webkit-transform: scale(0.5, 0.5);
            transform: scale(0.5, 0.5);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
  }
}
@-webkit-keyframes spWaveBe {
  from {
    -webkit-transform: scale(1, 1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
    opacity: 0;
  }
}
@keyframes spWaveBe {
  from {
    -webkit-transform: scale(1, 1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
    opacity: 0;
  }
}
#loading-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99999;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#loading-wrapper.loaded {
  opacity: 0;
  visibility: hidden;
}

#loading-text {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #8fa7bf;
  text-align: center;
  font-family: brandon-grotesque, sans-serif;
  font-style: normal;
  font-size: 20px;
  font-weight: 700;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev {
  font-size: 0;
  width: 55px;
  height: 45px;
  position: absolute;
  left: 1%;
  bottom: -20px;
  background: url("../img/top/ico_arrow-01.svg") no-repeat center center;
  border: none;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .slick-prev {
    width: 44px;
    height: 36px;
    bottom: -18px;
  }
}

.slick-next {
  font-size: 0;
  width: 55px;
  height: 45px;
  position: absolute;
  right: 1%;
  bottom: -20px;
  background: url("../img/top/ico_arrow-02.svg") no-repeat center center;
  border: none;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .slick-next {
    width: 44px;
    height: 36px;
    bottom: -18px;
  }
}

/*!
component &gt; btn
------------------------------
*/
.c-btn-seeall {
  display: inline-block;
  width: 80%;
  max-width: 410px;
  height: 110px;
  margin-top: 60px;
  font-family: brandon-grotesque, sans-serif;
  font-style: normal;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .c-btn-seeall {
    margin-top: 30px;
    height: 80px;
  }
}

.c-btn-detail {
  display: block;
  position: absolute;
  width: 250px;
  height: 70px;
  bottom: -30px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .c-btn-detail {
    width: 175px;
    height: 49px;
    bottom: -25px;
  }
}
@media screen and (max-width: 768px) {
  .c-btn-detail {
    width: 150px;
    height: 42px;
  }
}

/*!
component &gt; title
------------------------------
*/
.c-title-allItem {
  color: #fff;
  font-family: brandon-grotesque, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 7rem;
  text-stroke: 2px #000;
  -webkit-text-stroke: 2px #000;
  line-height: 1;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  .c-title-allItem {
    font-size: 3.5rem;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 428px) {
  .c-title-allItem {
    text-stroke: 1px #000;
    -webkit-text-stroke: 1px #000;
  }
}
.c-title-allItem span {
  padding: 0 0 0.2em;
  position: relative;
}
.c-title-allItem span::before {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1em;
  background: url("../img/top/ico_tit-left.svg") no-repeat left bottom;
  position: absolute;
  left: -1.75em;
  top: 0.2em;
}
.c-title-allItem span::after {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1em;
  background: url("../img/top/ico_tit-right.svg") no-repeat right bottom;
  position: absolute;
  right: -1.75em;
  top: 0.2em;
}

.c-title-style {
  color: #fff;
  font-size: 6rem;
  font-family: brandon-grotesque, sans-serif;
  font-style: normal;
  line-height: 1;
  margin: 0 auto 30px;
  text-stroke: 1px #000;
  -webkit-text-stroke: 1px #000;
}
@media screen and (max-width: 768px) {
  .c-title-style {
    font-size: 3rem;
    margin: 0 auto 15px;
  }
}

.c-title-clb-blue {
  color: #00e7de;
  font-size: 4.6rem;
  font-family: brandon-grotesque, sans-serif;
  font-style: normal;
  line-height: 1;
  margin-bottom: 1.5em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-title-clb-blue {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 428px) {
  .c-title-clb-blue {
    font-size: 2rem;
  }
}
.c-title-clb-blue::before {
  content: "";
  background: url("../img/top/ico_block-01.svg") no-repeat left center;
  background-size: contain;
  width: 94px;
  height: 0.8em;
  display: inline-block;
  margin-right: 1em;
}
@media screen and (max-width: 768px) {
  .c-title-clb-blue::before {
    width: 2em;
    margin-right: 0.5em;
  }
}
.c-title-clb-blue::after {
  content: "";
  background: url("../img/top/ico_block-01.svg") no-repeat right center;
  background-size: contain;
  width: 94px;
  height: 0.8em;
  display: inline-block;
  margin-left: 1em;
}
@media screen and (max-width: 768px) {
  .c-title-clb-blue::after {
    width: 2em;
    margin-left: 0.5em;
  }
}

/*!
layout &gt; container
------------------------------
*/
.l-container {
  width: 90%;
  margin: auto;
}

.l-container-center {
  text-align: center;
  margin: auto;
}

/*!
layout &gt; header
------------------------------
*/
header {
  position: fixed;
  height: 80px;
  padding: 0;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10000;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  color: #000;
}
@media screen and (max-width: 768px) {
  header {
    height: 50px;
  }
}
header #gnav_btn {
  position: absolute;
  width: 70px;
  height: 52px;
  top: 0;
  left: 0;
  z-index: 10000;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  header #gnav_btn {
    width: 50px;
    height: 50px;
  }
}
header #gnav_btn span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 22px;
  height: 3px;
  background: #9de7f0;
  width: 45%;
}
@media screen and (max-width: 768px) {
  header #gnav_btn span {
    left: 14px;
  }
}
header #gnav_btn span:nth-of-type(1) {
  top: 24px;
}
@media screen and (max-width: 768px) {
  header #gnav_btn span:nth-of-type(1) {
    top: 15px;
  }
}
header #gnav_btn span:nth-of-type(2) {
  top: 32px;
}
@media screen and (max-width: 768px) {
  header #gnav_btn span:nth-of-type(2) {
    top: 23px;
  }
}
header #gnav_btn span:nth-of-type(3) {
  top: 40px;
}
@media screen and (max-width: 768px) {
  header #gnav_btn span:nth-of-type(3) {
    top: 31px;
  }
}
header #gnav_btn:hover span {
  background: #50a0f0;
}
header #gnav_btn.open {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
header #gnav_btn.open span {
  background: #50a0f0;
}
header #gnav_btn.open span:nth-of-type(1) {
  top: 28px;
  left: 20px;
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
  width: 45%;
}
@media screen and (max-width: 768px) {
  header #gnav_btn.open span:nth-of-type(1) {
    left: 14px;
    top: 18px;
  }
}
header #gnav_btn.open span:nth-of-type(2) {
  opacity: 0;
}
header #gnav_btn.open span:nth-of-type(3) {
  top: 40px;
  left: 20px;
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
  width: 45%;
}
@media screen and (max-width: 768px) {
  header #gnav_btn.open span:nth-of-type(3) {
    top: 30px;
    left: 14px;
  }
}
header #gnav_btn.open:hover span {
  background: #000;
}
header nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  overflow-y: scroll;
  color: #000;
  height: 100%;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  header nav {
    bottom: 0;
  }
}
header nav h1 {
  width: 530px;
  padding-top: 80px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  header nav h1 {
    width: 70%;
    margin: 0 auto 35px;
  }
}
header nav #nav_back {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 35px 0 60px;
}
header nav #nav_back a {
  margin-bottom: 25px;
  display: block;
}
header nav #nav_back a img {
  width: 158px;
}
header nav #nav_back .outside {
  padding: 10px 50px;
  border: 1px solid #fff;
  margin: 0 auto;
  display: block;
  width: 20%;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  header nav #nav_back .outside {
    width: 60%;
  }
}
header .gnav-item {
  text-align: center;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  header .gnav-item {
    padding-bottom: 60px;
  }
}
header .gnav-item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 3rem;
  font-family: brandon-grotesque, sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  header .gnav-item-list {
    font-size: 2rem;
    display: block;
    margin-bottom: 50px;
  }
}
header .gnav-item-list li {
  margin: 0 1.5em 0.5em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  header .gnav-item-list li {
    margin: 0 auto 0.75em;
  }
}
header .gnav-item-list li a {
  display: block;
  border-bottom: 2px solid #000;
}
@media screen and (max-width: 768px) {
  header .gnav-item-list li a {
    display: inline-block;
  }
}

/*!
layout &gt; footer
------------------------------
*/
#glamb {
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#glamb .glamb_inner {
  width: 88%;
  max-width: 900px;
  margin: 0 auto 0;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  #glamb .glamb_inner {
    margin: 0 auto 0;
  }
}
#glamb .glamb_inner .glamb_detail {
  padding: 50px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
  margin-bottom: 40px;
  line-height: 2;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  #glamb .glamb_inner .glamb_detail {
    padding: 30px 0;
    display: block;
    margin-bottom: 70px;
  }
}
#glamb .glamb_inner .glamb_detail img {
  padding: 0 40px;
  width: 220px;
}
@media screen and (max-width: 768px) {
  #glamb .glamb_inner .glamb_detail img {
    padding: 0 0 25px;
    width: 110px;
    display: block;
    margin: 0 auto;
  }
}
#glamb .glamb_ext {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  #glamb .glamb_ext {
    width: 100%;
  }
}

#map h3 {
  position: relative;
  width: 277px;
  margin: 0 auto;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  #map h3 {
    width: 110px;
  }
}
#map .iframe {
  width: 100%;
  margin: -138px auto -10px;
}
@media screen and (max-width: 768px) {
  #map .iframe {
    height: 500px;
    margin: -55px auto -10px;
  }
}
#map .iframe .mono {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

#footer {
  background: #000;
  background-size: cover;
  color: #fff;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #footer {
    background-size: contain;
  }
}
#footer .footer_inner {
  margin: 0 auto 0;
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  #footer .footer_inner {
    margin: 0 auto;
    padding-top: 40px;
  }
}
#footer .footer_inner .shop {
  width: 88%;
  max-width: 900px;
  margin: 0 auto;
}
#footer .footer_inner .shop ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 30px 0 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  #footer .footer_inner .shop ul {
    display: block;
    padding: 0;
  }
}
#footer .footer_inner .shop ul li {
  border-left: 1px solid #fff;
  padding: 5px 20px;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  #footer .footer_inner .shop ul li {
    margin-bottom: 20px;
    width: 100%;
  }
}
#footer .footer_inner .shop ul li:first-child {
  border-left: none;
  padding-right: 0;
}
#footer .footer_inner .shop ul li.flag {
  width: 18%;
  font-size: 1.4rem;
  padding-left: 0;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  #footer .footer_inner .shop ul li.flag {
    width: 100%;
    margin-bottom: 30px;
  }
}
#footer .footer_inner .shop ul li h3 {
  font-size: 2rem;
  margin-bottom: 20px;
  letter-spacing: 2px;
}
#footer .footer_inner .shop ul li p {
  margin-bottom: 10px;
}
#footer .footer_inner .shop ul li p:last-child {
  margin-bottom: 0;
}
#footer .footer_inner .shop ul li a {
  padding: 5px 5px 5px 6px;
  border: 1px solid #fff;
  margin-left: 10px;
  color: #fff;
  font-size: 1.2rem;
}
#footer .footer_inner .shop .shop_tel {
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.2rem;
  text-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #footer .footer_inner .shop .shop_tel {
    width: 100%;
    display: block;
    font-size: 1.4rem;
  }
}
#footer .footer_inner .shop .shop_tel a {
  width: 48%;
  padding: 20px 10px;
  line-height: 1.2;
  background: #333;
}
@media screen and (max-width: 768px) {
  #footer .footer_inner .shop .shop_tel a {
    width: 100%;
    margin-bottom: 10px;
    display: block;
    padding: 10px;
  }
}
#footer .footer_inner .shop .shop_tel a img {
  width: 20px;
  margin-right: 8px;
  margin-top: 1px;
}
@media screen and (max-width: 768px) {
  #footer .footer_inner .shop .shop_tel a img {
    width: 13px;
    margin-right: 6px;
    margin-top: 0;
  }
}
#footer .footer_inner .shop .shop_tel a:nth-child(2) img {
  width: 24px;
  margin-right: 8px;
  margin-top: 3px;
}
@media screen and (max-width: 768px) {
  #footer .footer_inner .shop .shop_tel a:nth-child(2) img {
    width: 15px;
    margin-top: 1px;
  }
}
#footer .footer_inner .footer_2box {
  margin: 80px auto 70px;
}
@media screen and (max-width: 768px) {
  #footer .footer_inner .footer_2box {
    margin: 95px auto 60px;
  }
}
#footer .footer_inner .footer_2box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  #footer .footer_inner .footer_2box ul {
    display: block;
  }
}
#footer .footer_inner .footer_2box ul li {
  width: 50%;
  background: #333;
}
#footer .footer_inner .footer_2box ul li:first-child {
  border-right: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  #footer .footer_inner .footer_2box ul li:first-child {
    border-right: none;
  }
}
@media screen and (max-width: 768px) {
  #footer .footer_inner .footer_2box ul li {
    width: 93.333%;
    margin: 0 auto 10px;
  }
  #footer .footer_inner .footer_2box ul li:last-child {
    margin-bottom: 0;
  }
}
#footer .footer_inner .footer_2box ul li figure {
  position: relative;
}
#footer .footer_inner .footer_2box ul li h3 {
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  padding: 10px 20px 10px 24px;
  font-size: 3rem;
  font-family: brandon-grotesque, sans-serif;
  font-style: normal;
  line-height: 1;
  color: #000;
  letter-spacing: 1rem;
}
@media screen and (max-width: 768px) {
  #footer .footer_inner .footer_2box ul li h3 {
    top: 0;
    left: 50%;
    font-size: 1.8rem;
    letter-spacing: 0.5rem;
    padding: 8px 12px 6px 15px;
  }
}
#footer .footer_inner .footer_2box ul li p {
  width: 83%;
  margin: 0 auto;
  padding: 45px 0 70px;
}
@media screen and (max-width: 768px) {
  #footer .footer_inner .footer_2box ul li p {
    font-size: 1.2rem;
    padding: 25px 0;
  }
}
#footer .footer_inner .footer_2box ul li.shop_info p {
  padding: 45px 0;
}
@media screen and (max-width: 768px) {
  #footer .footer_inner .footer_2box ul li.shop_info p {
    padding: 25px 0;
  }
}
#footer .footer_inner .footer_2box ul li.shop_info p.shop_info-link {
  text-align: center;
  padding: 0 0 50px;
}
@media screen and (max-width: 768px) {
  #footer .footer_inner .footer_2box ul li.shop_info p.shop_info-link {
    padding: 0 0 25px;
  }
}
#footer .footer_inner .footer_2box ul li.shop_info p.shop_info-link a {
  color: #fff;
  display: inline-block;
  min-width: 86%;
  padding: 1em 2em;
  border: 1px solid #fff;
}
#footer .footer_inner .sns {
  border: 1px solid #8b806e;
  text-align: center;
  position: relative;
  width: 88%;
  max-width: 900px;
  margin: 0 auto;
}
#footer .footer_inner .sns article {
  border: 1px solid #8b806e;
  margin: 0.25% auto;
  width: 99.5%;
  padding: 60px;
}
@media screen and (max-width: 768px) {
  #footer .footer_inner .sns article {
    padding: 25px 25px 15px;
  }
}
#footer .footer_inner .sns h3 {
  font-size: 5.2rem;
  line-height: 1;
  letter-spacing: 0.1em;
  background: #000;
  padding: 0 20px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #8b806e;
}
@media screen and (max-width: 768px) {
  #footer .footer_inner .sns h3 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  #footer .footer_inner .sns p {
    font-size: 1.2rem;
  }
}
#footer .footer_inner .sns .link_app {
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 40px;
  color: #8b806e;
  position: relative;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  #footer .footer_inner .sns .link_app {
    margin-top: 40px;
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
}
#footer .footer_inner .sns .link_app::after {
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  background: #fff;
  width: 50px;
  height: 1px;
}
@media screen and (max-width: 768px) {
  #footer .footer_inner .sns .link_app::after {
    top: -20px;
  }
}
#footer .footer_inner .sns .link_icos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 80%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  #footer .footer_inner .sns .link_icos {
    width: 70%;
  }
}
#footer .footer_inner .sns .link_icos li a {
  display: block;
}
#footer .footer_inner .sns .link_icos li:nth-child(1) img, #footer .footer_inner .sns .link_icos li:nth-child(2) img, #footer .footer_inner .sns .link_icos li:nth-child(4) img, #footer .footer_inner .sns .link_icos li:nth-child(6) img {
  width: 48px;
}
#footer .footer_inner .sns .link_icos li:nth-child(3) img, #footer .footer_inner .sns .link_icos li:nth-child(5) img {
  width: 40px;
}
@media screen and (max-width: 768px) {
  #footer .footer_inner .sns .link_icos li {
    margin-bottom: 20px;
    width: 33.333%;
  }
}
#footer .footer_inner .footer_content {
  width: 88%;
  max-width: 900px;
  padding: 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  margin: 35px auto 35px;
  border: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  #footer .footer_inner .footer_content {
    padding: 4%;
  }
}
#footer .footer_inner .footer_content h4 {
  width: 14%;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  #footer .footer_inner .footer_content h4 {
    width: 40%;
    padding-left: 0.5em;
  }
}
#footer .footer_inner .footer_content ul {
  padding: 0 6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 86%;
}
@media screen and (max-width: 768px) {
  #footer .footer_inner .footer_content ul {
    width: 60%;
    display: block;
  }
}
#footer .footer_inner .footer_content ul li {
  width: 25%;
}
@media screen and (max-width: 768px) {
  #footer .footer_inner .footer_content ul li {
    width: 100%;
  }
}
#footer .footer_inner .footer_logo {
  text-align: center;
  margin: 60px auto 25px;
  width: 116px;
}
#footer .footer_inner .footer_copy {
  text-align: center;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  #footer .footer_inner .footer_copy {
    font-size: 1.1rem;
  }
}

/*!
page &gt; top
------------------------------
*/
.top-main {
  position: relative;
  z-index: 2;
}
.top-main aside {
  color: #fff;
  position: absolute;
  bottom: 1em;
  right: 25px;
  font-family: brandon-grotesque, sans-serif;
  font-style: normal;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .top-main aside {
    color: #000;
    right: 3%;
    font-size: 1rem;
  }
}

.top-collabo {
  text-align: center;
  color: #000;
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding: 25px 0 140px;
}
@media screen and (max-width: 768px) {
  .top-collabo {
    padding: 10px 0 70px;
  }
}
.top-collabo .top-collabo-tit-wrap {
  text-align: center;
  color: #fff;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-radius: 0 0 36px 36px;
  position: relative;
  padding-bottom: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .top-collabo .top-collabo-tit-wrap {
    padding-bottom: 12px;
    border-radius: 0 0 18px 18px;
  }
}
.top-collabo .top-collabo-tit-wrap::after {
  content: "";
  width: calc(100% + 20px);
  height: 100%;
  top: 10px;
  left: -10px;
  position: absolute;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-radius: 0 0 37px 37px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .top-collabo .top-collabo-tit-wrap::after {
    width: calc(100% + 10px);
    top: 5px;
    left: -5px;
    border-radius: 0 0 19px 19px;
  }
}
.top-collabo .top-collabo-tit {
  font-family: brandon-grotesque, sans-serif;
  font-style: normal;
  text-stroke: 1px #000;
  -webkit-text-stroke: 1px #000;
  font-weight: 700;
  font-size: 6rem;
  line-height: 1;
  margin-bottom: 0.25em;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .top-collabo .top-collabo-tit {
    font-size: 4rem;
  }
}
@media screen and (max-width: 428px) {
  .top-collabo .top-collabo-tit {
    font-size: 3rem;
  }
}
.top-collabo .top-collabo-logo {
  max-width: 252px;
  width: 45%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .top-collabo .top-collabo-logo {
    max-width: 220px;
  }
}

.top-collabo-txt {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  font-size: 2rem;
  line-height: 2;
  margin: 45px auto 0;
}
@media screen and (max-width: 768px) {
  .top-collabo-txt {
    font-size: 1.5rem;
    margin: 25px auto 0;
  }
}
@media screen and (max-width: 428px) {
  .top-collabo-txt {
    font-size: 1.3rem;
    margin: 20px auto 0;
  }
}
.top-collabo-txt span {
  display: inline-block;
}

.top-collabo-inner {
  width: 86%;
  max-width: 800px;
  margin: 0 auto 90px;
}
@media screen and (max-width: 768px) {
  .top-collabo-inner {
    margin: 0 auto 45px;
  }
}

.top-gallery {
  margin: 0 auto 90px;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-gallery {
    margin: 0 auto 45px;
  }
}

.top-gallery-tit {
  position: absolute;
  left: 0;
  top: -38px;
  width: 8.3%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .top-gallery-tit {
    top: -19px;
  }
}

.top-gallery-01 {
  position: relative;
  z-index: 1;
}
.top-gallery-01 figure {
  width: 93.3%;
  margin: 0 0 0 auto;
}
.top-gallery-01::before {
  content: "";
  width: 100%;
  height: 80%;
  background-color: #40051a;
  position: absolute;
  z-index: -1;
}

.top-gallery-02 {
  margin: 120px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 83%;
}
@media screen and (max-width: 768px) {
  .top-gallery-02 {
    margin: 60px auto;
  }
}
@media screen and (max-width: 428px) {
  .top-gallery-02 {
    margin: 40px auto;
  }
}
.top-gallery-02 figure {
  width: 48.4%;
}
.top-gallery-02 figure:first-child {
  margin-top: 15%;
}

.top-gallery-03 {
  background-color: #000;
}

.top-gallery-04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  margin: 0 auto;
  padding: 110px 0 0;
}
@media screen and (max-width: 768px) {
  .top-gallery-04 {
    padding: 50px 0 0;
  }
}
.top-gallery-04 figure {
  width: 36.4%;
}
.top-gallery-04 figure:first-child {
  width: 53.3%;
  border: 15px solid #fff;
  margin-right: 3.9%;
  margin-bottom: 10%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-gallery-04 figure:first-child {
    border: 7px solid #fff;
  }
}
.top-gallery-04 figure:first-child::before {
  content: "";
  background-color: rgba(80, 160, 240, 0.2);
  width: 100%;
  height: 80%;
  left: calc(100% + 15px);
  top: 20%;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .top-gallery-04 figure:first-child::before {
    left: calc(100% + 7px);
  }
}
.top-gallery-04::before {
  content: "";
  background-color: #000;
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  top: 0;
}

.top-gallery-05 {
  margin: 90px auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-gallery-05 {
    margin: 45px auto;
  }
}
.top-gallery-05 figure {
  width: 70%;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .top-gallery-05 figure {
    margin-bottom: 30px;
  }
}
.top-gallery-05 figure:nth-of-type(2) {
  margin-bottom: 0;
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .top-gallery-05 figure:nth-of-type(2) {
    margin-bottom: 0;
  }
}
.top-gallery-05::before {
  content: "";
  position: absolute;
  width: 68%;
  height: 68%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: rgba(169, 187, 191, 0.5);
}

.top-product {
  margin: 0 auto;
  position: relative;
}
.top-product.ho01_02 {
  padding-bottom: 140px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  background: -ms-linear-gradient(-45deg, rgb(227, 136, 151) 0%, rgb(232, 175, 170) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#E38897', endColorstr='#E8AFAA' ,GradientType=0)";
  background: linear-gradient(135deg, rgb(227, 136, 151) 0%, rgb(232, 175, 170) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#E38897",endColorstr="#E8AFAA" , GradientType=1);
}
.top-product.ho01_02::before {
  content: "";
  background: url("../img/top/img_ho01-bg.svg") no-repeat right top;
  background-size: contain;
  width: 56.7%;
  height: 100%;
  position: absolute;
  display: block;
  right: -0.5px;
  top: -0.5px;
}
.top-product.ho01_02::after {
  content: "";
  background: url("../img/top/img_ho02-bg2.svg") no-repeat left bottom;
  background-size: contain;
  width: 6.7%;
  height: 50%;
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
}
@media screen and (max-width: 768px) {
  .top-product.ho01_02 {
    padding-bottom: 70px;
  }
}
.top-product.ho03_04 {
  padding-bottom: 130px;
}
@media screen and (max-width: 768px) {
  .top-product.ho03_04 {
    padding-bottom: 70px;
  }
}
.top-product.ho05_06 {
  color: #fff;
  background: -ms-linear-gradient(128deg, rgb(187, 125, 179) 0%, rgb(130, 182, 227) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#BB7DB3', endColorstr='#82B6E3' ,GradientType=0)";
  background: linear-gradient(-38deg, rgb(187, 125, 179) 0%, rgb(130, 182, 227) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#BB7DB3",endColorstr="#82B6E3" , GradientType=1);
  padding-bottom: 130px;
}
@media screen and (max-width: 768px) {
  .top-product.ho05_06 {
    padding-bottom: 70px;
  }
}
.top-product.ho07_08 {
  padding: 120px 0 0;
}
@media screen and (max-width: 768px) {
  .top-product.ho07_08 {
    padding: 60px 0 0;
  }
}
.top-product.ho07_08 .top-product-block {
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .top-product.ho07_08 .top-product-block {
    padding-bottom: 60px;
  }
}

.top-product-item {
  position: relative;
}
.top-product-item.ho01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  .top-product-item.ho01 {
    margin: 0 auto 50px;
  }
}
.top-product-item.ho01 .top-product-main1 {
  width: 50%;
}
.top-product-item.ho01 .top-product-main2 {
  width: 21.6%;
}
.top-product-item.ho01 .top-product-name {
  width: 11.6%;
  right: 20.2%;
  bottom: 0;
}
.top-product-item.ho01 .top-product-ch {
  width: 20%;
  right: 0;
  bottom: -10px;
}
.top-product-item.ho02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: url("../img/top/img_ho02-bg1.svg") no-repeat left top;
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  .top-product-item.ho02 {
    margin: 0 auto 50px;
  }
}
.top-product-item.ho02 .top-product-main {
  width: 50%;
}
.top-product-item.ho02 .top-product-main:first-child {
  text-align: right;
  margin-top: 21%;
}
.top-product-item.ho02 .top-product-main:first-child img {
  width: 69.9%;
  height: auto;
  margin: 0 0 0 auto;
}
.top-product-item.ho02 .top-product-main:nth-child(2) img {
  width: 93.3%;
}
.top-product-item.ho02 .top-product-name {
  width: 51.1%;
  top: 8%;
  left: 0;
  mix-blend-mode: multiply;
  opacity: 0.46;
}
.top-product-item.ho03 {
  background-color: #fff;
  padding-top: 110px;
  margin: 0 auto 90px;
}
@media screen and (max-width: 768px) {
  .top-product-item.ho03 {
    padding-top: 10%;
    margin: 0 auto 45px;
  }
}
.top-product-item.ho03::before {
  content: "";
  background: url("../img/top/img_ho03-bg.svg") no-repeat left top;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
}
@media screen and (max-width: 428px) {
  .top-product-item.ho03::before {
    top: 60%;
  }
}
.top-product-item.ho03 .top-product-main {
  margin: 0 auto;
  width: 53.3%;
}
@media screen and (max-width: 428px) {
  .top-product-item.ho03 .top-product-main {
    width: 66%;
  }
}
.top-product-item.ho03 .top-product-ch {
  width: 29.3%;
  bottom: -30px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .top-product-item.ho03 .top-product-ch {
    bottom: -15px;
  }
}
.top-product-item.ho03 .top-product-name {
  width: 100%;
  top: 1px;
  left: 0;
  mix-blend-mode: multiply;
}
.top-product-item.ho04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 90px;
}
@media screen and (max-width: 768px) {
  .top-product-item.ho04 {
    margin: 0 auto 45px;
  }
}
.top-product-item.ho04 .top-product-main {
  width: 50%;
}
.top-product-item.ho04 .top-product-name {
  width: 44.9%;
  right: 0;
  bottom: 0;
  opacity: 0.7;
}
.top-product-item.ho05 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: url("../img/top/img_ho05-bg.svg") no-repeat right top;
  background-size: contain;
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  .top-product-item.ho05 {
    margin: 0 auto 50px;
  }
}
.top-product-item.ho05 .top-product-main1 {
  margin-top: 15%;
  width: 21.3%;
  margin-left: 3%;
  margin-right: 1.3%;
}
.top-product-item.ho05 .top-product-main2 {
  margin-top: 15%;
  width: 21.3%;
  margin-right: 3%;
}
.top-product-item.ho05 .top-product-main3 {
  width: 50%;
}
.top-product-item.ho05 .top-product-name {
  width: 41.3%;
  top: 67%;
  left: 3%;
}
.top-product-item.ho05 .top-product-ch {
  width: 23.3%;
  left: 39%;
  bottom: -4%;
}
.top-product-item.ho06 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .top-product-item.ho06 {
    padding-bottom: 50px;
  }
}
.top-product-item.ho07 {
  background: url("../img/top/img_ho07-bg.svg") no-repeat center bottom;
  background-size: contain;
}
.top-product-item.ho07 .top-product-main {
  width: 57.3%;
  margin: auto;
}
.top-product-item.ho07 .top-product-name {
  width: 102.8%;
  left: -1.4%;
  bottom: -12%;
  mix-blend-mode: exclusion;
  opacity: 0.46;
}
.top-product-item.ho08 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.top-product-item.ho08 .top-product-main {
  width: 40%;
  margin-left: 1%;
}
.top-product-item.ho08 .top-product-ch {
  width: 24%;
  left: 0;
  bottom: -4%;
}

.top-product-name, .top-product-ch {
  position: absolute;
}

.top-product-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1180px;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 1130px) {
  .top-product-block {
    display: block;
    margin: 0 auto;
  }
}
.top-product-block.left {
  margin: 0 auto 120px;
}
@media screen and (max-width: 1130px) {
  .top-product-block.left {
    margin: 0 auto 60px;
  }
}
.top-product-block.left.ho07 {
  margin: 0 auto;
}
.top-product-block.left .c-btn-detail {
  left: -40px;
}
@media screen and (max-width: 1130px) {
  .top-product-block.left .c-btn-detail {
    left: auto;
    right: -7%;
  }
}
.top-product-block.right .top-product-image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.top-product-block.right .top-product-detail {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.top-product-block.right .c-btn-detail {
  right: -40px;
}
@media screen and (max-width: 1130px) {
  .top-product-block.right .c-btn-detail {
    right: -7%;
  }
}
.top-product-block.ho07 {
  padding-top: 120px;
  background-color: #e1faff;
}
@media screen and (max-width: 768px) {
  .top-product-block.ho07 {
    padding-top: 60px;
  }
}
.top-product-block.ho08 {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .top-product-block.ho08 {
    padding-top: 50px;
  }
}

.top-product-image {
  width: 47.5%;
  position: relative;
}
@media screen and (max-width: 1130px) {
  .top-product-image {
    width: 80%;
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 428px) {
  .top-product-image {
    width: 100%;
  }
}
.top-product-image figure {
  border: 1px solid #000;
  border-radius: 40px;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-product-image figure {
    border: 1px solid #000;
    border-radius: 20px;
  }
}
.top-product-image figure img {
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  .top-product-image figure img {
    border-radius: 20px;
  }
}
.top-product-image figure::before {
  content: "";
  width: calc(100% - 100px);
  height: calc(100% - 20px);
  top: 10px;
  left: 50px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  z-index: 2;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .top-product-image figure::before {
    width: calc(100% - 50px);
    height: calc(100% - 10px);
    top: 5px;
    left: 25px;
  }
}
.top-product-image figure::after {
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 100px);
  top: 50px;
  left: 10px;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  z-index: 2;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .top-product-image figure::after {
    width: calc(100% - 10px);
    height: calc(100% - 50px);
    top: 25px;
    left: 5px;
  }
}

.top-product-detail {
  width: 47.9%;
}
@media screen and (max-width: 1130px) {
  .top-product-detail {
    width: 100%;
  }
}

.top-product-num {
  font-family: brandon-grotesque, sans-serif;
  font-style: normal;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
  margin-bottom: 0.1em;
}
@media screen and (max-width: 768px) {
  .top-product-num {
    font-size: 1.8rem;
  }
}

.top-product-tit {
  font-family: brandon-grotesque, sans-serif;
  font-style: normal;
  font-size: 6rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.1em;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .top-product-tit {
    font-size: 3rem;
  }
}

.top-product-kana {
  font-size: 2rem;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .top-product-kana {
    font-size: 1.3rem;
  }
}

.top-product-size {
  font-family: brandon-grotesque, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 1.5;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .top-product-size {
    font-size: 1.5rem;
  }
}

.top-product-txt {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .top-product-txt {
    font-size: 1.2rem;
  }
}

.top-product-wrap07 {
  background-color: #e1faff;
}

.top-product-wrap08 {
  background: -ms-linear-gradient(110deg, rgb(225, 250, 255) 23%, rgb(255, 255, 255) 52%, rgb(225, 250, 255) 85%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#E1FAFF', endColorstr='#E1FAFF' ,GradientType=0)";
  background: linear-gradient(-20deg, rgb(225, 250, 255) 23%, rgb(255, 255, 255) 52%, rgb(225, 250, 255) 85%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#E1FAFF",endColorstr="#E1FAFF" , GradientType=1);
}

#style {
  color: #000;
  background-color: #fff;
  background-size: cover;
  text-align: center;
  padding: 70px 0 130px;
}
@media screen and (max-width: 768px) {
  #style {
    padding: 40px 0 65px;
  }
}
#style .top-style-clb {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  #style .top-style-clb {
    margin-top: 60px;
  }
}
/*# sourceMappingURL=style.css.map */</pre></body></html>