@charset "utf-8";

/* コラム */
.colmun__wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 63px 0 120px;
}

.colmun__inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 60px;
  background-color: #DFE3EC;
}

.colmun__kv {
  width: 100%;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .colmun__kv {
    width: 900px;
    margin: 0 auto;
  }
}

.colmun__title {
  width: calc(100% - 40px);
  margin: 30px auto 0;
}

@media only screen and (min-width: 768px) {
  .colmun__title {
    width: 900px;
  }
}

.main__title h2 {
  margin: -15px 0;
  font-size: 6.98vw;
  line-height: 2;
}

@media only screen and (min-width: 768px) {
  .main__title {
    display: grid;
    grid-template-columns: 1fr 125px;
    align-items: center;
  }

  .main__title h2 {
    font-size: 30px;
  }
}

.main__title .update {
  display: none;
}

@media only screen and (min-width: 768px) {
  .main__title .update {
    display: block;
  }

  .main__title .update p {
    margin: -10px 0;
    font-size: 20px;
    line-height: 2;
    color: #000000;
    text-align: right;
  }
}

.sub__title {
  margin: 20px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
}

.sub__title h3 {
  margin-left: 10px;
  font-size: 3.72vw;
  line-height: 1.5;
  color: #000000;
}

@media only screen and (min-width: 768px) {
  .sub__title h3 {
    font-size: 16px;
  }
}

.sub__title .number {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  border-left: 1px solid #000000;
}

.sub__title .number p:nth-of-type(1) {
  margin-left: 10px;
  margin-right: -10px;
  font-size: 3.26vw;
  line-height: 1.5;
  color: #000000;
}

.sub__title .number p:nth-of-type(2) {
  margin-bottom: -10px;
  font-size: 11.63vw;
  line-height: 2;
}

@media only screen and (min-width: 768px) {
  .sub__title .number p:nth-of-type(1) {
    font-size: 14px;
  }

  .sub__title .number p:nth-of-type(2) {
    font-size: 50px;
  }
}

.colmun__lead {
  width: calc(100% - 70px);
  margin: 30px auto 0;
}

.colmun__lead p {
  font-size: 3.26vw;
  line-height: 2;
  color: #000000;
}

@media only screen and (min-width: 768px) {
  .colmun__lead {
    width: 870px;
  }

  .colmun__lead p {
    font-size: 14px;
  }
}


/* コラム - remember me? */
.remember__inner {
  width: calc(100% - 40px);
  margin: 60px auto 0;
  border: 1px solid #000000;
  border-radius: 20px;
}

@media only screen and (min-width: 768px) {
  .remember__inner {
    width: 900px;
  }
}

.remember__title {
  display: flex;
  justify-content: start;
  align-items: center;
  border-bottom: 1px solid #000000;
}

.remember__title h2 {
  margin: -12px 0 -12px 20px;
  font-size: 5.58vw;
  line-height: 2;
  color: #000000;
  order: 1;
}

@media only screen and (min-width: 768px) {
  .remember__title h2 {
    font-size: 24px;
  }
}

.remember__title .number {
  padding: 20px;
  border-right: 1px solid #000000;
  order: 0;
}

.remember__title .number p:nth-of-type(1) {
  margin: -17px 0;
  font-size: 7.91vw;
  line-height: 2;
  color: #000000;
  text-align: center;
}

.remember__title .number p:nth-of-type(2) {
  margin: -1px 0 -6px 0;
  font-size: 2.79vw;
  line-height: 2;
  color: #000000;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .remember__title .number p:nth-of-type(1) {
    font-size: 34px;
  }

  .remember__title .number p:nth-of-type(2) {
    font-size: 12px;
  }
}

.remember__continer {
  margin: 40px 0;
}

@media only screen and (min-width: 768px) {
  .remember__continer {
    margin: 70px 0;
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
  }
}

.remember__box {
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .remember__box {
    padding: 10px 45px;
  }
}

.remember__box .icon {
  width: 80px;
  height: 40px;
  margin: 0 auto;
  background-color: #EAE06C;
  border: 1px solid #000000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.remember__box .icon p {
  font-size: 4.65vw;
  line-height: 2;
  color: #000000;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .remember__box .icon p {
    font-size: 20px;
  }
}

.remember__box .column .img {
  margin: 20px auto 0;
}

.remember__box .column .caption {
  width: calc(100% - 20px);
  margin: 20px auto 0;
}

.remember__box .column .caption p {
  font-size: 2.79vw;
  line-height: 2;
  color: #000000;
}

@media only screen and (min-width: 768px) {
  .remember__box .column .caption p {
    font-size: 12px;
  }
}

.remember__box .credit {
  width: 100%;
  margin: 20px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.remember__box .credit .name p, 
.remember__box .credit .price p {
  font-size: 3.26vw;
  line-height: 2;
  color: #000000;
}

.remember__box .credit .btn a {
  display: block;
  padding: 7px 18px;
  font-size: 2.79vw;
  color: #ffffff;
  background-color: #000000;
  border: 1px solid #000000;
  border-radius: 20px;
  transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
}

.remember__box .credit .btn a:hover {
  color: #000000;
  background-color: #ffffff;
}

@media only screen and (min-width: 768px) {
  .remember__box .credit .name p, 
  .remember__box .credit .price p {
    font-size: 14px;
  }

  .remember__box .credit .btn a {
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .remember__box:nth-of-type(n+2) {
    margin: 80px auto 0;
  }

  .remember__box::after {
    content: '';
    width: calc(100% - 40px);
    height: 1px;
    margin: 0 auto;
    background-color: #000000;
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
  }

  .remember__box:last-child::after {
    height: 0px;
  }
}

@media only screen and (min-width: 768px) {
  /*1*/
  .pattern01 .box01 {
    width: 50%;
    border-right: 1px solid #000000;
  }

  .pattern01 .box01::after {
    content: '';
    width: calc(100% - 90px);
    height: 1px;
    margin: 0 auto;
    background-color: #000000;
    position: absolute;
    bottom: -60px;
    left: 0;
    right: 0;
  }

  .pattern01 .box02 {
    width: 50%;
  }

  .pattern01 .box02::after {
    content: '';
    width: calc(100% - 90px);
    height: 1px;
    margin: 0 auto;
    background-color: #000000;
    position: absolute;
    bottom: -60px;
    left: 0;
    right: 0;
  }

  .pattern01 .box03 {
    width: 50%;
    margin: 120px auto 0;
    border-right: 1px solid #000000;
  }

  .pattern01 .box04 {
    width: 50%;
    margin: 120px auto 0;
  }

  /*2*/
  .pattern02 .box01::after {
    content: '';
    width: calc(100% - 90px);
    height: 1px;
    margin: 0 auto;
    background-color: #000000;
    position: absolute;
    bottom: -60px;
    left: 0;
    right: 0;
  }

  .pattern02 .box01 .column {
    padding: 0 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
  }

  .pattern02 .box01 .column .img, 
  .pattern02 .box01 .column .caption {
    width: 50%;
  }

  .pattern02 .box02 {
    width: 50%;
    margin: 120px auto 0;
    border-right: 1px solid #000000;
  }

  .pattern02 .box03 {
    width: 50%;
    margin: 120px auto 0;
  }

  /*3*/
  .pattern03 .box01::after {
    content: '';
    width: calc(100% - 90px);
    height: 1px;
    margin: 0 auto;
    background-color: #000000;
    position: absolute;
    bottom: -60px;
    left: 0;
    right: 0;
  }

  .pattern03 .box01 .column {
    padding: 0 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
  }

  .pattern03 .box01 .column .img, 
  .pattern03 .box01 .column .caption {
    width: 50%;
  }

  .pattern03 .box02 {
    width: 50%;
    margin: 120px auto 0;
    border-right: 1px solid #000000;
  }

  .pattern03 .box03 {
    width: 50%;
    margin: 120px auto 0;
  }

  .pattern03 .box04 {
    margin: 120px auto 0;
  }

  .pattern03 .box04::after {
    content: '';
    width: calc(100% - 90px);
    height: 1px;
    margin: 0 auto;
    background-color: #000000;
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
  }

  .pattern03 .box04 .column {
    padding: 0 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
  }

  .pattern03 .box04 .column .img, 
  .pattern03 .box04 .column .caption {
    width: 50%;
  }
}


/* アニメーション */
.colmun__kv {
  overflow: hidden;
  position: relative;
}

.colmun__kv::before {
  animation: img-wrap 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #DFE3EC;
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

@keyframes img-wrap {
  100% {
    transform: translateY(100%);
  }
}

.smooth {
  clip-path: inset(0 100% 0 0);
  transition: 2s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: clip-path;
  transition-delay: 2s;
}
.smooth.active {
  clip-path: inset(0);
}

.fadeIn {
  opacity: 0;
  transition: 2s;
  transition-delay: 4s;
}

.fadeIn.active {
  opacity: 1;
}

.fadeInUp {
  opacity: 0;
  transform: translate(0, 30px);
  transition: 1.5s;
}

.fadeInUp.active {
  opacity: 1;
  transform: translate(0, 0);
}

.fadeInUp4s {
  opacity: 0;
  transform: translate(0, 30px);
  transition: 1.5s;
  transition-delay: 4s;
}

.fadeInUp4s.active {
  opacity: 1;
  transform: translate(0, 0);
}