@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Crimson+Text');
@import url('https://fonts.googleapis.com/css?family=Mukta');

#special-header-wrapper {
  padding-bottom: 0;
}
#contents-wrapper {
	width: 100%!important;
  min-width: 1400px;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  overflow:hidden;
}
#special-column {
  width: 100%;
  height: auto;
  float: none;
  position: relative;
  z-index: 10;
  overflow:hidden;
  color: #db7093;
}
#special-column img {
  vertical-align: top;
}

#special-column header,
#special-column .wrap{
  width: 100%;
  height: calc(100vh - 100px);
}

#special-column header {
  position: relative;
}
#special-column h2 {
  width: 100%;
  height: 100%;
  background-image: url("pc_header.jpg");
  background-size: cover;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#special-column .loading {
  width: 100%;
  height: 100%;
  background-image: url("pc_header2.jpg");
  background-size: cover;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

#special-column .en-wrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow:hidden;
}
#special-column .wrap-inner {
  width: 700%;
  height: 100%;
  overflow:hidden;
  position: absolute;
  top: 0;
  left: 0;
}
#special-column section {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: calc(100% / 7);
  height: 100%;
  position: relative;
  background-color: #fff;
  float: left;
  font-family: "Hannari";
  color: #db7093;
  letter-spacing: 0.08em;
}
#special-column section:nth-of-type(2n) {
  background-color: #fffaf5;
}
#special-column .num {
  font-family: 'Crimson Text', serif;
  font-size: 60px;
  line-height: 1;
  letter-spacing: -0.1em;
  font-style: italic;
}
#special-column .num span {
  font-size: 42px;
}
#special-column .name {
  margin-bottom: 15px;
}
#special-column .btn {
  width: 120px;
}
#special-column .btn a {
  box-sizing: border-box;
  display: block;
  border: 1px solid #db7093;
  height: 30px;
  padding-top: 7px;
  font-family: 'Mukta', sans-serif;
  font-size: 15px;
  line-height: 1;
  text-align: center;
  color: #db7093;
  position: relative;
}
#special-column .btn a::after {
  width: 5px;
  height: 5px;
  border-top: 1px solid #db7093;
  border-right: 1px solid #db7093;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  content:"";
}

#special-column .wrap {
  position: relative;
}
#special-column .contents-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 30px;
}
#special-column .contents-nav a {
  display: block;
  padding: 0px 10px;
  font-family: 'Crimson Text', serif;
  font-size: 30px;
  line-height: 1;
  color: #f0c2d1;
  font-style: italic;
}
#special-column .contents-nav a span {
  font-size: 21px;
}
#special-column .contents-nav a.current {
  color: #db7093;
}
#special-column .contents-nav a:last-child {
  font-size: 12px;
  letter-spacing: 0.04em;
}
#special-column .contents-nav .sep {
  width: 50px;
  height: 1px;
  background-image: url("pc_nav_line.png");
}
#special-column .contents-nav.last a {
  color: #F8E3EA
}
#special-column .contents-nav.last a.current {
  color: #db7093;
}

/*#1*/
#section01 .inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  width: 760px;
  margin: 0 auto;
}
#section01 .img {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
#section01 .detail {
  width: 321px;
}
#section01 .btn {
  margin-left: 54px;
}
#section01 .txt {
  width: 439px;
  padding-top: 15px;
}

/*#2*/
#section02 .inner {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  width: 1114px;
}
#section02 .detail {
  width: 500px;
  text-align: center;
}
#section02 .name {
  padding-top: 54px;  
}
#section02 .btn {
  margin: 0 auto;
}
#section02 .txt {
  box-sizing: border-box;
  width: 376px;
  padding: 118px 100px 0px 0px;
  text-align: right;
}
#section02 .img2 {
  width: 238px;
  padding-top: 67px;
}

/*#3*/
#section03 .inner {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  width: 1130px;
}
#section03 .detail {
  width: 341px;
  padding-top: 390px;
  position: relative;
}
#section03 .txt {
  position: absolute;
  top: 234px;
  left: 0;
}
#section03 .img {
  width: 525px;
}

/*#4*/
#section04 .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1200px;
}
#section04 .detail {
  width: 440px;
}
#section04 .name {
  padding-top: 40px;
}
#section04 .txt {
  padding-top: 25px;
}
#section04 .img {
  width: 400px;
  padding-right: 105px;
}

/*#5*/
#section05 .inner {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  width: 970px;
  position: relative;
}
#section05 .detail {
  width: 128px;
  padding: 150px 242px 0px 0;
}
#section05 .detail .btn {
  margin: 0 auto;
}
#section05 .txt {
  width: 64px;
  position: absolute;
  top: 0;
  right: 0;
}
#section05 .img {
  width: 375px;
}

/*#6*/
#section06 .inner {
  width: 1168px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section06 .detail {
  width: 538px;
  padding-top: 205px;
  text-align: center;
  position: relative;
}
#section06 .btn {
  margin: 0 auto;
}
#section06 .txt {
  position: absolute;
  top: 96px;
}
#section06 .img {
  width: 446px;
}

#special-column footer {
  box-sizing: border-box;
  width: calc(100% / 7);
  height: 100%;
  padding-top: 116px;
  background: #f0c2d1;
  float: left;
}
#special-column footer .inner {
  box-sizing: border-box;
  width: 1200px;
  padding: 85px 0px 0px 390px;
  margin: 0 auto;
  position: relative;
  color: #fff;
  line-height: 1;
}
#special-column footer .inner .img {
  width: 269px;
  position: absolute;
  top: 0;
  left: 50px;
}
#special-column footer h3 {
  padding-bottom: 15px;
  font-family: 'Mukta', sans-serif;
  font-size: 30px;
  letter-spacing: 0.1em;
}
#special-column footer h4 {
  padding-bottom: 15px;
  font-family: 'Crimson Text', serif;
  font-size: 16px;
  font-style: italic;
}
#special-column footer ul {
  padding-bottom: 25px;
}
#special-column footer li {
  font-family: 'Crimson Text', serif;
  padding-bottom: 10px;
  font-size: 16px;
}