@charset "UTF-8";
* {
  box-sizing: border-box;
}

@font-face {
  font-family: "hunter";
  src: url("../fonts/HunterRiver-Regular.otf");
}

.hunter {
  font-family: "hunter";
}

body {
  font-size: 10px;
  /*IE9以前に対応する*/
  font-size: 0.625rem;
  letter-spacing: 0.05em;
  color: #000000;
  font-family: "Shippori Mincho", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  text-align: justify;
  text-justify: inter-ideograph;
  box-sizing: border-box;
}

p {
  font-size: 16px;
  /*IE9以前に対応する*/
  font-size: 1rem;
  line-height: 2.13;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 559px) {
  p {
    font-size: 12px;
    /*IE9以前に対応する*/
    font-size: 0.75rem;
  }
}

.no_scroll {
  overflow: hidden;
}

.section {
  padding: 100px 0;
  position: relative;
  height: 100vh;
}

@media screen and (max-width: 969px) {
  .section {
    height: auto;
  }
}

.section_ttl {
  font-size: 30px;
  /*IE9以前に対応する*/
  font-size: 1.875rem;
}

@media screen and (max-width: 559px) {
  .section_ttl {
    font-size: 24px;
    /*IE9以前に対応する*/
    font-size: 1.5rem;
  }
}

.section_inner {
  margin: 0 auto;
}

.section__padding {
  padding: 0 180px;
}

@media screen and (max-width: 969px) {
  .section__padding {
    padding: 0 20px;
  }
}

.br_pc {
  display: block;
}

@media screen and (max-width: 559px) {
  .br_pc {
    display: none;
  }
}

.br_sp {
  display: none;
}

@media screen and (max-width: 559px) {
  .br_sp {
    display: block;
  }
}

.btn {
  background-color: black;
}

/* 画面外にいる状態 */
.fadeIn {
  opacity: 0;
  transform: translate(0, 50px);
  transition: 0.8s;
}

.fadeIn.scrollin {
  opacity: 1;
  transform: translate(0, 0);
  transition-delay: 250ms;
}

.pc_image {
  display: block;
}

@media screen and (max-width: 559px) {
  .pc_image {
    display: none;
  }
}

.sp_image {
  display: none;
}

@media screen and (max-width: 559px) {
  .sp_image {
    display: block;
  }
}

.header {
  position: fixed;
  height: 100vh;
  z-index: 12;
  left: 0;
  top: 0%;
}

@media screen and (max-width: 969px) {
  .header {
    height: 57px;
    top: 0;
    width: 100vw;
    overflow-x: hidden;
  }
}

.header__inner {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 969px) {
  .header__inner {
    position: relative;
    background-color: #fff;
  }
}

.header_icon {
  padding-right: 44.4px;
}

.logo_name {
  margin-top: 45px;
  margin-left: 60px;
  font-family: "Cormorant Garamond", serif;
}

@media screen and (max-width: 969px) {
  .logo_name {
    margin: 0%;
  }
}

.logo_name a {
  font-size: 16px;
  /*IE9以前に対応する*/
  font-size: 1rem;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 559px) {
  .logo_name a {
    font-size: 9px;
    /*IE9以前に対応する*/
    font-size: 0.5625rem;
  }
}

.nav_sp {
  line-height: 56px;
  margin-left: 25px;
  display: none;
}

@media screen and (max-width: 969px) {
  .nav_sp {
    display: block;
  }
}

.nav {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

@media screen and (max-width: 969px) {
  .nav {
    display: none;
  }
}

.nav__lists {
  margin-bottom: 55px;
}

.nav__list {
  letter-spacing: 0.08em;
  margin-top: 28px;
  font-size: 14px;
  /*IE9以前に対応する*/
  font-size: 0.875rem;
}

.nav__list a {
  padding: 5px;
  padding-left: 36px;
  position: relative;
  display: block;
  max-width: 118px;
  color: #000000;
  text-align: right;
}

.nav__list img {
  position: absolute;
  left: 10px;
  top: 50%;
  width: 5px;
  display: block;
  display: none;
}

.nav .logo_name {
  position: absolute;
  top: 45px;
  left: 65px;
  margin: 0;
  width: max-content;
}

.nav__list a.active img {
  display: block;
}

.nav__lists {
  position: absolute;
  bottom: 55px;
}

.nav__lists a.active {
  color: #ffffff;
}

.nav__list:nth-child(1) a.active {
  background-color: #f6bf27;
}

.nav__list:nth-child(2) a.active {
  background-color: #c4d1aa;
}

.nav__list:nth-child(3) a.active {
  background-color: #fdc48b;
}

.nav__list:nth-child(4) a.active {
  background-color: #d6dcd3;
}

.nav__list:nth-child(5) a.active {
  background-color: #787878;
}

.scroll_nav {
  display: none;
}

.cart_icon {
  margin-right: 27px;
}

@media screen and (max-width: 559px) {
  .cart_icon {
    margin-right: 17px;
  }
}

.hamburger_area {
  z-index: 20;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.hamburger-btn {
  display: none;
}

@media screen and (max-width: 969px) {
  .hamburger-btn {
    display: block;
    position: relative;
    width: 21px;
    height: 11px;
  }
}

.hamburger-btn__parts {
  display: block;
  width: 2px;
  height: 2px;
  background-color: #000000;
  position: absolute;
  transition: transform 0.2s, opacity 0.2s;
}

.hamburger-btn__parts.-top {
  top: 0;
  left: 0;
}

.hamburger-btn__parts.-middle {
  top: 0;
  right: 0;
  margin: auto;
}

.hamburger-btn__parts.-bottom {
  right: 0;
  bottom: 0;
}

.hamburger-btn__parts.-left {
  left: 0;
  bottom: 0;
}

.hamburger-btn.active .hamburger-btn__parts {
  width: 107%;
}

.hamburger-btn.active .hamburger-btn__parts.-top {
  transform-origin: top left;
  transform: rotate(25deg);
}

.hamburger-btn.active .hamburger-btn__parts.-middle {
  opacity: 0;
}

.hamburger-btn.active .hamburger-btn__parts.-bottom {
  opacity: 0;
}

.hamburger-btn.active .hamburger-btn__parts.-left {
  transform-origin: bottom left;
  transform: rotate(-25deg);
}

.hamburger {
  display: none;
}

@media screen and (max-width: 969px) {
  .hamburger {
    z-index: 10;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 59px;
    transform: translateX(100vw);
    transition: all 0.3s;
    height: 100vh;
    background: #e5e5e5;
    padding: 70px 0;
  }
  .hamburger__lists {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .hamburger__list {
    position: relative;
    font-size: 14px;
    /*IE9以前に対応する*/
    font-size: 0.875rem;
    letter-spacing: 0.2em;
    list-style: none;
    writing-mode: vertical-rl;
  }
  .hamburger__list img {
    display: none;
    position: absolute;
    width: 53px;
    z-index: -1;
    top: -17%;
    left: -23px;
  }
  .hamburger_link {
    padding-top: 10px;
    padding-bottom: 50px;
  }
  .hamburger__link {
    text-decoration: none;
    color: #000000;
  }
}

.hamburger_icon {
  margin-top: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hamburger_icon img {
  width: 20px;
}

.hamburger.active {
  transform: translateX(0);
}

.hamburger__lists a.active img {
  display: block;
}

@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-170px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.white_bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 5;
  background-color: #ffffff;
  visibility: hidden;
  transition: all 0.3s;
  cursor: pointer;
}

.white_bg.active {
  opacity: 0.8;
  visibility: visible;
}

@media screen and (max-width: 969px) {
  .main {
    margin-top: 56px;
  }
}

.fv {
  width: 100%;
  position: relative;
  padding: 0;
}

.fv_bg {
  background-size: cover;
  background-position: center;
  display: block;
  width: 80%;
  height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 969px) {
  .fv_bg {
    top: 0%;
    left: 0;
    transform: none;
    width: 100%;
    height: 80%;
  }
}

.fv_text {
  position: absolute;
  left: 14%;
  top: 43%;
  color: #ffffff;
}

.fv_text h1 {
  font-size: 84.36px;
  /*IE9以前に対応する*/
  font-size: 5.2725rem;
  letter-spacing: 0.7em;
}

@media screen and (max-width: 559px) {
  .fv_text h1 {
    font-size: 34px;
    /*IE9以前に対応する*/
    font-size: 2.125rem;
  }
}

.fv_text h2 {
  transform: rotate(-7deg);
  font-size: 44.69px;
  /*IE9以前に対応する*/
  font-size: 2.79312rem;
  letter-spacing: 0.2em;
  margin-top: 31px;
}

@media screen and (max-width: 559px) {
  .fv_text h2 {
    font-size: 28.24px;
    /*IE9以前に対応する*/
    font-size: 1.765rem;
    margin-top: 20px;
  }
}

.fv_text .company_name img {
  width: 125px;
}

@media screen and (max-width: 559px) {
  .fv_text {
    top: 58%;
    left: 37px;
  }
}

.fv_pc {
  display: block;
}

@media screen and (max-width: 969px) {
  .fv_pc {
    display: none;
  }
}

.fv_sp {
  display: none;
}

@media screen and (max-width: 969px) {
  .fv_sp {
    display: block;
  }
}

.fv_inner {
  position: absolute;
  right: 13%;
  bottom: 12%;
}

.fv_inner .company_name {
  margin: 0;
}

.fv_inner img {
  width: 70px;
}

.company_name {
  margin-top: 63px;
  margin-left: 81px;
}

.flower_bg {
  position: absolute;
  z-index: -1;
  mix-blend-mode: multiply;
}

.flower1 {
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 559px) {
  .flower1 {
    display: none;
  }
}

.flower2 {
  top: 0;
  right: 0;
}

@media screen and (max-width: 559px) {
  .flower2 {
    z-index: 2;
    width: 63%;
  }
}

.flower3 {
  top: 64px;
  left: -200px;
}

@media screen and (max-width: 559px) {
  .flower3 {
    top: -31%;
    left: -43%;
    width: 310px;
  }
}

.flower4 {
  bottom: 0;
  left: 24.5%;
}

@media screen and (max-width: 559px) {
  .flower4 {
    bottom: 1%;
    left: -1%;
    width: 342px;
  }
}

.about .section_inner {
  margin: 0 auto;
  position: absolute;
  width: 100%;
  top: 57%;
  transform: translateY(-50%);
}

@media screen and (max-width: 969px) {
  .about .section_inner {
    position: static;
    transform: none;
  }
}

.about_block {
  display: flex;
  justify-content: center;
  position: relative;
}

@media screen and (max-width: 969px) {
  .about_block {
    flex-direction: column-reverse;
  }
}

.about_text {
  width: 44%;
  margin-right: -3%;
  z-index: 2;
}

@media screen and (max-width: 969px) {
  .about_text {
    width: auto;
    margin-right: 0;
    margin-left: 35px;
  }
}

.about_text .section_ttl {
  letter-spacing: 0.2em;
  margin-top: 47px;
  margin-bottom: 20px;
  font-family: "Cormorant Garamond", serif;
}

@media screen and (max-width: 969px) {
  .about_text .section_ttl {
    margin-bottom: 0;
  }
}

.letter_box {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 97%, black 98%, rgba(0, 0, 0, 0) 99%, rgba(0, 0, 0, 0) 100%);
  background-size: 100% 3rem;
  position:relative;
}

@media screen and (max-width: 559px) {
  .letter_box {
    background-size: 100% 2rem;
  }
}

.letter_box p {
  padding-top: 3rem;
  padding-bottom: 3rem;
  line-height: 3rem;
  letter-spacing: 0.15em;
}

@media screen and (max-width: 559px) {
  .letter_box p {
    padding-top: 2rem;
    padding-bottom: 2rem;
    line-height: 2rem;
  }
}

.about_image {
  width: 32.5%;
  margin-left: -5%;
}

@media screen and (max-width: 969px) {
  .about_image {
    width: 74.5%;
    margin-left: auto;
  }
}

.about_image span {
  background-position: center;
  background-size: cover;
  display: block;
  padding-top: 100%;
  background-image: url("../img/PC/about.jpg");
}

.u-tab {
  position: relative;
}

@media screen and (max-width: 969px) {
  .u-tab {
    display: flex;
    flex-direction: column-reverse;
    padding: 100px 0;
    padding-bottom: 20px;
  }
}

.wood {
  position: relative;
  padding: 0;
  margin: 100px 0;
}

@media screen and (max-width: 969px) {
  .wood {
    margin: 0;
    margin-left: 37px;
  }
}

.wood .u-tab__menu {
  position: absolute;
  left: 29%;
  top: 110%;
  display: flex;
  align-items: center;
  margin-right: -1rem;
  margin-bottom: 0;
  padding-left: 0;
  z-index: 12;
  width: 20%;
  min-width: 310px;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 1200px) {
  .wood .u-tab__menu {
    left: 20%;
  }
}

@media screen and (max-width: 969px) {
  .wood .u-tab__menu {
    display: none;
  }
  .wood .u-tab__menu.open {
    display: flex;
    position: static;
    margin-top: 50px;
    width: 100%;
    justify-content: space-between;
  }
}

@media screen and (max-width: 969px) and (max-width: 969px) {
  .wood .u-tab__menu.open {
    width: 80%;
    margin-left: 0%;
  }
}

.wood_inner {
  position: relative;
}

.wood_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 32%;
}

@media screen and (max-width: 969px) {
  .wood_bg {
    width: 100%;
    top: 5%;
  }
}

.wood_bg .pc_image {
  display: block;
}

@media screen and (max-width: 969px) {
  .wood_bg .pc_image {
    display: none;
  }
}

.wood_bg .sp_image {
  display: none;
}

@media screen and (max-width: 969px) {
  .wood_bg .sp_image {
    display: block;
  }
}

@media screen and (max-width: 559px) {
  .wood_title,
  .flower_title {
    display: block;
    position: absolute;
    top: -80px;
    left: 30%;
    z-index: 2;
  }
}

.wood_title .section_ttl,
.flower_title .section_ttl {
  letter-spacing: 0.5em;
  text-align: center;
}

.wood_title .section_ttl span,
.flower_title .section_ttl span {
  display: block;
  font-size: 18px;
  /*IE9以前に対応する*/
  font-size: 1.125rem;
  margin-bottom: 5px;
}

.wood_title {
  position: absolute;
  left: 50%;
  top: -80px;
  transform: translateX(-50%);
  z-index: 2;
}

@media screen and (max-width: 969px) {
  .wood_title {
    top: 0;
	  left:165px;
  }
}

.u-tab__menu li {
  list-style: none;
  width: 25%;
  margin-bottom: 40px;
}

.u-tab__item {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  text-align: center;
  text-decoration: none;
  outline: 0;
  border-bottom: 0;
  box-sizing: border-box;
  cursor: pointer;
  transition-duration: 0.3s;
  position: relative;
}

.u-tab__item[aria-expanded="true"] img {
  display: block;
}

.u-tab__item-main {
  flex-grow: 1;
  font-size: 16px;
  text-align: center;
  position: relative;
}

.u-tab__item-main img {
  display: none;
  position: absolute;
  top: 56%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 29px;
}

.u-tab__body {
  display: none;
  font-size: 16px;
}

.u-tab .u-block {
  display: block;
}

.u-tab .u-none {
  display: none;
}

.wood_info {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

@media screen and (max-width: 969px) {
  .wood_info {
    flex-direction: column;
  }
}

.wood_text {
  margin-left: -72px;
  margin-bottom: -220px;
  width: 44.5%;
  z-index: 2;
}

@media screen and (max-width: 969px) {
  .wood_text {
    width: 90%;
    margin: 0 10%;
  }
  .wood_text.close {
    display: none;
  }
}

.wood_text .letter_box {
  width: 90%;
}

@media screen and (max-width: 969px) {
  .wood_text .letter_box {
    width: 100%;
  }
}

@media screen and (max-width: 969px) {
  .wood_text .letter_box p {
    padding-bottom: 0;
  }
}

.wood_image {
  width: 600px;
  margin-top: 0%;
  margin-right: -10%;
  position: relative;
}

@media screen and (max-width: 969px) {
  .wood_image {
    width: 100%;
    margin: 0;
  }
}

.wood_image span {
  background-position: center;
  background-size: cover;
  display: block;
  padding-top: 68%;
}

@media screen and (max-width: 969px) {
  .wood_image span {
    padding-top: calc(100% - 37px);
    margin-right: 37px;
  }
}

.wood_number,
.flower_number {
  position: absolute;
  top: 0px;
  left: 15px;
  font-size: 12px;
  /*IE9以前に対応する*/
  font-size: 0.75rem;
  letter-spacing: 0.35em;
  margin-top: 15px;
}

@media screen and (max-width: 969px) {
  .wood_number,
  .flower_number {
    position: static;
  }
}

.change_btn {
  margin-top: 30px;
  display: none;
}

@media screen and (max-width: 969px) {
  .change_btn {
    display: block;
  }
}

.change_box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
}

.bar {
  width: 26px;
  margin-right: 57px;
  opacity: 0.5;
}

.bar.active {
  opacity: 1;
}

.circle {
  width: 29px;
  opacity: 0.5;
  margin-right: 46px;
}

.circle.active {
  opacity: 1;
}

.flower {
  position: relative;
  padding: 150px 0;
  z-index: 2;
  margin: 150px 0;
}

@media screen and (max-width: 969px) {
  .flower {
    padding: 0;
    margin: 100px 0 100px 37px;
  }
}

.flower .u-tab__menu {
  position: absolute;
  right: 26%;
  top: -17%;
  flex-wrap: wrap;
  align-items: center;
  margin-right: -1rem;
  margin-bottom: 0;
  padding-left: 0;
  z-index: 2;
  display: flex;
  width: 20%;
  min-width: 310px;
  justify-content: space-between;
}

@media screen and (max-width: 1200px) {
  .flower .u-tab__menu {
    right: 5%;
  }
}

@media screen and (max-width: 969px) {
  .flower .u-tab__menu {
    display: none;
  }
  .flower .u-tab__menu.open {
    display: flex;
    position: static;
    margin-top: 50px;
    width: 100%;
    justify-content: space-between;
  }
}

@media screen and (max-width: 969px) and (max-width: 559px) {
  .flower .u-tab__menu.open {
    width: 80%;
    margin-left: 0%;
  }
}

.flower .u-tab {
  margin-top: 0;
}

.flower_sec_bg {
  position: absolute;
  right: 0%;
  width: 50%;
}

@media screen and (max-width: 969px) {
  .flower_sec_bg {
    width: 35%;
  }
}

.flower_sec_bg .pc_image {
  display: block;
}

@media screen and (max-width: 969px) {
  .flower_sec_bg .pc_image {
    display: none;
  }
}

.flower_sec_bg .sp_image {
  display: none;
}

@media screen and (max-width: 969px) {
  .flower_sec_bg .sp_image {
    display: block;
  }
}

.flower_title {
  position: absolute;
  left: 50%;
  top: -50px;
  transform: translateX(-50%);
  z-index: 2;
}

@media screen and (max-width: 969px) {
  .flower_title {
    top: 0;
	 left:165px;
  }
}

.flower_info {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 969px) {
  .flower_info {
    flex-direction: column;
  }
}

.flower_text {
  margin-top: -4%;
  width: 800px;
  z-index: 2;
  margin-right: 18%;
}

@media screen and (max-width: 1200px) {
  .flower_text {
    margin-bottom: -20%;
  }
}

@media screen and (max-width: 969px) {
  .flower_text {
    width: 90%;
    margin: 0 10%;
  }
  .flower_text.close {
    display: none;
  }
}

.flower_text .letter_box {
  width: 70%;
  margin-left: 150px;
}

@media screen and (max-width: 969px) {
  .flower_text .letter_box {
    width: 100%;
	  margin-left: -40px;
  }
}
@media screen and (max-width: 559px) {
  .flower_text .letter_box {
	  margin-left: -18px;
  }
}

@media screen and (max-width: 969px) {
  .flower_text .letter_box p {
    padding-bottom: 0;
    padding-right: 30px;
  }
}

.flower_image {
  width: 600px;
  margin-top: 0%;
  position: relative;
}

@media screen and (max-width: 969px) {
  .flower_image {
    width: 100%;
    margin: 0;
  }
}

.flower_image span {
  background-position: center;
  background-size: cover;
  display: block;
  padding-top: 68%;
  background-image: url("../img/PC/birth_flower.jpg");
}

@media screen and (max-width: 969px) {
  .flower_image span {
    padding-top: calc(100% - 37px);
    margin-right: 37px;
  }
}

.case {
  position: relative;
  padding: 166px 0;
  height: auto;
}

@media screen and (max-width: 559px) {
  .case {
    padding-top: 100px;
  }
}

.case .letter_box p {
  padding-bottom: 0;
  padding-top: 0;
  padding-right: 15px;
}

@media screen and (max-width: 559px) {
  .case .letter_box p {
    text-align: justify;
    text-justify: inter-ideograph;
    padding-top: 2rem;
  }
}

@media screen and (max-width: 559px) {
  .case .section_ttl {
    margin-bottom: 35px;
  }
}

.case_title {
  font-family: "Cormorant Garamond", serif;
}

.case_inner {
  display: flex;
  justify-content: space-between;
  padding-left: 12%;
  padding-right: 8%;
}

@media screen and (max-width: 559px) {
  .case_inner {
    flex-direction: column;
    padding: 0;
    padding-left: 37px;
  }
}

.case_bg {
  position: absolute;
  top: 0%;
  z-index: -1;
  width: 25.5%;
}

@media screen and (max-width: 559px) {
  .case_bg {
    width: 81.6%;
  }
}

.case_text {
  display: block;
}

@media screen and (max-width: 559px) {
  .case_text {
    display: none;
  }
}

.case_text_sp {
  display: none;
  padding-right: 37px;
}

@media screen and (max-width: 559px) {
  .case_text_sp {
    display: block;
  }
}

.case_accordion {
  width: 78%;
}

@media screen and (max-width: 559px) {
  .case_accordion {
    width: 100%;
  }
}

.ac_area {
  margin-top: 65px;
}

.ac_list {
  border-top: 0.5px solid #b3b3b3;
  border-bottom: 0.5px solid #b3b3b3;
  margin-bottom: 35px;
}

.ac_title {
  padding: 15px 0;
  font-size: 16px;
  /*IE9以前に対応する*/
  font-size: 1rem;
  cursor: pointer;
  position: relative;
}

@media screen and (max-width: 559px) {
  .ac_title {
    font-size: 12px;
    /*IE9以前に対応する*/
    font-size: 0.75rem;
  }
}

.ac_title span {
  font-size: 12px;
  /*IE9以前に対応する*/
  font-size: 0.75rem;
  padding-right: 50px;
  padding-left: 10px;
}

@media screen and (max-width: 559px) {
  .ac_title span {
    font-size: 10px;
    /*IE9以前に対応する*/
    font-size: 0.625rem;
    padding-right: 10px;
  }
}

.ac_title::after {
  content: "";
  position: absolute;
  right: 25px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 1px #000000;
  border-right: solid 1px #000000;
  transform: rotate(135deg);
}

@media screen and (max-width: 559px) {
  .ac_title::after {
    right: 10px;
  }
}

.ac_title.open::after {
  transform: rotate(-45deg);
  top: 45%;
}

.ac_body {
  display: none;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

.ac_inner {
  display: flex;
  padding: 60px 0;
}

@media screen and (max-width: 559px) {
  .ac_inner {
    flex-direction: column-reverse;
  }
}

.ac_left {
  width: 20%;
  position: relative;
}

@media screen and (max-width: 559px) {
  .ac_left {
    width: 100%;
  }
}

.ac_left ul {
  position: absolute;
  top: 150px;
  left: -80px;
  display: flex;
  transform: rotate(90deg);
  width:300px;
}

@media screen and (max-width: 559px) {
  .ac_left ul {
    transform: inherit;
    top: 0;
    position: static;
  }
}

.ac_left li {
  margin-right: 20px;
}

.ac_left li a {
  display: inline-block;
  text-decoration: underline;
}

.ac_right {
  width: 80%;
  position: relative;
}

@media screen and (max-width: 559px) {
  .ac_right {
    width: 100%;
  }
}

.ac_flower {
  position: absolute;
  width: 157px;
  right: 0;
  top: 37%;
}

@media screen and (max-width: 559px) {
  .ac_flower {
    width: 117px;
    top: 25%;
  }
}

.thumbnail {
  width: 95%;
}

.thumbnail span {
  display: block;
  padding-top: 66%;
  background-size: cover;
  background-position: center;
}

.ac_body_title {
  font-size: 20px;
  /*IE9以前に対応する*/
  font-size: 1.25rem;
  line-height: 1.5;
  margin: 60px 0;
}

@media screen and (max-width: 559px) {
  .ac_body_title {
    font-size: 16px;
    /*IE9以前に対応する*/
    font-size: 1rem;
    margin: 30px 0;
    padding-right: 30px;
  }
}

.close_area {
  margin-top: 60px;
}

.close_btn {
  display: block;
  width: 18px;
  height: 18px;
  position: relative;
  cursor: pointer;
  margin-left: auto;
  margin-top: 40px;
  margin-right: 5px;
}

.close_btn::before,
.close_btn::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #333333;
  transform: rotate(45deg);
  transform-origin: 0% 50%;
  position: absolute;
  top: calc(14% - 5px);
  left: 15%;
}

.close_btn::before {
  transform: rotate(-45deg);
  transform-origin: 100% 50%;
  left: auto;
  right: 15%;
}

.epilogue {
  height: auto;
  padding-bottom: 0;
}

@media screen and (max-width: 559px) {
  .epilogue {
    margin-left: 37px;
    padding-top: 0;
  }
}

.epilogue_title {
  text-align: center;
  font-family: "Cormorant Garamond", serif;
}

@media screen and (max-width: 559px) {
  .epilogue_title {
    text-align: left;
  }
}

.epilogue_text {
  text-align: center;
  width: 600px;
  margin: 0 auto;
}

@media screen and (max-width: 559px) {
  .epilogue_text {
    width: 100%;
    text-align: left;
  }
}

.epilogue_text p {
  padding-bottom: 0;
}

.flow {
  display: flex;
  text-align: center;
  justify-content: space-between;
  margin: 65px auto;
  width: 800px;
}

.flow section {
  width: 200px;
}

@media screen and (max-width: 969px) {
  .flow section {
    width: 90%;
  }
}

.flow section p {
  line-height: 1.5;
}

@media screen and (max-width: 559px) {
  .flow {
    padding: 0;
    margin-right: 37px;
    width: 100%;
  }
}

.symbol {
  content: "";
  margin: 30px auto;
  display: block;
  width: 12px;
  height: 12px;
  border-top: solid 1px #000000;
  border-right: solid 1px #000000;
  transform: rotate(135deg);
}

.footer {
  text-align: center;
  font-size: 12px;
  /*IE9以前に対応する*/
  font-size: 0.75rem;
  color: #a9a9a9;
}

@media screen and (max-width: 559px) {
  .footer {
    padding-bottom: 15px;
  }
}

/*========= ページネーションCSS ===============*/
.pagination {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1em;
  z-index: 10;
  list-style: none;
}

.pagination a {
  display: block;
  height: 20px;
  margin-bottom: 5px;
  color: #fff;
  position: relative;
  padding: 4px;
}

.pagination a.active:after {
  box-shadow: inset 0 0 0 5px;
}
/*# sourceMappingURL=style.css.map */