@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
:root {
  --contents-width: 500;
  --contents-side-padding: 10;
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | 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;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * 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 {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 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;
  font-size: 1em;
}

/* 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;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * 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;
  font-size: 1em;
}

/**
 * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  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 {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * 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] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * 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;
  outline-offset: -2px;
}

/**
 * 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;
  font: inherit;
}

/* 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;
}

a[href$="#"] {
  pointer-events: none;
}

.v-pc {
  display: block !important;
}

.v-sp {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .v-pc {
    display: none !important;
  }
  .v-sp {
    display: block !important;
  }
}
/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #0B0840;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.7777777778;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  body,
  button,
  input,
  select,
  optgroup,
  textarea {
    font-size: 3.2vw;
    line-height: 1.6666666667;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-decoration: none;
}
a:visited {
  color: #800080;
}
a:hover, a:focus, a:active {
  color: #191970;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
  opacity: 0.85;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# parts
--------------------------------------------------------------*/
.l-global {
  position: fixed;
  inset: 0;
}
.l-global .side-block {
  color: #FFF;
  background-repeat: repeat;
  background-image: url("../images/bg.png");
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: calc((100% - var(--contents-width) * 1px) / 2);
  height: 100%;
}
.l-global .side-block.--right {
  left: initial;
  right: 0;
}
.l-global .side-block .inner {
  width: 90%;
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translate(0, -50%);
}
.l-global .side-block .inner .logo {
  width: 100%;
  max-width: 200px;
  margin: auto;
}
.l-global .side-block .inner .lead {
  margin-top: 45px;
}
.l-global .side-block .inner .lead .title {
  width: 90%;
  margin: auto;
}
.l-global .side-block .inner .lead p {
  text-align: center;
  line-height: 2.125;
}
.l-global .side-block .inner .induction {
  width: 100%;
  max-width: 330px;
  margin: auto;
  margin-top: 60px;
}
.l-global .side-block .inner .nav-list a {
  background-image: url("../images/nav-list.png");
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  line-height: 1;
  text-align: center;
  width: 166px;
  height: 46px;
  margin: auto;
  margin-bottom: 24px;
  color: #FFF;
  padding-top: 12px;
}

.main-block {
  width: 500px;
  margin: auto;
}

.header-block {
  padding: 12px 0;
}
.header-block .header {
  width: 185px;
  margin: auto;
}

.footer-block {
  margin-top: 43px;
}
.footer-block .inner {
  width: 100%;
  max-width: 1280px;
  margin: auto;
  padding: 0 40px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .footer-block .inner {
    padding: 0 4%;
  }
}
.footer-block .inner .footer-logo {
  width: 269px;
  margin: auto;
}
.footer-block .inner .address {
  margin-left: 16.5%;
  margin-top: 23px;
}
.footer-block .inner .address p {
  font-feature-settings: "palt";
  margin: 0;
  padding: 0;
}
.footer-block .inner .copy {
  font-size: 10px;
  text-align: center;
  margin-top: 36px;
  padding-bottom: 12px;
}

/*--------------------------------------------------------------
# page
--------------------------------------------------------------*/
.heading-block {
  margin-top: 7px;
}
.heading-block .heading {
  width: 97%;
  margin: auto;
}
.heading-block .heading-img {
  margin-top: 20px;
}

.title-block {
  margin-top: 40px;
}
.title-block:before {
  display: block;
  content: "";
  width: 100px;
  height: 1px;
  background-color: #0B0840;
  margin: auto;
}
.title-block .inner {
  width: 100%;
  max-width: 1280px;
  margin: auto;
  padding: 0 40px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .title-block .inner {
    padding: 0 4%;
  }
}
.title-block .inner h1.title {
  padding: 0;
  margin: 35px auto 16px;
  width: 270px;
}
.title-block .inner .lead {
  text-align: center;
}

.archive-block {
  margin-top: 40px;
}
.archive-block .inner {
  width: 100%;
  max-width: 1280px;
  margin: auto;
  padding: 0 40px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .archive-block .inner {
    padding: 0 4%;
  }
}
.archive-block .inner .archive {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.archive-block .inner .archive .item {
  width: 48%;
  margin-bottom: 15px;
}
.archive-block .inner .archive .item a {
  text-decoration: none;
}
.archive-block .inner .archive .item a .image {
  position: relative;
  width: 100%;
  padding-top: 132.9268%;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 5px 5px 0 0;
}
.archive-block .inner .archive .item a .image .height {
  position: absolute;
  left: 10px;
  bottom: 10px;
  background-color: #FFF;
  border-radius: 20px;
  color: #8295CB;
  padding: 1px 9px;
  letter-spacing: 0.04em;
}
.archive-block .inner .archive .item a .image .height span {
  font-family: Arial, "Noto Sans JP", sans-serif;
}
.archive-block .inner .archive .item a .meta-box {
  background-color: #425CA3;
  color: #FFF;
  padding: 10px 10px;
  border-radius: 0 0 5px 5px;
}
.archive-block .inner .archive .item a .meta-box .name {
  margin-top: 0.6vw;
  letter-spacing: 0.02em;
  font-size: 14px;
  font-weight: 500;
}
.archive-block .inner .link {
  margin-top: 35px;
}
.archive-block .inner .link a {
  width: 80%;
  margin: auto;
  text-align: center;
  display: block;
  color: #425CA3;
  border: 1px solid #425CA3;
  border-radius: 50px;
  padding: 10px 0;
  font-weight: 500;
}

.main-content-block {
  width: 500px;
  margin: auto;
  position: relative;
  z-index: 2;
}
.main-content-block .inner {
  width: 100%;
  max-width: 1280px;
  margin: auto;
  padding: 0 40px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .main-content-block .inner {
    padding: 0 9.8%;
  }
}
.main-content-block .inner .mv .swiper .swiper-wrapper .swiper-slide {
  box-sizing: border-box;
}
.main-content-block .inner .mv .swiper .swiper-wrapper .swiper-slide img {
  width: calc(100% - 1px);
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #425CA3;
}
.main-content-block .inner .mv .thumbs {
  margin-top: 20px;
}
.main-content-block .inner .mv .thumbs .swiper .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 15px;
}
.main-content-block .inner .content-box {
  margin-top: 7px;
}
.main-content-block .inner .content-box .shop {
  color: #425CA3;
  padding: 0;
  margin: 0;
}
.main-content-block .inner .content-box .name {
  color: #425CA3;
  padding: 0;
  margin: 0;
  font-size: 14px;
  letter-spacing: 0.02em;
}
.main-content-block .inner .content-box .text {
  color: #0B0840;
  line-height: 1.5;
}

.item-block {
  margin-top: 30px;
}
.item-block .inner {
  width: 100%;
  max-width: 1280px;
  margin: auto;
  padding: 0 40px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .item-block .inner {
    padding: 0 9.8%;
  }
}
.item-block .inner .item-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  border-top: 1px solid #0B0840;
  padding-top: 35px;
}
.item-block .inner .item-list .item .image img {
  border-radius: 5px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.item-block .inner .item-list .item .name {
  line-height: 1.5;
  color: #0B0840;
  margin: 10px 0 0;
}
.item-block .inner .item-list .item .price {
  font-size: 14px;
  font-weight: 500;
  color: #0B0840;
  margin: 10px 0 0;
}

.other-snap-block {
  margin-top: 30px;
}
.other-snap-block .inner {
  width: 100%;
  max-width: 1280px;
  margin: auto;
  padding: 0 40px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .other-snap-block .inner {
    padding: 0 9.8%;
  }
}
.other-snap-block .inner .sec-title {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.other-snap-block .inner .other-snap-list {
  margin-top: 15px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px 15px;
}
.other-snap-block .inner .other-snap-list .item {
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 5px;
  position: relative;
  background-position: top center;
}
.other-snap-block .inner .other-snap-list .item:before {
  display: block;
  content: "";
  width: 90%;
  height: 90%;
  border: 1px solid #FFF;
  border-radius: 5px;
  position: absolute;
  left: 5%;
  top: 5%;
}
.other-snap-block .inner .other-snap-list .item a {
  display: block;
  width: 100%;
  padding-top: 125%;
}
.other-snap-block .inner .other-snap-list .item a .meta-box {
  background-color: #FFF;
  border-radius: 6px;
  color: #425CA3;
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  padding: 10px 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.other-snap-block .inner .other-snap-list .item a .meta-box .shop {
  font-size: 12px;
  padding: 0;
  margin: 0 0 5px;
  line-height: 1.2;
}
.other-snap-block .inner .other-snap-list .item a .meta-box .name {
  font-size: 10px;
  font-weight: 500;
  padding: 0;
  margin: 0;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

.top-link-block {
  margin-top: 35px;
}
.top-link-block .link {
  margin-top: 20px;
}
.top-link-block .link a {
  width: 80%;
  margin: auto;
  text-align: center;
  display: block;
  color: #425CA3;
  border: 1px solid #425CA3;
  border-radius: 50px;
  padding: 10px 0;
  font-weight: 500;
}
.top-link-block .link a img {
  vertical-align: top;
  width: 17.24px;
  margin-top: 11px;
  margin-right: 7px;
}

/*# sourceMappingURL=style.css.map */
