﻿/* reset style */
html, body, h1, h2, h3, h4, ul, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align:baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article, header, footer, nav, section {
  display:block;
}
body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  z-index: 0;
}
ul {
  list-style: none;
  list-style-type: none;
}

table, th, td{
  border-collapse: collapse;
}

/*  */
html {
  height: 100%;
  font-size: 62.5%;
  font-family: Lato, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

body{
  font-size: 16px;
  font-size: 1.6rem;
}

h2{
  color: #222;
  margin-top: .5em;
  margin-bottom: 1em;
  font-size: 4em;
  font-weight: 700;
}
h2:first-letter {
  color: #3B71EF;
}

h3{
  color: #3B71EF;
  margin-bottom: 0.5em;
  font-size: 1.5em;
  font-weight: 700;
}

h4{
  color: #3B71EF;
  font-weight: 700;
}

@media screen and (max-width: 736px) {
  h2{
    font-size: 2em;
  }
}

.wrap {
  width: 100%;
  height: 100%;
  background-attachment: fixed;
  background-repeat: repeat;
  background-image: url("../img/back.png");
}

header{
  position: relative;
  height: 50px;
  text-align: center;
}

header .menu{
  position: absolute;
  right: 10px;
  top: 10px;
}

footer{
  margin-top: 5em;
  padding: .5em 0;
  text-align: center;
  background-color: #333;
}

section{
  padding-bottom: 150px;
}

.movie{
  width: 40%;
  background-color: #777;
  box-shadow: 0 0 8px gray;
}

div.iframeWrap {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

div.iframeWrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#top{
  width: 100%;
  height: 100%;
  position: relative;
  text-align: left;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size:cover;
  background-image: url("../img/SnowMountain_L.jpg");
  padding-bottom: 0;
}

.top-inner{
  padding: 1.5em 1.5em;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.5);
}

.top-area{
  width: 500px;
  margin-bottom: 2em;
}

.top-chara{
  position: absolute;
  bottom: 0;
  right: 0em;
  width: 100%;
  max-width: 500px;
}

.top-logo{
  position: absolute;
  bottom: 10em;
  right: 10em;
  width: 100%;
  max-width: 500px;
}

.top-logo img{
  width: 400px;
}

.top-chara img{
  width: 100%;
  height: auto;
}

@media screen and (max-width: 980px) {
  .top-area{
    margin: auto;
  }

  .top-logo {
    position: static;
    bottom: 0em;
    right: 0em;
    width: 100%;
    margin: auto;
  }

  .top-logo img{
    width: 50%;
  }

  .top-area img{
    width: 80%;
  }

  .top-chara {
    display: none;
  }
}

@media screen and (max-width: 736px) {
  .top-area{
    margin: auto;
    width: 100%;
  }

  .top-logo {
    position: static;
    bottom: 0em;
    right: 0em;
    width: 100%;
    margin: auto;
  }

  .top-logo img{
    width: 80%;
  }

  .top-chara {
    display: none;
  }
}

.movie{
  position: relative;
  margin-top: 3em;
  margin-bottom: 2em;
  width: 100%;
  height: 0;
  padding-top: 56.25%
}

.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.rotate-first{
  margin: 4em 0;
  -webkit-transform: skewY(-2deg);
  transform: skewY(-2deg);
}

.rotate-first .inner{
  -webkit-transform: skewY(2deg);
  transform: skewY(2deg);
  padding: .5em 0;
  text-align: center;
}

.rotate{
  margin: 8em 0;
  -webkit-transform: skewY(-2deg);
  transform: skewY(-2deg);
}

.rotate .inner{
  -webkit-transform: skewY(2deg);
  transform: skewY(2deg);
  padding: .5em 0;
  text-align: center;
}

.rotate-reverse{
  margin: 8em 0;
  -webkit-transform: skewY(5deg);
  transform: skewY(5deg);
}

.rotate-reverse .inner{
  -webkit-transform: skewY(-5deg);
  transform: skewY(-5deg);
  padding: .5em 0;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .rotate img{
    width: 100%;
  }

  .rotate-reverse img{
    width: 100%;
  }
}

#buy {
  text-align: center;
  padding: 2em;
}

.buy_button {
  width: 50%;
  margin: auto;
  padding : 15px;
  background-color: #fff;
  border-radius: 10px;
  border: 2px solid #ABE1EF;
  text-align: center;

}

.buy_button:hover {
  background-color: #eef;
} 

.buy_button-a {
    color: #5B91EF;
    margin: 0.5em;
    font-size: 1.5em;
    font-weight: 700;
    text-align: center;
    text-decoration:none;
}

.buy_button-a:hover {
    color: #88f;
}

@media screen and (max-width: 736px) {
.buy_button {
  width: 90%;
}
}

#introduction{
  background: -webkit-linear-gradient(left,#69C9E1,#69C9E1);
  background: linear-gradient(120deg,#69C9E1,#69C9E1);
}

#introduction .main{
  width: 100%;
  position: relative;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size:cover;
  background-image: url("../img/SnowMountain.png");
}

.main p{
  padding: 1em 0;
}

@media only screen and (max-width:736px) {
    #introduction .main img {
        width: 100%;
    }
}

#character{
  background: -webkit-linear-gradient(left,#69C9E1,#69C9E1);
  background: linear-gradient(120deg,#69C9E1,#69C9E1);
}

#character ul{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  flex-wrap:wrap;
}

#system{
  background: -webkit-linear-gradient(left,#69C9E1,#69C9E1);
  background: linear-gradient(120deg,#69C9E1,#69C9E1);
}

#mode{
  background: -webkit-linear-gradient(left,#69C9E1,#69C9E1);
  background: linear-gradient(120deg,#69C9E1,#69C9E1);
}

#gallery{
  background: -webkit-linear-gradient(left,#69C9E1,#69C9E1);
  background: linear-gradient(120deg,#69C9E1,#69C9E1);
}

#gallery ul{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  flex-wrap:wrap;
}
#gallery li{
  margin-bottom: .5em;
}

#spec{
  background: -webkit-linear-gradient(left,#69C9E1,#69C9E1);
  background: linear-gradient(120deg,#69C9E1,#69C9E1);
}

#spec ul{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  flex-wrap:wrap;
}

#spec li{
  margin: 10px;
  padding: 10px;
  width: 30%;
  text-align: center;
  background: #fff;
}

#spec p{
  padding: 0.5em 0;
}

@media only screen and (max-width:736px) {
    #spec li{
      margin: 10px;
      padding: 10px;
      width: 100%;
      text-align: center;
      background: #fff;
    }
}


#share ul{
	height:auto;
  display: -webkit-flex;
  display: flex;
}
#share li{
	text-align:center;
	width:84px;
  padding: 5px 0;
	margin-right:1%;
	margin-bottom:8px;
	border-radius:3px;
	list-style:none;
}
#share li a{
  	font-size:14px;
    color: #fff;
    text-decoration: none;
}
#share li.share-twitter{
	background:#55acee;
	box-shadow:0 2px #2795e9;
}
#share li.share-twitter:hover{
	background:#83c3f3;
}
#share li.share-facebook{
	background:#3b5998;
	box-shadow:0 2px #2d4373;
}
#share li.share-facebook:hover{
	background:#4c70ba;
}

.topinfo{
  margin: 15px;
  padding : 15px;
  background-color: #fff;
  border-radius: 10px;
  border: 2px solid #ABE1EF;
}
.topinfo a{
  text-decoration: none;
}

@media screen and (max-width: 736px) {
  .topinfo{
    margin: 0px;
  }
}

.sub-title{
  margin: 15px;
}

.sub-title hr{
  border: 0;
  height: 2px;
  background-image: -webkit-linear-gradient(left, #69C9E1, #ECFBFA, #69C9E1);
  background-image: -moz-linear-gradient(left, #69C9E1, #ECFBFA, #69C9E1);
  background-image: -ms-linear-gradient(left, #69C9E1, #ECFBFA, #69C9E1);
  background-image: -o-linear-gradient(left, #69C9E1, #ECFBFA, #69C9E1);
}

#system .main{
background-color: #69C9E1;
}

.textblock {
    width:850px;
    margin: 0 auto;
     margin-top: 20px;
     margin-bottom: 20px;
}

.left_text {
	width : 340px;
	float : left;
}

.right_text {
	width : 340px;
	float : right;
}

.clear{
    clear: both;
}

@media only screen and (max-width:850px) {
    .textblock {
        width:100%;
        margin:0;
    }

    .left_text {
        width: 100%;
        clear: both;
    }

    .right_text {
        width: 100%;
        clear: both;
    }
}

@media only screen and (max-width:736px) {

    .left_text {
        width: 100%;
        clear: both;
    }

    .right_text {
        width: 100%;
        clear: both;
    }
}