@charset "UTF-8";
/* ===============================================
    * import fonts *
=============================================== */
@font-face {
  font-family: 'BravoScriptSSK';
  src: url(../../fonts/BRAVSTS.TTF) format("truetype"), url(../../fonts/BRAVSTS.woff) format("woff");
}

@font-face {
  font-family: 'OpenSans';
  src: url(../../fonts/OpenSans-Regular.ttf) format("truetype"), url(../../fonts/OpenSans-Regular.woff) format("woff");
}

/* ===============================================
    ! ress.css !
=============================================== */
/*!
 * ress.css Ã¢â‚¬Â¢ v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
}

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* △ ress.css end △ */
/* ===============================================
    ! default style settings !
=============================================== */
html {
  font-size: 100%;
}

body {
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}

@media only screen and (max-device-width: 560px) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

main {
  background-color: #fff;
  margin: auto;
}

.main_inner {
  max-width: 1400px;
}

@media only screen and (max-device-width: 560px) {
  .main_inner {
    width: 100%;
  }
}

img {
  width: 100%;
}

a {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

ul, li {
  list-style: none;
}

/* ===============================================
    !  for responsive objects !
=============================================== */
/* pc-view only */
@media only screen and (max-device-width: 560px) {
  .pc-component {
    display: none !important;
  }
}

/* sp-view only */
.sp-component {
  display: none !important;
}

@media only screen and (max-device-width: 560px) {
  .sp-component {
    display: block !important;
  }
}

/* ===============================================
    * Animation settings with 'myScript.js' *
=============================================== */
.fadeIn {
  opacity: 0;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  /* y軸方向に下げておくことで、下から上に上がってくるようなアニメーションになります */
  -webkit-transition: all 1500ms;
  transition: all 1500ms;
}

/* jQueryでスクロール量に応じて付与された 'scrollIn' のスタイル */
.fadeIn.scrollIn {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* ===============================================
    !  SP--mainStyle__objects !
=============================================== */
@media only screen and (max-device-width: 767px) {
  .main-area .main-inner {
    width: 100%;
  }
  /* common components */
  .desc-txt {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "Open Sans", "メイリオ", sans-serif;
    font-size: calc(24 * (100vw / 750));
    letter-spacing: calc(1.2 * (100vw / 750));
    line-height: 2;
    text-align: justify;
  }
  .credit {
    margin-right: calc(20 * (100vw / 750));
  }
  .credit__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .credit > a {
    color: #000;
    font-family: OpenSans;
    font-size: calc(24 * (100vw / 750));
    letter-spacing: calc(1.8 * (100vw / 750));
    line-height: calc(1.75 * (100vw / 750));
  }
  /* heading */
  .heading {
    display: block;
    font-family: BravoScriptSSK;
    font-size: calc(100 * (100vw / 750));
    letter-spacing: calc(16 * (100vw / 750));
    margin: calc(88 * (100vw / 750)) auto 0 calc(-2 * (100vw / 750));
    text-align: center;
  }
  .heading .kerning.d {
    letter-spacing: calc(6 * (100vw / 750));
  }
  .heading .kerning.r {
    letter-spacing: calc(3 * (100vw / 750));
  }
  /* sec1 */
  .sec1 {
    background-color: #f4f2ed;
    display: block;
    margin: calc(316 * (100vw / 750)) auto 0;
  }
  .sec1__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: calc(30 * (100vw / 750)) 0 calc(112 * (100vw / 750)) 0;
    position: relative;
  }
  .sec1__container--primary::before {
    content: "1";
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: calc(56 * (100vw / 750));
    z-index: 4;
    font-family: BravoScriptSSK;
    font-size: calc(186 * (100vw / 750));
    line-height: calc(2.09 * (100vw / 750));
  }
  .sec1__container--primary .img1 {
    display: block;
    margin: calc(-228 * (100vw / 750)) auto 0;
    position: relative;
    width: calc(676 * (100vw / 750));
    z-index: 3;
  }
  .sec1__container--secondary .img2 {
    display: block;
    margin: calc(30 * (100vw / 750)) auto 0;
    width: calc(638 * (100vw / 750));
  }
  .sec1 .desc__container {
    margin: calc(46 * (100vw / 750)) calc(38 * (100vw / 750)) 0;
    width: unset;
  }
  .sec1 .credit__container {
    margin: calc(24 * (100vw / 750)) 0 0 0;
  }
  /* sec2 */
  .sec2 {
    background-color: #eeefdc;
    display: block;
  }
  .sec2__container--primary {
    padding: calc(168 * (100vw / 750)) 0 0 0;
    position: relative;
  }
  .sec2__container--primary::before {
    content: "2";
    position: absolute;
    top: calc(158 * (100vw / 750));
    right: calc(58 * (100vw / 750));
    bottom: 0;
    left: auto;
    z-index: 4;
    font-family: BravoScriptSSK;
    font-size: calc(186 * (100vw / 750));
    line-height: calc(2.09 * (100vw / 750));
  }
  .sec2__container--primary .img1 {
    position: relative;
    z-index: 3;
    display: block;
    margin: 0 auto;
    width: calc(646 * (100vw / 750));
  }
  .sec2__container--primary::after {
    content: "";
    position: absolute;
    top: calc(150 * (100vw / 750));
    right: 0;
    bottom: 0;
    left: calc(38 * (100vw / 750));
    z-index: 1;
    background-color: #fff;
    display: block;
    height: calc(1000 * (100vw / 750));
    width: calc(678 * (100vw / 750));
  }
  .sec2 .desc__container {
    background: #eeefdc;
    margin: unset;
    padding: calc(62 * (100vw / 750)) calc(38 * (100vw / 750)) calc(112 * (100vw / 750));
    width: unset;
  }
  .sec2 .credit__container {
    margin: calc(24 * (100vw / 750)) 0 0 0;
  }
  /* sec3 */
  .sec3 {
    background-color: #f4eeea;
    display: block;
    margin: calc(320 * (100vw / 750)) auto 0;
  }
  .sec3__container {
    padding: calc(10 * (100vw / 750)) 0 calc(112 * (100vw / 750)) 0;
    position: relative;
  }
  .sec3__container--primary::before {
    content: "3";
    position: absolute;
    top: calc(98 * (100vw / 750));
    right: auto;
    bottom: auto;
    left: calc(30 * (100vw / 750));
    z-index: 4;
    font-family: BravoScriptSSK;
    font-size: calc(186 * (100vw / 750));
    line-height: calc(2.09 * (100vw / 750));
  }
  .sec3__container--primary .img1 {
    display: block;
    margin: calc(-208 * (100vw / 750)) calc(36 * (100vw / 750)) 0 auto;
    position: relative;
    width: calc(600 * (100vw / 750));
    z-index: 3;
  }
  .sec3__container--secondary {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sec3__container--secondary .img2 {
    position: relative;
    z-index: 2;
    display: block;
    margin: calc(30 * (100vw / 750)) auto 0 0;
    width: calc(345 * (100vw / 750));
  }
  .sec3__container--secondary .img3 {
    display: block;
    margin: calc(-266 * (100vw / 750)) 0 0 auto;
    width: calc(450 * (100vw / 750));
  }
  .sec3 .desc__container {
    margin: calc(46 * (100vw / 750)) calc(38 * (100vw / 750)) 0;
    width: unset;
  }
  .sec3 .credit__container {
    margin: calc(22 * (100vw / 750)) 0 0 0;
  }
  /* sec4 */
  .sec4 {
    display: block;
    margin: calc(120 * (100vw / 750)) auto 0;
  }
  .sec4__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 0 calc(112 * (100vw / 750)) 0;
    position: relative;
  }
  .sec4__container--primary {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .sec4__container--primary::before {
    content: "4";
    position: absolute;
    top: calc(98 * (100vw / 750));
    right: calc(70 * (100vw / 750));
    bottom: auto;
    left: auto;
    z-index: 4;
    font-family: BravoScriptSSK;
    font-size: calc(186 * (100vw / 750));
    line-height: calc(2.09 * (100vw / 750));
  }
  .sec4__container--primary .img1 {
    display: block;
    margin: 0 auto 0 0;
    position: relative;
    width: calc(600 * (100vw / 750));
    z-index: 3;
  }
  .sec4__container--secondary {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .sec4__container--secondary .img2 {
    display: block;
    margin: calc(30 * (100vw / 750)) 0 0 auto;
    width: calc(638 * (100vw / 750));
  }
  .sec4 .desc__container {
    margin: calc(50 * (100vw / 750)) calc(38 * (100vw / 750)) 0;
    width: unset;
  }
  .sec4 .credit__container {
    margin: calc(24 * (100vw / 750)) 0 0 0;
  }
  /* sec5 */
  .sec5 {
    background-color: #f7f0e2;
    display: block;
  }
  .sec5__container--primary {
    padding: calc(134 * (100vw / 750)) 0 0 0;
    position: relative;
  }
  .sec5__container--primary::before {
    content: "5";
    position: absolute;
    top: calc(218 * (100vw / 750));
    right: auto;
    bottom: 0;
    left: calc(18 * (100vw / 750));
    z-index: 4;
    font-family: BravoScriptSSK;
    font-size: calc(186 * (100vw / 750));
    line-height: calc(2.09 * (100vw / 750));
  }
  .sec5__container--primary .img1 {
    position: relative;
    z-index: 3;
    display: block;
    margin: 0 auto;
    width: calc(646 * (100vw / 750));
  }
  .sec5__container--primary::after {
    content: "";
    position: absolute;
    top: calc(120 * (100vw / 750));
    right: 0;
    bottom: 0;
    left: calc(38 * (100vw / 750));
    z-index: 2;
    background-color: #fff;
    display: block;
    height: calc(1000 * (100vw / 750));
    width: calc(678 * (100vw / 750));
  }
  .sec5 .desc__container {
    background: #f7f0e2;
    margin: unset;
    padding: calc(60 * (100vw / 750)) calc(38 * (100vw / 750)) calc(114 * (100vw / 750));
    width: unset;
  }
  .sec5 .credit__container {
    margin: calc(24 * (100vw / 750)) 0 0 0;
  }
  /* sec6 */
  .sec6 {
    background-color: #f4f0ef;
    display: block;
    margin: calc(386 * (100vw / 750)) auto 0;
  }
  .sec6__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: calc(10 * (100vw / 750)) 0 0 0;
    position: relative;
  }
  .sec6__container--primary::before {
    content: "6";
    position: absolute;
    top: 0;
    right: calc(36 * (100vw / 750));
    bottom: auto;
    left: auto;
    z-index: 4;
    font-family: BravoScriptSSK;
    font-size: calc(186 * (100vw / 750));
    line-height: calc(2.09 * (100vw / 750));
  }
  .sec6__container--primary .img1 {
    display: block;
    margin: calc(-210 * (100vw / 750)) auto 0 calc(36 * (100vw / 750));
    position: relative;
    width: calc(638 * (100vw / 750));
    z-index: 3;
  }
  .sec6__container--secondary .img2 {
    display: block;
    margin: calc(30 * (100vw / 750)) 0 0 auto;
    width: calc(600 * (100vw / 750));
  }
  .sec6 .desc__container {
    margin: calc(48 * (100vw / 750)) calc(38 * (100vw / 750)) 0;
    width: unset;
  }
  .sec6 .credit__container {
    margin: calc(28 * (100vw / 750)) 0 0 0;
  }
  /* checkall__btn */
  .checkall__btn {
    /* outline of btn */
    border: solid 1px #000;
    display: block;
    height: calc(160 * (100vw / 750));
    margin: auto;
    text-align: center;
    width: calc(676 * (100vw / 750));
    /* style of btn */
    color: #000;
    font-family: BravoScriptSSK;
    font-size: calc(52 * (100vw / 750));
    letter-spacing: calc(3.12 * (100vw / 750));
    line-height: calc(146 * (100vw / 750));
  }
  .checkall__btn-container {
    background-color: #f4f0ef;
    margin-bottom: calc(200 * (100vw / 750));
    padding: calc(176 * (100vw / 750)) 0 calc(200 * (100vw / 750));
  }
  .checkall__btn .kerning.c {
    letter-spacing: calc(-4 * (100vw / 750));
  }
}
