@charset "UTF-8";
/* history
---------------------------------------- */
.page-id-973 header {
  width: 100%;
  height: 52vh;
  background: url("../images/crown/history/history-main.webp") no-repeat top left transparent;
  background-size: cover;
  position: relative;
}
.page-id-973 header h1 {
  position: absolute;
  top: 22vh;
  right: 0;
  line-height: 2em;
  writing-mode: horizontal-tb;
  color: #fff;
  font-family: var(--font-shipporMincho);
  font-weight: 600;
  font-size: var(--f-clamp-46);
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.6));
  margin-right: 0;
}
.tabT {
  display: none;
}

@media only screen and (max-width: 820px) {
  .page-id-973 header {
    background: url(../images/crown/history/history-main.webp) no-repeat top 0 left 25% / cover transparent;
  }
  .page-id-973 main p {
    margin-left: 1em;
    margin-right: 1em;
  }
}
@media screen and (max-width: 480px) {
  .page-id-973 header {
    height: 33vh;
    background: url(../images/crown/history/history-main.webp) no-repeat top 0 left 25% / cover transparent;
  }
}

/* 共通
---------------------------------------- */
.bg-flower {
  background: url(../images/crown/access/bg-img.webp) right top/160px 119px no-repeat;
}
@media screen and (max-width: 480px) {
  .bg-flower {
    background-size: 110px auto;
    background-position: center top;
  }
}

.\--isVertical {
  writing-mode: vertical-rl;
}

p {
  font-family: var(--font-shipporMincho);
  font-weight: 600;
  font-size: var(--f-15);
  line-height: 1.8;
}

.head-wrap {
  margin: 60px auto 30px;
}
.head-wrap.\--isCenter {
  text-align: center;
}
.head-wrap .en-ttl {
  font-family: var(--font-shipporMincho);
  font-size: clamp(1.25rem, 0.8214rem + 1.9048vw, 2.25rem);
  font-weight: 600;
  padding: 0 30px;
  margin: 0 auto;
  line-height: 1;
  text-transform: uppercase;
}
.head-wrap .sub-ttl {
  font-size: clamp(1rem, 0.8929rem + 0.4762vw, 1.25rem);
  position: relative;
  display: inline-block;
  padding: 0 55px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.075em;
}
.head-wrap .sub-ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 50px;
  height: 1px;
  background: #000;
}
.head-wrap .sub-ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 50px;
  height: 1px;
  background: #000;
}

.\--isLeftSpacing {
  padding-left: 40px;
}

.\--isCenter {
  padding: 0;
  text-align: center;
}

.\--isRight {
  padding-right: 0;
  text-align: right;
}

.\--isLeft {
  padding-left: 0;
  padding-right: 45px;
}

.ttl__wrap h3 {
  font-family: var(--font-shipporMincho);
  font-size: var(--f-24);
  font-weight: 700;
  text-orientation: upright;
  color: #000;
}
@media screen and (max-width: 480px) {
  .ttl__wrap h3 {
    margin: auto;
  }
}

/* Historyページ
---------------------------------------- */
.p-intro {
  padding-top: 100px;
}
.p-intro .p-intro__ttl__wrap {
  padding-top: 60px;
  width: 117px;
}
@media screen and (max-width: 480px) {
  .p-intro .p-intro__ttl__wrap {
    margin: auto;
  }
}

.p-intro__layout {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 35px;
}
@media screen and (max-width: 480px) {
  .p-intro__layout {
    flex-direction: column;
  }
}

.p-intro__headline {
  color: var(--green01);
  font-family: var(--font-shipporMincho);
  font-size: var(--f-36);
  font-weight: 600;
  letter-spacing: 0.075em;
  text-orientation: upright;
  line-height: 1.3;
}
@media screen and (max-width: 480px) {
  .p-intro__headline {
    font-size: var(--f-20);
  }
}
.p-intro__headline .sub-title {
  position: relative;
  display: block;
  padding: 45px 0 0 0;
  line-height: 1.5;
  font-size: var(--f-20);
  font-weight: 700;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}
.p-intro__headline .sub-title::after {
  position: absolute;
  left: 50%;
  top: 18px;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 30px;
  background: #000;
  content: "";
}
@media screen and (max-width: 480px) {
  .p-intro__headline .sub-title {
    font-size: var(--f-12);
  }
}

.p-intro__txt {
  display: flex;
  flex-direction: column;
  gap: 35px;
  width: 540px;
  height: auto;
}
.p-intro__txt p {
  font-size: var(--f-15);
  line-height: 1.5em;
}
.p-intro__txt .p-intro__txt__image {
  line-height: 0;
}
.p-intro__txt .p-intro__txt__image img {
  width: 100%;
  height: auto;
}
.p-intro__txt .p-intro__txt__image.\--isMedium img {
  width: 457px;
  height: auto;
}
@media screen and (max-width: 960px) {
  .p-intro__txt .p-intro__txt__image.\--isMedium img {
    width: 250px;
  }
}
@media screen and (max-width: 480px) {
  .p-intro__txt .p-intro__txt__image.\--isMedium img {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .p-intro__txt {
    width: 250px;
    justify-content: space-between;
  }
}
@media screen and (max-width: 480px) {
  .p-intro__txt {
    width: 100%;
  }
}

.p-intro__image {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 35px;
  width: 478px;
  height: auto;
}
@media screen and (max-width: 960px) {
  .p-intro__image {
    padding: 0 0 0 5px;
  }
}
@media screen and (max-width: 480px) {
  .p-intro__image {
    width: 100%;
  }
}
.p-intro__image img {
  width: 100%;
  height: auto;
}

.p-history {
  padding-top: 1px;
  margin: 100px 0 50px;
  background: linear-gradient(180deg, var(--pink) 0%, var(--pink) 20%, #fff 20%, #fff 100%);
}
@media screen and (max-width: 480px) {
  .p-history {
    background: linear-gradient(180deg, var(--pink) 0%, var(--pink) 12%, #fff 12%, #fff 100%);
  }
}
.p-history .inner {
  max-width: 1070px;
  padding: 0;
}
@media screen and (max-width: 480px) {
  .p-history .ttl__wrap {
    margin: auto;
  }
}

.p-history__layoutBasic {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 65px;
  margin: 70px 0 0 0;
}
@media screen and (max-width: 960px) {
  .p-history__layoutBasic {
    padding: 0 20px;
  }
}
@media screen and (max-width: 480px) {
  .p-history__layoutBasic {
    flex-direction: column;
  }
}
.p-history__layoutBasic.\--isFirst .p-history__layoutBasic__Right img {
  width: 410px;
  height: auto;
}
@media screen and (max-width: 960px) {
  .p-history__layoutBasic.\--isFirst .p-history__layoutBasic__Right img {
    width: 265px;
  }
}
@media screen and (max-width: 480px) {
  .p-history__layoutBasic.\--isFirst .p-history__layoutBasic__Right img {
    width: 100%;
  }
}
.p-history__layoutBasic.\--isReverse {
  flex-direction: row-reverse;
}

.p-history__layoutBasic__Left {
  display: flex;
  flex-direction: column;
  width: 590px;
  height: auto;
}
.p-history__layoutBasic__Left h3 {
  font-family: var(--font-shipporMincho);
  font-size: clamp(1.125rem, 0.9643rem + 0.7143vw, 1.5rem);
  font-weight: 700;
  color: #000;
  word-break: keep-all;
}
.p-history__layoutBasic__Left h3.\--isTitleWide {
  width: 605px;
}
@media screen and (max-width: 480px) {
  .p-history__layoutBasic__Left h3.\--isTitleWide {
    width: 100%;
  }
}
.p-history__layoutBasic__Left h3 + .layout-image {
  margin-top: 25px;
}
@media screen and (max-width: 960px) {
  .p-history__layoutBasic__Left h3 {
    font-size: var(--f-18);
  }
}
@media screen and (max-width: 480px) {
  .p-history__layoutBasic__Left h3 {
    word-break: break-all;
    margin-bottom: 1em;
  }
}
.p-history__layoutBasic__Left p {
  font-size: var(--f-15);
  padding: 0 36px 0 0;
  margin: 30px 0 30px 0;
}
.p-history__layoutBasic__Left p.\--isTxtWide {
  padding: 0 22px 0 0;
}
@media screen and (max-width: 480px) {
  .p-history__layoutBasic__Left p.\--isTxtWide {
    padding: 0;
  }
}
@media screen and (max-width: 960px) {
  .p-history__layoutBasic__Left {
    width: 454px;
  }
}
@media screen and (max-width: 480px) {
  .p-history__layoutBasic__Left {
    width: 100%;
  }
}

.layout-image {
  line-height: 1;
}
.layout-image img {
  width: 100%;
  height: auto;
}
.layout-image figcaption {
  font-size: var(--f-13);
  line-height: 1.5;
  padding-top: 15px;
}
.layout-image + .layout-image {
  margin-top: 30px;
}

.p-history__layoutOnHeadline {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 50px;
  margin-top: 100px;
}
@media screen and (max-width: 960px) {
  .p-history__layoutOnHeadline {
    padding: 0 20px;
  }
  .p-history .ttl__wrap {
    display: none;
  }
  .tabT {
    display: block;
    font-family: var(--font-shipporMincho);
    font-size: var(--f-24);
    font-weight: 700;
    text-orientation: upright;
    color: #000;
    margin-top: 100px;
    padding: 0 20px;
  }
  .p-history__layoutOnHeadline {
    gap: 30px;
    margin-top: 30px;
  }
  .timeline-detail h3::after {
    width: 75%;
  }
}
@media screen and (max-width: 480px) {
  .p-history__layoutOnHeadline {
    flex-direction: column;
    margin-top: 50px;
    gap: 25px;
  }
  .--isVertical {
    writing-mode: horizontal-tb;
  }
  .p-intro .p-intro__ttl__wrap {
    width: 100%;
    padding-top: 0;
  }
  .p-intro__headline .sub-title::after {
    width: 30px;
    height: 1px;
    left: 20px;
    top: 10px;
  }
  .p-intro__headline .sub-title {
    padding: 0 0 0 45px;
  }
}

.p-history__layoutOnHeadline__Right {
  display: flex;
  flex-direction: column;
  gap: 75px;
  width: 460px;
}
.p-history__layoutOnHeadline__Right p {
  padding-top: 30px;
}
@media screen and (max-width: 480px) {
  .p-history__layoutOnHeadline__Right {
    width: 100%;
  }
}

.p-history__layoutOnHeadline__Left {
  width: 485px;
  height: auto;
}
@media screen and (max-width: 480px) {
  .p-history__layoutOnHeadline__Left {
    width: 100%;
  }
}

.p-timeline {
  background: var(--pink);
  overflow: hidden;
}
.p-timeline .head-wrap {
  padding: 35px 0;
  margin: 0;
}
.timeline-detail {
  padding-top: 20px;
}
.timeline-detail h3 {
  position: relative;
  font-family: var(--font-shipporMincho);
  font-size: var(--f-36);
  font-weight: 700;
}
.timeline-detail h3::after {
  position: absolute;
  content: "";
  width: 85%;
  height: 1px;
  border-top: 1px solid #000;
  top: 55%;
  right: 0;
}
@media screen and (max-width: 480px) {
  .timeline-detail h3::after {
    width: 66%;
  }
  .timeline-detail h3 {
    font-size: var(--f-30);
  }
}
.timeline-detail p {
  font-size: var(--f-18);
}

.timeline-slider {
  position: relative;
}

.swiper-container {
  position: relative;
  width: 100%;
  padding-bottom: 50px;
  margin-top: 50px;
}
.swiper-container .swiper-wrapper {
  justify-content: flex-start;
  margin-bottom: 20px;
}
.swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  margin-right: 30px;
}
.swiper-container .swiper-wrapper .swiper-slide img {
  object-fit: contain;
  width: 100%;
  height: 500px;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .swiper-container .swiper-wrapper .swiper-slide img {
    height: 500px;
  }
}
@media screen and (max-width: 480px) {
  .swiper-container .swiper-wrapper .swiper-slide img {
    height: 180px;
  }
}
@media screen and (max-width: 480px) {
  .swiper-container {
    margin-top: 25px;
  }
}

/* ページネーションの余白 */
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 20px 20px;
}

/* ページネーションのサイズと色 */
.timeline-slider .swiper-pagination-bullet {
  border: 1px solid #243c30;
  border-radius: 50%;
  background: none;
  opacity: 1;
  height: 10px;
  width: 10px;
}

.timeline-slider .swiper-pagination-bullet-active {
  background-color: #243c30;
}

@media screen and (max-width: 960px) {
  .Column-Wrap {
    display: flex;
    flex-direction: column;
  }
}

.p-contentBox {
  display: flex;
  justify-content: flex-start;
  flex-direction: row-reverse;
  max-width: 1366px;
  gap: 53px;
  padding: 103px 0 0;
  margin: auto;
}
@media screen and (max-width: 480px) {
  .p-contentBox {
    gap: 30px;
  }
  /* ページネーションの余白 */
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px 10px;
  }
}
.p-contentBox.\--isNormal {
  flex-direction: row;
  justify-content: flex-start;
}
@media screen and (max-width: 960px) {
  .p-contentBox.\--isNormal {
    flex-direction: column;
  }
}
.p-contentBox.\--isNormal .botanBox {
  text-align: right;
  margin-top: 50px;
}
@media screen and (max-width: 960px) {
  .p-contentBox.\--isNormal .botanBox {
    order: 1;
    margin: auto 0 75px 0;
    width: 720px;
  }
}
@media screen and (max-width: 480px) {
  .p-contentBox.\--isNormal .botanBox {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .p-contentBox.\--isNormal .p-contentBox__Sub {
    order: 2;
  }
}
.p-contentBox.\--isNormal .p-contentBox__Detail {
  max-width: 720px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 960px) {
  .p-contentBox.\--isNormal .p-contentBox__Detail {
    margin: 0 auto 0 0;
  }
}
.p-contentBox.\--isNormal .p-contentBox__Photo h3 {
  right: initial;
  left: 60px;
}
@media screen and (max-width: 480px) {
  .p-contentBox.\--isNormal .p-contentBox__Photo h3 {
    left: 0;
  }
}
.p-contentBox.\--isNormal .p-contentBox__Photo h3 span {
  margin-right: 0;
  margin-left: 15px;
}
.p-contentBox.\--isNormal .p-contentBox__Sub img:first-child {
  margin-top: 0;
}
@media screen and (max-width: 480px) {
  .p-contentBox.\--isNormal .p-contentBox__Sub img:first-child {
    margin-top: auto;
  }
}
.p-contentBox .botanBox {
  margin-top: 55px;
  text-align: right;
}
@media screen and (max-width: 960px) {
  .p-contentBox {
    flex-direction: column;
  }
}

.p-contentBox__Main {
  display: flex;
  flex-direction: column;
}

.p-contentBox__Photo {
  position: relative;
}
.p-contentBox__Photo img {
  width: 780px;
  height: auto;
}
@media screen and (max-width: 960px) {
  .p-contentBox__Photo img {
    width: 100%;
  }
}
.p-contentBox__Photo h3 {
  position: absolute;
  top: 0;
  right: 60px;
  font-family: var(--font-shipporMincho);
  font-size: var(--f-clamp-36);
  line-height: 2em;
  writing-mode: vertical-rl;
  font-weight: 600;
  margin-left: 2%;
  color: var(--green01);
}
@media screen and (max-width: 480px) {
  .p-contentBox__Photo h3 {
    right: 0;
  }
}
.p-contentBox__Photo h3 span {
  display: inline-block;
  margin-right: 15px;
  background: #FFF;
  color: #243c30;
  opacity: 0.85;
  font-family: var(--font-shipporMincho);
  font-size: var(--f-26);
  font-weight: 700;
  padding: 20px 0;
}
@media screen and (max-width: 480px) {
  .p-contentBox__Photo h3 span {
    font-size: clamp(1.125rem, 0.9643rem + 0.7143vw, 1.5rem);
  }
}

.p-contentBox__Detail {
  font-family: var(--font-shipporMincho);
  max-width: 700px;
}
.p-contentBox__Detail h4 {
  font-size: var(--f-24);
  font-weight: 700;
  margin: 18px 0;
}
.p-contentBox__Detail p {
  font-size: var(--f-15);
}
@media screen and (max-width: 960px) {
  .p-contentBox__Detail {
    padding: 0 0 0 20px;
  }
}

.p-contentBox__Sub {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 960px) {
  .p-contentBox__Sub {
    justify-content: space-between;
  }
}
.p-contentBox__Sub img:first-child {
  width: 447px;
  height: auto;
}
@media screen and (max-width: 960px) {
  .p-contentBox__Sub img:first-child {
    width: 50%;
    margin-top: 40px;
  }
}
@media screen and (max-width: 480px) {
  .p-contentBox__Sub img:first-child {
    display: flex;
    object-fit: contain;
  }
}
.p-contentBox__Sub img:nth-child(2) {
  width: 447px;
  height: auto;
  margin-top: 40px;
}
@media screen and (max-width: 960px) {
  .p-contentBox__Sub img:nth-child(2) {
    width: 50%;
  }
}
@media screen and (max-width: 960px) {
  .p-contentBox__Sub {
    flex-direction: row;
  }
}

.p-welcome {
  margin-top: 100px;
  background: var(--pink);
}

.p-welcome__content {
  font-family: var(--font-shipporMincho);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 75px;
  padding: 45px 0;
}
@media screen and (max-width: 960px) {
  .p-welcome__content {
    gap: calc(10% - 45px);
  }
}
@media screen and (max-width: 480px) {
  .p-welcome__content {
    flex-direction: column;
    gap: 25px;
    padding: 10px 10px 30px;
  }
}
.p-welcome__content h3 {
  font-size: var(--f-36);
  font-weight: 700;
  color: #000;
}
@media screen and (max-width: 960px) {
  .p-welcome__content h3 {
    font-size: var(--f-24);
  }
}
.p-welcome__content p {
  font-size: var(--f-18);
  color: #000;
}