body {
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", serif;
  font-weight: 500;
  background-color: #fcd7e6;
}

a:hover {
  color: #ff4a8a;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.stack-menu {
  position: relative;
  text-align: center;
  background-color: #000;
}

.menu-center {
  position: absolute;
}

.btn-custom {
  color: #fff;
  background-color: rgba(255, 74, 138, 0.4);
  margin-top: 60px;
}

button:focus {
  outline: none !important;
}

.button {
  background-color: #f5c9e6;
  border: 3px solid #f5c9e6;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
  color: #050004;
  font-weight: 700;
  padding: 1.25rem 2rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: .3s;
  display: inline-block;
}

.button:hover {
  background-color: #fcfcfa;
  color: #050004;
}

.flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row; /* デフォルトは横並び */
}

.flex .image {
  width: 640px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}

.flex .right {
  margin: 0 0 0 20px;
  padding: 0;
}

.title {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size:120%;
}

.text {
  margin: 10px 0 0;
  padding: 0;
}


@media (min-width: 248px) {
  .container {
    max-width: 100%;
  }
  .navbar {
  z-index: 10000;
 }
  .big-msg {
    position: absolute;
    font-size: 90%;
    letter-spacing: -1px;
    top: 35%; /* 上下の中央に配置 */
    right: 2em; /* 右に1em分のスペースを追加 */
    text-align: left; /* テキストを左寄せにする */
/*	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝",serif;
*/
  }
  .midle-msg {
    text-align: center;
    font-size: 110%;
    line-height:1
	color:#333;
  }
  .midle2-msg {
    text-align:left;
    font-size: 110%;
    line-height:1
	color:#333;
  }
  .copy_area {
	width:100%;
	padding:10px;
	line-height:1
	text-align:center;
	color:#333;
  }
    .button {
        display: block;
        margin: 20px auto; /* 上下に10pxの隙間、中央揃え */
  }
  .flex {
    flex-direction: column; /* 縦並びに変更 */
    align-items: center; /* 子要素を中央揃えに変更 */
  }

  .flex .image, .flex .right {
    width: 100%; /* 幅を100%に */
  }

  .flex .right {
    margin: 10px 0 0 0; /* マージン調整 */
    text-align: center; /* テキストを中央揃え */
  }
}


@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
  .navbar {
  z-index: 10000;
 }
  .big-msg {
    position: absolute;
    font-size: 130%;
    letter-spacing: -1px;
    top: 35%; /* 上下の中央に配置 */
    right: 2em; /* 右に1em分のスペースを追加 */
    text-align: left; /* テキストを左寄せにする */
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝",serif;
  }
  .midle-msg {
    text-align: center;
    font-size: 120%;
    line-height:1
	color:#333;
  }
  .midle2-msg {
    text-align:left;
    font-size: 120%;
    line-height:1
	color:#333;
  }
 
  .copy_area {
	width:100%;
	padding:10px;
	line-height:1
	text-align:center;
	color:#333;
  }
    .button {
        display: block;
        margin: 20px auto; /* 上下に10pxの隙間、中央揃え */
    }
  .flex {
    flex-direction: column; /* 縦並びに変更 */
    align-items: center; /* 子要素を中央揃えに変更 */
  }

  .flex .image, .flex .right {
    width: 100%; /* 幅を100%に */
  }

  .flex .right {
    margin: 10px 0 0 0; /* マージン調整 */
    text-align: center; /* テキストを中央揃え */
  }
}


@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
  .navbar {
  z-index: 10000;
 }
  .big-msg {
    position: absolute;
    font-size: 150%;
    letter-spacing: -1px;
    top: 35%; /* 上下の中央に配置 */
    right: 2em; /* 右に1em分のスペースを追加 */
    text-align: left; /* テキストを左寄せにする */
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝",serif;
  }
  .midle-msg {
    text-align: center;
    font-size: 130%;
    line-height:1
	color:#333;
  }
  .midle2-msg {
    text-align:left;
    font-size: 130%;
    line-height:1
	color:#333;
  }
  .copy_area {
	width:100%;
	padding:10px;
	line-height:1
	text-align:center;
	color:#333;
  }
    .button {
        display: inline-block;
        margin: 0 10px; /* 左右に10pxの隙間を設定 */
    }
  .flex {
    flex-direction: column; /* 縦並びに変更 */
    align-items: center; /* 子要素を中央揃えに変更 */
  }

  .flex .image, .flex .right {
    width: 100%; /* 幅を100%に */
  }

  .flex .right {
    margin: 10px 0 0 0; /* マージン調整 */
    text-align: center; /* テキストを中央揃え */
  }
}


@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
  .navbar {
    z-index: 10000;
    margin-left: 130px;
  }
  .big-msg {
    position: absolute;
    font-size: 180%;
    letter-spacing: -1px;
    top: 35%; /* 上下の中央に配置 */
    right: 2em; /* 右に1em分のスペースを追加 */
    text-align: left; /* テキストを左寄せにする */
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝",serif;
  }
  .midle-msg {
    text-align: center;
    font-size: 170%;
    line-height:1
	color:#333;
  }
  .midle2-msg {
    text-align:left;
    font-size: 170%;
    line-height:1
	color:#333;
  }
  .copy_area {
	width:100%;
	padding:10px;
	line-height:1
	text-align:center;
	color:#333;
  }
    .button {
        display: inline-block;
        margin: 0 20px; /* 左右に10pxの隙間を設定 */
    }
}


@media (min-width: 1200px) {
  .container {
    max-width: 1067px;
  }
  .navbar {
    z-index: 10000;
    margin-left: 160px;
  }
  .big-msg {
    position: absolute;
    font-size: 230%;
    letter-spacing: -1px;
    top: 35%; /* 上下の中央に配置 */
    right: 2em; /* 右に1em分のスペースを追加 */
    text-align: left; /* テキストを左寄せにする */
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝",serif;
  }
  .midle-msg {
    text-align: center;
    font-size: 220%;
    line-height:1
	color:#333;
  }
  .midle2-msg {
    text-align:left;
    font-size: 220%;
    line-height:1
	color:#333;
  }
  .copy_area {
	text-align:center;
	color:#333;
  }
  .button {
        display: inline-block;
        margin: 0 20px; /* 左右に10pxの隙間を設定 */
  }
}

.main_area {
	width:100%;
	padding:10px;
	line-height:1.2;
}

.nav-link {
  margin-right: 10px;
  letter-spacing: -0.5px;
  color: #fff;
  text-shadow: 2px 2px 5px #666, -2px 2px 5px #666, 2px -2px 5px #666, -2px -2px 5px #666;;
}

.stack-news {
  position: relative;
  text-align: center;
  background-color: #fed2e2;
}

.fb-blk {
  position: absolute;
  margin-top: 10px;
  width: auto;
  max-width: 800px;
  height: auto;
  overflow: auto;
}

.stack-footer {
  position: relative;
  text-align: center;
}

.footer-deco-center {
  position: absolute;
}


.footer {
  width: 100%;
  margin: auto;
  text-align: left;
  padding-top: 30px;
  padding-bottom: 0;
}


.footer h4 {
  font-size: 16px;
  margin: 0 0 10px 0;
  padding: 0px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  width:200px;
}

.footer p {
  font-size: 12px;
}
.footer a {
  color: #333;
}

.footer a:hover {
  color: #ff4a8a;
}

.footer .footer-menu {
  margin-bottom: 20px;
  margin-left: -30px;	
}

.footer .footer-menu li {
  float: none;
}
.footer .footer-menu a {
  border: none;
  font-size: 12px;
}

.footer .footer-menu li:before {
  content: "\f0da";
  font-family: FontAwesome;
}

.footer .footer-menu li a {
  margin-left: 5px;	
}

.footer-parts {
  margin-bottom: 15px;
}

.copyright {
  font-size: 90%;	
  line-height: 130%;
  margin-bottom: 30px;
}

.pagetop {
    display: none;
    position: fixed;
    left: 48%;
    right: 52%;
    bottom: 10px;
}
.pagetop a {
    display: block;
    background: url(../images/pagetop_w.svg) no-repeat;
	background-size: cover;
    width: 40px;
	height: 40px;
}
.pagetop a:hover {
    background: url(../images/pagetop_w_hover.svg) no-repeat;
}
.under {
  border-bottom: solid 1px #666;
}

