@charset "UTF-8";

@import url("https://use.fontawesome.com/releases/v5.6.3/css/all.css");


/*=================[すべてに適用]=================*/
@media all {

html {
  font-size: 62.5%;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  background: #fff;
  color: #000;
}


body {
  margin: 0;
  padding: 0;
  line-height: 1.7;
  background: #fff;
  font-size: 1.4rem;
}

article,
aside,
details,
figcaption,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li {
  padding: 0;
  margin: 0;
  font-weight: normal;
  list-style-type: none;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
  font-size: 0px;
  vertical-align: bottom;
}

.pc {
  display: none!important;
}

.sp {
  display: inline-block!important;
}

* {
  box-sizing: border-box;
}

/*a*/
a, a img {
  color: #e30e0e;
  text-decoration: underline;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a:visited {
  color: #be1111;
}

a:hover {
  color: #e27314;
  text-decoration: none;
}

a:active {
  color: #e27314;
}

a:hover img {
  opacity: 0.8;
}

/*kv*/
.kv-pc {
  display: none;
}

.kv-sp {
  display: block;
}


/*nav*/
.nav {
  margin: 0 auto;
  padding: 30px 4%;
}

.nav ul {
  display: flex;
  margin-top:15px;
}

.nav ul li {
  width: 48.5%;
  margin-right: 3%;
}

.nav ul li:last-child {
  margin-right: 0;
}

/*common*/
.box {
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
}

.box-inner {
  padding: 5%;
}

.box-chat {
  margin-bottom: 25px;
}

.box-chat p {
  opacity: 0;
  position: relative;
  top:30px;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.box-chat p.ishere {
  opacity: 1;
  top:0;
}

.box-btn {
  opacity: 0;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.box-btn.ishere {
  opacity: 1;
}

/*kyodo*/
.kyodo {
  background: url(/special/2019-0702/img/kyodo_bg.png);
  background-size: 40px;
  padding: 35px 4%;
}


/*gift*/
.gift {
  background: url(/special/2019-0702/img/gift_bg.png);
  background-size: 40px;
  padding: 35px 4%;
}


/*footer*/
.footer {
  padding: 15px;
  background: #eee;
  color: #666;
  text-align: center;
}

.footer-logo img {
  width: 60%;
}

.footer small {
  font-size: 0.8rem;
}


/*clearfix*/
.clearfix:after {
  content: ' ';
  display: block;
  clear: both;
}

/*pagetop*/
#pagetop {
  position: fixed;
  right: 3%;
  bottom: 3%;
  text-align: center;
  line-height: 1;
  font-size: 1.8rem;
  z-index: 99999;
}

#pagetop a {
  text-decoration: none;
  text-align: center;
  display: block;
  opacity: 0.8;
  color: #008cd3;
  background: #fff;
  border-radius: 1000px;
  padding: 15px;
}

#pagetop a:hover {
  background: #008cd3;
  color: #fff;
  text-decoration: none;
}


}



/*=================[PC向け適用]=================*/
@media all and (min-width: 769px) {
  
body {
  font-size: 1.5rem;
}

.pc {
  display: inline-block!important;
}
.sp {
  display: none!important;
}

/*kv*/
.kv-pc {
  display: block;
  height: 550px;
  position: relative;
}

.kv-sp {
  display: none;
}

.kv-bg-flex {
  display: flex;
}

.kv-bg-kyodo {
  width: 50%;
  height: 550px;
  background: url(/special/2019-0702/img/kv_kyodo_bg.png);
  background-size: 180px;
}

.kv-bg-gift {
  width: 50%;
  height: 550px;
  background: url(/special/2019-0702/img/kv_gift_bg.png);
  background-size: 150px;
}

.kv-pc h1 {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom:-0px;
}

.kv-pc h1 img {
  width: 1200px;
}

@media all and (max-width: 1050px) {
  .kv-pc, .kv-bg-kyodo, .kv-bg-gift {
    height: 450px;
  }
}


/*nav*/
.nav {
  width: 830px;
  padding: 40px 0;
}

.nav ul {
  margin-top: 30px;
}

.nav a {
  position: relative;
  top: 0;
}

.nav a:hover {
  top: 3px;
}

.nav a:hover img {
  opacity: 1;
}


/*common*/
.box {
  width: 830px;
}

.box-inner {
  padding: 30px;
}

.box-chat {
  margin-bottom: 35px;
}

/*kyodo*/
.kyodo {
  padding: 70px;
  background-size: 50px;
  background-attachment: fixed;
}


.kyodo h2 {
  position: relative;
  top: -12px;
  margin-bottom: -12px;
}

.kyodo04 {
  width: 610px;
  margin: 0 auto 35px;
}

/*gift*/
.gift {
  padding: 70px;
  background-size: 50px;
  background-attachment: fixed;
}

.gift04 {
  width: 610px;
  margin: 0 auto 35px;
}

/*footer*/
.footer {
  padding: 25px;
  text-align: right;
}

.footer-inner {
  width: 1000px;
  margin: 0 auto;
}

.footer-logo img {
  width: 260px;
}

.footer-logo {
  float: left;
}

.footer small {
  font-size: 1.2rem;
  display: inline-block;
  padding: 30px 0 0 0;
}

#pagetop a {
  padding: 20px;
}


}	
