<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document ========================================================================== */
/** 1. Correct the line height in all browsers. 2. Prevent adjustments of font size after orientation changes in iOS. */
html {
  line-height: 1.15; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections ========================================================================== */
/** Remove the margin in all browsers. */
body {
  margin: 0;
}
/** Correct the font size and margin on `h1` elements within `section` and `article` contexts in Chrome, Firefox, and Safari. */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content ========================================================================== */
/** 1. Add the correct box sizing in Firefox. 2. Show the overflow in Edge and IE. */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */
}
/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
pre {
  font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */
}
/* Text-level semantics ========================================================================== */
/** Remove the gray background on active links in IE 10. */
a {
  background-color: transparent;
}
/** 1. Remove the bottom border in Chrome 57- 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
abbr[title] {
  border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}
/** Add the correct font weight in Chrome, Edge, and Safari. */
b, strong {
  font-weight: bolder;
}
/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
code, kbd, samp {
  font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */
}
/** Add the correct font size in all browsers. */
small {
  font-size: 80%;
}
/** Prevent `sub` and `sup` elements from affecting the line height in all browsers. */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content ========================================================================== */
/** Remove the border on images inside links in IE 10. */
img {
  border-style: none;
}
/* Forms ========================================================================== */
/** 1. Change the font styles in all browsers. 2. Remove the margin in Firefox and Safari. */
button, input, optgroup, select, textarea {
  font-family: inherit; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */
}
/** Show the overflow in IE. 1. Show the overflow in Edge. */
button, input { /* 1 */ overflow: visible;
}
/** Remove the inheritance of text transform in Edge, Firefox, and IE. 1. Remove the inheritance of text transform in Firefox. */
button, select { /* 1 */ text-transform: none;
}
/** Correct the inability to style clickable types in iOS and Safari. */
button, [type='button'], [type='reset'], [type='submit'] {
  -webkit-appearance: button;
}
/** Remove the inner border and padding in Firefox. */
button::-moz-focus-inner, [type='button']::-moz-focus-inner, [type='reset']::-moz-focus-inner, [type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/** Restore the focus styles unset by the previous rule. */
button:-moz-focusring, [type='button']:-moz-focusring, [type='reset']:-moz-focusring, [type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/** Correct the padding in Firefox. */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/** 1. Correct the text wrapping in Edge and IE. 2. Correct the color inheritance from `fieldset` elements in IE. 3. Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers. */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */
}
/** Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress {
  vertical-align: baseline;
}
/** Remove the default vertical scrollbar in IE 10+. */
textarea {
  overflow: auto;
}
/** 1. Add the correct box sizing in IE 10. 2. Remove the padding in IE 10. */
[type='checkbox'], [type='radio'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */ padding: 0; /* 2 */
}
/** Correct the cursor style of increment and decrement buttons in Chrome. */
[type='number']::-webkit-inner-spin-button, [type='number']::-webkit-outer-spin-button {
  height: auto;
}
/** 1. Correct the odd appearance in Chrome and Safari. 2. Correct the outline style in Safari. */
[type='search'] {
  -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */
}
/** Remove the inner padding in Chrome and Safari on macOS. */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
/** 1. Correct the inability to style clickable types in iOS and Safari. 2. Change font properties to `inherit` in Safari. */ ::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */
}
/* Interactive ========================================================================== */
/* Add the correct display in Edge, IE 10+, and Firefox. */
details {
  display: block;
}
/* Add the correct display in all browsers. */
summary {
  display: list-item;
}
/* Misc ========================================================================== */
/** Add the correct display in IE 10+. */
template {
  display: none;
}
/** Add the correct display in IE 10. */
[hidden] {
  display: none;
}
/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Mixins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
body {
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  color: black;
  line-height: 1.8;
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow-x: hidden;
  background-color: white;
}
a {
  display: inline-block;
  color: black;
  text-decoration: none;
}
a img {
  outline: none;
  border: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
a:hover {
  color: #666;
}
a:hover img {
  opacity: 0.7;
}
a, a img, button {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: #000 0 0 0;
  box-shadow: #000 0 0 0;
}
a[href^='tel:'] {
  cursor: default;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
iframe, figure {
  max-width: 100%;
}
table {
  border-collapse: collapse;
}
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
input, textarea, select, button {
  font-size: 1em;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 576px) {
  input, textarea, select, button {
    font-size: 16px;
  }
}
select::-ms-expand {
  display: none;
}
textarea {
  resize: vertical;
}
div:focus {
  outline: none;
}
.clearfix:after {
  height: 0;
  content: '';
  display: block;
  clear: both;
  visibility: hidden;
}
/*---------------------------------------------
Header
---------------------------------------------*/
.header {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  z-index: 99 !important;
}
.header__inner {
  width: 100%;
  max-width: 1664px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 135px;
}
@media (max-width: 576px) {
  .header__inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.header__logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0;
  line-height: 1;
}
.header__logo a img {
  width: 250px;
  height: auto;
}
@media (max-width: 1457px) {
  .header__logo a img {
    width: 200px;
    height: auto;
  }
}
@media (max-width: 1380px) {
  .header__logo a img {
    width: 150px;
    height: auto;
  }
}
@media (max-width: 1208px) {
  .header__logo a img {
    width: 120px;
    height: auto;
  }
}
.header__logo a:hover img {
  opacity: 1;
}
.header__nav {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__nav__main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.header__nav__main li {
  margin: 0 10px;
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}
@media (max-width: 1457px) {
  .header__nav__main li {
    font-size: 1.5rem;
  }
}
@media (max-width: 1405px) {
  .header__nav__main li {
    font-size: 1.4rem;
  }
}
@media (max-width: 1208px) {
  .header__nav__main li {
    font-size: 1.3rem;
  }
}
.header__nav__search {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  margin-left: 60px;
}
.header__nav__search input {
  width: 150px;
  padding-right: 20px;
  border: none;
  border-bottom: 1px solid black;
}
.header__nav__search input:focus {
  outline: none;
}
.header__nav__search button {
  position: absolute;
  bottom: 3px;
  right: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  outline: none;
}
.header__nav__search button img {
  width: 12px;
}
.header__nav__link {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 35px;
}
.header__nav__link a {
  display: inline-block;
  margin-left: 15px;
}
@media (max-width: 1312px) {
  .header__nav__link &gt; a {
    width: 30px;
    display: inline-block;
    margin-left: 15px;
  }
}
@media (max-width: 1288px) {
  .header__nav__link &gt; a {
    width: 25px;
    display: inline-block;
    margin-left: 15px;
  }
}
@media (max-width: 1231px) {
  .header__nav__link &gt; a {
    width: 20px;
    display: inline-block;
    margin-left: 10px;
  }
}
@media (max-width: 1133px) {
  .header__nav {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .header__nav__main {
    display: none;
  }
  .header__nav__search {
    display: none;
  }
  .header__nav__link__ {
    display: none !important;
  }
  .header__nav__link__user {
    display: none !important;
  }
}
@media (max-width: 980px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  }
  .header__inner {
    height: 80px;
  }
  .header__logo a img {
    width: auto;
    height: 40px;
  }
}
@media (max-width: 576px) {
  .header__inner {
    height: 60px;
  }
  .header__logo a img {
    height: 30px;
  }
}
.drawer__open {
  display: none;
}
@media (max-width: 1133px) {
  .drawer__open {
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-left: 25px;
    padding: 0;
    background: transparent;
    border: none;
    outline: none;
  }
  .drawer__open img {
    width: 24px;
    height: auto;
  }
}
/*---------------------------------------------
Drawer menu
---------------------------------------------*/
.drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99999;
  width: 320px;
  height: 100%;
  padding: 50px 20px;
  background-color: white;
  -webkit-transform: translateX(320px);
  transform: translateX(320px);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  overflow-y: auto;
}
.drawer__close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  outline: none;
}
.drawer__close img {
  width: 20px;
  height: auto;
}
.drawer__link {
  margin-bottom: 20px;
}
.drawer__link a {
  display: inline-block;
  margin-right: 40px;
}
.drawer__search {
  position: relative;
  margin-bottom: 40px;
}
.drawer__search input {
  width: 100%;
  padding-right: 20px;
  border: none;
  border-bottom: 2px solid black;
}
.drawer__search input:focus {
  outline: none;
  border-bottom: 2px solid navy;
}
.drawer__search button {
  position: absolute;
  bottom: 5px;
  right: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  background: transparent;
  border: none;
  outline: none;
}
.drawer__search button img {
  width: 13px;
  height: auto;
}
.drawer__menu {
  margin-bottom: 50px;
  border-top: 1px solid black;
}
.drawer__menu li {
  border-bottom: 1px solid black;
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
}
.drawer__menu li a {
  display: block;
  padding: 10px;
}
.drawer__sns {
  margin-bottom: 45px;
}
.drawer__sns a {
  display: inline-block;
  margin-right: 15px;
}
.drawer__sns a img {
  width: 48px;
  height: auto;
}
.drawer__logo a img {
  width: 180px;
}
.drawer__logo a:hover img {
  opacity: 1;
}
.drawer__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: black;
  z-index: 20;
  display: none;
}
.is-drawerOpen .drawer {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
#content {
  width: 100%;
  min-height: 100%;
  /*    padding-top: 0px; */
  padding-top: 135px;
  padding-bottom: 0px;
  /*    padding-bottom: 600px; */
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 0 !important;
}
#content .mv {
  width: 100%;
  height: 800px;
}
@media (max-width: 980px) {
  #content {
    padding-top: 0px;
  }
}
/*---------------------------------------------
Footer
---------------------------------------------*/
#content footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
  margin-top: auto !important;
}
.footer {
  padding: 60px 0 150px 0;
  color: white;
  background-color: #1c2743;
}
.footer a {
  color: white;
}
.footer__inner {
  width: 100%;
  max-width: 1664px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 576px) {
  .footer__inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.footer__info {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0 80px;
}
.footer__info__logo {
  margin: 0 0 50px 0;
  text-align: center;
}
.footer__info__logo a img {
  width: 250px;
  height: auto;
}
.footer__info__logo a:hover img {
  opacity: 1;
}
.footer__info__sns {
  width: 100%;
  margin-bottom: 50px;
  text-align: center;
}
.footer__info__sns a {
  display: inline-block;
  margin: 0 5px;
}
.footer__info__sns a img {
  width: 45px;
  height: auto;
}
.footer__info .copyright {
  margin: 0;
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  text-align: center;
}
.footer__menu {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.footer__menu__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px dotted #d9d9d9;
}
/* .footer__menu__row:nth-child(1) { margin-bottom: 15px; padding-bottom: 0px; border-bottom: 0px dotted #d9d9d9; }
.footer__menu__row__return { display:block; margin-bottom: 35px; padding-bottom: 35px; border-bottom: 1px dotted #d9d9d9; } */
.footer__menu__row:last-child {
  border: none;
}
.footer__menu__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 25%;
}
.footer__menu__title {
  margin: 0;
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
}
.footer__menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 75%;
}
/* .footer__menu__full { display: block; width: 100%; }
.footer__menu__full li { width: 100%; padding-right: 20px; font-family: "Open Sans", "Noto Sans JP", sans-serif; font-size: 1.6rem; font-weight: 600; } */
.footer__menu__list li {
  width: 40%;
  padding-right: 20px;
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
}
.footer__menu__list {
  width: 100%;
  padding-right: 20px;
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
}
.footer__menu__list li:nth-of-type(3n) {
  width: 20%;
  padding-right: 0;
}
@media (max-width: 1312px) {
  .footer__inner {
    max-width: 1060px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media (max-width: 980px) {
  .footer {
    padding: 40px 0 80px 0;
  }
  .footer__info {
    padding: 0;
  }
  .footer__menu__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 1px solid white;
  }
  .footer__menu__row:last-child .footer__menu__list li {
    width: 100%;
  }
  .footer__menu__heading {
    width: 100%;
    margin-bottom: 20px;
  }
  .footer__menu__list {
    width: 100%;
  }
  .footer__menu__list li {
    width: 50%;
    margin-bottom: 10px;
  }
  .footer__menu__list li:nth-of-type(3n) {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .footer__info__logo a img {
    width: 180px;
  }
  .footer__info .copyright {
    font-size: 1rem;
  }
  .footer__menu__title {
    font-size: 1.6rem;
  }
  .footer__menu__list li {
    font-size: 1.2rem;
  }
}
/*---------------------------------------------
Layout
---------------------------------------------*/
@media (max-width: 980px) {
  .site {
    padding-top: 80px;
  }
}
@media (max-width: 576px) {
  .site {
    padding-top: 60px;
  }
}
/*---------------------------------------------
Component
---------------------------------------------*/
.heading, .heading--white {
  margin: 0 0 50px 0;
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
  font-size: 4.6rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.3;
}
/*2023awç”¨*/
.heading--white2023aw {
  color: #fff;
}
.heading:after, .heading--white:after {
  content: '';
  display: block;
  width: 60px;
  height: 1px;
  margin: 10px auto 0;
  background-color: black;
}
@media (max-width: 980px) {
  .heading, .heading--white {
    margin-bottom: 40px;
    font-size: 3.8rem;
  }
}
@media (max-width: 576px) {
  .heading, .heading--white {
    margin-bottom: 25px;
    font-size: 3rem;
  }
}
.btn, .btn--white {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 320px;
  max-width: 100%;
  height: 60px;
  margin: 0 auto;
  padding: 0 60px;
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 16px;
  border: 2px solid black;
}
.btn:after, .btn--white:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 26px;
  width: 8px;
  height: 12px;
  margin-top: -6px;
  background: url(../images/icon_angle-button.svg) no-repeat center/contain;
}
.btn:hover, .btn--white:hover {
  color: white;
  background-color: black;
}
.btn:hover:after, .btn--white:hover:after {
  background-image: url(../images/icon_angle-button_white.svg);
}
.btn--white {
  color: white;
  border-color: white;
}
.btn--white:after {
  background-image: url(../images/icon_angle-button_white.svg);
}
.btn--white:hover {
  color: black;
  background-color: white;
}
.btn--white:hover:after {
  background-image: url(../images/icon_angle-button.svg);
}
/*---------------------------------------------
Contents
---------------------------------------------*/
.main-image__slide .slick-slide img {
/*  width: 1700px;
  max-width: calc(100vw - 220px);*/
	max-width: 1440px;
	aspect-ratio: 16/9;
}
.main-image__slide .slick-slide img.sp {
  display: none;
}
.main-image__slide .slick-dots {
  position: absolute;
  bottom: 45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}
.main-image__slide .slick-dots li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 5px;
}
.main-image__slide .slick-dots li button {
  font-size: 0;
  line-height: 0;
  width: 6px;
  height: 6px;
  padding: 0;
  background-color: #c7c7c7;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 3px;
}
.main-image__slide .slick-dots li.slick-active button {
  background-color: white;
}
.main-image__slide .slick-arrow {
  position: absolute;
  bottom: 40px;
  z-index: 5;
  width: 16px;
  height: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: none;
  outline: none;
  cursor: pointer;
}
.main-image__slide .slick-arrow.slick-prev {
  right: 50%;
  background-image: url(../images/icon_slide-prev.svg);
}
.main-image__slide .slick-arrow.slick-next {
  left: 50%;
  background-image: url(../images/icon_slide-next.svg);
}
@media (max-width: 1312px) {
  .main-image__slide .slick-slide img {
    width: 100vw;
    max-width: 100vw;
  }
}
@media (max-width: 576px) {
  .main-image__slide .slick-slide img.pc {
    display: none;
  }
  .main-image__slide .slick-slide img.sp {
    display: block;
	aspect-ratio: 1/1;  
  }
}
.index-news {
  padding: 85px 0 100px 0;
}
.index-news__inner {
  width: 100%;
  max-width: 1784px;
  margin: 0 auto;
  padding-left: 100px;
  padding-right: 100px;
}
@media (max-width: 1312px) {
  .index-news__inner {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 980px) {
  .index-news {
    padding: 80px 0 100px 0;
  }
}
@media (max-width: 576px) {
  .index-news {
    padding: 40px 0 60px 0;
  }
}
.news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -30px;
  margin-bottom: 60px;
}
.news-list__item {
  width: 33.33%;
  padding-left: 30px;
}
.news-list__item__image a {
  display: block;
}
.news-list__item__image a img {
  width: 100%;
  object-fit: cover;
  height: 300px;
}
.news-list__item__text {
  padding: 10px 0;
}
.news-list__item__title {
  margin: 0 0 10px 0;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.3;
}
.news-list__item__title:after {
  content: '';
  display: block;
  width: 60px;
  height: 1px;
  margin-top: 10px;
  background-color: black;
}
.news-list__item__date {
  display: inline-block;
  font-size: 1rem;
}
@media (max-width: 1312px) {
  .news-list__item__text {
    padding: 10px 20px;
  }
}
@media (max-width: 576px) {
  .news-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
  }
  .news-list__item {
    width: 100%;
  }
  .news-list__item__text {
    padding: 20px;
  }
  .news-list__item__title {
    font-size: 1.4rem;
  }
}
.index-about {
  padding: 155px 0 175px 0;
  background: url(../images/top_collection.jpg) no-repeat center/cover;
}
.index-about__inner {
  width: 100%;
  max-width: 1664px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 576px) {
  .index-about__inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.index-about__text p {
  color: white;
  text-align: center;
}
.index-about__text__top {
  margin: 0 0 20px 0;
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
  font-size: 2.3rem;
  font-weight: 600;
}
.index-about__text__middle {
  margin: 0 0 35px 0;
  font-size: 2.6rem;
}
.index-about__text__bottom {
  margin: 0 0 100px 0;
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 576px) {
  .index-about {
    padding: 140px 0;
  }
  .index-about__text__top {
    font-size: 2.1rem;
  }
  .index-about__text__middle {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
  .index-about__text__bottom {
    margin-bottom: 70px;
    font-size: 1rem;
  }
}
.index-collection {
  padding: 85px 0 100px 0;
}
.index-collection__inner {
  width: 100%;
  max-width: 1664px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  max-width: 1784px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 576px) {
  .index-collection__inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 980px) {
  .index-collection__inner {
    padding: 0;
  }
}
.collection-carousel {
  position: relative;
  padding: 0 55px;
}
.collection-carousel__list__item {
  padding: 0 15px;
}
.collection-carousel__list__item a {
  display: block;
}
.collection-carousel__list__item img {
  width: 100%;
}
.collection-carousel .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  margin-top: -30px;
  padding: 0;
  line-height: 0;
  background-color: transparent;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.collection-carousel .slick-arrow img {
  width: auto;
  height: 60px;
}
.collection-carousel__prev {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 10;
}
.collection-carousel__next {
  position: absolute;
  top: 50%;
  right: 0;
}
@media (max-width: 980px) {
  .collection-carousel {
    padding: 0;
  }
  .collection-carousel__list__item {
    padding: 0 5px;
  }
  .collection-carousel__list__item.slick-slide {
    min-width: calc(50vw);
    max-width: calc(100vw - 40px);
  }
  .collection-carousel__prev, .collection-carousel__next {
    display: none;
  }
}
.index-recommend {
  padding: 100px 0 135px 0;
  background-color: #f2f2f2;
}
.index-recommend .btn {
  margin-top: 50px;
}
.index-recommend__inner {
  width: 100%;
  max-width: 1664px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  max-width: 1784px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 576px) {
  .index-recommend__inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 980px) {
  .index-recommend {
    padding: 50px 0;
  }
  .index-recommend__inner {
    padding: 0;
  }
}
.item-carousel {
  position: relative;
  padding: 0 55px;
}
.item-carousel__list__item {
  padding: 0 15px;
  text-align: center;
}
.item-carousel__list__item a {
  display: block;
}
.item-carousel__list__item img {
  width: 100%;
  margin-bottom: 50px;
}
.item-carousel__list__item__name {
  margin: 0;
  font-size: 1.4rem;
}
.item-carousel__list__item__price {
  margin: 0;
  font-size: 1.4rem;
}
.item-carousel .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  margin-top: -30px;
  padding: 0;
  line-height: 0;
  background-color: transparent;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.item-carousel .slick-arrow img {
  width: auto;
  height: 60px;
}
.item-carousel__prev {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 10;
}
.item-carousel__next {
  position: absolute;
  top: 50%;
  right: 0;
}
@media (max-width: 980px) {
  .item-carousel {
    padding: 0;
  }
  .item-carousel__list__item {
    padding: 0 0 0 10px;
  }
  .item-carousel__list__item.slick-slide {
    width: calc(50vw - 15px);
  }
  .item-carousel__list__item img {
    margin-bottom: 10px;
  }
  .item-carousel .slick-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30px;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.4);
  }
  .item-carousel .slick-arrow img {
    display: none;
  }
  .item-carousel .slick-arrow:after {
    content: '';
    display: block;
    width: 8px;
    height: 12px;
    background-position: center;
    background-size: contain;
  }
  .item-carousel__prev:after {
    background-image: url(../images/icon_angle-left_white.svg);
  }
  .item-carousel__next:after {
    background-image: url(../images/icon_angle-right_white.svg);
  }
}
.index-recommend .heading h2 {
  margin: 0;
  font-size: 4.6rem;
  font-weight: 600;
}
.index-recommend .heading h2:after {
  content: '';
  display: block;
  width: 60px;
  height: 1px;
  margin: 10px auto 0;
  background-color: black;
}
.index-recommend .heading span {
  display: inline-block;
  margin-top: 20px;
  font-size: 2rem;
}
@media (max-width: 980px) {
  .index-recommend .heading {
    margin-bottom: 40px;
  }
  .index-recommend .heading h2 {
    font-size: 3.8rem;
  }
  .index-recommend .heading span {
    font-size: 1.8rem;
  }
}
@media (max-width: 576px) {
  .index-recommend .heading {
    margin-bottom: 25px;
  }
  .index-recommend .heading h2 {
    font-size: 3rem;
  }
  .index-recommend .heading span {
    font-size: 1.6rem;
  }
}
.index-instagram {
  padding: 85px 0 100px 0;
  background-color: #f2f2f2;
}
.index-instagram__inner {
  width: 100%;
  max-width: 1664px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  max-width: 1784px;
  padding-left: 100px;
  padding-right: 100px;
}
@media (max-width: 576px) {
  .index-instagram__inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.index-instagram .heading, .index-instagram .heading--white {
  margin-bottom: 40px;
}
.index-instagram__follow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 50px;
}
.index-instagram__follow a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.index-instagram__follow a img {
  width: 27px;
  height: auto;
  margin-right: 10px;
}
.index-instagram__follow a span {
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
  font-size: 2.1rem;
  font-weight: 600;
}
@media (max-width: 980px) {
  .index-instagram {
    padding: 90px 0 120px 0;
  }
  .index-instagram__inner {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 576px) {
  .index-instagram {
    padding: 65px 0 90px 0;
  }
  .index-instagram__follow {
    margin-bottom: 60px;
  }
}
.instagram-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -30px;
}
.instagram-list__item {
  width: 20%;
  margin-bottom: 30px;
  padding-left: 30px;
}
.instagram-list__item a {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}
.instagram-list__item a:after {
  content: '';
  display: block;
  width: 100%;
  padding-top: 100%;
}
.instagram-list__item a:hover .instagram-list__item__image {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.instagram-list__item__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (max-width: 1312px) {
  .instagram-list__item {
    width: 33.33%;
  }
}
@media (max-width: 980px) {
  .instagram-list {
    margin-left: -3px;
  }
  .instagram-list__item {
    margin-bottom: 3px;
    padding-left: 3px;
  }
}</pre></body></html>