@charset "UTF-8";
/* --- 変数設定 (Variables) --- */
/* --- Media Query Mixins --- */
/* --- 共通レイアウト --- */
.wrapper {
  background: #e9f0f6; }

.c-kogei {
  padding-bottom: 10%;
  background: #fff; }

@media screen and (min-width: 768px) {
  .sp {
    display: none !important; } }

.pc {
  display: none !important; }
  @media screen and (min-width: 768px) {
    .pc {
      display: block !important; } }

.sec-cont {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 10% 20px;
  max-width: 1000px; }
  @media screen and (min-width: 768px) {
    .sec-cont {
      padding: 60px 20px; } }
  .sec-cont h2 {
    text-align: center;
    margin-top: 0;
    line-height: 1.7; }
    @media screen and (max-width: 767px) {
      .sec-cont h2 {
        font-size: 2.2rem; } }
  .sec-cont h3 {
    font-size: 1.8rem;
    font-weight: bold;
    margin-top: 0;
    line-height: 1.7;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .sec-cont h3 {
        font-size: 4vw; } }
  .sec-cont p {
    margin: 0;
    line-height: 1.7; }
    @media screen and (min-width: 768px) {
      .sec-cont p {
        text-align: center; } }
  .sec-cont figure {
    margin: 0;
    line-height: 0; }
  .sec-cont img {
    vertical-align: top; }
  .sec-cont .img-link {
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 1; }
    .sec-cont .img-link:hover {
      opacity: .8; }

.note-list {
  margin-top: 20px; }
  .note-list > li {
    color: #777;
    text-indent: -1em;
    padding-left: 1em;
    font-size: 13px;
    line-height: 1.5; }

section {
  padding: 60px 0; }

.section-title {
  text-align: center;
  font-size: 4rem;
  margin-bottom: 40px;
  letter-spacing: 0em;
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  /*.en {
    font-family: "Caveat", cursive;
    display: block;
    margin-bottom: 10px;
    color: #d7d7d7;
    font-size: 3rem;
    &::after {
      content: "";
      width: 20px;
      height: 1px;
      display: block;
      background: #ccc;
      margin: 0 auto;
    }
  }*/ }
  .section-title + p {
    margin-bottom: 40px; }

/* --- Hero Section --- */
.hero {
  position: relative;
  width: 100%;
  background-color: #e9f0f6;
  display: flex;
  align-items: center;
  justify-content: center;
  /*background-image: url('https://images.nakagawa-masashichi.com/normal/public/web/ec/img/pages/c-kogei/bg_mv_sp.jpg');
  background-size: 100% auto;
  background-position: center;
  background-repeat: repeat-y;*/
  height: 70vh;
  padding: 15vh 0 0; }
  @media screen and (min-width: 768px) {
    .hero {
      /*height: calc(100vh - 136px);*/
      background-image: url("https://images.nakagawa-masashichi.com/normal/public/web/ec/img/pages/c-kogei/bg_mv.jpg");
      background-size: 100% auto;
      background-position: center;
      background-repeat: repeat-y; } }
  .hero .logo-box {
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); }
    @media screen and (max-width: 767px) {
      .hero .logo-box {
        width: 55%; } }
    .hero .logo-box svg {
      width: 100%;
      height: auto;
      overflow: visible;
      /* 見切れ対応 */ }
    .hero .logo-box .logo-c {
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
      user-select: none; }
      .hero .logo-box .logo-c .entry-layer #target-svg.living-svg {
        width: 100%;
        height: auto;
        fill: #000; }
        @media screen and (min-width: 768px) {
          .hero .logo-box .logo-c .entry-layer #target-svg.living-svg {
            width: 300px; } }
    .hero .logo-box .logo-kogei {
      margin: 30px auto 0;
      opacity: 0; }
    .hero .logo-box .logo-subtxt {
      width: 75%;
      margin: 15px auto 0;
      opacity: 0; }
      @media screen and (min-width: 768px) {
        .hero .logo-box .logo-subtxt {
          width: 200px; } }
    .hero .logo-box.active {
      opacity: 1; }
      .hero .logo-box.active .logo-c .entry-layer {
        transform-origin: center;
        animation: powan-entry 1.4s cubic-bezier(0.22, 1, 0.36, 1) forwards; }
        .hero .logo-box.active .logo-c .entry-layer #target-svg.living-svg {
          transform-origin: center;
          /*filter: drop-shadow(0 15px 25px rgba(74, 144, 226, 0.2));*/
          transition: fill 0.3s ease; }
          .hero .logo-box.active .logo-c .entry-layer #target-svg.living-svg.is-breathing {
            animation: breathing-loop 2s ease-in-out; }
          .hero .logo-box.active .logo-c .entry-layer #target-svg.living-svg.clicked {
            animation: purun-reaction 0.6s cubic-bezier(0.36, 0.07, 0.19, 0.97) both !important;
            fill: #333; }
          .hero .logo-box.active .logo-c .entry-layer #target-svg.living-svg.is-spinning {
            animation: spin-shutto-jiwa 1.2s cubic-bezier(0.85, 0, 0.15, 1) forwards !important; }
      .hero .logo-box.active .logo-kogei {
        animation: fadeIn 1s ease forwards;
        animation-delay: .7s; }
      .hero .logo-box.active .logo-subtxt {
        animation: fadeIn 1s ease forwards;
        animation-delay: 1.0s; }

.hero-img {
  background-color: #e9f0f6; }
  .hero-img img {
    vertical-align: top; }

/* --- アニメーション定義 --- */
@keyframes breathing-loop {
  0%, 100% {
    transform: scale(1, 1) rotate(0deg); }
  33% {
    transform: scale(0.95, 1.02) rotate(2deg); }
  66% {
    transform: scale(1.05, 0.98) rotate(-2deg); } }
@keyframes purun-reaction {
  0% {
    transform: scale(1, 1); }
  25% {
    transform: scale(1.1, 0.9); }
  50% {
    transform: scale(0.95, 1.1); }
  75% {
    transform: scale(1.05, 0.9); }
  100% {
    transform: scale(1, 1); } }
@keyframes powan-entry {
  0% {
    opacity: 0;
    transform: scale(0.3) translateY(30px); }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0); } }
/* --- 追加のアニメーション定義 --- */
@keyframes spin-shutto-jiwa {
  0% {
    transform: rotate(0deg) scale(1);
    fill: #333; }
  15% {
    transform: rotate(10deg) scale(0.95);
    fill: #fff; }
  100% {
    transform: rotate(360deg) scale(1);
    fill: #000; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* --- Intro Text --- */
.intro {
  margin: 0 auto;
  padding: 40px 20px; }
  .intro h1 {
    font-size: 4rem;
    line-height: 1.7;
    margin-top: 0;
    text-align: center;
    font-family: "Zen Kaku Gothic New", sans-serif; }
    @media screen and (max-width: 767px) {
      .intro h1 {
        font-weight: normal; } }
    .intro h1 span {
      font-size: 2.2rem;
      display: block;
      color: #777; }
  .intro .info-box {
    border: 1px solid #000;
    padding: 20px;
    position: relative;
    max-width: 640px;
    margin: 0 auto; }
    @media screen and (min-width: 768px) {
      .intro .info-box {
        padding: 40px; } }
    .intro .info-box .label {
      font-size: 1.6rem;
      line-height: 1;
      padding: 15px;
      background: #000;
      color: #fff;
      text-align: center;
      display: inline-block;
      position: absolute; }
      @media screen and (max-width: 767px) {
        .intro .info-box .label {
          top: 0px;
          right: 0px; } }
      @media screen and (min-width: 768px) {
        .intro .info-box .label {
          top: -25px;
          left: 40px; } }
    .intro .info-box ul {
      margin-top: 20px; }
      .intro .info-box ul > li {
        line-height: 1; }
        .intro .info-box ul > li + li {
          margin-top: 30px; }
          @media screen and (min-width: 768px) {
            .intro .info-box ul > li + li {
              margin-top: 20px; } }
        .intro .info-box ul > li span {
          font-size: 1.6rem;
          font-weight: bold;
          margin: 0 0 10px;
          display: block; }
          @media screen and (min-width: 768px) {
            .intro .info-box ul > li span {
              display: inline-block;
              border-right: 1px solid #333;
              margin: 0 1.5em 0 0;
              padding-right: 1.5em;
              font-weight: normal; } }
    .intro .info-box .bnr {
      padding: 20px;
      background: #d9dbdf;
      margin-top: 35px; }
      @media screen and (min-width: 768px) {
        .intro .info-box .bnr {
          display: flex;
          justify-content: flex-start;
          align-items: center; } }
      .intro .info-box .bnr figure {
        width: 50%;
        margin: 5px auto 15px; }
        @media screen and (min-width: 768px) {
          .intro .info-box .bnr figure {
            width: 180px;
            border-right: 1px solid #333;
            margin: 0 1.5em 0 0;
            padding-right: 1.5em; } }
      .intro .info-box .bnr p {
        text-align: center; }
        @media screen and (min-width: 768px) {
          .intro .info-box .bnr p {
            text-align: left; } }
        @media screen and (max-width: 767px) {
          .intro .info-box .bnr p {
            border-top: 1px solid #333;
            padding-top: 20px;
            margin-top: 20px; } }
  .intro .lead {
    margin: 40px 0 0;
    line-height: 2.2; }
    @media screen and (min-width: 768px) {
      .intro .lead {
        margin: 100px 0 0; } }

.info {
  padding: 20px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 1.4rem;
  margin: 20px 0 0; }
  @media screen and (min-width: 768px) {
    .info {
      text-align: center;
      margin: 60px 0 0; } }
  .info .icon {
    width: 30px;
    display: block;
    margin: 0 auto 5px; }

.about {
  background: #eee;
  padding: 20px;
  margin: 40px 0 0; }
  .about dt {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    margin: 0 0 10px; }
  .about dd p {
    font-size: 1.4rem;
    text-align: left; }
    .about dd p span {
      font-weight: bold;
      display: block; }
  .about dd ul {
    margin-top: 20px; }
    .about dd ul > li {
      font-size: 1.3rem;
      text-indent: -1em;
      padding-left: 1em; }
      .about dd ul > li + li {
        margin-top: 5px; }

.flagshipstore h3 {
  margin-top: 40px; }
.flagshipstore > ul {
  display: flex;
  justify-content: space-between;
  gap: 40px 20px;
  flex-wrap: wrap; }
  .flagshipstore > ul > li {
    width: calc(50% - 10px);
    display: flex;
    flex-direction: column; }
    .flagshipstore > ul > li p {
      margin: 10px 0 0;
      line-height: 1.5; }
    .flagshipstore > ul > li .btn {
      margin-top: auto;
      display: none; }

.btn {
  width: 100%;
  /*max-width: 320px;*/
  margin: 40px auto 0;
  display: block; }

.bcorp .img-bcorp {
  margin: 0 auto 40px;
  border: 1px solid #ccc;
  padding: 80px;
  text-align: center;
  width: 100%; }
  .bcorp .img-bcorp img {
    max-width: 280px;
    width: 50%; }

.list-area {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 40px 20px; }
  @media screen and (min-width: 768px) {
    .list-area {
      gap: 40px 40px;
      justify-content: center; } }
  .list-area > li {
    width: calc((100% - (20px * 1 )) / 2); }
    @media screen and (min-width: 768px) {
      .list-area > li {
        width: calc((100% - (40px * 2 )) / 3); } }
    .list-area > li figure {
      margin: 0; }
    .list-area > li p {
      font-size: 1.4rem;
      margin-top: 15px;
      text-align: justify; }
    .list-area > li a {
      opacity: 1;
      transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); }
      .list-area > li a.hover {
        opacity: .7;
        text-decoration: none; }
  .list-area.-flow {
    counter-reset: number 0; }
    .list-area.-flow > li {
      position: relative; }
      @media screen and (min-width: 768px) {
        .list-area.-flow > li {
          width: calc((100% - (40px * 3 )) / 4); } }
      .list-area.-flow > li::before {
        counter-increment: number 1;
        content: counter(number) "";
        position: absolute;
        top: -10px;
        left: 10px;
        z-index: 2;
        background: #fff;
        color: #000;
        width: 40px;
        text-align: center;
        font-size: 15px;
        padding: 12px 0;
        line-height: 1;
        border: 1px solid #000; }

.img-layout {
  display: flex;
  flex-direction: column;
  gap: 20px; }
  @media screen and (min-width: 768px) {
    .img-layout {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 50px; } }
  .img-layout .txt-are p {
    text-align: justify; }

.img-list {
  margin: 50px 0 0; }
  @media screen and (min-width: 768px) {
    .img-list {
      display: flex;
      gap: 10px;
      width: 100vw;
      margin-left: calc(50% - 50vw);
      margin-right: calc(50% - 50vw); } }

/* セクション全体 */
.faq .faq-list {
  border-bottom: 1px solid #333333;
  margin: 0;
  padding: 0; }
  .faq .faq-list .faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px;
    cursor: pointer;
    border-top: 1px solid #333333;
    margin: 0;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-size: 1.4rem;
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    background: #fff; }
    @media screen and (min-width: 768px) {
      .faq .faq-list .faq-question:hover {
        background: #f3f3f3; } }
    .faq .faq-list .faq-question.is-open {
      border-bottom: 1px solid transparent;
      background: #f3f3f3; }
      .faq .faq-list .faq-question.is-open .faq-icon::after {
        transform: translateX(-50%) rotate(90deg);
        opacity: 0; }
    .faq .faq-list .faq-question .faq-icon {
      position: relative;
      width: 16px;
      height: 16px;
      flex-shrink: 0;
      margin-left: 20px; }
      .faq .faq-list .faq-question .faq-icon::before, .faq .faq-list .faq-question .faq-icon::after {
        content: "";
        position: absolute;
        background-color: #333333;
        transition: transform 0.3s ease-out, opacity 0.3s ease-out; }
      .faq .faq-list .faq-question .faq-icon::before {
        width: 100%;
        height: 1px;
        top: 50%;
        left: 0;
        transform: translateY(-50%); }
      .faq .faq-list .faq-question .faq-icon::after {
        width: 1px;
        height: 100%;
        top: 0;
        left: 50%;
        transform: translateX(-50%); }
  .faq .faq-list .faq-answer {
    display: none;
    margin: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    border-bottom: 1px solid transparent; }
    .faq .faq-list .faq-answer.is-open {
      border-bottom: 1px solid #333333; }
    .faq .faq-list .faq-answer .faq-content {
      padding: 25px;
      line-height: 1.8;
      font-size: 1.4rem;
      color: #333333; }
