@charset "UTF-8";
/* Sass Document */
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

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

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 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 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  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: inherit;
  /* 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 */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * 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"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

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

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

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

/**
 * 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 outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

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

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*****************************************************************************
 デフォルト色ベース
*****************************************************************************/
/*****************************************************************************
 その他色
 *****************************************************************************/
/* ====================================================
# font
===================================================== */
/* NotoSansCJKjp */
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/NotoSansCJKjp-Light.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Light.woff") format("woff"), url("../fonts/NotoSansCJKjp-Light.ttf") format("truetype"), url("../fonts/NotoSansCJKjp-Light.eot") format("embedded-opentype");
}

@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansCJKjp-Regular.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("../fonts/NotoSansCJKjp-Regular.ttf") format("truetype"), url("../fonts/NotoSansCJKjp-Regular.eot") format("embedded-opentype");
}

@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSansCJKjp-Medium.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Medium.woff") format("woff"), url("../fonts/NotoSansCJKjp-Medium.ttf") format("truetype"), url("../fonts/NotoSansCJKjp-Medium.eot") format("embedded-opentype");
}

@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansCJKjp-Bold.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("../fonts/NotoSansCJKjp-Bold.ttf") format("truetype"), url("../fonts/NotoSansCJKjp-Bold.eot") format("embedded-opentype");
}

/*****************************************************************************
 フォントサイズ
 *****************************************************************************/
.f2 {
  font-size: 0.1rem;
}

.f4 {
  font-size: 0.2rem;
}

.f6 {
  font-size: 0.3rem;
}

.f8 {
  font-size: 0.4rem;
}

.f10 {
  font-size: 0.5rem;
}

.f12 {
  font-size: 0.6rem;
}

.f14 {
  font-size: 0.7rem;
}

.f16 {
  font-size: 0.8rem;
}

.f18 {
  font-size: 0.9rem;
}

.f20 {
  font-size: 1rem;
}

.f22 {
  font-size: 1.1rem;
}

.f24 {
  font-size: 1.2rem;
}

.f26 {
  font-size: 1.3rem;
}

.f28 {
  font-size: 1.4rem;
}

.f30 {
  font-size: 1.5rem;
}

.f32 {
  font-size: 1.6rem;
}

.f34 {
  font-size: 1.7rem;
}

.f36 {
  font-size: 1.8rem;
}

.f38 {
  font-size: 1.9rem;
}

.f40 {
  font-size: 2rem;
}

.f42 {
  font-size: 2.1rem;
}

.f44 {
  font-size: 2.2rem;
}

.f46 {
  font-size: 2.3rem;
}

.f48 {
  font-size: 2.4rem;
}

.f50 {
  font-size: 2.5rem;
}

.f52 {
  font-size: 2.6rem;
}

.f54 {
  font-size: 2.7rem;
}

.f56 {
  font-size: 2.8rem;
}

.f58 {
  font-size: 2.9rem;
}

.f60 {
  font-size: 3rem;
}

.f62 {
  font-size: 3.1rem;
}

.f64 {
  font-size: 3.2rem;
}

.f66 {
  font-size: 3.3rem;
}

.f68 {
  font-size: 3.4rem;
}

.f70 {
  font-size: 3.5rem;
}

.f72 {
  font-size: 3.6rem;
}

.f74 {
  font-size: 3.7rem;
}

.f76 {
  font-size: 3.8rem;
}

.f78 {
  font-size: 3.9rem;
}

.f80 {
  font-size: 4rem;
}

.f82 {
  font-size: 4.1rem;
}

.f84 {
  font-size: 4.2rem;
}

.f86 {
  font-size: 4.3rem;
}

.f88 {
  font-size: 4.4rem;
}

.f90 {
  font-size: 4.5rem;
}

.f92 {
  font-size: 4.6rem;
}

.f94 {
  font-size: 4.7rem;
}

.f96 {
  font-size: 4.8rem;
}

.f98 {
  font-size: 4.9rem;
}

.f100 {
  font-size: 5rem;
}

/*****************************************************************************
マージン
*****************************************************************************/
.mt0 {
  margin-top: 0px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mt55 {
  margin-top: 55px;
}

.mt60 {
  margin-top: 60px;
}

.mt65 {
  margin-top: 65px;
}

.mt70 {
  margin-top: 70px;
}

.mt75 {
  margin-top: 75px;
}

.mt80 {
  margin-top: 80px;
}

.mt85 {
  margin-top: 85px;
}

.mt90 {
  margin-top: 90px;
}

.mt95 {
  margin-top: 95px;
}

.mt100 {
  margin-top: 100px;
}

.mt105 {
  margin-top: 105px;
}

.mt110 {
  margin-top: 110px;
}

.mt115 {
  margin-top: 115px;
}

.mt120 {
  margin-top: 120px;
}

.mt125 {
  margin-top: 125px;
}

.mt130 {
  margin-top: 130px;
}

.mt135 {
  margin-top: 135px;
}

.mt140 {
  margin-top: 140px;
}

.mt145 {
  margin-top: 145px;
}

.mt150 {
  margin-top: 150px;
}

.mb0 {
  margin-bottom: 0px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb65 {
  margin-bottom: 65px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb85 {
  margin-bottom: 85px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb95 {
  margin-bottom: 95px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb105 {
  margin-bottom: 105px;
}

.mb110 {
  margin-bottom: 110px;
}

.mb115 {
  margin-bottom: 115px;
}

.mb120 {
  margin-bottom: 120px;
}

.mb125 {
  margin-bottom: 125px;
}

.mb130 {
  margin-bottom: 130px;
}

.mb135 {
  margin-bottom: 135px;
}

.mb140 {
  margin-bottom: 140px;
}

.mb145 {
  margin-bottom: 145px;
}

.mb150 {
  margin-bottom: 150px;
}

/*****************************************************************************
パディング
*****************************************************************************/
.pt0 {
  padding-top: 0px;
}

.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pt35 {
  padding-top: 35px;
}

.pt40 {
  padding-top: 40px;
}

.pt45 {
  padding-top: 45px;
}

.pt50 {
  padding-top: 50px;
}

.pt55 {
  padding-top: 55px;
}

.pt60 {
  padding-top: 60px;
}

.pt65 {
  padding-top: 65px;
}

.pt70 {
  padding-top: 70px;
}

.pt75 {
  padding-top: 75px;
}

.pt80 {
  padding-top: 80px;
}

.pt85 {
  padding-top: 85px;
}

.pt90 {
  padding-top: 90px;
}

.pt95 {
  padding-top: 95px;
}

.pt100 {
  padding-top: 100px;
}

.pt105 {
  padding-top: 105px;
}

.pt110 {
  padding-top: 110px;
}

.pt115 {
  padding-top: 115px;
}

.pt120 {
  padding-top: 120px;
}

.pt125 {
  padding-top: 125px;
}

.pt130 {
  padding-top: 130px;
}

.pt135 {
  padding-top: 135px;
}

.pt140 {
  padding-top: 140px;
}

.pt145 {
  padding-top: 145px;
}

.pt150 {
  padding-top: 150px;
}

.pb0 {
  padding-bottom: 0px;
}

.pb5 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb25 {
  padding-bottom: 25px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb35 {
  padding-bottom: 35px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb45 {
  padding-bottom: 45px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb55 {
  padding-bottom: 55px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb65 {
  padding-bottom: 65px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb75 {
  padding-bottom: 75px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb85 {
  padding-bottom: 85px;
}

.pb90 {
  padding-bottom: 90px;
}

.pb95 {
  padding-bottom: 95px;
}

.pb100 {
  padding-bottom: 100px;
}

.pb105 {
  padding-bottom: 105px;
}

.pb110 {
  padding-bottom: 110px;
}

.pb115 {
  padding-bottom: 115px;
}

.pb120 {
  padding-bottom: 120px;
}

.pb125 {
  padding-bottom: 125px;
}

.pb130 {
  padding-bottom: 130px;
}

.pb135 {
  padding-bottom: 135px;
}

.pb140 {
  padding-bottom: 140px;
}

.pb145 {
  padding-bottom: 145px;
}

.pb150 {
  padding-bottom: 150px;
}

/*****************************************************************************
ブレイクポイント
*****************************************************************************/
/* ====================================================
# content width
===================================================== */
/* $outline-width: calc(1200 / 1440 * 100%); */
/* .outline {
	width: $outline-width;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	box-sizing: content-box;

	@include media(sp) {
		width: 95%;
	}
} */
.wrapper {
  width: calc(1100 / 1920 * 100%);
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

@media only screen and (max-width: 959px), print {
  .wrapper {
    width: calc(500 / 640 * 100%);
  }
}

.container {
  width: calc(950 / 1920 * 100%);
  max-width: 950px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

@media only screen and (max-width: 959px), print {
  .container {
    width: calc(500 / 640 * 100%);
  }
}

.inner {
  width: calc(960 / 1100 * 100%);
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

@media only screen and (max-width: 959px), print {
  .inner {
    width: 96%;
  }
}

/*****************************************************************************
各種パーツ
 *****************************************************************************/
.section-guid {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

@media only screen and (max-width: 959px), print {
  .section-guid {
    line-height: 1;
  }
}

.section-guid-text {
  font-size: 24px;
  /*IE9以前に対応する*/
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 1199px), print {
  .section-guid-text {
    font-size: 1.25vw;
  }
}

@media only screen and (max-width: 959px), print {
  .section-guid-text {
    font-size: 3.75vw;
    line-height: 1;
  }
}

.section-guid-text::after {
  display: inline-block;
  width: 2px;
  height: 4vw;
  margin-top: 0.4em;
  margin-bottom: 1em;
  background-color: #fff;
  content: "";
}

@media only screen and (max-width: 1199px), print {
  .section-guid-text::after {
    width: 1px;
    height: 5vw;
  }
}

@media only screen and (max-width: 959px), print {
  .section-guid-text::after {
    height: 13vw;
  }
}

h2 {
  font-size: 42px;
  /*IE9以前に対応する*/
  font-size: 2.625rem;
  letter-spacing: 0.2em;
  line-height: 1.75;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
  color: #4e4845;
}

@media only screen and (max-width: 1199px), print {
  h2 {
    font-size: 2.1875vw;
  }
}

@media only screen and (max-width: 959px), print {
  h2 {
    font-family: "Noto Serif JP", serif;
    font-size: 5.3125vw;
    letter-spacing: 0.1em;
  }
  h2.text-center {
    text-align: left;
  }
}

.btn,
a.btn,
button.btn {
  font-size: 18px;
  /*IE9以前に対応する*/
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: bold;
  display: block;
  padding: 1.5em 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.45em;
  color: #fff;
  /* border-radius: 100vh; */
  /* box-shadow: 4.1px 2.9px 5px 0 rgba(4, 0, 0, 0.31); */
  border: solid 2px #fff;
  /* background-image: linear-gradient(to top, #37bef0, #00a0e9); */
  width: 90%;
  background-color: transparent;
  margin: 0;
}

.btn i,
a.btn i,
button.btn i {
  margin-left: 1em;
  font-size: 20px;
}

@media only screen and (max-width: 1199px), print {
  .btn i,
  a.btn i,
  button.btn i {
    font-size: 1.04167vw;
  }
}

@media only screen and (max-width: 959px), print {
  .btn i,
  a.btn i,
  button.btn i {
    font-size: 3.75vw;
  }
}

.btn:hover,
a.btn:hover,
button.btn:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 1199px), print {
  .btn,
  a.btn,
  button.btn {
    font-size: 0.9375vw;
  }
}

@media only screen and (max-width: 959px), print {
  .btn,
  a.btn,
  button.btn {
    font-size: 3.75vw;
    width: 100%;
    border: solid 1px #fff;
    padding: 1em 0;
  }
}

.under-mark {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fff67f));
  background: linear-gradient(transparent 60%, #fff67f 60%);
  font-weight: bold;
  font-size: 19.2px;
  /*IE9以前に対応する*/
  font-size: 1.2rem;
  line-height: 2.25;
  letter-spacing: 0.03em;
}

@media only screen and (max-width: 959px), print {
  .under-mark {
    font-size: 4.8vw;
    line-height: 1;
  }
}

/*========= ページトップのためのCSS ===============*/
/*リンクの形状*/
a.btn.btn-pagetop {
  padding: 0;
  border-radius: 0;
  border: none;
}

a.btn.btn-pagetop span {
  position: absolute;
  left: -20px;
  bottom: 10px;
  color: #707070;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

a.btn.btn-pagetop::before {
  content: "";
  position: absolute;
  top: -105px;
  left: -5px;
  width: 2px;
  height: 12px;
  background: #707070;
  -webkit-transform: skewX(-31deg);
          transform: skewX(-31deg);
}

a.btn.btn-pagetop::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 105px;
  background: #707070;
}

.btn-pagetop:hover {
  background: #777;
}

/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  /*はじめは非表示*/
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}

/*　上に上がる動き　*/
#page-top.UpMove {
  -webkit-animation: UpAnime 0.5s forwards;
          animation: UpAnime 0.5s forwards;
}

@-webkit-keyframes UpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes UpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/*　下に下がる動き　*/
#page-top.DownMove {
  -webkit-animation: DownAnime 0.5s forwards;
          animation: DownAnime 0.5s forwards;
}

@-webkit-keyframes DownAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
}

@keyframes DownAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
}

/*ふわっと表示*/
.offs.effect {
  opacity: 0;
  transform: translate(0, 100px);
  -webkit-transform: translate(0, 100px);
}

.ons.effect {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 1.0s ease;
  transition: all 1.0s ease;
}

/*以下遅延の指定*/
.delay01 {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  /* アニメーションが完了するまでの時間 */
  -webkit-animation-name: fadein;
          animation-name: fadein;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  /* アニメーションの開始タイミングの指定 */
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  /* ニメーション後スタイルを保持 */
}

.delay02 {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  /* アニメーションが完了するまでの時間 */
  -webkit-animation-name: fadein;
          animation-name: fadein;
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
  /* アニメーションの開始タイミングの指定 */
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  /* ニメーション後スタイルを保持 */
}

.delay03 {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  /* アニメーションが完了するまでの時間 */
  -webkit-animation-name: fadein;
          animation-name: fadein;
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
  /* アニメーションの開始タイミングの指定 */
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  /* ニメーション後スタイルを保持 */
}

.delay04 {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  /* アニメーションが完了するまでの時間 */
  -webkit-animation-name: fadein;
          animation-name: fadein;
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
  /* アニメーションの開始タイミングの指定 */
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  /* ニメーション後スタイルを保持 */
}

.delay05 {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  /* アニメーションが完了するまでの時間 */
  -webkit-animation-name: fadein;
          animation-name: fadein;
  -webkit-animation-delay: 5.5s;
          animation-delay: 5.5s;
  /* アニメーションの開始タイミングの指定 */
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  /* ニメーション後スタイルを保持 */
}

.delay06 {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  /* アニメーションが完了するまでの時間 */
  -webkit-animation-name: fadein;
          animation-name: fadein;
  -webkit-animation-delay: 6.5s;
          animation-delay: 6.5s;
  /* アニメーションの開始タイミングの指定 */
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  /* ニメーション後スタイルを保持 */
}

@-webkit-keyframes fadein {
  0% {
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
  }
  100% {
    opacity: 1;
  }
}

/* ie */
.h3-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/*****************************************************************************
 初期設定
 *****************************************************************************/
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Montserrat', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  /* font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; */
  /* font-size: $f16;
  letter-spacing: 1.5;
  line-height: 1; */
  margin: 0;
  padding: 0;
  text-align: left;
  color: #707070;
  background-color: #f8f6f5;
  font-weight: normal;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  scroll-behavior: smooth;
  left: 0;
  zoom: 1;
  font-size: 16px;
  /*IE9以前に対応する*/
  font-size: 1rem;
  line-height: 2.0625;
  letter-spacing: 0.15em;
}

@media only screen and (max-width: 1199px), print {
  body {
    font-size: 0.83333vw;
  }
}

@media only screen and (max-width: 959px), print {
  body {
    font-size: 3.59375vw;
    line-height: 2.5;
    letter-spacing: 0.12em;
  }
}

a {
  /* text-decoration: underline; */
}

a:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  text-decoration: none;
  /* transform: scale(1.05, 1.05); */
}

a:hover img {
  opacity: 0.7;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  /* transform: scale(1.05, 1.05); */
}

img {
  width: 100%;
  height: auto;
}

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

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

.fw-bold {
  font-weight: bold;
}

.is-pc {
  display: block;
}

@media only screen and (max-width: 959px), print {
  .is-pc {
    display: none;
  }
}

@media only screen and (max-width: 767px), print {
  .is-pc {
    display: none;
  }
}

.is-tab {
  display: none;
}

@media only screen and (max-width: 959px), print {
  .is-tab {
    display: block;
  }
}

.is-sp {
  display: none;
}

@media only screen and (max-width: 767px), print {
  .is-sp {
    display: block;
  }
}

/* ================================================
 * flex
/* ================================================*/
.flex_start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.flex_end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flex_between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: inherit;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex_center {
  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;
}

.flex_around {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.flex_all_center {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
  margin: 0 auto;
}

/*****************************************************************************
 ヘッダー
 *****************************************************************************/
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 3% 0 0 0;
  /* height: 84px; */
  position: fixed;
  z-index: 999;
  width: 15%;
  text-shadow: 2px 2px 0px #fff;
  /* align-items: center; */
  /* text-align: center; */
}

@media only screen and (max-width: 959px), print {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 9% 0 0;
    height: 27vw;
    background-color: #fff;
  }
}

.header__bar {
  padding: 0 0 18% 18%;
  line-height: 1;
  /* width: calc(130 / 1920 * 100% + 3%); */
}

.header__bar h1.is-pc {
  display: inline-block;
}

@media only screen and (max-width: 959px), print {
  .header__bar {
    width: 100%;
    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;
    padding: 0 0 0 5%;
  }
  .header__bar h1.is-pc {
    display: none;
  }
}

.header__logo {
  /* display: block;
    width: 200px; */
  color: #073fa3;
  display: block;
  font-size: 18px;
  /*IE9以前に対応する*/
  font-size: 1.125rem;
  letter-spacing: 0.14em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 959px), print {
  .header__logo {
    display: block;
    width: 62vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 5;
  }
}

.header__logo-item {
  width: 24px;
  -webkit-filter: drop-shadow(1px 2px 0px white);
          filter: drop-shadow(1px 2px 0px white);
}

@media only screen and (max-width: 959px), print {
  .header__logo-item {
    width: 20vw;
    -webkit-filter: none;
            filter: none;
  }
}

.cart-btn {
  display: none;
}

@media only screen and (max-width: 959px), print {
  .cart-btn {
    display: block;
    width: 7vw;
  }
}

.header__nav-logo {
  display: none;
}

@media only screen and (max-width: 959px), print {
  .header__nav-logo {
    display: block;
    width: 7vw;
    margin-right: 2em;
  }
}

/*/////////////////////////////
  * menuButton
  /////////////////////////////*/
.header__link {
  display: none;
}

@media only screen and (max-width: 959px), print {
  .header__link {
    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: 12vw;
    height: 13vw;
    background: #00a0e9;
    color: #fff;
    position: relative;
    font-size: 6vw;
  }
}

.menuButton {
  display: none;
}

@media only screen and (max-width: 959px), print {
  .menuButton {
    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: 13vw;
    height: 13vw;
    background: transparent;
    position: relative;
    z-index: 5;
    margin-right: 4%;
  }
}

@media only screen and (max-width: 959px), print {
  .menuButton__inner {
    position: relative;
    width: 55%;
    height: 4px;
    background: #073fa3;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
}

@media only screen and (max-width: 959px), print {
  .menuButton__inner::before,
  .menuButton__inner::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background: #073fa3;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
}

@media only screen and (max-width: 959px), print {
  .menuButton__inner::before {
    /* top: -8px; */
    top: -3vw;
  }
}

@media only screen and (max-width: 959px), print {
  .menuButton__inner::after {
    /* top: 8px; */
    /* top: 3vw; */
  }
}

@media only screen and (max-width: 959px), print {
  #menu:checked ~ .header__bar .header__logo .logo1 {
    opacity: 0;
  }
}

@media only screen and (max-width: 959px), print {
  #menu:checked ~ .header__bar .header__logo .logo2 {
    opacity: 1;
  }
}

@media only screen and (max-width: 959px), print {
  #menu:checked ~ .header__bar .menuButton__inner {
    background: #073fa3;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

@media only screen and (max-width: 959px), print {
  #menu:checked ~ .header__bar .menuButton__inner::before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    top: 0;
    background-color: #073fa3;
  }
}

@media only screen and (max-width: 959px), print {
  #menu:checked ~ .header__bar .menuButton__inner::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 0;
    background: transparent;
  }
}

/*//////////////////////////////
  * menu
  /////////////////////////////*/
#menu {
  display: none;
}

.menu {
  /* display: flex;
    justify-content: flex-end;
    align-items: center; */
  /* width: calc(100% - 380px - 2%); */
  /* 100%からロゴ引いて余白文引く */
  /* width: calc(130 / 1920 * 100% + 3%); */
  padding-right: 0;
  padding-left: 18%;
  display: block;
}

@media only screen and (max-width: 959px), print {
  .menu {
    position: fixed;
    top: 0;
    /* ヘッダーのバーの高さ */
    /* headerの高さ文 */
    right: -50vw;
    width: 50vw;
    height: 100%;
    padding: 25vw 7% 7%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    /* paddingを含んだwidthサイズでできる。なかったらwidth+paddingが横幅になる */
    background: #fff;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow-y: auto;
    overflow: scroll;
  }
}

@media only screen and (max-width: 959px), print {
  #menu:checked ~ .menu {
    right: 0;
  }
}

.menu__wrapper {
  /* display: flex;
    align-items: center;
    flex-direction: column; */
  /* margin: 0 3em 0 0; */
}

@media only screen and (max-width: 959px), print {
  .menu__wrapper {
    /* margin-bottom: 40px; */
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0;
  }
}

@media only screen and (max-width: 959px), print {
  .menu__wrapper li {
    width: 100%;
  }
}

.menu__link {
  border-bottom: solid 0px transparent;
  margin-right: 0;
  text-align: center;
  font-size: 18px;
  /*IE9以前に対応する*/
  font-size: 1.125rem;
  line-height: 2.5;
  letter-spacing: 0.14em;
  color: #073fa3;
}

@media only screen and (max-width: 959px), print {
  .menu__link {
    position: relative;
    display: block;
    /* aタグをブロック要素にして高さを出す */
    /* line-height: 40px; */
    /* 行間 */
    color: #073fa3;
    text-decoration: none;
    /* リンク下線消す */
    /* border-bottom: solid 1px #666666; */
    /* 区切り線 */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    /* border-radius: 20px; */
    /* height/2 */
    text-decoration: none;
    font-size: 3.4375vw;
    line-height: 3.18182;
    letter-spacing: 0.14em;
    margin-bottom: 1em;
  }
}

.instagram {
  width: 25px;
  padding-bottom: 10px;
  margin-left: 10px;
}

/*//////////////////////////////
  * button
  /////////////////////////////*/
.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  /* お問い合わせ文字中央にするため */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 230px;
  height: 72px;
  /* height/2 */
  background-color: #00a0e9;
  color: #fff;
  background-color: transpearent;
  text-decoration: none;
  position: relative;
  font-size: 18px;
  /*IE9以前に対応する*/
  font-size: 1.125rem;
  line-height: 2;
  letter-spacing: 0.025em;
  font-weight: bold;
  border: solid 1px #fff;
}

@media only screen and (max-width: 959px), print {
  .button {
    display: none;
  }
}

.button i {
  margin-left: 1.5em;
  font-size: 20px;
}

@media only screen and (max-width: 959px), print {
  .sp-header-nav {
    width: 30%;
  }
  .sp-header-nav ul li {
    width: 6vw;
  }
}

@media only screen and (max-width: 959px), print {
  .sp-header-nav {
    width: 30%;
  }
  .sp-header-nav ul li {
    width: 8vw;
  }
}

.overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: -1;
}

#menu ~ .overlay {
  display: none;
}

#menu:checked ~ .overlay {
  display: block;
}

/*****************************************************************************
 フッター
 *****************************************************************************/
.footer {
  padding-top: 5%;
  padding-bottom: 4%;
}

@media only screen and (max-width: 959px), print {
  .footer {
    padding-top: 15%;
  }
}

.footer-logo {
  padding: 0 3%;
  width: 20%;
}

@media only screen and (max-width: 959px), print {
  .footer-logo {
    width: 32%;
    padding: 0;
    margin-bottom: 7%;
  }
}

.footer-item {
  width: 60%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 959px), print {
  .footer-item {
    width: 100%;
  }
}

.footer-item .flex_start {
  width: 100%;
}

@media only screen and (max-width: 959px), print {
  .footer-item .flex_start {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}

.footer-item-link {
  display: inline-block;
  padding: 0 3% 0 3%;
}

@media only screen and (max-width: 959px), print {
  .footer-item-link {
    font-size: 3.125vw;
    padding: 0;
  }
}

@media only screen and (max-width: 959px), print {
  .footer-item .footer-link-hr {
    margin: 0 4%;
  }
}

.footer-item-sns {
  font-size: 40px;
  /*IE9以前に対応する*/
  font-size: 2.5rem;
}

@media only screen and (max-width: 1199px), print {
  .footer-item-sns {
    font-size: 2.08333vw;
  }
}

@media only screen and (max-width: 959px), print {
  .footer-item-sns {
    font-size: 6.71875vw;
    margin-bottom: 8%;
  }
}

.footer-copyright {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 959px), print {
  .footer-copyright {
    font-size: 2.5vw;
  }
}

@media only screen and (max-width: 959px), print {
  .footer .flex_between {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (max-width: 959px), print {
  .footer .footer-item.flex_start {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

/*****************************************************************************
共通
*****************************************************************************/
/*****************************************************************************
トップページ
*****************************************************************************/
.fv {
  position: relative;
}

.fv-item01 {
  opacity: 0;
}

.fv-item02 {
  position: absolute;
  width: 16%;
  top: 46%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
}

@media only screen and (max-width: 959px), print {
  .fv-item02 {
    opacity: 0;
    width: 50%;
    top: 50%;
    right: 10%;
    left: unset;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

.fv-item03 {
  position: absolute;
  width: 32%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 22%;
  opacity: 0;
}

@media only screen and (max-width: 959px), print {
  .fv-item03 {
    width: 78%;
    bottom: 23%;
    opacity: 0;
  }
}

.fv-item04 {
  position: absolute;
  width: 9%;
  bottom: -5%;
  left: 17.5%;
  opacity: 0;
}

@media only screen and (max-width: 959px), print {
  .fv-item04 {
    width: 19%;
    bottom: 25%;
    left: 13%;
    opacity: 0;
  }
}

@media only screen and (max-width: 959px), print {
  .fv {
    margin-top: 27vw;
  }
}

/* ====================================================
# intro
===================================================== */
.intro {
  padding-top: 4.5%;
}

@media only screen and (max-width: 959px), print {
  .intro {
    padding-top: 16.5%;
    padding-bottom: 34%;
  }
  .intro .intro-itembox.flex_center {
    display: none;
  }
}

.intro-title {
  margin-bottom: 1.7em;
}

.intro-item {
  width: 46%;
}

/* ====================================================
# features
===================================================== */
.features {
  padding-top: 15%;
  padding-bottom: 19%;
  margin-top: -17%;
  background-image: url(../images/00_bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  mix-blend-mode: multiply;
  position: relative;
  z-index: -1;
}

@media only screen and (max-width: 959px), print {
  .features {
    margin-top: 0;
    padding-top: 9%;
    padding-bottom: 22%;
  }
}

.features-item {
  width: 54%;
  margin-top: 37%;
}

@media only screen and (max-width: 959px), print {
  .features-item {
    width: 85%;
    margin-top: 0;
  }
}

.features-title {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.features-title.is-tab {
  display: none;
}

@media only screen and (max-width: 959px), print {
  .features-title.is-pc {
    display: none;
  }
  .features-title.is-tab {
    display: block;
    margin-bottom: 1.1em;
  }
}

.features .section-guid {
  color: #fff;
  margin-right: 1em;
}

.features-titlebox {
  margin-bottom: 2.8em;
}

.features-text {
  color: #fff;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
}

.features .features-sp-item01 {
  display: none;
}

@media only screen and (max-width: 959px), print {
  .features .features-sp-item01 {
    display: block;
    width: 65%;
    margin-left: auto;
    margin-right: 0;
    margin-top: -80%;
  }
}

.features .features-sp-item02 {
  display: none;
}

@media only screen and (max-width: 959px), print {
  .features .features-sp-item02 {
    display: block;
    width: 82%;
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 32%;
  }
}

.section-interval {
  position: relative;
  z-index: -1;
}

.section-interval-bg {
  width: 79%;
  margin-right: 0;
  margin-left: auto;
}

@media only screen and (max-width: 959px), print {
  .section-interval-bg {
    width: 100%;
    margin: 0 auto;
    padding-top: 30%;
  }
}

.section-interval-item {
  width: 79%;
  margin-left: 0;
  margin-right: auto;
  position: absolute;
  top: -41%;
  left: 0;
}

@media only screen and (max-width: 959px), print {
  .section-interval-item {
    width: 100%;
    margin: 0 auto;
    top: 0;
  }
}

.fragrance {
  padding-top: 1.5%;
  padding-bottom: 17%;
}

@media only screen and (max-width: 959px), print {
  .fragrance {
    padding-top: 0;
    margin-bottom: 9%;
  }
}

.fragrance .section-guid {
  color: #073fa3;
  /* margin-left: auto;
    margin-right: 0; */
}

@media only screen and (max-width: 959px), print {
  .fragrance .section-guid {
    margin-top: -14%;
  }
}

.fragrance .section-guid-text::after {
  background-color: #073fa3;
}

.fragrance-itembox {
  margin-top: -14%;
}

@media only screen and (max-width: 959px), print {
  .fragrance .fragrance-itembox.flex_between {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.fragrance-itembox2 {
  width: 54%;
  margin-right: 0;
  margin-left: auto;
  margin-top: -11%;
}

@media only screen and (max-width: 959px), print {
  .fragrance-itembox2 {
    width: 96%;
    margin: 0 auto 0 calc(50% - 50vw);
  }
}

.fragrance-item {
  width: 46%;
}

@media only screen and (max-width: 959px), print {
  .fragrance-item {
    width: 85%;
    margin: 0 calc(50% - 50vw) 0 auto;
  }
}

.fragrance-title {
  margin-bottom: 1em;
  font-size: 2.1875vw;
}

@media only screen and (max-width: 959px), print {
  .fragrance-title {
    font-size: 5.3125vw;
  }
}

.fragrance-text {
  width: 46%;
  margin-top: 15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (max-width: 959px), print {
  .fragrance-text {
    width: 100%;
    margin-top: 6%;
    margin-bottom: 28%;
  }
}

.fragrance-note {
  letter-spacing: 0.05em;
}

.section-interval2 {
  position: relative;
  z-index: 2;
}

.section-interval2-bg {
  width: 79%;
  margin-right: auto;
  margin-left: 0;
}

@media only screen and (max-width: 959px), print {
  .section-interval2-bg {
    width: 100%;
    margin: 0 auto;
    padding-top: 30%;
  }
}

.section-interval2-item {
  width: 79%;
  margin-left: auto;
  margin-right: 0;
  position: absolute;
  top: -41%;
  right: 0;
}

@media only screen and (max-width: 959px), print {
  .section-interval2-item {
    width: 100%;
    margin: 0 auto;
    top: 0;
  }
}

.component {
  background-image: url(../images/00_bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  mix-blend-mode: multiply;
  margin-top: -6%;
  padding-top: 8%;
  padding-bottom: 16.5%;
}

@media only screen and (max-width: 959px), print {
  .component {
    margin-top: 0;
    padding-bottom: 74%;
  }
}

.component-titlebox, .component-title {
  color: #fff;
}

.component-titlebox {
  margin-bottom: 4%;
}

.component-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.component-item {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 8vw;
  height: 8vw;
  position: relative;
  text-align: center;
  line-height: 8vw;
  margin: 0 1.5%;
}

@media only screen and (max-width: 959px), print {
  .component-item {
    width: 22vw;
    height: 22vw;
    line-height: 22vw;
    font-size: 3.4375vw;
  }
}

.component-item::before {
  color: #fff;
  content: "1";
  content: counter(number);
  counter-increment: number;
  font-size: 30px;
  /*IE9以前に対応する*/
  font-size: 1.875rem;
  line-height: 1;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 3px 30px;
  position: absolute;
  top: -15px;
  background-color: #1d213f;
}

@media only screen and (max-width: 959px), print {
  .component-item::before {
    font-size: 4.29688vw;
    top: -5px;
    padding: 3% 20%;
  }
}

.component-itembox {
  counter-reset: number;
  /* カウンターを初期化 */
  margin-top: -7%;
  margin-bottom: 7%;
}

@media only screen and (max-width: 959px), print {
  .component-itembox {
    margin-top: 0;
    margin-bottom: 16%;
  }
}

@media only screen and (max-width: 959px), print {
  .component .component-itembox.flex_start {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.component-text {
  color: #fff;
}

.component-text p:first-of-type {
  margin-bottom: 3em;
}

@media only screen and (max-width: 959px), print {
  .component-text p:first-of-type {
    margin-bottom: 5em;
  }
}

.component-interval {
  position: relative;
  z-index: 2;
  margin-top: -27%;
  padding-bottom: 8%;
}

@media only screen and (max-width: 959px), print {
  .component-interval {
    margin-top: -53%;
    padding-bottom: 17%;
  }
  .component-interval .wrapper {
    margin: 0 calc(50% - 50vw);
    width: 100%;
  }
}

.component-interval-item01 {
  width: 54%;
  margin-right: 0;
  margin-left: auto;
}

@media only screen and (max-width: 959px), print {
  .component-interval-item01 {
    width: 52%;
  }
}

.component-interval-item02 {
  width: 41%;
  margin-right: auto;
  margin-left: 0;
  margin-top: -40%;
}

@media only screen and (max-width: 959px), print {
  .component-interval-item02 {
    width: 44%;
    margin-top: -49%;
  }
}

.section-interval3 {
  position: relative;
  z-index: -1;
}

@media only screen and (max-width: 959px), print {
  .section-interval3 {
    padding-top: 30%;
  }
}

.section-interval3-bg {
  width: 79%;
  margin-right: 0;
  margin-left: auto;
}

@media only screen and (max-width: 959px), print {
  .section-interval3-bg {
    width: 100%;
  }
}

.section-interval3-item {
  width: 79%;
  margin-left: 0;
  margin-right: auto;
  position: absolute;
  top: -16%;
  left: 0;
}

@media only screen and (max-width: 959px), print {
  .section-interval3-item {
    width: 100%;
    top: 0;
  }
}

.everyday {
  margin-top: -3%;
  padding-bottom: 19.5%;
}

@media only screen and (max-width: 959px), print {
  .everyday {
    margin-top: -10%;
    padding-bottom: 12%;
  }
}

.everyday .section-guid {
  color: #073fa3;
  margin-left: auto;
  margin-right: 0;
}

.everyday .section-guid-text::after {
  background-color: #073fa3;
}

.everyday-title {
  margin-top: -1em;
  margin-bottom: 1.2em;
}

.everyday-text {
  margin-bottom: 4.5em;
}

@media only screen and (max-width: 959px), print {
  .everyday-text {
    margin-bottom: 5.5em;
  }
}

.everyday-item-img {
  width: 50%;
}

@media only screen and (max-width: 959px), print {
  .everyday-item-img {
    width: 100%;
    margin-bottom: 8%;
  }
}

.everyday-item-note {
  width: 45%;
}

@media only screen and (max-width: 959px), print {
  .everyday-item-note {
    width: 100%;
  }
}

.everyday-itembox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 959px), print {
  .everyday .everyday-itembox.flex_between {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.section-interval4 {
  position: relative;
  z-index: 2;
}

.section-interval4-bg {
  width: 79%;
  margin-right: auto;
  margin-left: 0;
}

@media only screen and (max-width: 959px), print {
  .section-interval4-bg {
    width: 100%;
    margin: 0 auto;
    padding-top: 30%;
  }
}

.section-interval4-item {
  width: 79%;
  margin-left: auto;
  margin-right: 0;
  position: absolute;
  top: -40%;
  right: 0;
}

@media only screen and (max-width: 959px), print {
  .section-interval4-item {
    width: 100%;
    margin: 0 auto;
    top: 0;
  }
}

.flow {
  background-image: url(../images/00_bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  mix-blend-mode: multiply;
  margin-top: -5%;
  padding-top: 7%;
  padding-bottom: 4%;
}

@media only screen and (max-width: 959px), print {
  .flow {
    margin-top: 0;
    padding-top: 8%;
    padding-bottom: 17%;
  }
}

.flow-titlebox, .flow-title {
  color: #fff;
}

.flow-titlebox {
  margin-bottom: 9%;
}

@media only screen and (max-width: 959px), print {
  .flow-titlebox {
    margin-bottom: 15%;
  }
}

.flow-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flow .section-guid {
  margin-right: 1.5em;
}

.flow-stepbox {
  background-color: #fff;
  margin-bottom: 16%;
  width: 93%;
  height: 19vw;
  position: relative;
  margin-left: auto;
  margin-right: 0;
}

.flow-stepbox:nth-of-type(even) {
  margin-left: 0;
  margin-right: auto;
}

.flow-stepbox:nth-of-type(even) .flow-step-img {
  right: -7%;
  left: auto;
}

.flow-stepbox:nth-of-type(even) .flow-step-textbox {
  margin-right: auto;
  margin-left: 7%;
}

.flow-step-img {
  width: 57%;
  max-height: 365px;
  position: absolute;
  top: -11%;
  left: -7%;
}

.flow-step-textbox {
  width: 41%;
  margin-left: auto;
  margin-right: 0;
  height: 19vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
  font-size: 0.83333vw;
}

.flow-step-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #073fa3;
  margin-bottom: 1.5em;
  font-size: 0.83333vw;
}

.flow-step-title span {
  font-size: 2.34375vw;
  margin-left: 0.2em;
  line-height: 1;
}

@media only screen and (max-width: 959px), print {
  .flow .flow-stepbox-sp:not(:last-of-type) {
    margin-bottom: 14%;
  }
}

.voice {
  background-color: #fff;
  padding-top: 2%;
  padding-bottom: 4%;
}

@media only screen and (max-width: 959px), print {
  .voice {
    padding-top: 9%;
    padding-bottom: 8%;
  }
}

.voice .section-guid {
  color: #073fa3;
  margin-right: 1em;
}

.voice .section-guid-text::after {
  background-color: #073fa3;
}

.voice-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 959px), print {
  .voice-titlebox {
    margin-bottom: 8%;
  }
}

.voice-item-img {
  margin: 3% 5% 5% 0;
}

.voice-item {
  background-color: #f8f6f5;
  width: 47%;
  padding: 3% 3%;
  font-size: 0.83333vw;
  margin: 0 1.5%;
}

@media only screen and (max-width: 959px), print {
  .voice-item {
    width: 100%;
    padding: 5% 10%;
    margin-bottom: 12%;
  }
}

.voice-item-age {
  margin-bottom: 1em;
}

@media only screen and (max-width: 959px), print {
  .voice-item-age {
    font-size: 3.4375vw;
    margin-bottom: 0.8em;
  }
}

.voice-item-age::before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-right: 1.5em;
  background-image: url(../images/09_voice-item.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.voice-item-title {
  color: #073fa3;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
  font-size: 1.25vw;
  line-height: 1.58333;
  letter-spacing: 0.08em;
  margin-bottom: 1em;
}

@media only screen and (max-width: 959px), print {
  .voice-item-title {
    font-size: 4.375vw;
    font-family: "Noto Serif JP", serif;
    margin-bottom: 0.5em;
  }
}

@media only screen and (max-width: 959px), print {
  .voice-item-note {
    font-size: 3.59375vw;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
    line-height: 1.8;
  }
}

@media only screen and (max-width: 959px), print {
  .voice .voice-itembox.flex_between {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.item {
  background-image: url(../images/00_bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  mix-blend-mode: multiply;
  padding-top: 1.5%;
  padding-bottom: 8%;
}

@media only screen and (max-width: 959px), print {
  .item {
    padding-top: 9%;
    padding-bottom: 24%;
  }
}

.item-titlebox, .item-title {
  color: #fff;
}

@media only screen and (max-width: 959px), print {
  .item-titlebox {
    margin-bottom: 4%;
  }
}

.item-img {
  width: 61%;
}

@media only screen and (max-width: 959px), print {
  .item-img {
    width: 100%;
    margin-bottom: 11%;
  }
}

.item-text {
  width: 32%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 959px), print {
  .item-text {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 14%;
  }
}

.item-title {
  font-family: "Roboto", sans-serif;
  font-size: 35px;
  /*IE9以前に対応する*/
  font-size: 2.1875rem;
  line-height: 1;
  margin-bottom: 1em;
}

@media only screen and (max-width: 1199px), print {
  .item-title {
    font-size: 1.82292vw;
  }
}

@media only screen and (max-width: 959px), print {
  .item-title {
    font-size: 5.46875vw;
    width: 52%;
    margin-bottom: 0;
  }
}

.item-title span {
  font-size: 21px;
  /*IE9以前に対応する*/
  font-size: 1.3125rem;
  font-weight: bold;
  margin-left: 1em;
}

@media only screen and (max-width: 1199px), print {
  .item-title span {
    font-size: 1.09375vw;
  }
}

@media only screen and (max-width: 959px), print {
  .item-title span {
    font-size: 3.28125vw;
  }
}

.item-price {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
  font-size: 34px;
  /*IE9以前に対応する*/
  font-size: 2.125rem;
  letter-spacing: 0.15em;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 1em;
}

@media only screen and (max-width: 1199px), print {
  .item-price {
    font-size: 1.77083vw;
  }
}

@media only screen and (max-width: 959px), print {
  .item-price {
    width: 40%;
    font-size: 5.15625vw;
    margin-bottom: 0;
  }
}

.item-price-en {
  font-size: 25px;
  /*IE9以前に対応する*/
  font-size: 1.5625rem;
}

@media only screen and (max-width: 1199px), print {
  .item-price-en {
    font-size: 1.30208vw;
  }
}

@media only screen and (max-width: 959px), print {
  .item-price-en {
    font-size: 3.75vw;
  }
}

.item-price-tax {
  font-size: 22px;
  /*IE9以前に対応する*/
  font-size: 1.375rem;
}

@media only screen and (max-width: 1199px), print {
  .item-price-tax {
    font-size: 1.14583vw;
  }
}

@media only screen and (max-width: 959px), print {
  .item-price-tax {
    font-size: 3.35938vw;
  }
}

@media only screen and (max-width: 959px), print {
  .item .itembox.flex_between {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.item .btn.is-pc {
  display: block;
}

@media only screen and (max-width: 959px), print {
  .item .btn.is-pc {
    display: none;
  }
}

.item .btn.is-tab {
  display: none;
}

@media only screen and (max-width: 959px), print {
  .item .btn.is-tab {
    display: block;
  }
}

.company_ttl {
  padding-top: 60px;
  font-size: 25px;
}

@media only screen and (max-width: 1024px), print {
  .company_ttl {
    padding-top: 250px;
    font-size: 35px;
  }
}

@media only screen and (max-width: 500px), print {
  .company_ttl {
    padding-top: 120px;
    font-size: 25px;
  }
}

.company_txt {
  padding-top: 40px;
  line-height: 2.7
}

@media only screen and (max-width: 1024px), print {
  .company_txt {
    font-size: 22px;
  }
}

@media only screen and (max-width: 500px), print {
  .company_txt {
    font-size: 15px;
    padding-top: 20px;
  }
}

.contents_ttl {
  font-weight: bold;
}