@charset "utf-8";
a:hover {
  color: #333333;
}

footer a:hover {
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  html, body {
    overflow-x: hidden;
  }
}
@media screen and (max-width: 560px) {
  .main_img img {
    height: 100%;
    width: 100%;
  }
}
/*==================================================
*footer-フッター*
===================================*/
/*説明:クレプレ版から変更なし*/
.sp_footer {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp_footer {
    display: block;
    position: fixed;
    bottom: 0;
    z-index: 2;
  }
  .sp_footer ul {
    display: flex;
    background: #CECECE;
  }
  .sp_footer ul li {
    width: calc(25% - 2px);
    border-left: 2px dashed white;
  }
  .sp_footer ul li:first-child {
    border-left: 0;
  }
  .sp_footer ul li .sp_footer_btn {
    display: inline-block;
    width: 100%;
    padding: 5px 0 2px;
    text-align: center;
  }
  .sp_footer ul li .sp_footer_btn img {
    display: inline-block;
    width: 60%;
    vertical-align: bottom;
  }
  .anchor {
    margin-top: -50px;
    padding-top: 50px;
  }
}
.top_btn {
  position: fixed;
  bottom: 80px;
  right: 20px;
  display: block;
  padding: 8px;
  background-color: #A3A2A2;
  font-size: 30px;
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .top_btn {
    bottom: 148px;
  }
}
footer {
  font-family: '游ゴシック', YuGothic, 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', 'MS ゴシック', sans-serif;
}
.footer-list {
  padding: 33px 0px;
  display: flex;
  justify-content: center;
  background: #E5E5E5;
  color: #222222;
}
@media screen and (max-width: 768px) {
  .footer-list {
    flex-wrap: wrap;
  }
}
.footer-item {
  border-left: 3px solid;
  width: calc(100% / 8);
}
@media screen and (max-width: 768px) {
  .footer-item {
    margin: 6px 18px;
    width: 100%;
    border: none;
  }
}
.footer-item:last-of-type {
  border-right: 3px solid;
}
@media screen and (max-width: 768px) {
  .footer-item:last-of-type {
    border: none;
  }
}
.footer-item a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #222222;
  font-size: 1.2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .footer-item a {
    justify-content: flex-start;
  }
}
.footer-item a img {
  margin: 0 5px 0 0;
}
.copy {
  padding: 18px 0;
  background: #333;
  color: #fff;
  font-family: '游ゴシック', YuGothic, 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', 'MS ゴシック', sans-serif;
  font-size: 1rem;
}

/*==================================================
*popup-モーダル*
===================================*/
/*説明:特別なクーポンや企画など目立たせたい時に*/
.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .6s;
}
.popup.is-show {
  opacity: 1;
  visibility: visible;
}
.popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 600px;
  padding: 50px;
  background-color: #fff;
  z-index: 2;
}
.popup-inner img {
  width: 100%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 16%);
}
.popup-inner p {
  font-size: 1.8rem;
  display: block;
  margin: 0.5rem auto;
}
.close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.close-btn i {
  font-size: 20px;
  color: #333;
}
.popTtl {
  font-size: 2.5rem;
  position: relative;
  overflow: hidden;
  padding-bottom: 10px;
  margin: 0 auto;
  font-weight: 600;
}
.popTtl::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}
.popTtl:before {
  border-bottom: 4px solid #6bb6ff; /*仕切り線の色*/
  width: 100%;
}
.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .8);

  z-index: 1;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .popTtl {
    font-size: 1.5rem;
  }
  .popup-inner p {
    font-size: 1rem;
  }
}
/*==================================================
*common-基本設定*
===================================*/
/* PC
-------------------------------------*/

@media screen and (min-width: 951px) {
  .spOnly {
    display: none !important;
  }
  .seOnly {
    display: none !important;
  }

}
/* SP
-------------------------------------*/
@media screen and (max-width: 950px) {
  .pcOnly {
    display: none !important;
  }
}
/* SE
----------------------------------*/
@media screen and (max-width: 768px) {
  .seOnly {
    display: block;
  }
}
/*==================================================
*header-ヘッダー*
===================================*/
header {
  background: #222;
}
header img {
  padding: 2px 0;
  width: 150px;
}
@media screen and (max-width: 768px) {
  header img {
    width: 23%;
  }
}
/*ヘッダーのロゴサイズ調整*/
.logoHDR {
  padding: 8px;
}
.logoHDR img {
  width: 120px;
}
@media screen and (max-width: 768px) {
  .logoHDR img {
    width: 90px;
  }
}
/*==================================================
*main contents-メインコンテンツ*
===================================*/
body#top {
  background: #fff; /*PC表示の項目外の背景色*/
}
/*
.mainCont {
  background: #FFFAEE; /*中央項目全体の背景色*//*
  max-width: 1000px;
  margin: auto;
  box-shadow: 0 0 20px rgba(0, 0, 0, 16%);
  font-family: '游ゴシック', YuGothic, 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', 'ＭＳ ゴシック', sans-serif;
}
*/
.mainCont {
	background-color: #FFFFFF;
	max-width: 800px;
	margin: 0 auto;
	padding-bottom: 2rem;
	box-shadow: 0 0 20px rgba(0, 0, 0, 16%);
	font-family: '游ゴシック', YuGothic, 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', 'ＭＳ ゴシック', sans-serif;
}

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
  font-family: '游ゴシック', YuGothic, 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', 'ＭＳ ゴシック', sans-serif;
}
@media screen and (max-width: 768px) {
  .mainCont {
    width: 100%;
  }
  .container {
    display: inherit;
    width: 90%;
  }
}


/*下部のSNS一覧*/
.snslist {
	display: flex;
	justify-content: center;
}

.snslist li {
	margin: 1%;
	width: 13%;
}

.snslist li:last-child {
	margin-light: 0;
}





.nonshadow img {
	box-shadow: none;
}

#glamore{
	margin-bottom: 2rem;
}

#glamore img{
	padding: 0;
	vertical-align: bottom;
}

	