@charset "UTF-8";

/*===============================================================

	root

===============================================================*/

:root {
  --main-gray: #979797;
  --bg-gray: #f0f0f0;
  --text-gray: #b8b8b8;
  --black-color: #333;
  --white-color: #fff;
  --red-color: #e44f4f;
  --margin-responsive: var(--margin);
  --margin-responsive-l: calc(var(--margin-responsive)*2);
}

@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?o6wgtb');
  src: url('../fonts/icomoon.eot?o6wgtb#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?o6wgtb') format('truetype'),
    url('../fonts/icomoon.woff?o6wgtb') format('woff'),
    url('../fonts/icomoon.svg?o6wgtb#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-top:before {
  content: "\e900";
}

.icon-arrow-bottom:before {
  content: "\e901";
}

.icon-arrow-right:before {
  content: "\e902";
}

.icon-arrow-left:before {
  content: "\e903";
}

.icon-plus:before {
  content: "\e904";
}

.icon-minus:before {
  content: "\e905";
}

.icon-check:before {
  content: "\e906";
}

.icon-search:before {
  content: "\e907";
}

.icon-pin:before {
  content: "\e908";
}

.icon-facebook:before {
  content: "\e909";
}

.icon-twitter:before {
  content: "\e90a";
}

.icon-hatena:before {
  content: "\e90b";
}

.icon-instagram:before {
  content: "\e90c";
}

.icon-line:before {
  content: "\e90d";
}


/*===============================================================

	common

===============================================================*/
body,
html {
  margin: 0;
  padding: 0;
  font: 14px/1.9 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  font-weight: 500;
  color: #111;
  font-feature-settings: "palt";
  overflow-x: hidden;
}

a {
  color: #111;
  text-decoration: none;
}

a:hover {
  opacity: 1;
}

.description {
  font-size: 12px;
  font-weight: 200;
}

.concept {
  line-height: 2.8;
}


/* ==================================================
  splash
====================================================*/
#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #f1ccc9;
  text-align: center;
}

#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#splash_logo img {
  width: 30px;
  -webkit-animation: loader 1s linear infinite;
  -moz-animation: loader 1s linear infinite;
  -o-animation: loader 1s linear infinite;
  animation: loader 1s linear infinite;
}

@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }

  100% {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@-moz-keyframes loader {
  0% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }

  100% {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@-o-keyframes loader {
  0% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }

  100% {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@keyframes loader {
  0% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }

  100% {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@media screen and (max-width:768px) {
  #splash_logo img {
    width: 20px;
  }
}



/*===============================================================

	container contents 

===============================================================*/
.contents-pc {
  display: block;
}

.contents-sp {
  display: none;
}

.section.size-s [class*="section-"] {
  max-width: 720px;
}

/* particles */
#particles-js {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(237, 178, 174, 1) 50%, rgba(241, 204, 201, 1) 90%);
}

/*キラキラ星*/
.star {
  animation: kirakira 10s linear;
  color: rgba(255, 255, 255, 0.7);
  display: inline-block;
  height: 1em;
  line-height: 1em;
  position: fixed;
  top: -1em;
  z-index: 1;
}

@keyframes kirakira {
  0% {
    transform: translateY(0) rotateY(0);
  }

  100% {
    transform: translateY(calc(100vh + 1em));
  }
}


/* page-border */
.page-border {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
}

.page-border .bottom-border,
.page-border .left-border,
.page-border .right-border,
.page-border .top-border {
  background: #c17e79;
  position: fixed;
  z-index: 9999;
}

.page-border>.top-border,
.page-border>.right-border,
.page-border>.bottom-border,
.page-border>.left-border {
  padding: 4px;
  background: #c17e79;
}

.page-border .bottom-border,
.page-border .top-border {
  width: 100%;
  padding: 4px;
  left: 0;
}

.page-border .left-border,
.page-border .right-border {
  padding: 4px;
  height: 100%;
  top: 0;
}

.page-border .top-border {
  top: 0;
}

.page-border .right-border {
  right: 0;
}

.page-border .bottom-border {
  bottom: 0;
}

.page-border .left-border {
  left: 0;
}

/* contents-wrapper */
.contents-wrapper.top {
  position: relative;
  z-index: 1;
}

@media (min-width: 769px) {
  .contents-wrapper.top {
    overflow-y: hidden;
  }
}

@media (max-width: 768px) {
  .contents-pc {
    display: none;
  }

  .contents-sp {
    display: block;
  }

  .section>*,
  .inner {
    padding-left: var(--margin-responsive);
    padding-right: var(--margin-responsive);
  }

  .page-border>.top-border,
  .page-border>.right-border,
  .page-border>.bottom-border,
  .page-border>.left-border,
  .page-border .bottom-border,
  .page-border .top-border,
  .page-border .left-border,
  .page-border .right-border {
    padding: 3px;
  }

  #particles-js {
    background: linear-gradient(180deg, rgba(237, 178, 174, 1) 20%, rgba(241, 204, 201, 1) 90%);
  }
}

/*---------------------------------------------------------------
	header
---------------------------------------------------------------*/

.contents-header {
  padding: var(--margin) 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.contents-header .section>* {
  max-width: none;
}

.contents-header.header_sp,
.contents-header .spLogo {
  display: none;
}

@media (max-width: 768px) {
  .contents-header.header_sp {
    display: block;
  }

  .contents-header.header_pc {
    display: none;
  }

  .contents-header .spLogo {
    display: block;
    position: fixed;
    top: 15px;
    left: 15px;
  }

  .contents-header .spLogo img {
    width: 150px;
  }
}

/*---------------------------------------------------------------
	footer
---------------------------------------------------------------*/

.contents-footer {
  color: #111;
  font-size: 10px;
  position: absolute;
  right: 0;
  bottom: 10px;
  z-index: 2;
}

.contents-footer .section>* {
  max-width: none;
}

@media (max-width: 768px) {
  .contents-footer {
    position: relative;
  }

  .contents-footer .copyright {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    text-align: center;
    color: #111;
    z-index: 1;
  }
}



/*---------------------------------------------------------------
	section
---------------------------------------------------------------*/

.section>*,
.inner {
  max-width: 1400px;
}


/*===============================================================

	gnav

===============================================================*/
.gnav {
  transition: 0.3s ease;
}

.gnav .label {
  text-transform: uppercase;
  position: relative;
  letter-spacing: .1em;
  font-size: 16px;
  font-family: 'Poiret One', cursive;
}

.gnav .label:hover {
  opacity: 0.7;
}

.gnav .list.type-split li+li {
  margin-left: 30px;
}

.gnav .list.type-split li a.label img {
  width: 150px;
}

.gnav .label {
  display: inline-block;
}

@media (min-width: 769px) {
  .gnav .list {
    flex-wrap: wrap;
  }
}


/* ------------------------------------------------------------------
 gnav-trigger
------------------------------------------------------------------ */

.gnav-trigger {
  width: 44px;
  height: 44px;
  margin: 0 !important;
  background-color: transparent;
  cursor: pointer;
  position: fixed;
  top: 10px;
  right: 13px;
  z-index: 1000;
}

.gnav-trigger>.label {
  width: 37px;
  height: 1px;
  background-color: transparent;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.gnav-trigger>.label:before,
.gnav-trigger>.label:after {
  content: '';
  width: 100%;
  height: 1px;
  font-size: 0 !important;
  line-height: 0;
  background-color: #111;
  display: block;
  position: absolute;
  left: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.gnav-trigger>.label:before {
  top: -6px;
}

.gnav-trigger>.label:after {
  bottom: -6px;
}

.gnav-trigger.active>.label {
  background-color: transparent;
}

.gnav-trigger.active>.label:before,
.gnav-trigger.active>.label:after {
  top: 50%;
  left: 50%;
  transform-origin: left top 0;
}

.gnav-trigger.active>.label:before {
  transform: rotate(45deg) translate(-50%, -50%);
}

.gnav-trigger.active>.label:after {
  transform: rotate(-45deg) translate(-50%, -50%);
}

/*---------------------------------------------------------------
	responsive
---------------------------------------------------------------*/

@media (max-width: 768px) {
  .gnav-trigger {
    display: block;
  }

  .gnav {
    width: 100vw;
    height: 100%;
    min-height: 100vh;
    padding: 40px 0 0;
    background-color: #edb2ae;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 100;
    overflow-y: scroll;
  }

  .gnav.active {
    left: 0;
  }

  .gnav .list.type-split {
    display: block;
  }

  .gnav .list.type-split li {
    width: 100%;
    margin: 0 !important;
    font-size: 1.4em;
  }

  .gnav .list.type-split li .label {
    padding: 15px;
    text-align: center;
    /* font-size: 14px; */
  }

  .gnav .list li .label {
    width: 100%;
  }

  .gnav .list.type-split li .label img {
    width: 150px;
  }
}



/*===============================================================

	title

===============================================================*/
h2.title {
  text-transform: uppercase;
  letter-spacing: .05em;
  font-family: 'Poiret One', cursive;
}

.title.size-xl {
  font-size: 14vh;
}

.title.section-title {
  font-size: 10vh;
  font-weight: 200;
  letter-spacing: .05em;
}

.title.page-title {
  font-size: 90px;
  text-align: center;
  font-weight: 200;
  letter-spacing: .05em;
}

.title.section-title>.label {
  line-height: 1;
}

.title.section-title.size-xl {
  font-size: 15vh;
  margin-top: 5vh !important;
}

.title.section-title.size-xl>.label {
  line-height: 1.1;
}

.title.type-ruby {
  min-width: 1.5em !important;
}

.title.type-ruby>.label:after {
  content: '' attr(data-ruby)'';
  padding-left: .5em;
  text-align: center;
  font-size: .5em;
  display: block;
}

.title.type-line_bottom>.label {
  padding-bottom: var(--margin-s);
  border-bottom: none;
}

@media (min-width: 769px) {
  .setion_headding .title.section-title {
    min-width: 1em;
    height: auto !important;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    transform: translateY(-50%) rotate(180deg);
    position: relative;
    top: 50%;
  }

  .setion_headding .title.section-title>.label {
    padding-bottom: .5em;
  }

  .setion_headding .title.section-title.type-line_bottom {
    padding-right: .25em;
    transform: rotate(180deg);
    top: auto;
  }

  .setion_headding .title.section-title.type-line_bottom>.label {
    border-bottom: none;
  }
}

@media (max-width: 768px) {
  .title.size-xl {
    font-size: 14vw;
  }

  .title.section-title.size-xl {
    font-size: 12.5vw;
    margin-top: 0 !important;
  }

  .setion_headding .title.section-title {
    font-size: 14vw;
    text-align: center;
  }

  .title.type-ruby>.label:after {
    padding-top: .1em;
    padding-left: 0;
    text-align: left;
  }

  .title.page-title {
    font-size: 15vw;
  }
}

/*---------------------------------------------------------------
	split
---------------------------------------------------------------*/

.list.type-split {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.list.type-split li {
  font-size: 1rem;
  display: inline-block;
}

.list.type-split li+li {
  margin-left: var(--margin-s);
}

/*---------------------------------------------------------------
	split_line
---------------------------------------------------------------*/

.list.type-split_line {
  display: flex;
  flex-wrap: wrap;
}

.list.type-split_line li {
  font-weight: 700;
  line-height: 1;
}

.list.type-split_line a {
  color: var(--main-gray);
}

.list.type-split_line li+li {
  margin-left: 1em;
  padding-left: 1em;
  border-left: 2px solid var(--main-gray);
}

.contents-footer .list.type-split_line {
  margin-bottom: var(--margin-s);
  font-weight: 600;
}



/*===============================================================

	scroll section

===============================================================*/

.scrollbtn {
  display: none;
}

[data-scroll-direction="horizontal"] [data-scroll-container] {
  white-space: nowrap;
  overflow: hidden;
}

[data-scroll] {
  transform: none;
  display: inline-block;
}

.scroll-section+.scroll-section {
  margin-top: 0;
  /*border-left: 1px solid #000;*/
}

.scroll-section .thumbnail figure {
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
}

.scroll-section .thumbnail.trac-back figure {
  transform: scale(1.5) !important;
  transition: transform 1.4s cubic-bezier(.165, .84, .44, 1), -webkit-transform 1.4s cubic-bezier(.165, .84, .44, 1);
}

.scroll-section .thumbnail.trac-back figure.is-inview {
  transform: scale(1) !important;
  transition-delay: .1s;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1);
}

.scroll-section .thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.area-scroll {
  background-color: transparent !important
}

@media (min-width: 769px) {
  html.has-scroll-init {
    overflow: hidden;
  }

  .area-scroll {
    height: 100vh;
    padding: 0 !important;
    font-size: 0;
    letter-spacing: 0;
    white-space: nowrap;
    position: relative;
  }

  .area-scroll:before {
    content: '';
    height: 100%;
    font-size: 0;
    line-height: 1;
    letter-spacing: 0;
    vertical-align: middle;
    display: inline-block;
  }

  .scroll-section {
    width: max-content;
    font-size: 1rem;
    letter-spacing: .075em;
    position: relative;
    /*background-color: #eee;*/
    vertical-align: middle;
    display: inline-block;
  }

  .scroll-section .section {
    display: inline-block;
  }

  .scroll-section [class^="section-"] {
    max-width: none;
    /*margin-left: calc(var(--margin) * 1.75);*/
    padding: 0;
    vertical-align: middle;
    white-space: normal;
    display: inline-block;
  }

  .scroll-section [class^="section-"].size-s {
    width: 100%;
    max-width: 600px;
  }

  .scroll-section [class^="section-"].size-l {
    width: 100%;
    max-width: 1020px;
  }

  .scroll-section [class^="section-"].vertical-full {
    height: 100vh;
  }

  .scroll-section [class^="section-"]+[class^="section-"] {
    margin-top: 0;
  }

  .scroll-section .setion_headding {
    margin-right: calc(var(--margin) * 1.75);
  }

  [data-scroll]:not(.is-inview) {
    transform: none !important;
  }

  .scroll-section .thumbnail:after {
    display: none;
  }

  .scroll-section .thumbnail img {
    width: auto;
    max-width: none;
    height: 100%;
  }
}

@media (max-width: 768px) {
  .section:not(.countdown_area) {
    opacity: 1 !important;
  }

  .main>.section {
    margin-bottom: 0;
  }

  .main> :last-child {
    margin-bottom: 0 !important;
  }

  .section+.section {
    padding-top: var(--margin-l);
  }

  .area-scroll {
    padding: 0 !important;
  }

  .scroll-section .thumbnail {
    width: 100%;
    height: auto;
  }

  .scroll-section .thumbnail img {
    width: 100%;
    height: auto;
  }
}

/*---------------------------------------------------------------
	story / section1
---------------------------------------------------------------*/
#section1 {
  padding-left: var(--margin-l);
}

#section1 .section-block {
  margin: 0 200px;
}

#section1 .kikkake {
  z-index: 2;
}

/* darkArea */
#section1 .bg_dark {
  width: 270vh;
  height: 100vh;
  background: linear-gradient(90deg, #edb2ae 0%, #7f5455 30%);
  color: #fff;
  line-height: 2.5;
}

#section1 .story_dark01,
#section1 .story_dark02,
#section1 .story_dark03,
#section1 .story_purple01 {
  position: absolute;
  color: #fff;
}

#section1 .story_dark01 {
  top: 30%;
  left: 35%;
  transform: translate(-30%, -40%);
}

#section1 .story_dark02 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 70px;
  margin-top: 0;
}

#section1 .story_dark03 {
  top: 50%;
  right: 0%;
  transform: translate(-0%, -50%);
}

/* bg_purple */
#section1 .bg_purple {
  width: 220vh;
  height: 100vh;
  background: linear-gradient(90deg, #7f5455 0%, #d692a8 100%);
  margin-left: -10px;
  position: relative;
  color: #fff;
  line-height: 2.5;
}

#section1 .story_purple01 {
  top: 50%;
  left: 25%;
  transform: translate(-50%, -50%);
  font-size: 70px;
  line-height: 3;
}

#section1 .story_purple02 {
  position: absolute;
  top: 35%;
  right: 35%;
}

/* scroll */
.scroll {
  position: absolute;
  bottom: -80%;
  right: -30%;
  z-index: 2;
}

.scroll div {
  padding-right: 100px;
  text-transform: uppercase;
  font-size: 12px;
}

.scroll:before {
  content: "";
  position: absolute;
  bottom: 4px;
  right: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #111;
  animation:
    circlemove 3s ease-in-out infinite,
    cirlemovehide 3s ease-out infinite;
}

@keyframes circlemove {
  0% {
    left: 60px;
  }

  100% {
    left: 150px;
  }
}

@keyframes cirlemovehide {
  0% {
    opacity: 0
  }

  50% {
    opacity: 1;
  }

  80% {
    opacity: 0.9;
  }

  100% {
    opacity: 0;
  }
}

.scroll:after {
  content: "";
  position: absolute;
  bottom: 9px;
  right: 0;
  width: 90px;
  height: 1px;
  background: #111;
}

@media (max-width: 768px) {
  #section1 {
    padding-left: 0;
    padding-top: 80px;
  }

  #section1 .section-header h1 {
    height: 40vh;
  }

  #section1 .section-header h1 span {
    line-height: 1.7;
  }

  #section1 .section-block {
    margin: 0;
  }

  #section1 .concept {
    margin-bottom: 200px;
    margin-top: 70px !important;
  }

  /* scroll */
  .scroll {
    position: absolute;
    bottom: 0%;
    right: 0px;
  }

  .scroll div {
    padding-right: 0px;
    padding-bottom: 100px;
    margin-right: 30px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }

  .scroll:after {
    bottom: 0;
    right: 40px;
    width: 1px;
    height: 90px;
  }

  .scroll:before {
    right: 36px;
    width: 8px;
    height: 8px;
  }

  @keyframes circlemove {
    0% {
      top: 60px;
    }

    100% {
      top: 150px;
    }
  }

  /* kikkake */
  #section1 .kikkake {
    margin-bottom: 100px;
  }

  #section1 .kikkake h1 {
    font-size: 30px;
    text-align: center;
  }

  #section1 .kikkake h1 span {
    line-height: 2;
  }

  /* darkArea */
  #section1 .section-header.darkArea {
    padding-left: 0;
    padding-right: 0;
  }

  #section1 .bg_dark {
    width: 100%;
    background: linear-gradient(180deg, rgba(237, 178, 174, 1) 0%, #7f5455 30%);
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 70px;
    height: 180vh;
  }

  #section1 .story_dark01 {
    position: static;
    width: 100%;
    left: 0;
    transform: unset;
  }

  #section1 .story_dark02 {
    top: 50%;
    left: 60%;
    font-size: 45px;
    width: 100%;
  }

  #section1 .story_dark03 {
    top: 60%;
    right: 30px;
    transform: unset;
    left: 30px;
  }

  /* bg_purple */
  #section1 .section-header.bg_purple_start {
    padding: 0;
  }

  #section1 .bg_purple {
    width: 100%;
    background: linear-gradient(180deg, #7f5455 0%, #d692a8 100%);
    margin-left: 0;
  }

  #section1 .story_purple01 {
    top: -10%;
    left: 30px;
    transform: unset;
    font-size: 45px;
    margin-top: 0;
  }

  #section1 .story_purple02 {
    top: 48%;
    right: 30px;
    left: 30px;
  }

}

/*---------------------------------------------------------------
	section8 / policy
---------------------------------------------------------------*/
#section8 {
  background: linear-gradient(90deg, #d692a8 0%, #9da6c1 100%);
  margin-left: -1px;
  padding-right: 15vw;
}

#section8 .section-header {
  height: 100vh;
  width: auto;
}

#section8 .policy_list {
  padding-left: 15vw;
}

#section8 .policy_list h3 span {
  font-size: 21px;
  line-height: 1;
}

#section8 .policy_list .concept {
  margin-bottom: 40px;
  margin-top: 5px;
}

@media (max-width: 768px) {
  #section8 {
    background: linear-gradient(180deg, #d692a8 0%, #9da6c1 100%);
    margin-left: 0;
    padding-right: 0;
  }

  #section8 .section-header {
    height: auto;
  }

  #section8 h2 {
    padding-bottom: 50px;
  }

  #section8 .policy_list {
    padding: 50px 30px 100px;
  }
}


/*---------------------------------------------------------------
	section2 / services
---------------------------------------------------------------*/

#section2 {
  background: linear-gradient(90deg, #9da6c1 0%, #afc2c6 50%,#f6b78e 100%);
  margin-left: -1px;
}

#section2 .section-header {
  width: auto;
  height: 100vh;
}

.article-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: 5vw;
  width: 120vw;
}

.article-list article {
  background-color: #fff;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
  width: 25%;
  box-sizing: border-box;
  padding: 20px 30px;
  margin: 10px;
  border-radius: 20px;
  height: 230px;
}

.article-list a:hover {
  background-color: rgba(255, 255, 255, 0.9);
}

.article-list h3 img {
  width: 18px;
  vertical-align: middle;
  margin-right: 5px;
}

.article-list .article .title {
  margin-top: var(--margin-top);
  font-weight: 400;
}

@media (max-width: 768px) {
  #section2 {
    background: linear-gradient(180deg, #9da6c1 0%,#afc2c6 50%, #f6b78e 100%);
    padding-right: 0;
    padding-bottom: 5vh;
  }

  #section2 .section-header {
    height: auto;
  }

  #section2 h2 {
    margin-top: 0;
    padding-bottom: 50px;
  }

  .article-list {
    margin-left: 0;
    width: 100%;
  }

  .article-list.first {
    margin-top: 30px !important;
  }

  .article-list article {
    width: 100%;
    height: auto;
    padding: 0px 25px 25px 20px;
  }

  .article-list .thumbnail {
    width: 200px;
    height: 200px;
  }
}


/*---------------------------------------------------------------
	section3 / member
---------------------------------------------------------------*/
/* #section3 {
  background: linear-gradient(90deg, #afc2c6 0%, #f6b78e 100%);
  margin-left: -1px;
  padding-right: 20vw;
}

#section3 .section-header {
  height: 100vh;
  width: auto;
}

#section3 .memberArea {
  padding-left: 10vw;
  padding-top: 50px;
}

#section3 .memberArea .member_img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 30px;
}

#section3 .memberArea .member_img img {
  height: 200px;
  border-radius: 50%;
  vertical-align: middle;
  margin: 10px 15px;
}

@media (max-width: 768px) {
  #section3 {
    background: linear-gradient(180deg, #afc2c6 0%, #f6b78e 100%);
    padding: 15vh 0;
    margin-left: 0;
  }

  #section3 .section-header {
    height: auto;
  }

  #section3 h2 {
    margin-top: 0;
    padding-bottom: 50px;
  }

  #section3 .concept {
    line-height: 2;
    padding-bottom: 30px;
    text-align: center;
  }

  #section3 .memberArea {
    padding: 0;
  }

  #section3 .memberArea .member_img {
    justify-content: center;
    margin-bottom: 0;
  }

  #section3 .memberArea .member_img div {
    width: 45%;
    margin: 0;
    text-align: center;
  }

  #section3 .memberArea .member_img img {
    height: 150px;
  }
} */


/*---------------------------------------------------------------
	section4 / brand
---------------------------------------------------------------*/
/* #section4 {
  background: linear-gradient(90deg, #f6b78e 0%, #f4d28e 70%);
  margin-left: -1px;
}

#section4 .section-header {
  height: 100vh;
  width: auto;
}

#section4 .section-block span {
  font-size: 20px;
}

#section4 .concept {
  padding-right: 6vw;
  padding-left: 6vw;
}

#section4 .brand_block {
  width: 100%;
  height: 40vh;
}

#section4 .brand_block a:hover {
  opacity: 0.8;
}

#section4 .brand_block img {
  width: 70%;
}

@media (max-width: 768px) {
  #section4 {
    margin-left: 0;
    background: linear-gradient(180deg, #f6b78e 0%, #f4d28e 70%);
  }

  #section4 .section-header {
    height: auto;
  }

  #section4 .section-header+[class^="section-"] {
    margin-left: 0;
  }

  #section4 h2 {
    padding-bottom: 50px;
  }

  #section4 .concept {
    line-height: 2;
    padding: 30px 0;
    text-align: center;
  }

  #section4 .brand_block {
    padding-bottom: 50px;
  }

  #section4 .brand_block img {
    width: 80%;
  }
} */


/*---------------------------------------------------------------
	section5 / philosophy
---------------------------------------------------------------*/
#section5 {
  background: linear-gradient(90deg, #f6b78e 0%,#f4d28e 100%);
  margin-left: -1px;
}

#section5 .section-header {
  height: 100vh;
  width: auto;
}

#section5 h2 {
  margin-right: 2vw;
}

#section5 .concept {
  font-size: 16px;
  letter-spacing: .1em;
  padding-left: 10vw;
}

#section5 .philosophy_catch {
  padding-left: 10vw;
  padding-right: 10vw;
}

#section5 .philosophy_catch h1 {
  font-size: 40px;
  line-height: 1.8;
}

@media (max-width: 768px) {
  #section5 {
    background: linear-gradient(180deg, #f6b78e 0%, #f4d28e 100%);
    padding-left: 0;
    margin-left: 0;
    padding-bottom: 15vh;
  }

  #section5 .section-header {
    height: auto;
  }

  #section5 h2 {
    margin-right: 0;
    margin-top: 5vh;
    padding-bottom: 50px;
  }

  #section5 .concept {
    text-align: center;
    padding-left: 0;
    padding-top: 50px;
  }

  #section5 .philosophy_catch {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20vh;
    padding-bottom: 50px;
  }

  #section5 .philosophy_catch h1 {
    font-size: 25px;
    text-align: center;
  }
}


/*---------------------------------------------------------------
	section6 / company
---------------------------------------------------------------*/
#section6 {
  padding: 0 15vw 0 5vw;
  background: linear-gradient(90deg,#f4d28e 0%, #f1e3c4 50%, #faf4f1 100%);
  margin-left: -1px;
}

#section6 .section-header {
  height: 100vh;
}

#section6 .section-header {
  width: auto;
}

/* 会社概要 */
#section6 dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: 2vw;
}

#section6 dl dt {
  width: 35%;
  text-align: center;
  padding-bottom: 10px;
}

#section6 dl dd {
  width: 65%;
  padding-bottom: 10px;
}

#section6 .name {
  font-size: 18px;
}

/* プロフィール */
#section6 .phArea {
  padding-left: 5vw;
}

#section6 .phArea figure img {
  height: 30vh;
}

/* sns */
#section6 ul {
  margin-top: 30px;
}

#section6 ul li {
  display: inline-block;
  text-align: center;
  font-size: 11px;
  margin: 0 10px;
}

#section6 ul li img {
  height: 20px;
  object-fit: contain;
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  #section6 {
    background: linear-gradient(180deg, #f4d28e 0%, #f1e3c4 50%, #faf4f1 100%);
    padding: 0;
    margin-left: 0;
  }

  #section6 h2 {
    margin-top: 0;
  }

  #section6 .section-header {
    height: auto;
  }

  /* 会社概要 */
  #section6 dl {
    font-size: 12px;
    padding: 40px 0 20px;
    margin: 0;
  }

  #section6 dl dt {
    width: 25%;
  }

  #section6 dl dd {
    width: 70%;
  }

  #section6 .name {
    font-size: 15px;
    padding: 30px 30px 0 30px;
  }

  #section6 .profile {
    font-size: 13px;
    padding: 0 10px 30px 10px;
  }

  #section6 .phArea figure {
    text-align: center;
  }

  #section6 .phArea figure img {
    height: 37vh;
  }

  #section6 ul {
    margin-top: 40px;
    text-align: center;
  }
}

/*---------------------------------------------------------------
	section7 / contact
---------------------------------------------------------------*/
#section7 {
  position: relative;
  background: #faf4f1;
  margin-left: -1px;
  padding-right: 15vw;
}

#section7 .section-header {
  height: 100vh;
  width: auto;
}

#section7 .section-block {
  margin-left: 10vw;
}

#section7 .button {
  margin-top: 30px;
}

#section7 .button a {
  border: 1px solid;
  padding: 20px 70px;
  letter-spacing: .3em;
}

#section7 .button a:hover {
  background-color: rgba(255, 255, 255, 1);
}

#section7 .backto_mark {
  position: absolute;
  top: 50%;
  left: 800px;
  transform: translate(-50%, -50%);
  font-size: 12px;
  line-height: 4;
  z-index: 2;
  width: 100%;
  text-align: center;
}

#section7 .backto_mark img {
  width: 40px;
}

#section7 .bg_last {
  background: #faf4f1;
  position: absolute;
  top: 0;
  left: 600px;
  width: 100vw;
  height: 100vh;
}

@media (max-width: 768px) {
  #section7 {
    padding: 15vh 0 20vh 0;
  }

  #section7 .section-header {
    height: 18vh;
  }

  #section7 .section-block {
    margin-left: 0;
  }

  #section7 .button {
    text-align: center;
  }

  #section7 .backto_mark {
    position: static;
    padding-top: 25vh;
    transform: unset;
  }

  #section7 .backto_mark img {
    width: 30px;
  }

  #section7 .bg_last {
    height: 0;
  }
}


/*---------------------------------------------------------------
	form
---------------------------------------------------------------*/
#form .section-header {
  padding-left: 8vw;
}

#form .formArea {
  width: 100%;
  padding-top: 80px;
  padding-left: 10vw;
}

#form label {
  display: block;
  width: 100%;
  margin: 7px 0 3px;
  font-size: 14px;
}

input[type="email"],
input[type="number"],
input[type="text"],
input[type="tel"],
input[type="datetime-local"],
input[type="time"],
select,
textarea {
  width: 100%;
  display: block;
  border: 1px solid #fff;
  outline: none;
  line-height: 1.7;
  background: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  padding: 10px;
  font-family: inherit;
  box-sizing: border-box;
  border-radius: 5px;
}

input[type="email"],
input[type="number"],
input[type="text"],
input[type="tel"],
input[type="datetime-local"],
input[type="time"],
select {
  height: 3.2rem;
}

#form textarea {
  height: 9rem;
}

sup {
  color: #c34037;
  font-size: 10px;
  padding-left: 5px;
}

#form button {
  margin-top: 20px;
  font-size: 15px;
  border: 1px solid #525252;
  padding: 15px 70px;
  letter-spacing: .2em;
  display: inline-block;
  background-color: #525252;
  color: #fff;
}

#form button:hover {
  opacity: 1;
  background-color: #fff;
  color: #111;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#form .backto_mark {
  position: absolute;
  top: 40%;
  left: 170%;
  font-size: 12px;
  line-height: 4;
  text-align: center;
}

#form .backto_mark img {
  width: 40px;
}

@media (max-width: 768px) {
  #form .section-header {
    padding: 20vh 0 5vh 0;
  }

  #form .formArea {
    height: auto;
    padding-top: 0px;
    padding-left: 30px;
    padding-right: 30px;
  }

  #form label {
    margin: 10px 0 5px;
  }

  #form textarea {
    height: 14rem;
  }

  #form button {
    font-size: 14px;
  }

  #form .backto_mark {
    position: static;
    padding: 20vh 0;
  }

  #form .backto_mark img {
    width: 30px;
  }
}