@charset "utf-8";
#fade {
  width: 100%;
  height: 100%;
  min-height: 100%;
  background: #FFF;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999 !important; /* #loaderより少ない値を入れて下さい */
}
#progressBarWrap {
  width: 200px !important;
  height: 2px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 99999;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  background: #EEE;
}
#progressBar {
  width: 0;
  height: 2px;
  position: fixed;
  background: #85CED5;
  z-index: 99999;
}
#loader {
  width: 23px;
  height: 23px;
  position: fixed;
  _position: absolute; /* IE6対策 */
  top: 50%;
  left: 50%;
  margin-top: -10px; /* heightの半分のマイナス値 */
  margin-left: -10px; /* widthの半分のマイナス値 */
  z-index: 99999; /* #fadeより多い値を入れて下さい */
}
#progressTxt {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  z-index: 99999999; /* #fadeより多い値を入れて下さい */
  font-family: 'Oswald', sans-serif !important;
  font-size: 100px;
  color: #FFF;
  letter-spacing: 3px;
}
body {
  margin: 0;
}
img {
  max-width: 100%;
}
p {
  color: #58595B;
  font-size: 16px;
  line-height: 2em;
}
a:hover {
  cursor: pointer;
}
section {
  box-sizing: border-box;
  max-width: 1200px;
  margin: 100px auto;
  padding: 20px;
}
h2 {
  font-family: Saol Display, serif !important;
  font-size: 3em;
  letter-spacing: 0.05em;
  padding-bottom: 50px;
}
@media only screen and (max-width:769px) {
  p {
    font-size: 14px;
    line-height: 1.8em;
  }
  section {
    max-width: 100%;
    margin: 50px auto;
    padding: 15px;
  }
  h2 {
    font-size: 30px;
    padding-bottom: 40px;
  }
}
/*HEADER*/
.cp_fullscreenmenu {
  background: #FDC6CA;	
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
}
.cp_fullscreenmenu .toggle {
  display: none;
}
.cp_fullscreenmenu .menu{
	max-width: 1200px;
	margin:0 auto;
}
.cp_fullscreenmenu .menu > div > ul {
  display: flex;
  justify-content: flex-end;
}
.cp_fullscreenmenu .menu > div > ul > li {
  color: #fff;
  display: block;
  padding: 0.5em 2em;
}
.cp_fullscreenmenu .menu > div > ul > li > a {
  font-family: Saol Display, serif !important;
  font-size: 16px;
  cursor: pointer;
  letter-spacing: 0.1em;
}
@media only screen and (max-width:769px) {
  .cp_fullscreenmenu {
    background: transparent;
  }
  /*menuコンテンツ*/
  .cp_fullscreenmenu .menu {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    visibility: hidden;
    overflow: hidden;
    width: 100%;
    height: 100%;
    pointer-events: none;
    outline: 1px solid transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    align-items: center;
    justify-content: center;
    z-index: 10;
  }
  .cp_fullscreenmenu .menu > div {
    display: flex;
    overflow: hidden;
    width: 130vw;
    height: 130vw;
    transition: all 0.4s ease;
    -webkit-transform: scale(0);
    transform: scale(0);
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background: #FDC6CA;
    flex: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .cp_fullscreenmenu .menu > div > ul {
    border-top: solid 1px rgba(255, 255, 255, 0.3);
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
    display: flex;
    max-height: 100vh;
    margin: 100px 0;
    padding: 2em 1em;
    list-style: none;
    transition: opacity 0.4s ease;
    opacity: 0;
  }
  .cp_fullscreenmenu .menu > div > ul > li {
    color: #fff;
    display: block;
    margin: 1em;
    padding: 0 2em;
    text-align: left;
  }
  .cp_fullscreenmenu .menu > div > ul > li > a {
	  color:#FFF;
    font-family: Saol Display, serif !important;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    display: inline;
    cursor: pointer;
    transition: color 0.4s ease;
  }
  .cp_fullscreenmenu .menu > div > ul > li > a:hover:after {
    width: 100%;
  }
  .cp_fullscreenmenu .menu > div > ul > li > a:after {
    position: absolute;
    z-index: 1;
    bottom: -1em;
    left: 0;
    width: 0;
    height: 2px;
    content: '';
    transition: width 0.4s ease;
    background: #fff;
  }
  /*クリックしたらメニューが開閉の動作*/
  .cp_fullscreenmenu .toggle {
    display: block;
    position: absolute;
    z-index: 3000;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    cursor: pointer;
    opacity: 0;
  }
  .cp_fullscreenmenu .toggle:checked + .hamburger > span {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .cp_fullscreenmenu .toggle:checked + .hamburger > span:before, .cp_fullscreenmenu .toggle:checked + .hamburger > span:after {
    top: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .cp_fullscreenmenu .toggle:checked + .hamburger > span:after {
    opacity: 0;
  }
  .cp_fullscreenmenu .toggle:checked ~ .menu {
    visibility: visible;
    pointer-events: auto;
  }
  .cp_fullscreenmenu .toggle:checked ~ .menu > div {
    transition-duration: 0.75s;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .cp_fullscreenmenu .toggle:checked ~ .menu > div > ul {
    opacity: 1;
  }
  .cp_fullscreenmenu .toggle:checked ~ .menu > div > ul li:nth-of-type(1) {
    transition-delay: 0.4s;
  }
  .cp_fullscreenmenu .toggle:checked ~ .menu > div > ul li:nth-of-type(2) {
    transition-delay: 0.6s;
  }
  .cp_fullscreenmenu .toggle:checked ~ .menu > div > ul li:nth-of-type(3) {
    transition-delay: 0.8s;
  }
  .cp_fullscreenmenu .toggle:checked ~ .menu > div > ul li:nth-of-type(4) {
    transition-delay: 1.0s;
  }
  .cp_fullscreenmenu .toggle:checked ~ .menu > div > ul li:nth-of-type(5) {
    transition-delay: 1.2s;
  }
  .cp_fullscreenmenu .toggle:hover + .hamburger {
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .cp_fullscreenmenu .toggle:checked:hover + .hamburger > span {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    left: 0;
  }
}
/*ハンバーガー*/
.cp_fullscreenmenu .hamburger {
  display: none;
}
@media only screen and (max-width:769px) {
  .cp_fullscreenmenu .hamburger {
    position: absolute;
    z-index: 2000;
    top: 0;
    left: 0;
    display: block;
    width: 50px;
    height: 50px;
    padding: 0.5em;
    cursor: pointer;
    transition: box-shadow 0.4s ease;
    border-radius: 0 0.12em 0.12em 0;
    background: #FDC6CA;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .cp_fullscreenmenu .hamburger > span {
    position: relative;
    top: 50%;
    display: block;
    height: 2px;
    transition: all 0.4s ease;
    background: #fff;
    left: 50%;
    transform: translate(-50%);
    width: 80%;
  }
  .cp_fullscreenmenu .hamburger > span:before, .cp_fullscreenmenu .hamburger > span:after {
    position: absolute;
    z-index: 1;
    top: -15px;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    content: '';
    transition: all 0.4s ease;
    background: inherit;
  }
  .cp_fullscreenmenu .hamburger > span:after {
    top: 15px;
  }
}
@media only screen and (max-width: 769px) {
  .cp_fullscreenmenu .menu > div > ul {
    display: block;
    margin: 1em 0;
    padding: 0.1em;
  }
  .cp_fullscreenmenu .menu > div > ul > li {
    font-size: 12px;
    margin: 2.5em 1em;
    padding: 0 1em;
    text-align: center;
  }
  /*クリックしたらメニューが開閉の動作*/
  .cp_fullscreenmenu .toggle {
    width: 40px;
    height: 40px;
  }
  /*ハンバーガー*/
  .cp_fullscreenmenu .hamburger {
    width: 30px;
    height: 30px;
    padding: 0.3em;
    cursor: pointer;
  }
  .cp_fullscreenmenu .hamburger > span:before, .cp_fullscreenmenu .hamburger > span:after {
    top: -8px;
  }
  .cp_fullscreenmenu .hamburger > span:after {
    top: 8px;
  }
}
/* BUTTON*/
a#btn span {
  background: #FFF;
  width: 18px;
  height: 2px;
  display: block;
  position: relative;
  top: 11px;
  left: 4px;
}
a#btn span:before {
  content: "";
  display: block;
  position: absolute;
  top: -7px;
  background: #FFF;
  width: 18px;
  height: 2px;
  transition: all 0.3s ease-in-out;
}
a#btn span:after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  background: #FFF;
  width: 18px;
  height: 2px;
  transition: all 0.3s ease-in-out;
}
a#btn span.change {
  height: 0;
}
a#btn span.change:before {
  transform: rotate(-45deg);
  top: 0;
}
a#btn span.change:after {
  transform: rotate(45deg);
  top: 0;
}
a#btn {
  background: #52ACBA;
  display: none;
  margin: 0;
  position: absolute;
  right: 20px;
  top: 15px;
  padding: 0;
  cursor: pointer;
  width: 36px;
  height: 36px;
  padding: 5px;
  box-sizing: border-box;
  border-radius: 50%;
  z-index: 9999;
}
@media only screen and (max-width:769px) {
  input[type=text], textarea, input[type=button] {
    -webkit-appearance: none;
  }
}
.box {
  opacity: 0;
}
.slideUp {
  opacity: 1;
  animation: slideUp 1s ease-in-out forwards;
}
@keyframes slideUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
p.more {
  opacity: 0;
  animation: change3 1s ease-in-out 1s forwards;
  position: relative;
  left: -20px;
  margin: 50px 0 0 0;
}
p.more a {
  border: 2px solid #52ACBA;
  color: #52ACBA;
  padding: 10px 20px;
  font-weight: bold;
}
p.more a:after {
  content: ">";
  display: inline-block;
  transform: scale(0.9, 1);
  font-weight: bold;
  margin: 0 0 0 10px;
}
p.more a:hover {
  background: #52ACBA;
  color: #FFF;
}
@keyframes change3 {
  0% {
    opacity: 0;
    left: -20px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@media only screen and (max-width:769px) {
  p.more {
    margin: 25px 0 0 0;
  }
  p.more a {
    font-size: 13px;
  }
}
/*==========================================FOOTER======================================================*/
.footer-bg {
  background: #FDC6CA;
  padding: 20px 50px 40px 50px;
  vertical-align: bottom;
}
.footer-bg .leftside {
  float: left;
}
.footer-bg .leftside p {
  font-size: 14px;
}
.footer-bg .leftside p a:before {
  content: ">";
  margin-right: 10px;
}
.footer-bg .rightside {
  float: right;
}
.footer-bg .rightside p {
  font-size: 12px;
  float: left;
}
.footer-bg aside {
  max-width: 1200px;
  margin: 0 auto;
}
section#footer {
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
section#footer h1 {
  font-family: Saol Display, serif !important;
  font-size: 30px;
  letter-spacing: 0.05em;
  padding-bottom: 10px;
}
section#footer h1 span {
  font-size: 20px;
}
section#footer div:first-child {
  box-sizing: border-box;
  width: 60%;
}
section#footer div:last-child {
  box-sizing: border-box;
  width: 40%;
}
section#footer ul.footer-nav {
  display: flex;
  justify-content: flex-end;
}
section#footer ul.footer-nav li {
  margin-right: 2.5em;
  padding: 15px 0;
}
section#footer ul.footer-nav li:last-child {
  margin-right: 0;
}
section#footer ul.footer-nav li a {
  font-family: Saol Display, serif !important;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media only screen and (max-width:769px) {
  .footer-bg {
    padding: 20px 0 0;
  }
  .footer-bg .leftside {
    float: none;
    text-align: center;
  }
  .footer-bg .leftside p {
    font-size: 12px;
    padding: 10px 0 20px;
  }
  .footer-bg .rightside {
    float: none;
  }
  .footer-bg .rightside p {
    background: #555;
    color: #FFF;
    font-size: 10px;
    text-align: center;
    float: none;
    line-height: 2.5em;
  }
  .footer-bg aside {
    max-width: 100%;
	margin-top:20px;
  }
  section#footer {
    margin: 0 auto;
    display: block;
  }
  section#footer h1 {
    font-size: 25px;
    padding-bottom: 0px;
    text-align: center;
  }
  section#footer h1 span {
    font-size: 15px;
  }
  section#footer div:first-child {
    width: 100%;
  }
  section#footer div:last-child {
    width: 100%;
  }
  section#footer ul.footer-nav {
    display: none;
  }
}