@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);
}

/* ===============================================
    !  PC--mainStyle__objects !
=============================================== */
.main-area {
  overflow-x: hidden;
}

.main-area .main-inner {
  max-width: 1400px;
  width: 100%;
}

/* common components */
.desc-txt {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "Open Sans", "メイリオ", sans-serif;
  font-size: 13px;
  letter-spacing: 0.95px;
  line-height: 1.85;
  text-align: justify;
}

.credit {
  margin-right: 8px;
}

.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: 12px;
  letter-spacing: 1.2px;
  line-height: 2;
}

/* heading */
.heading {
  display: block;
  font-family: BravoScriptSSK;
  font-size: 68px;
  letter-spacing: 10.88px;
  margin: 76px auto 0;
  text-align: center;
}

.heading .kerning.d {
  letter-spacing: 6px;
}

.heading .kerning.r {
  letter-spacing: 3px;
}

/* sec1 */
.sec1 {
  background-color: #f4f2ed;
  display: block;
  margin: 266px -200% 0;
  padding: 0 200%;
}

.sec1__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0 80px 0;
}

.sec1__container--primary {
  position: relative;
}

.sec1__container--primary::before {
  content: "1";
  position: absolute;
  top: -334px;
  right: auto;
  bottom: auto;
  left: 100px;
  z-index: 200;
  font-family: BravoScriptSSK;
  font-size: 132px;
  line-height: 2.94;
}

.sec1__container--primary .img1 {
  display: block;
  margin: -140px 80px 0 80px;
  position: relative;
  width: 420px;
  z-index: 100;
}

.sec1__container--secondary .img2 {
  display: block;
  margin: -200px 0 0 0;
  width: 500px;
}

.sec1 .desc__container {
  margin: 25px 80px 0 auto;
  width: 420px;
}

.sec1 .credit__container {
  margin: 18px 0 0 0;
}

/* sec2 */
.sec2 {
  background-color: #eeefdc;
  display: block;
  margin: 0 -200%;
  padding: 96px 200% 76px;
}

.sec2__container--primary .img1 {
  display: block;
  margin: 0 auto;
  position: relative;
  width: 450px;
}

.sec2__container--primary .img1::before {
  content: "2";
  position: absolute;
  top: -188px;
  right: auto;
  bottom: auto;
  left: 356px;
  z-index: 200;
  font-family: BravoScriptSSK;
  font-size: 132px;
  line-height: 2.94;
}

.sec2__container--primary .img1 > img {
  position: relative;
  z-index: 100;
}

.sec2__container--primary .img1::after {
  content: "";
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: auto;
  left: auto;
  z-index: 10;
  background-color: #fff;
  display: block;
  height: 695px;
  width: 470px;
}

.sec2 .desc__container {
  margin: 36px auto 0;
  width: 470px;
}

.sec2 .credit__container {
  margin: 18px auto 0 0;
}

/* sec3 */
.sec3 {
  background-color: #f4eeea;
  display: block;
  margin: 278px -200% 0;
  padding: 0 200%;
}

.sec3__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: auto;
  padding: 10px 0 80px 0;
  position: relative;
  width: 1130px;
}

.sec3__container--primary::before {
  content: "3";
  position: absolute;
  top: -333px;
  right: auto;
  bottom: auto;
  left: 190px;
  z-index: 200;
  font-family: BravoScriptSSK;
  font-size: 132px;
  line-height: 2.94;
}

.sec3__container--primary .img1 {
  display: block;
  margin: -204px auto 0 240px;
  position: relative;
  width: 450px;
  z-index: 100;
}

.sec3__container--secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sec3__container--secondary .img2 {
  position: relative;
  z-index: 100;
  display: block;
  margin: -379px auto 0 0;
  width: 300px;
}

.sec3__container--secondary .img3 {
  display: block;
  margin: -329px 0 0 auto;
  width: 400px;
}

.sec3 .desc__container {
  margin: 26px auto 0 0;
  width: 377px;
}

.sec3 .credit__container {
  margin: 18px 0 0 0;
}

/* sec4 */
.sec4 {
  display: block;
  margin: 80px auto 0;
}

.sec4__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0 76px 0;
  position: relative;
}

.sec4__container--primary {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.sec4__container--primary::before {
  content: "4";
  position: absolute;
  top: -61px;
  right: 31px;
  bottom: auto;
  left: auto;
  z-index: 200;
  font-family: BravoScriptSSK;
  font-size: 132px;
  line-height: 2.94;
}

.sec4__container--primary .img1 {
  display: block;
  margin: 128px 0 0 0;
  position: relative;
  width: 500px;
  z-index: 100;
}

.sec4__container--secondary {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.sec4__container--secondary .img2 {
  display: block;
  margin: 0 80px 0 auto;
  width: 500px;
}

.sec4 .desc__container {
  margin: 26px 0 0;
  width: 497px;
}

.sec4 .credit__container {
  margin: 17px 0 0;
}

/* sec5 */
.sec5 {
  background-color: #f7f0e2;
  display: block;
  margin: 0 -200%;
  padding: 88px 200% 56px;
}

.sec5__container--primary .img1 {
  display: block;
  margin: 0 auto;
  position: relative;
  width: 450px;
}

.sec5__container--primary .img1::before {
  content: "5";
  position: absolute;
  top: -144px;
  right: auto;
  bottom: auto;
  left: 12px;
  z-index: 200;
  font-family: BravoScriptSSK;
  font-size: 132px;
  line-height: 2.94;
}

.sec5__container--primary .img1 > img {
  position: relative;
  z-index: 100;
}

.sec5__container--primary .img1::after {
  content: "";
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: auto;
  left: auto;
  z-index: 10;
  background-color: #fff;
  display: block;
  height: 695px;
  width: 470px;
}

.sec5 .desc__container {
  margin: 36px auto 0;
  width: 470px;
}

.sec5 .credit__container {
  margin: 17px auto 0 0;
  width: 400px;
}

/* sec6 */
.sec6 {
  background-color: #f4f0ef;
  display: block;
  margin: 350px -200% 0;
  padding: 0 200%;
}

.sec6__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0 80px 0;
  position: relative;
}

.sec6__container--primary {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.sec6__container--primary::before {
  content: "6";
  position: absolute;
  top: -387px;
  right: 3px;
  bottom: auto;
  left: auto;
  z-index: 200;
  font-family: BravoScriptSSK;
  font-size: 132px;
  line-height: 2.94;
}

.sec6__container--primary .img1 {
  display: block;
  margin: -194px 30px 0 auto;
  position: relative;
  width: 450px;
  z-index: 100;
}

.sec6__container--secondary {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.sec6__container--secondary .img2 {
  display: block;
  margin: -270px 80px 0 0;
  width: 500px;
}

.sec6 .desc__container {
  margin: 26px 0 0 0;
  width: 503px;
}

.sec6 .credit__container {
  margin: 17px 0 0 0;
  width: 400px;
}

/* checkall__btn */
.checkall__btn {
  /* outline of btn */
  border: solid 1px #000;
  display: block;
  height: 74px;
  margin: auto;
  text-align: center;
  width: 380px;
  /* style of btn */
  color: #000;
  font-family: BravoScriptSSK;
  font-size: 27px;
  letter-spacing: 1.62px;
  line-height: 74px;
}

.checkall__btn-container {
  background-color: #f4f0ef;
  margin: 0 -200% 140px;
  padding: 19px 200% 140px;
}

.checkall__btn .kerning.c {
  letter-spacing: -2.9px;
}
