@charset "UTF-8";
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */



/* font */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;900&display=swap');
@font-face {
  font-family: 'A-OTF-RyuminPro-Light';
  src: url('font/A-OTF-RyuminPro-Medium.otf');
  }
@font-face {
  font-family: 'A-OTF-RyuminPro-Medium';
  src: url('font/A-OTF-RyuminPro-Medium.otf');
  }




/* animation */
.element--hover {
  cursor: pointer;
  transition: box-shadow 600ms cubic-bezier(0.33, 0.11, 0.02, 0.99), -webkit-transform 600ms cubic-bezier(0.33, 0.11, 0.02, 0.99);
  transition: box-shadow 600ms cubic-bezier(0.33, 0.11, 0.02, 0.99), transform 600ms cubic-bezier(0.33, 0.11, 0.02, 0.99);
  transition: box-shadow 600ms cubic-bezier(0.33, 0.11, 0.02, 0.99), transform 600ms cubic-bezier(0.33, 0.11, 0.02, 0.99), -webkit-transform 600ms cubic-bezier(0.33, 0.11, 0.02, 0.99);
}

.element--hover:hover {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1), 0 1px 6px rgba(0, 0, 0, 0.05), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.1), 8px 32px 32px rgba(0, 0, 0, 0.15), 8px 64px 64px rgba(0, 0, 0, 0.15);
  -webkit-transform: scale(1.03) translateY(-0.5rem);
      -ms-transform: scale(1.03) translateY(-0.5rem);
          transform: scale(1.03) translateY(-0.5rem);
}

.element--hover:active {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1), 0 1px 6px rgba(0, 0, 0, 0.05), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.1), 8px 16px 16px rgba(0, 0, 0, 0.15), 8px 32px 32px rgba(0, 0, 0, 0.15);
}

a.btnNew {
  margin: 0 auto;
  max-width: 300px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
  background-color: #000000;
  color: #FFFFFF !important;
}

a.btnNew:link, a.btnNew:active, a.btnNew:hover, a.btnNew:visited {
  color: inherit;
  text-decoration: none;
}

a.btnNew::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-top: solid 1px #FFFFFF;
  border-right: solid 1px #FFFFFF;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform: rotate(45deg) translateX(-5px) translateY(5px);
      -ms-transform: rotate(45deg) translateX(-5px) translateY(5px);
          transform: rotate(45deg) translateX(-5px) translateY(5px);
}




/* Project */
a :hover{
  opacity: .7;
    transition: all .3s linear 0s;
}

.p-main {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
  font-smoothing: antialiased;
  position: relative;
  color: #000000;
  letter-spacing: 0.05em;
  line-height: 20px;
  margin: 0 auto 10vw;
  overflow: hidden;
  /* Random Fade on slick 用 */
}
@media (min-width: 768px) {
  .p-main {
    font-size: 14px;
    line-height: 30px;
    margin: 0 auto 70px;
  }
}
.p-main * {
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .p-main * {
    box-sizing: border-box;
  }
}
.p-main a {
  transition: all .3s linear 0s;
  text-decoration: none;
}
.p-main a:hover, .p-main a:focus, .p-main a:visited {
  color: inherit;
  opacity: .7;
  text-decoration: none;
}
.p-main ul li img {
  width: 100%;
  margin: 0 auto;
  max-width: max-content;
}

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

state

================================================================================*/
@keyframes fade-in1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.is-fade-in {
  transition: opacity 0.2s linear;
  opacity: 1;
}

.is-fade-out {
  transition: opacity 0.6s ease-in-out;
  opacity: 0;
}

.is-fade-out--long {
  transition: opacity 1s ease-in-out;
  opacity: 0;
}

.is-nav-on {
  display: table-cell !important;
  vertical-align: middle;
  height: 100vh;
  padding: 20vh 0;
}

.is-fixed {
  position: fixed;
  top: 0;
  z-index: 1;
  width: 98%;
  width: calc(100% - 10px);
}

@media (min-width: 768px) {
  .is-fixed {
    width: 100%;
  }
}

.is-nav-on {
  display: block !important;
  vertical-align: middle;
  height: 100vh;
}

.is-hidden {
  overflow: hidden;
}




.u-pc-none{
  display: none;
}
.u-sp-none{
  display: block;
}
br.u-sp-none{
  display: inline;
}





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

ARCHIVE

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

.bnr_area {
  width: 100%;
  max-width: 1170px;
  margin-top: 200px;
  border-top: solid 1px #d4d4d4;
  text-align: center;
}
.bnr_area h3 {
  font-family: 'A-OTF-RyuminPro-Light', 'Noto Serif JP', serif;
  margin: 120px auto 80px;
  font-size: 3.1em;
  font-weight: normal;
  letter-spacing: 0.05em;
}
.bnr_area ul {
  width: 100%;
  max-width: 860px;
  margin: 0 auto 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.bnr_area li {
  width: 49%;
  max-width: 400px;
}
@media (max-width: 768px) {
  .bnr_area {
    width: 100%;
    max-width: 1170px;
    margin-top: 80px;
    border-top: solid 1px #d4d4d4;
    text-align: center;
  }
  .bnr_area h3 {
    font-family: 'A-OTF-RyuminPro-Light', 'Noto Serif JP', serif;
    margin: 80px auto 40px;
    font-size: 28px;
  }
  .bnr_area ul {
    width: 100%;
    max-width: 860px;
    margin: 0 auto 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .bnr_area li {
    width: 80%;
    max-width: 400px;
    margin: 20px auto; 
  }
}




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

スライダー

================================================================================*/
.slick-prev, .slick-next{
    position: absolute;
    top: 50%;
    z-index: 99999;
}
.slick-prev {
    top: 100px;
    left: 10px;
}
.slick-next {
    top: 100px;
    right: 10px;
}
#item_02 .slick-prev {
    top: 80px;
    left: 10px;
}
#item_02 .slick-next {
    top: 80px;
    right: 10px;
}
.slick-next:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.slick-prev:before {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.slick-prev:before, .slick-next:before{
  color: #000000;
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  margin: 0 auto;
  border-top: solid 1px #000000;
  border-right: solid 1px #000000;
}




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

追加

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

/* 背景 */
#page-body{
  width:100%;
  background-color: #f7f5f0;
}




/* header */
.p-main .p-header {
  text-align: center;
  animation-name: fade-in1;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  margin: 0 auto;
  background: linear-gradient(90deg, #f7f5f0 0%, #f7f5f0 50%, #e5e3d6 50%, #e5e3d6 100%);
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .p-main .p-header{
    margin: 0 0 0;
  }
}




/* read */
.main-text{
  max-width: 1170px;
  text-align: center;
  margin: 0 auto;
  padding: 0 0;
}
.read_text{
  font-size: 16px;
  line-height: 1.8em;
  text-align: center;
  margin: 120px auto 40px;
}
.read_img {
  margin: 0 auto 120px;
}


/* point_block */
.sub-text {
  display: flex;
  align-items: flex-start;
  flex-flow: row-reverse;
  margin: 0 auto 80px;
}
.sub-textr:before,
.sub-text:after {
  border-top: 1px solid;
  content: "";
  flex-grow: 1;
}
.sub-text:before {
  margin-right: 1rem;
}
.sub-text div {
  width: 60%;
  margin: -12px 15% 0 10px;
}
.point_title_sub {
  font-size: 14px;
  line-height: 1.8em;
  margin: 0 auto;
}
.point_title_main {
  font-family: 'Noto Serif JP', serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.3em;
  margin: 10px 0 20px 0;
}
.point_text {
  font-size: 14px;
  line-height: 1.8em;
  margin: 0 auto;
}




/* item */
.item_block h5{
  font-family: 'Libre Baskerville', serif;
  font-size: 72px;
  font-weight: 400;
  line-height: 60px;
  margin: 0 0 10px;
}
.item_block .item_text_area {
    font-size: 14px;
    line-height: 1.8em;
    margin: 0 auto 30px;
    font-weight: 500;
}
.item_block .item_title_sub {
    font-family: 'Noto Serif JP', serif;
    font-style: italic;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    margin: 0 0 30px 0;
}
.item_block .item_area .item_text ul li.main_item {
  margin-bottom: 15px;
  font-size: 1.0em;
  font-weight: bold;
  line-height: 1.7em;
}
.item_block .item_area .item_text ul li a span {
  display: inline;
  padding-bottom: 0.6%;
  border-bottom: 1px solid #000;
  position: relative;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.13em;
  line-height: 2.1em;
}
.item_block {
  position: relative;
  width: 100%;
  margin: 160px auto;
}
.item_area_main {
  z-index: 30;
  position: relative;
  width: 100%;
  height: auto;
  max-width: 1170px;
  margin: 0 auto;
}
.item_area_sub {
  z-index: 20;
  width: 100%;
  margin: 400px auto 0;
}
#item_02 .item_area_sub {
  z-index: 20;
  width: 100%;
  margin: -20px auto 0;
}
.item_block .item_area_main .item_area {
  flex-direction: row-reverse;
  width: 100%;
  height: 100%;
  margin: 0 auto 0px;
  display: flex;
  justify-content: flex-start;
  transform: translate(0%, 0%);
}
.item_block .item_area_main .item_area .item_img {
  width: 600px;
  margin-right: 0;
  margin-left: 0;
}
.item_text {
    display: block;
    width: 70%;
    height: auto;
    margin: -780px 0 0 20px;
}
.item_text ul {
    margin: 0 0 240px 0;
}
#item_02 .item_text ul {
    width: 50%;
    margin: 0 0 40px 0;
}
.main_item {
  margin: 0 auto 10px;
}
.main_item a span {
  font-size: 14px;
  line-height: 28px;
  font-weight: 600;
  padding-bottom: 0.5%;
  border-bottom: 1px solid #000;
}




/* color */
.color_area {
  background: #e5e3d6;
  margin: -20px auto 0;
}
.color_area .color_title {
  font-family: 'Libre Baskerville', serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.6em;
  padding: 160px 0 0 0;
  margin: 0 0 30px;
  text-align: center;
}
.color_pc {
  width: 100%;
  max-width: 1170px;
  display: flex;
  justify-content: space-between;
  padding: 0 20px 80px;
  margin: 0 auto;
}
.color_smp {
  display: none;
}
.color_area ul li {
  text-align: center;
  margin: 0 0.5%;
}
.color_text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6em;
  margin: 10px auto 0;
}




/* coordinate */
.coordinate_block {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto 160px;
}
.coordinate_block h5{
  font-family: 'Libre Baskerville', serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 60px;
  margin: 0 0 10px 20px;
}
.coordinate_block .item_title_sub {
    font-family: 'Noto Serif JP', serif;
    font-style: italic;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    margin: 0 0 30px 20px;
}
.coordinate_img {
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
}
.coordinate_text_area {
    font-size: 14px;
    line-height: 28px;
    margin: 0 0 20px 20px;
    font-weight: 500;
}
.coordinate_btn {
    margin: 0 0 0 20px;
}



/* end-btn */
.end-btn {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto 80px;
  text-align: center;
  color: #fff;
}
.end-btn a {
  display: inline-block;
  width: 70%;
  background-color: #b5a888;
  padding: 17px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .16em;
}





@media (max-width: 998px) {
  .sub-text div {
    width: 65%;
    margin: -12px 10% 0 10px;
  }
  .sub-text div {
    width: 75%;
    margin: -12px 10% 0 10px;
  }
  .item_block h5{
    font-family: 'Libre Baskerville', serif;
    font-size: 56px;
    font-weight: 400;
    line-height: 60px;
    margin: 0 0 10px;
  }
  .item_text {
      display: block;
      width: 70%;
      height: auto;
      margin: -700px 0 0 20px;
  }
  .item_text div {
    width: 400px;
  }
  .item_block .item_area_main .item_area .item_img {
    width: 500px;
    margin-right: 20px;
    margin-left: 0;
  }
  .color_area {
    background: #e5e3d6;
    margin: -120px auto 0;
  }
  #item_02 .item_area_sub {
    z-index: 20;
    width: 100%;
    margin: 60px auto 0;
  }
}





@media (max-width: 767px) {
  .main-text{
    max-width: 600px;
    text-align: center;
    margin: 30px auto;
    padding: 0 10px;
    font-size: 12px;
  }
  .read_text {
    font-size: 12px;
    line-height: 1.8em;
    text-align: left;
    margin: 60px auto 40px;
  }
  .read_img {
    margin: 0 auto 80px;
  }
  .point_title_main {
    font-family: 'Noto Serif JP', serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3em;
    margin: 10px 0 20px 0;
  }
  .point_text {
    font-size: 12px;
    line-height: 1.8em;
    margin: 0 auto;
  }
  .sub-text div {
    width: 75%;
    margin: -12px 10% 0 10px;
  }

  /* item */
  .item_block h5{
    font-family: 'Libre Baskerville', serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    margin: 0 0 0;
  }
  .item_block p{
    font-size: 12px;
    line-height: 1.8em;
    margin: 0 0 30px;
    font-weight: 500;
  }
  .item_block .item_title_sub {
    font-family: 'Noto Serif JP', serif;
    font-style: italic;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8em;
    margin: 0 0 20px 0;
  }
  .item_block .item_area .item_text ul li.main_item {
    margin-bottom: 15px;
    font-size: 1.0em;
    font-weight: bold;
    line-height: 1.7em;
  }
  .item_block .item_area .item_text ul li a span {
    display: inline;
    padding-bottom: 0.6%;
    border-bottom: 1px solid #000;
    position: relative;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.13em;
    line-height: 2.1em;
  }
  .item_block {
    position: unset;
    width: 100%;
    margin: 0 auto 80px;
  }
  .item_area_main {
    z-index: 30;
    position: unset;
    width: 100%;
    height: auto;
    max-width: 600px;
    margin: 0 auto;
  }
  .item_area_sub {
    z-index: 20;
    width: 100%;
    margin: 0 auto 0;
  }
  #item_02 .item_area_sub {
    z-index: 20;
    width: 100%;
    margin: 0 auto 0;
  }
  .item_block .item_area_main .item_area {
    flex-direction: row-reverse;
    width: 100%;
    height: 100%;
    margin: 0 auto 0;
    display: block;
    justify-content: unset;
    transform: translate(0%, 0%);
  }
  .item_block .item_area_main .item_area .item_img {
    width: 100%;
    text-align: center;
    margin-right: 0;
    margin-left: 0;
  }
  .item_text {
    display: block;
    width: 100%;
    max-width: 600px;
    height: auto;
    margin: 30px 0 0 10px;
    padding-right: 20px;
  }
  .item_text ul {
    margin: 0 0 60px 0;
  }
  #item_02 .item_text ul {
    width: 100%;
    margin: 0 0 60px 0;
  }
  .main_item {
    margin: 0 auto 0;
  }
  .main_item a span {
    font-size: 14px;
    line-height: 28px;
    font-weight: 600;
    padding-bottom: 0.5%;
    border-bottom: 1px solid #000;
  }
  .color_area {
    background: #e5e3d6;
    margin: 0 auto 0;
  }
  .color_area .color_title {
    font-family: 'Libre Baskerville', serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.6em;
    padding: 40px 0 0 0;
    margin: 0 0 20px;
    text-align: center;
  }
  .color_pc {
    display: none;
  }
  .color_smp {
    display: block;
    width: 250px;
    margin: 0 auto;
  }
  #item_02 .color_smp {
    display: block;
    width: 300px;
    margin: 0 auto;
  }
  #item_02 .color_smp img {
    display: block;
    width: 220px;
  }
  .item_text div {
    width: 90%;
    margin: 0 auto 60px;
  }
  .item_text div img {
    padding-right: 5%;
  }
  
  /* coordinate */
  .coordinate_block {
   width: 100%;
   max-width: 600px;
   margin: 0 auto 80px;
  }
  .coordinate_block h5{
    font-family: 'Libre Baskerville', serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    margin: 0 10px 0;
  }
  .coordinate_block .item_title_sub {
      font-family: 'Noto Serif JP', serif;
      font-style: italic;
      font-size: 18px;
      font-weight: 400;
      line-height: 32px;
      margin: 0 0 0 10px;
  }
  .coordinate_img {
    display: block;
    justify-content: space-around;
    margin: 0 auto;
  }
  .coordinate_text_area {
     font-size: 12px;
     line-height: 1.8em;
     margin: 0 0 10px 10px;
     padding-right: 10px;
     font-weight: 500;
  }
  .coordinate_btn {
     margin: 0 0 0 10px;
  }
  
  /* end-btn */
  .end-btn {
    width: 90%;
    max-width: 1170px;
    margin: 0 5% 40px 5%;
    text-align: center;
    color: #fff;
  }
  .end-btn a {
    display: inline-block;
    width: 100%;
    background-color: #b5a888;
    padding: 15px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .16em;
  }
}




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

Utility

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

.u-hide_text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.u-clearfix:after,
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.u-clear,
.clear {
  clear: both;
}

.u-fluid_img,
.fluid_img {
  max-width: 100%;
  height: auto;
}

.u-flo--left {
  float: left;
}

.u-flo--right {
  float: right;
}

.u-text--left {
  text-align: left;
}

.u-text--_right {
  text-align: right;
}

.u-text--center {
  text-align: center;
}

.u-font--xs {
  font-size: 60%;
}

.u-font--s {
  font-size: 80%;
}

.u-none {
  display: none;
}

@media (min-width: 768px) {
  .u-sm-inline {
    display: inline;
  }
}

@media (min-width: 1025px) {
  .u-md-inline {
    display: inline;
  }
}

@media (min-width: 768px) {
  .u-sm-block {
    display: block;
  }
}

@media (min-width: 768px) {
  .u-sm-inherit {
    display: inherit;
  }
}

@media (min-width: 1025px) {
  .u-md-block {
    display: block;
  }
}

@media (min-width: 768px) {
  .u-sm-table {
    display: table;
  }
}

@media (min-width: 1025px) {
  .u-md-table {
    display: table;
  }
}

@media (min-width: 544px) {
  .u-xs-none {
    display: none;
  }
}

@media (min-width: 768px) {
  .u-sm-none {
    display: none;
  }
}

@media (min-width: 1025px) {
  .u-md-none {
    display: none;
  }
}

.u-font-xs {
  font-size: 60%;
}

.u-font-sm {
  font-size: 80%;
}

.u-font-md {
  font-size: 100%;
}

.u-font-lg {
  font-size: 120%;
}

.u-font-xl {
  font-size: 140%;
}

.u-pos-relative {
  position: relative;
}