@charset "UTF-8";
/* 共通css start */

body {
  font-family : "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体";
  color: #333333;
  font-size: 17px;
  font-weight: 500;
  line-height: 2;
}

.text-center {
  text-align: center;
}

.bold {
	font-weight: 600;
}

a {
  color: #666666;
}

/* comment 注釈 */

.comment p::before {
	content: "※"
}

.comment p {
	padding-left: 1rem;
  margin-top: 0;
  margin-bottom: 0;
  text-indent: -1rem;
  font-size: 0.9rem;
}

/* header */

header {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 80px;
  background-color: #6d242e;
}

#header-content {
  display: flex;
  align-items: center;
}

#header-image {
  display: inline-block;
  margin-right: auto;
}

#header-image img {
  height: 80px;
}

nav {
  display: inline-block;
}

#header-navigation {
  display: flex;
  align-items: center;
}

#header-navigation li {
  width: 120px;
}

#header-navigation a {
  color: #FFFFFF;
  font-size: 16px;
  text-decoration: none;
}

#header-navigation a:hover {
  background-color: #f0cbe0;
  transition: 0.3s;
}

#next-menu-tablet {
  display: none;
}

/* section */

section:not(:first-of-type) {
  margin-top: -4rem;
  padding: 4rem 0.5rem 8rem 0.5rem;
  overflow: hidden;
}

section h2 {
  font-size: 36px;
  font-weight: 400;
  text-align: center;
}

section h2 span{
  position: relative;
  display: inline-block;
  padding: 0rem 0.5rem;
}

section h2 span::before, section h2 span::after{
  position: absolute;
  top: 50%;
  content: '';
  width: 1.5em;
  height: 1px;
  background-color: black;
}

h2 span::before {
  left: 100%;
}

h2 span::after {
  right: 100%;
}

/*page top*/

#pagetop {
  background-image: url(/WebRelease2/r.1478044557423561780.do7mqs0000000013/imsbav000003c5vf/-/-/m-card/img/top-image.jpg);
  background-repeat: no-repeat;
  margin-top: 80px;
  margin-bottom: 3rem;
}

#pagetop-contents {
	position: relative;
}

#pagetop img {
  width: 264px;
  filter: drop-shadow(  8px 8px 8px rgba(0,0,0,0.2));
}

#pagetop-title h2 {
  display: inline-block;
  font-family: YuMincho, "Yu Mincho";
  font-weight: 400;
  margin: 0.5em 0;
  padding: 0 10px;
  background-color: #ffffff;
  font-size : 40px;
  text-align: left;
  box-shadow:  8px 8px 8px rgba(0,0,0,0.2); 
}

#pagetop-title p {
  margin: 0;
}

#pagetop-title p span {
	display: inline-block;
  margin-bottom: 8px;
  padding: 0px 10px;
	background-color: #ffffff;
  line-height: 2em;
  box-shadow:  8px 8px 8px rgba(0,0,0,0.2);
}

.button {
	display: inline-block;
  padding: 0.8rem 2rem;
  margin-top: 0.5rem;
  background: #E1A025;
  max-width: 100%;
  color: #fff;
	text-align: center;
	text-decoration: none;
	box-shadow: 0 4px #A78122;
	border-radius: 4px;
}

.button:hover {
	cursor: pointer;
	text-decoration: none;
	background: #C7860B;
	transform: translate3d(0, 4px, 0);
	transition: 0.3s;
  box-shadow: none;
}

/* 明星カードとは about */

#about {
  width: 100%;
  background-color: #e8e8e8;
}

.explain {
  width: 768px;
  padding: 2rem;
  margin: 0 auto;
  background-color: #fff;
  box-shadow:  8px 16px 8px rgba(0,0,0,0.2);
  font-weight: 500;
}

/* カードの種類 type */

#type {
  background-color: #fff;
  width: 100%;
}

.cards {
  display: flex;
}

.card{
	width: 318px;
	padding: 0 16px;
  border-right: solid 2px #e8e8e8;
  margin-top: 3rem;
  }

.card h3{
  font-size: 24px;
}

.card img {
  display: block;
  width: 70%;
  margin: auto;
}
.card h4{
  line-height: 0.3em;
}

.premium{
	border-right: none;

}

/* 入会のご案内　join */

#join {
  background-color: #e8e8e8;
  width: 100%;
}

/* 特典・サービス service */

#service {
  background-color: #fff;
  width: 100%;
}

.tokuten {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.tokuten_box {
  padding: 1.5rem;
  margin: 0 2% 2rem 2%;
  background-color: #e8e8e8;
}

.tokuten_image {
  width: 104px;
  height: 104px;
  margin-right: auto;
  margin-left: auto;
  background-color: #006fa3;
  color: #fff;
  font-size: 48px;
  line-height: 104px;
  text-align: center;
  border-radius: 50%;
}

.tokuten h3 {
text-align: center;
}

/* お問い合わせ先 faq */

#faq {
  background-color: #e8e8e8;
  width: 100%;
}

.contact-section {
  margin-bottom: 2rem;
}

.contact-to {
  position: relative;
  padding-left: 1.5em;
}

.contact-to:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f111";
  font-weight: 900;
  left: 0;
  color: #6d242e;
}

.number {
  font-size: 1.5rem;
  padding-left: 1rem; 
}

/* 紛失・盗難窓口 contact */

#contact {
  background-color: #fff;
  width: 100%
}

    
/* footer */

footer {
  text-align: center;
  background-color: #222222;
  line-height: 30px;
}

#footer-links {
  display: flex;
  justify-content: center;
  align-items: center;
}

#footer-links li {
  margin-right: 32px;
  margin-top: 16px;
}

#footer-links li:last-child {
  margin-right: 0;
}

#footer-links a {
  color: #ffffff;
  text-decoration: none;
}

footer p {
  color: #ffffff;
  margin-bottom: 0;
}

/* PC start */
@media screen and (min-width:961px) {

  .pc-width {
    width: 960px;
    margin: 0 auto;
  }

  /* pagetop */
  #pagetop {
    height: 643px;
    padding-top: 0;
    background-size: 960px auto;
  }

  #pagetop-contents {
    position: relative;
  }
  
  #pagetop img {
    position: absolute;
    top: 216px;
    left: 64px;
  }
  
  #pagetop-title {
    position: absolute;
    top: 184px;
    left: 384px;
  }

  /* 特典・サービス　service */
  
  .tokuten_box {
    width: 29%;
    }

}

/* tablet */
@media screen and (min-width:768px) and (max-width:960px) {

  /* header */

	nav{
    white-space: nowrap;
    overflow-x: auto;
    margin-right: 24px;
    }
  
	nav li {
    margin-right: 1em;
  }
  
  #next-menu-tablet {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 80px;
    background: #6d242e;
    color: #ffffff;
    line-height: 80px;
  }

  /* pagetop */

  #pagetop {
    height: 500px;
    width: 100%;
    background-position: bottom 0 right 0;
    background-size: 100% auto;
  }
  
  #pagetop-contents {
    margin-top: 80px;
    padding-top: 3em;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  #pagetop img {
    display: block;
    padding-right: 10px;
  }

  /* about 明星カードとは */

  .explain {
    width: 95%;
  }

  /* 種類 */

  .card{
    width: 33%;
    margin-top: 2em;
    }


  /* 特典・サービス　service */
  
  .tokuten_box {
    width: 96%;
  }

  /* footer */
  #footer-links {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  #footer-links li {
    margin-right: 0;
  }
  
  #footer-links a {
    color: #ffffff;
    text-decoration: none;
  }
  
  #footer-links li:hover {
    background-color: #666666;
  }

  footer p {
    color: #ffffff;
  }

}

/* SP start */
@media screen and (max-width: 767px) {

  body {
    font-size: 16px;
  }

  .comment p {
    font-size: 15px;
  }

  /* section */
  section h2 {
    font-size: 32px;
  }

  /* header */

  /*ヘッダーメニュー*/
  /*　ハンバーガーボタン　*/
  .hamburger {
    display: block;
    position: fixed;
    z-index: 3;
    right: 13px;
    top: 12px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
  }

  .hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px ;
    left: 6px;
    background: #fff;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  .hamburger span:nth-child(1) {
    top: 10px;
  }
  .hamburger span:nth-child(2) {
    top: 20px;
  }
  .hamburger span:nth-child(3) {
    top: 30px;
  }

  /* ナビ開いてる時のボタン */
  .hamburger.active span:nth-child(1) {
    top: 16px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
    top: 16px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  nav.navigation-sp {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    color: #000;
    background: #fff;
    text-align: center;
    transform: translateX(100%);
    transition: all 0.6s;
    width: 100%;
  }

  nav.navigation-sp ul {
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    background: #6d242e;
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }

  nav.navigation-sp ul li {
    list-style-type: none;
    width: 100%;
  }

  nav.navigation-sp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }

  nav.navigation-sp ul li:hover{
    background :#ddd;
  }

  nav.navigation-sp ul li a {
    display: block;
    color: #000;
    padding: 1rem 0;
    text-decoration :none;
  }

  /* クラスをjQueryで付与・削除 */
    nav.navigation-sp.active {
    transform: translateX(0%);
  }

  /* pagetop */
  
  #pagetop {
    display: flex;
    align-items: center;
    height: 480px;
    width: 100%;
    margin-top: 80px;
    background-position: bottom 0 right 0;
    background-size: auto 110%;
    margin-bottom: 3rem;
  }
  
  #pagetop-contents {
    text-align: right;
    margin-right: 3%;
  }
  
  #pagetop img {
    width: 40%;
    filter: drop-shadow(  8px 8px 8px rgba(0,0,0,0.2));
  }
  
  #pagetop-title {
    position: static;
  }

  #pagetop-title h2 {
    margin-bottom: 0.5rem;
    padding: 0 0.5rem;
    font-size: 32px;
  }
  
  #pagetop-title p span {
    margin-bottom: 0.2rem;
    padding: 0px 0.7rem;
    line-height: 2rem;
    max-width: 97%;
    font-feature-settings: "palt";
  }
  /* about 明星カードとは */
  .explain {
    width: 95%;
  }
  
  /* カードの種類 type */
  
  .cards {
    flex-direction: column;
  }
  
  .card{
    width: 100%;
    padding: 0 1rem;
    border-right: none;
  }

  /* 特典・サービス　service */
  
  .tokuten_box {
    width: 96%;
  }
  
  .tokuten_image {
    width: 104px;
    height: 104px;
    margin-right: auto;
    margin-left: auto;
    background-color: #006fa3;
    color: #fff;
    font-size: 48px;
    line-height: 104px;
    text-align: center;
    border-radius: 50%;
  }
  
  .tokuten h3 {
    text-align: center;
  }

  /* footer */
  
  #footer-links {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  #footer-links li {
    margin-right: 0;
  }
  
  #footer-links a {
    color: #ffffff;
    text-decoration: none;
  }
  
  #footer-links li:hover {
    background-color: #666666;
  }

  footer p {
    color: #ffffff;
  }

  /* お問合せ　電話番号・メールアドレスで改行 */
  .number {
    display: block;
  }
}
