@charset "UTF-8";

/************************
　Top
************************/

/*---- Key visual ----*/

.kv_wrap, .kv_box {
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.kv_wrap {
  position: fixed;
  top:0;
  z-index: -1;
}
.kv_img > div{
  z-index: 1;
  width:  100%;
  height: 100vh;
  background-position: 65% center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  background-image: url(../images/top/kv01.png);
  -webkit-animation: anime 36s 0s infinite;
  animation: anime 36s 0s infinite;
}
.kv_img:nth-of-type(2) > div {
  background-image: url(../images/top/kv02.png);
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
.kv_img:nth-of-type(3) > div {
  background-image: url(../images/top/kv03.png);
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}
.kv_img:nth-of-type(4) > div {
  background-image: url(../images/top/kv01.png);
  -webkit-animation-delay: 18s;
  animation-delay: 18s;
}
.kv_img:nth-of-type(5) > div {
  background-image: url(../images/top/kv02.png);
  -webkit-animation-delay: 24s;
  animation-delay: 24s;
}
.kv_img:nth-of-type(6) > div {
  background-image: url(../images/top/kv03.png);
  -webkit-animation-delay: 30s;
  animation-delay: 30s;
}
@-webkit-keyframes anime {
  0% { opacity: 0;}
  8% { opacity: 1;}
  17% { opacity: 1;}
  25% {
    opacity: 0;
    transform: scale(1.2);
    z-index: 9;
  }
  100% { opacity: 0;}
}
@keyframes anime {
  0% { opacity: 0;}
  8% { opacity: 1;}
  17% { opacity: 1;}
  25% {
    opacity: 0;
    transform: scale(1.2);
    z-index: 9;
  }
  100% { opacity: 0;}
}
.kv_img::after {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 35%;
  height: 100vh;
  background-color: rgba(46,41,48,1);
}
h1.kv_txt {
  z-index: 11;
  position: absolute;
  top: 43%;
  left: 45%;
  font-size: 40px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.05em;
  color:#fff;
}
h1.kv_txt span {
  display: inline-block;
  -webkit-transition: transform 0.6s;
  transition: transform 0.6s;
  -webkit-transform: translate(20%, 100%);
  transform: translate(20%, 100%);
  position: relative;
  z-index: 1;
}
h1.kv_txt span:before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
  -webkit-transition: transform 0.6s cubic-bezier(0.65, 0.02, 0.23, 1);
  transition: transform 0.6s cubic-bezier(0.65, 0.02, 0.23, 1);
}
h1.kv_txt span.row {
  overflow: hidden;
  line-height: 1.4;
  display: block;
  -webkit-transform: none;
  transform: none;
}
h1.kv_txt span.row:before { display: none;}
h1.kv_txt .animate {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
h1.kv_txt .animate:before { 
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.kv_bnr {
  position: absolute;
  width: 35%;
  bottom: 30%;
  left: 0;
  -webkit-animation-name: load;
  animation-name: load;
  animation-duration: 6s;
}
@-webkit-keyframes load {
  0% { opacity: 0;} 100% {opacity: 1;}
}
@keyframes load {
  0% { opacity: 0;} 100% {opacity: 1;}
}
.kv_bnr a:hover {
  filter: grayscale(100%);
  -webkit-transition: .7s ease-in-out;
  transition: .4s ease-in-out;
}

@media screen and (max-width: 600px) {
  .kv_img::after { display: none;}
  #home .gmenu::after {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    height: 13vh;
    background-color: rgba(46,41,48,0.8);
  }
  .kv_img > div {
    background-position: 0 0;
    background-image: url(../images/top/kv01_sp.png);
  }
  .kv_img:nth-of-type(2) > div { background-image: url(../images/top/kv02_sp.png);}
  .kv_img:nth-of-type(3) > div { background-image: url(../images/top/kv03_sp.png);}
  .kv_img:nth-of-type(4) > div { background-image: url(../images/top/kv01_sp.png);}
  .kv_img:nth-of-type(5) > div { background-image: url(../images/top/kv02_sp.png);}
  .kv_img:nth-of-type(6) > div { background-image: url(../images/top/kv03_sp.png);}
  h1.kv_txt {
    width: 100%;
    top: 32%; /*バナーなしの時は43％*/
    font-size: 28px;
    -webkit-transform: translate(-44%, 0);
    transform: translate(-44%, 0);
  }
  .kv_bnr {
    width: 100%;
    bottom: 0;
  }
}

/*---- Scrolldown ----*/

#home header {
  position: relative;
  width:100vw;
  height: 100vh;
}
.scrolldown{
  z-index: 10;
  position:absolute;
  bottom:20px;
  right:10%;
  animation: arrow 2s ease-in-out infinite;
}
@-webkit-keyframes arrow {
  0%{bottom:4%;}
  50%{bottom:8%;}
  100%{bottom:4%;}
 }
@keyframes arrow {
  0%{bottom:4%;}
  50%{bottom:8%;}
  100%{bottom:4%;}
}
.scrolldown span{
  position: absolute;
  left:-28px;
  bottom:45px;
  color: #fff;
  font-size: 0.7em;
  letter-spacing: 0.1em;
  -webkit-transform: rotateZ(-90deg);
  transform: rotateZ(-90deg);
}
.scrolldown:before {
  content: "";
  position: absolute;
  bottom: 5%;
  left: -7px;
  width: 1px;
  height: 20px;
  background: #fff;
  -webkit-transform: skewX(31deg);
  transform: skewX(31deg);
}
.scrolldown:after{
  content:"";
  position: absolute;
  bottom:5%;
  right:0;
  width:1px;
  height: 110px;
  background:#fff;
}

/*---- Main ----*/

.scroll_wrap {
  width: 100%;
  text-align: center;
}
.sec_bg {background: #dfdfdf;}
.sec_wrap {
  width: 94%;
  max-width: 1000px;
  background: #fff;
  padding: 90px 4% 150px;
  margin: 0 auto;
}
#home h2 {
  font-size: 16px;
  line-height: 2.1;
}
.h2_en {
  color: #9c9c9c;
  font-weight: 400;
  margin-top: 50px;
}

@media screen and (max-width: 600px) {
  #home header { height: 86vh;}
  .sec_wrap { padding: 30px 5% 50px;}
  .catch, .catch_en {
    text-align: left;
    letter-spacing: inherit;
  }
  #home h2, .h2_en { text-align: left;}
}

/*---- Section 01 animation  ----*/

.sec01_btn {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 210px auto 0;
}
.sec01_btn_memu {
  position: relative;
  overflow: hidden;
  display: block;
  width:270px;
  height: 350px;
}
.sec01_btn_link {
  z-index: 1;
  position: absolute;
  top:50%;
  left:50%;
  -webkit-transform: translate(-50%, -50%)!important;
  transform: translate(-50%, -50%)!important;
}
.sec01_btn_link span {
  display: block;
  font-family: 'EB Garamond', serif;
  color: #fff;
  font-size: 25px;
}
.sec01_btn_memu:after{
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;　
  top: 0;
  background: url(../images/top/order.jpg) no-repeat center center;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  background-size: cover;
}
.sec01_btn_memu:nth-of-type(2):after {
  background: url(../images/top/gallery.jpg) no-repeat center center;
  background-size: cover;
}
.sec01_btn_memu:nth-of-type(3):after {
  background: url(../images/top/about.jpg) no-repeat center center;
  background-size: cover;
}
.sec01_btn_memu:hover:after {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

@media screen and (max-width: 600px) {
  .sec01_btn {
    display: inherit;
    width: 100%;
    padding: 0 14%;
    margin-top: 80px;
  }
  .sec01_btn_memu {
    width: 100%;
    height: 300px;
    margin-bottom: 80px;
  }
}

/*---- Section 02 animation----*/

.sec02_wap {
  position: relative;
  width: 100%;
  height: 500px;
  background: #fff;
  overflow: hidden;
  background: url(../images/top/concept.jpg) no-repeat center center;
}
.sec02_wap::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width:100%;
  height: 500px;
  background: #fff;
  z-index: 999;
}
.sec02_wap.rightIn::before {
  -webkit-animation: curtain-l 1s forwards;
  animation: curtain-l 1s forwards;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
@-webkit-keyframes curtain-l {
  0% { width: 100%;}
  100%{
    width: 0;
    visibility: hidden;
  }
}
@keyframes curtain-l {
  0% { width: 100%;}
  100%{
    width: 0;
    visibility: hidden;
  }
}
.sec02_wap a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 500px;
}
.sec02_wap h3 {
    width: 85%;
    text-align: left;
    font-size: 25px;
    color: #fff;
    z-index: 1;
}

@media screen and (max-width: 600px) {
  .sec02_wap, .sec02_wap a { height: 360px;}
  .sec02_wap {
    width: 100%;
    background: url(../images/top/concept_sp.jpg) no-repeat top left;
    background-size: cover;
  }
  .sec02_wap h3 { text-align: center;}
}

/*---- Section 02 accordion ----*/

.sec03_wrap {
  padding: 50px 5% 100px;
  background: #fff;
}
#news .sec03_wrap, #event .sec03_wrap { padding: 80px 6% 0;}
.sec03_news {
  max-width: 910px;
  margin: 0 auto;
}
.un_faq {
  margin-top: -170px;
  padding-bottom: 55px;
  position: relative;
  z-index: 10;
}
.sec03_news_title {
  font-size: 25px;
  text-align: left;
  margin-bottom: 40px;
}
.sec03_news_list { margin-bottom: 23px;}
.sec03_news_list_title {
  position: relative;
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px #4D4D4D;
}
.sec03_news_list_title::before, .sec03_news_list_title::after {
  background-color: #808080;
  content: "";
  display: block;
  position: absolute;
  bottom: 70%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
.sec03_news_list_title::before { height: 1px; right: 27px; width: 30px; }
.sec03_news_list_title::after { height: 30px; right: 42px; width: 1px; }
.sec03_news_list_title.is_open::after { content: none; }
.sec03_news_list_title .news_date {
  width: 18%;
  font-family: 'EB Garamond', serif;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}
.sec03_news_list_title h4 {
  width: 82%;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  cursor: pointer;
  padding: 0 100px 24px 0;
}
.sec03_news_list_title.is_open { border-bottom: none;}
.sec03_news_list_item {
  display: none;
  font-size: 14px;
  line-height: 2;
  padding: 0 0 40px;
}
.sec03_news_list_item p {
  text-align: left;
  margin: 0;
}
.sec03_news_list_item .learnmore {
  text-align: right;
  padding-right: 20px;
  margin-top: 10px;
}
.sec03_news_list_item .learnmore a:hover, #about a:hover, #event a:hover {
  transition: 0.4s;
  opacity: 0.5;
}

@media screen and (max-width: 600px) {
  .sec03_wrap, #news .sec03_wrap { padding: 30px 5% 50px;  }
  .sec03_news { max-width: 100%;}
  .sec03_news_list { margin-bottom: 15px; }
  .sec03_news_title {
    font-size: 20px;
    letter-spacing: 0.04em;
    margin-bottom: 30px;
    padding-left: 9px;
  }
  .sec03_news_list_title { display: inherit;}
  .sec03_news_list_title::before, .sec03_news_list_title::after { bottom: 40%; }
  .sec03_news_list_title .news_date {
    width: 100%;
    font-size: 15px;
    margin-bottom: 10px;
  }
  .sec03_news_list_title::before {
    right: 14px;
    width: 20px;
  }
  .sec03_news_list_title::after {
    height: 20px;
    right: 24px;
  }
  .sec03_news_list_title h4 {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    padding: 0 10% 15px 0;
  }
  .sec03_news_list_item { line-height: 1.8;}
}

/*---- Button animation 01 ----*/

.more {
  width: 90%;
  text-align: right;
  margin: 0 auto;
}
.read-more {
  position: relative;
  display: inline-block;
}
.read-more { width: 9.5rem;}
.read-more .circle {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  width: 2rem;
  height: 2rem;
  background: #282936;
  border-radius: 1.6rem;
}
.read-more .circle .icon {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
.read-more .circle .icon.arrow {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0;
  width: 1.2rem;
  height: 0.1rem;
  background: none;
}
.read-more .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.25rem;
  left: 0.6rem;
  width: 0.6rem;
  height: 0.6rem;
  border-top: 0.1rem solid #fff;
  border-right: 0.1rem solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.read-more .more-text {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0.2rem 0;
  text-align: center;
}
.read-more .more-text a {
  display: block;
  text-align: right;
  padding-right: 0.8rem;
}
.read-more:hover .circle { width: 100%;}
.read-more:hover .circle .icon.arrow {
  background: #fff;
  transform: translate(1rem, 0);
}
.read-more:hover .more-text a {
  color: #fff;
  padding-left: 1rem;
}

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

/************************
　Gallery
************************/

/*---- Gallery box ----*/

.main_wrap {
  width: 94%;
  max-width: 1000px;
  background: #fff;
  text-align: center;
  padding: 120px 4% 160px;
  margin: 0 auto;
}
.gallery_box {
  display: flex;
  flex-wrap:wrap;
  justify-content: space-between;
  padding: 180px 0 160px;
}
.gallery_item {
  width: 30%;
  height: auto;
  overflow: hidden;
  margin-bottom: 20px;
}
.gallery_item:nth-of-type(2),.gallery_item:nth-of-type(5),.gallery_item:nth-of-type(8),.gallery_item:nth-of-type(11),.gallery_item:nth-of-type(14),.gallery_item:nth-of-type(17),.gallery_item:nth-of-type(20) {
  margin-top: 50px;
}
.gallery_item a img {
  filter: grayscale(100%);
  -webkit-transition: .7s ease-in-out;
  transition: .7s ease-in-out;
}
.gallery_item a:hover img {
  filter:grayscale(0);
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}

@media screen and (max-width: 600px) {
  .main_wrap {
    width: 100%;
    padding: 100px 0 0;
  }
  .gallery_item {
    width: 47%;
    height: auto;
  }
  .gallery_item a img { filter: none;}
  .gallery_box { padding: 70px 5%;  }
  .gallery_item:nth-of-type(2),.gallery_item:nth-of-type(5),.gallery_item:nth-of-type(8),.gallery_item:nth-of-type(11),.gallery_item:nth-of-type(14),.gallery_item:nth-of-type(17),.gallery_item:nth-of-type(20) { margin-top: 0;}
}

/*---- Links ----*/

.links {
  width:480px;
  margin: 0 auto;
}
.links p { font-size: 18px;}
.links_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}
.links_btn {
  z-index: 1;
  position: relative;
  overflow: hidden;
  width: 220px;
  text-align: center;
  background: #4d4d4d;
  border-color: #4d4d4d;
  border: 2px solid #4d4d4d;
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}
.links_btn a {
  display: block;
  font-family: 'EB Garamond', serif;
  color: #fff;
  line-height: 45px;
}
.links_btn a:hover, .links_btn a:focus { color: #4d4d4d;}
.links_btn:after {
  z-index: -1;
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 0;
  height: 100%;
  background: #fff;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}
.links_btn:hover { color: #fff;}
.links_btn:hover:after { width: 110%;}

@media screen and (max-width: 600px) {
  .links_wrap {
    display: inherit;
    margin-top: 10px;
    padding-bottom: 100px;
  }
  .links, .links_btn {
    width:100%;
    padding: 0 5%;
  }
  .links_btn:nth-of-type(2) { margin-top: 20px;}
}

/************************
　About
************************/

.profile {
  display: inline-block;
  width: 250px;
  height: 250px;
  margin: 100px 0 90px;
}
#about .sec_wrap {
  position: relative;
  text-align: left;
  padding: 0;
}
#about .sec_wrap::after {
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 60%;
  height: 1px;
  background: #cacac9;
}
#about h2, #concept h2, #concept h3 {
  font-size: 18px;
  font-weight: 600;
}
#about h2 span, #concept h2 span, #concept h3 span {
  display: block;
  font-family: 'EB Garamond', serif;
  font-weight: 400;
  font-size: 12px;
  color: #9e9e9d;
}
#about h2 {
  font-size: 20px;
  margin-bottom: 40px;
}
#about h2 span { font-size: 16px;}
#about p { line-height: 2;}
#about .sec01, #about .sec02 {
  padding-bottom: 40px;
  margin-bottom: 40px;
}
#about .sec03 { padding-bottom: 40px;}

@media screen and (max-width: 600px) {
  #about .main_wrap { padding-bottom: 70px;}
  .profile {
    width: 64%;
    height: auto;
    margin: 60px 0 40px;
  }
  #about .sec_wrap { padding: 0 4% 40px;}
  #about .sec_wrap::after {
    left: 4%;
    width: 92%;
  }
  #about h2 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  #about p {
    font-size: 14px;
    line-height: 1.6;
  }
}

/************************
　Brand concept
************************/

.sec_wrap_white { padding: 70px 0 0;}
.sec_wrap_black {
  color: #fff;
  background: #000;
}
.catch { margin-bottom: 110px;}
#concept .sec01, #concept .sec02 {
  display: flex;
  justify-content: space-between;
  padding: 110px 0 0;
}
#concept .sec01 > div {
  width: 50%;
  text-align: left;
}
#concept h2 { text-align: left;}
#concept .sec01 p { line-height: 2.3;}
#concept .sec01 p:first-child { margin-bottom: 50px;}
#concept .sec02 {
  display: flex;
  align-items: center;
  width: 80%;
  max-width: 1000px;
  padding: 110px 0;
  margin: 0 auto;
}
#concept .sec02_left {
  width: 46%;
  font-size: 18px;
  line-height: 2.5;
}
#concept .sec02_right { width: 54%;}
#concept .sec02_right_row, #concept .sec03_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
#concept .sec02_right_row:first-child { margin-bottom: 40px;}
#concept .sec02_right_row > div {
  width: 42%;
  height: auto;
}
#concept .sec02_right_row > div p {
  font-family: 'EB Garamond', serif;
  font-weight: 400;
  margin-bottom: 10px;
}
#concept .sec02_right_row > img { margin-top: 40px;}
#concept .main_wrap.sec03 { padding: 90px 6% 190px;}
#concept .sec03_row > div {
  position: relative;
  width: 50%;
  padding: 30px 30px 60px 30px;
}
#concept .sec03_row > div::after {
  content: '';
  display: block;
  position: absolute;
  background-color: #e0d9dd;
}
#concept .sec03_row_bl01::after, #concept .sec03_row_bl04::after  {
  left: 50%;
  width: 82%;
  height: 1px;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}
#concept .sec03_row_bl01::after { bottom: 0;}
#concept .sec03_row_bl04::after { top: 0;}
#concept .sec03_row_bl02::after, #concept .sec03_row_bl03::after {
  top: 50%;
  width: 1px;
  height: 82%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#concept .sec03_row_bl02::after { left: 0;}
#concept .sec03_row_bl03::after { right: 0;}
#concept .sec03_txt01 { font-size: 18px;}
#concept h3 { margin: 15px 0 20px;}

@media screen and (max-width: 600px) {
  #concept .sec02, #concept .sec01 > div, #concept .sec02_left, #concept .sec02_right { width: 100%;}
  .sec_wrap_white { padding: 50px 0 0;}
  .catch {
    line-height: 1.6;
    margin-bottom: 40px;
  }
  #concept .sec01, #concept .sec02 {
    display: inherit;
    padding: 60px 4% 30px;
  }
  #concept h2, #concept h3 { letter-spacing: 0.2em;}
  #concept h2 span, #concept h3 span { margin-top: 10px;}
  #concept .sec01 p {
    line-height: 1.6;
    margin-top: 25px;
  }
  #concept .sec01 p:first-child { margin-bottom: 0;}
  #concept .sec02_left {
    text-align: center;
    font-size: 15px;
    line-height: 1.8;
  }
  #concept .sec02_right_row > div { width: 48%;}
  #concept .sec02_right_row:first-child { margin: 60px 0 40px;}
  #concept .sec02_right_row > div p { margin-bottom: 3px;}
  #concept .main_wrap.sec03 { padding: 60px 0 70px;}
  #concept .sec03_row > div { padding: 10px 10px 30px 10px;}
}

/************************
　Order
************************/

#order .main_wrap {
  width: 100%;
  max-width: 100%;
  padding:170px 0 0;
  margin: 0 auto;
}
#order .catch { line-height: 2.3;}
#order .sec_wrap_white { position: relative;}
#order .sec_wrap_gray { background: #f4f2f0;}
#order .order_img {
  z-index: 10;
  position: absolute;
  bottom: -210px;
  left: 50%;
  width: 420px;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}
#order .sec_wrap_white { padding-bottom: 200px;}
#order .sec01, #order .sec02 {
  margin: 0 auto;
}
#order .sec01 { padding: 300px 4% 200px;}
#order h2 { font-size: 25px;}
#order .sec01 ul { margin-top: 100px;}
#order .order_steps_num { font-size: 18px;}
#order .order_steps_num span {
  display: inline-block;
  width: 30px;
  height: 30px;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background: #000;
  border-radius: 50%;
  margin-left: 10px;
}
#order .order_steps p:nth-of-type(3) { margin-top: 20px;}
#order h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 15px 0 30px;
}
#order .order_contact {
/*
  width: 86%;
  display: flex;
  justify-content: space-between;
  align-items: center;
*/
  margin: 25px auto 0;
}
#order .order_contact a span {
  display: inline-block;
  background-image: url(../images/order/order_arrow_black.svg);
  background-repeat: no-repeat;
  background-size: 8px;
  margin-left: 35px;
}
.order_contact_btn {
  z-index: 1;
  position: relative;
  overflow: hidden;
  width: 47%;
  text-align: center;
  border-color: #fff;
  border: 2px solid #4d4d4d;
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
  background: url(../images/order/order_arrow_black.svg) no-repeat 95% center;
  background-size: 8px;
  background-color: #fff;
  margin: 0 auto;
}
.order_contact_btn a {
  display: block;
  color: #4d4d4d;
  line-height: 80px;
}
.order_contact_btn a:hover, .order_contact_btn a:focus {
  color: #fff;
  background: url(../images/order/order_arrow_white.svg) no-repeat 95% center;
  background-size: 8px;
}
.order_contact_btn:after {
  z-index: -1;
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 0;
  height: 100%;
  background: #4d4d4d;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}
.order_contact_btn:hover { color: #4d4d4d;}
.order_contact_btn:hover:after { width: 110%;}
#order li.order_border {
  position: relative;
  height: 110px;
  margin: 50px 0;
}
#order li.order_border::after {
  content: '';
  display: block;
  position: absolute;
  background-color: #b3b3b2;
  left: 50%;
  width: 1px;
  height: 110px;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}
#order .sec_wrap_black {
  text-align: left;
  background-image: url(../images/order/order_bg.jpg);
  background-size: 1600px 980px;
  background-position: top center;
  background-size: cover;
  padding: 80px 10% 100px;
  margin-bottom: 1px;
}
#order .sec02 h3, #order .sec02 p { 
  font-size: 18px;
  margin: 0;
}
#order .sec02 p { margin: 50px 0 30px;}
#order .sec02 li {
  list-style: disc;
  margin-bottom: 30px;
}
#order .sec02 li:last-child { margin-bottom: 50px;}

@media screen and (max-width: 600px) {
  #order .main_wrap { padding: 130px 0 0;}
  #order .sec01, #order .sec02 , #order .order_contact, .order_contact_btn { width: 100%;}
  #order .catch { 
    line-height: 1.6;
    text-align: left;
    padding: 0 4%;
  }
  #order .sec_wrap_white { padding-bottom: 0;}
  #order .order_img {
    position: inherit;
    bottom: 0;
    left: 0;
    -webkit-transform: none;
    transform: none;
    width: 100%;
  }
  #order .sec01_wrap { background: #f4f2f0;}
  #order .sec01 {
    text-align: left;
    padding: 30px 4% 80px;
  }
  #order .sec01 ul { margin-top: 50px;}
  #order h2, #order h3 { font-size: 18px;}
  #order h3 { margin: 15px 0 20px;}
  #order .order_steps_num { font-size: 15px;}
  #order .order_contact {
    display: block;
  }
  .order_contact_btn:first-child { margin-bottom: 20px;}
  .order_contact_btn a { line-height: 56px;}
  #order li.order_border { height: 80px; margin: 20px 0;}
  #order li.order_border::after { height: 80px; left:10%;}
  #order .sec_wrap_black {
    background-size: cover;
    padding: 60px 4% 20px;
  }
  #order .sec02 h3, #order .sec02 p { font-size: 16px;}
  #order .sec02 ul { margin-left: 20px;}
}
  
/************************
　Privacy policy
************************/

.policy_txt01 { margin-top: 130px;}
#policy p, #policy dl {
  line-height: 1.6;
  text-align: left;
}
#policy dt {
  font-size: 18px;
  font-weight: bold;
  margin: 40px 0 5px;
}
#policy dd ul { margin-top: 20px;}
#policy dd ul li {
  list-style: decimal;
  margin-left: 25px;
}
#policy dd a:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media screen and (max-width: 600px) {
  #policy .main_wrap {
    padding: 130px 4% 100px;
  }
  #policy p, #policy dt, #policy dd { font-size: 15px;}
  .policy_txt01 { margin-top: 50px;}
  }

/************************
　Event news
************************/
#event a {
  font-weight: bold;
}
#event .main_wrap { padding-bottom: 100px;}
#event .sec03_wrap {
  text-align: left;
  padding-bottom: 100px;
}
#event .post_date {
  line-height: 18px;
  margin-bottom: 20px;
}
#event p span.new {
  font-size: 14px;
  color: #fff;
  background: #000;
  padding: 0 6px;
  margin-left: 10px;
}
#event h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 60px;
}
#event p {
  line-height: 1.8;
  margin-bottom: 30px;
}
#event p img {
  width: 80%;
  height: auto;
  margin: 40px auto;
}
#event p img.map01 {
  width: 344px;
}
#event p img.pic01 {
  width: 500px;
}
#event li span.column01 {
  display: inline-block;
  width: 140px;
}
#event li span.column02 {
  margin-right: 30px;
}

@media screen and (max-width: 600px) {
  #event .main_wrap { padding-bottom: 30px;}
  #event .sec03_wrap { padding: 45px 4% 50px;}
  #event h2 {
    font-size: 18px;
    margin-bottom: 40px;
  }
  #event p { margin-bottom: 30px;}
  #event p img {
    width: 100%;
    margin: 20px auto;
  }
}

/* =============================================
   event table
============================================= */
.event_schedule {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}
.event_schedule th,
.event_schedule td {
  font-size: 14px;
  border: 1px solid #ccc;
  padding: 6px;
  text-align: left;
  vertical-align: middle;
}
.event_schedule th {
  background-color: #f2f2f2;
  font-weight: bold;
}
.event_schedule td a {
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .event_schedule th,
  .event_schedule td {
    font-size: 12px;
  }
  .event_schedule td:last-child {
    border-bottom: 1px solid #ccc;
  }
  .event_schedule td::before {
    content: attr(data-label);
    position: absolute;
    left: 10px;
    font-weight: bold;
    white-space: nowrap;
  }
}