@charset "UTF-8";
@font-face {
  font-family: 'TheanoDidot';
  src: url("/asset/font/TheanoDidot-Regular.woff") format("woff"); }
body {
  background-color: #2A2A31;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  height: 100%;
  color: #222;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch; }

p {
  line-height: 160%;
  margin-top: 5px;
  margin-bottom: 5px; }

.centered {
  text-align: center; }

a {
  color: #222;
  word-wrap: break-word;
  -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
  -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
  -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
  -o-transition: color 0.1s ease-in, background 0.1s ease-in;
  transition: color 0.1s ease-in, background 0.1s ease-in; }
  a:hover, a:focus {
    color: #222;
    opacity: 0.8;
    outline: 0;
    text-decoration: none;
    cursor: pointer; }
  a:before, a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in; }
  a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=0.8);
    -ms-filter: "alpha( opacity=0.8 )"; }

/*------------------------------------ */
/* ヘッダ */
/*------------------------------------ */
#header {
  width: 100%;
  border-bottom: 12px solid #C85866;
  position: relative;
  z-index: 100; }

.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  -webkit-transition: all .2s ease 2s, background .2s ease .2s;
  transition: all .2s ease 0s, background .2s ease .2s;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  height: 100px; }

@media screen and (max-width: 992px) {
  .is-fixed {
    height: 70px; } }
@media screen and (max-width: 768px) {
  .is-fixed {
    padding: 0px; } }
.header-left {
  background: #FFF;
  color: #111;
  padding: 0 25px; }

@media screen and (max-width: 768px) {
  .header-left {
    padding: 0 20px; } }
@media screen and (max-width: 570px) {
  .header-left {
    padding: 0 20px 0 15px; } }
@media screen and (max-width: 400px) {
  .header-left {
    padding: 0 12px 0 8px; } }
.header-right {
  background: #C85866;
  color: #fff;
  font-size: 22px;
  text-align: center;
  padding: 0 40px;
  margin: 0; }
  .header-right p {
    margin: 5px 0 0;
    font-family: 'A-OTF Ryumin Pr6N KL', 'serif'; }

@media screen and (max-width: 821px) {
  .header-right {
    padding: 0 15px 0 0;
    font-size: 16px; } }
@media screen and (max-width: 510px) {
  .header-right {
    padding: 0 15px 0 0;
    font-size: 13px; } }
@media screen and (max-width: 800px) {
  .header-right p {
    margin: 15px 0 0; } }
@media screen and (max-width: 768px) {
  .header-right p {
    margin: 0 0 0; } }
@media screen and (max-width: 510px) {
  .header-right p {
    margin-top: 0px; } }
.header-title {
  font-size: 60px;
  margin: 0;
  font-family: 'copperplate', 'serif';
  font-style: normal;
  font-weight: 500;
  position: absolute;
  color: #050200;
  z-index: 100;
  top: 5px; }

@media screen and (max-width: 1360px) {
  .header-title {
    font-size: 54px; } }
@media screen and (max-width: 1230px) {
  .header-title {
    font-size: 35px;
    top: 25px; } }
@media screen and (max-width: 800px) {
  .header-title {
    font-size: 30px; } }
@media screen and (max-width: 768px) {
  .header-title {
    font-size: 24px;
    margin-top: -10px; } }
@media screen and (max-width: 570px) {
  .header-title {
    font-size: 15px;
    margin-left: 10px; } }
/*------------------------------------- */
/* フッター */
/*------------------------------------- */
.footer {
  background: #C85866;
  color: #FFF;
  font-size: 18px;
  text-align: center;
  padding: 20px;
  font-family: 'A-OTF Ryumin Pr6N KL', 'serif'; }

@media screen and (max-width: 768px) {
  .footer {
    font-size: 16px; } }
@media screen and (max-width: 570px) {
  .footer {
    font-size: 12px; } }
.copyright {
  font-size: 15px;
  text-align: center; }

.footer a {
  color: #FFF; }

/*------------------------------------- */
/* メニュー */
/*------------------------------------- */
.dropmenu {
  *zoom: 1;
  list-style-type: none;
  padding: 0;
  float: right;
  margin-top: 30px;
  font-family: 'A-OTF Ryumin Pr6N KL', 'serif'; }
  .dropmenu:before {
    content: "";
    display: table; }
  .dropmenu:after {
    content: "";
    display: table;
    clear: both; }
  .dropmenu li {
    position: relative;
    list-style-type: none;
    float: left;
    padding: 0 5px;
    text-align: center;
    margin-left: 10px;
    font-size: 22px; }
    .dropmenu li a {
      display: block;
      margin: 0;
      text-decoration: none;
      padding: 10px 0;
      color: #222; }

@media screen and (max-width: 768px) {
  .dropmenu {
    margin-top: 10px; } }
@media screen and (max-width: 570px) {
  .dropmenu {
    margin-top: 5px; } }
@media screen and (max-width: 992px) {
  .dropmenu li {
    letter-spacing: 0px;
    font-size: 18px;
    margin-left: 5px; } }
@media screen and (max-width: 710px) {
  .dropmenu li {
    font-size: 16px; } }
@media screen and (max-width: 510px) {
  .dropmenu li {
    margin-left: 0px;
    font-size: 13px; } }
@media screen and (max-width: 400px) {
  .dropmenu li {
    font-size: 12px; } }
/*------------------------------------- */
/* タイトル */
/*------------------------------------- */
.title01 {
  color: #fff;
  font-size: 42px;
  margin-bottom: 50px;
  font-weight: bold;
  line-height: 160%;
  text-align: center;
  font-family: 'Montserrat', sans-serif; }

@media screen and (max-width: 1200px) {
  .title01 {
    font-size: 36px;
    margin-bottom: 50px; } }
@media screen and (max-width: 768px) {
  .title01 {
    font-size: 24px;
    margin-bottom: 30px; } }
@media screen and (max-width: 570px) {
  .title01 {
    font-size: 18px;
    margin-bottom: 20px; } }
.title01-2 {
  color: #fff;
  font-size: 37px;
  margin-bottom: 50px;
  font-weight: bold;
  line-height: 160%;
  text-align: center;
  font-family: 'copperplate', 'TheanoDidot'; }

@media screen and (max-width: 1200px) {
  .title01-2 {
    font-size: 36px;
    margin-bottom: 40px; } }
@media screen and (max-width: 768px) {
  .title01-2 {
    font-size: 18px; } }
.title02 {
  color: #FFF;
  font-size: 28px;
  margin-bottom: 30px;
  font-weight: normal;
  line-height: 160%;
  font-family: 'A-OTF Ryumin Pr6N KL', 'serif'; }

@media screen and (max-width: 1200px) {
  .title02 {
    font-size: 20px; } }
@media screen and (max-width: 768px) {
  .title02 {
    font-size: 18px;
    margin-bottom: 10px; } }
@media screen and (max-width: 570px) {
  .title02 {
    font-size: 16px;
    margin-bottom: 10px; } }
.title02-2 {
  color: #FFF;
  font-size: 28px;
  margin-bottom: 30px;
  font-weight: bold;
  line-height: 160%; }

@media screen and (max-width: 1200px) {
  .title02-2 {
    font-size: 20px; } }
@media screen and (max-width: 768px) {
  .title02-2 {
    margin-bottom: 10px; } }
.title03 {
  color: #fff;
  font-size: 26px;
  margin: 15px auto 10px;
  font-family: 'TheanoDidot';
  font-weight: normal; }

@media screen and (max-width: 900px) {
  .title03 {
    margin: 10px auto 5px;
    font-size: 24px; } }
@media screen and (max-width: 768px) {
  .title03 {
    font-size: 17px; } }
.title04 {
  color: #fff;
  font-size: 18px;
  margin: 10px 0 0 0; }

@media screen and (max-width: 768px) {
  .title04 {
    font-size: 14px; } }
.title05 {
  color: #fff;
  font-size: 24px;
  margin: 15px auto 10px;
  font-family: 'copperplate', 'serif';
  font-weight: bold; }

@media screen and (max-width: 900px) {
  .title05 {
    margin: 10px auto 5px;
    font-size: 18px; } }
@media screen and (max-width: 768px) {
  .title05 {
    font-size: 15px; } }
.title05-b {
  color: #222;
  font-size: 24px;
  margin: 15px auto 10px;
  font-family: 'copperplate', 'serif';
  font-weight: bold; }

@media screen and (max-width: 900px) {
  .title05-b {
    margin: 10px auto 5px;
    font-size: 18px; } }
@media screen and (max-width: 768px) {
  .title05-b {
    font-size: 15px; } }
.js-animation {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: all 1s; }
  .js-animation.is-show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px); }

.title-font01 {
  font-family: 'TheanoDidot'; }

/*------------------------------------- */
/* テキスト */
/*------------------------------------- */
.text01 {
  color: #FFF;
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: normal;
  font-family: 'A-OTF Ryumin Pr6N KL', 'serif'; }

@media screen and (max-width: 570px) {
  .text01 {
    font-size: 16px; } }
.text02 {
  color: #fff;
  font-size: 22px;
  font-family: "TheanoDidot";
  font-weight: normal; }

@media screen and (max-width: 900px) {
  .text02 {
    font-size: 16px; } }
@media screen and (max-width: 768px) {
  .text02 {
    font-size: 15px; } }
.text02-b {
  color: #222;
  font-size: 22px;
  font-family: "Didot";
  font-weight: normal; }

@media screen and (max-width: 900px) {
  .text02-b {
    font-size: 16px; } }
@media screen and (max-width: 768px) {
  .text02-b {
    font-size: 15px; } }
.text03 {
  color: #fff;
  font-size: 16px;
  font-family: "TheanoDidot"; }

@media screen and (max-width: 768px) {
  .text03 {
    font-size: 14px; } }
.text03-b {
  color: #222;
  font-size: 16px;
  font-family: "TheanoDidot"; }

@media screen and (max-width: 768px) {
  .text03-b {
    font-size: 14px; } }
.text04 {
  color: #fff;
  font-size: 40px;
  font-family: 'copperplate', 'TheanoDidot'; }

@media screen and (max-width: 992px) {
  .text04 {
    font-size: 24px; } }
@media screen and (max-width: 570px) {
  .text04 {
    font-size: 18px; } }
.text05 {
  color: #fff;
  font-size: 24px;
  font-family: 'copperplate', 'TheanoDidot';
  font-weight: normal; }

@media screen and (max-width: 992px) {
  .text05 {
    font-size: 18px; } }
@media screen and (max-width: 570px) {
  .text05 {
    font-size: 16px; } }
/*------------------------------------- */
/* ボタン */
/*------------------------------------- */
.btn-01 {
  display: inline-block;
  position: relative;
  padding: .3rem 4.5rem;
  color: #FFF;
  border: 1px solid #FFF;
  text-align: center;
  font-family: 'copperplate', 'serif';
  font-weight: 500;
  font-size: 32px; }
  .btn-01:hover {
    opacity: 0.8; }

@media screen and (max-width: 1200px) {
  .btn-01 {
    padding: 0.3rem 1rem;
    font-size: 24px; } }
@media screen and (max-width: 768px) {
  .btn-01 {
    font-size: 20px; } }
.btn-02 {
  display: inline-block;
  position: relative;
  padding: .3rem 4.5rem;
  color: #FFF;
  border: 1px solid #FFF;
  background: #595964;
  text-align: center;
  font-family: 'copperplate', 'serif';
  font-weight: 500;
  font-size: 32px; }
  .btn-02:hover {
    opacity: 0.8; }

@media screen and (max-width: 1200px) {
  .btn-02 {
    padding: 0.3rem 1rem;
    font-size: 24px; } }
@media screen and (max-width: 768px) {
  .btn-02 {
    font-size: 20px; } }
.btn-03 {
  display: inline-block;
  position: relative;
  padding: .3rem 4.5rem;
  color: #FFF;
  border: 1px solid #FFF;
  text-align: center;
  font-family: 'copperplate', 'serif';
  font-weight: 500;
  font-size: 18px;
  min-height: 70px; }
  .btn-03:hover {
    opacity: 0.8; }

@media screen and (max-width: 1200px) {
  .btn-03 {
    padding: 0.3rem 1rem;
    font-size: 16px; } }
@media screen and (max-width: 768px) {
  .btn-03 {
    font-size: 15px; } }
.btn-04 {
  color: #FFF;
  border-color: #FFF; }

/*------------------------------------- */
/* スマホ・ipad調整 */
/*------------------------------------- */
html, body {
  overflow-x: hidden; }

/* スマホで非表示
-------------------------------------------------- */
@media screen and (max-width: 780px) {
  .spnone {
    display: none !important; } }
@media screen and (max-width: 570px) {
  .spnone02 {
    display: none !important; } }
@media screen and (max-width: 820px) {
  .spnone03 {
    display: none !important; } }
/* スマホだけで表示
-------------------------------------------------- */
@media screen and (min-width: 781px) {
  .sponly {
    display: none !important; } }
@media screen and (min-width: 570px) {
  .sponly02 {
    display: none !important; } }
/* ipadで非表示
-------------------------------------------------- */
@media screen and (max-width: 768px) {
  .ipadnone {
    display: none !important; } }
/* ipadだけで表示
-------------------------------------------------- */
@media screen and (min-width: 769px) {
  .ipadonly {
    display: none !important; } }
@media screen and (min-width: 993px) {
  .ipadonly02 {
    display: none !important; } }
/* 固定ボタン
-------------------------------------------------- */
#page_top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  border-radius: 50%;
  z-index: 10000; }

#page_top img {
  width: 150px; }

@media screen and (max-width: 570px) {
  #page_top img {
    width: 90px; } }
#page_top02 {
  position: fixed;
  right: 10px;
  bottom: 10px;
  border-radius: 50%;
  z-index: 10000; }

#page_top02 img {
  width: 100px; }

@media screen and (max-width: 570px) {
  #page_top02 img {
    width: 70px; } }
/* footer最下部配置
-------------------------------------------------- */
.footerFixed {
  min-height: 100vh;
  /* ←コンテンツの高さの最小値＝ブラウザの高さに指定 */
  position: relative;
  /* ←相対位置 */
  padding-bottom: 168px;
  /* ←フッターの高さを指定 */
  box-sizing: border-box;
  /* ↑ヘッダーやフッターを含むすべての要素の高さ＝min-height:100vhになるように指定 */ }

@media screen and (max-width: 1200px) {
  .footerFixed {
    padding-bottom: 475px; } }
@media screen and (max-width: 991px) {
  .footerFixed {
    padding-bottom: 717px; } }
@media screen and (max-width: 767px) {
  .footerFixed {
    padding-bottom: 922px; } }
@media screen and (max-width: 570px) {
  .footerFixed {
    padding-bottom: 882px; } }
footer {
  position: absolute;
  /* ←絶対位置 */
  bottom: 0;
  width: 100%; }
