@charset "UTF-8";


/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  width: 100%;
  vertical-align: bottom;
}


/******************************************

style

@description

  breakpoint setting 
  min-width: 1920px
  max-width: 1680px
  max-width: 1366px
  max-width: 1280px

  min-height: 1020px
  max-height: 1020px
  max-height: 768px
  max-height: 700px


  not responsive

******************************************/




/********************

common setting

********************/

html,
body {
  height: 100%;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
@media screen and ( max-width: 1200px ){
  font-size: 14px;
}



/******************* modal */

.lock {
  overflow: hidden;
}

.lock .modal-wrap {
  pointer-events: all;
}

.modal-content {
  position: relative;
  display: none;
  width: 820px;
  max-height: 80%;
  margin: 30px;
  background: #fff;
  overflow: auto;
}

@media screen and (max-height: 550px){
  .modal-content img{
    width: auto;
    height: 100%;
  }
}

.modal-overlay {
  z-index: 1;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75);
}

.modal-wrap {
  z-index: 4;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  pointer-events: none;

}

.modal-open {
  color: #00f;
  text-decoration: underline;
}

.modal-open:hover {
  cursor: pointer;
  color: #f00;
}

.modal-close {
  color: #00f;
  text-decoration: underline;
}

.modal-close:hover {
  cursor: pointer;
  color: #f00;
}



/******************* slide */


.sp-buttons {
  position: absolute;
  width: 120px;
  top: 420px;
  left: 12px;
  display: flex;
  justify-content: space-between;
}

.sp-button {
  margin: 0;
  border:none;
  background-color: #FFF;
}

.sp-selected-button {
  background-color: #000;
}

.sp-selected-button {
  background: #C00533;
  border-color: #C00533;
}

.sp-horizontal .sp-arrows {
  top: 60%;
}



/******************* modlue */


header {
  height: 80px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #FFF;
  z-index: 2;
}

.headr__ttl {
  width: 175px;
  height: 32px;
  margin: 24px auto;
}

.logbar {
  position: absolute;
  z-index: 2;
  top: 100px;
  left: 20px;
  width: 104px;
}

.btn {
  position: absolute;
  display: block;
  transition: .4s;
}

.btn:hover {
  opacity: .7;
}

.btn--01 {
  width: 104px;
  bottom: 41vh;
  right: 23vw;
}
@media screen and (max-width: 1300px) {
  /* mobile ( viewport固定)   */
  .btn--01 {
    bottom: 13vh;
  }
}
@media screen and ( max-width: 1920px ){
  .btn--01 {
    right: 22.4vw;
  }
}
@media screen and ( max-width: 1440px ){
  .btn--01 {
    right: 21.5vw;
  }
}
@media screen and ( max-width: 1366px ){
  .btn--01 {
    right: 21.2vw;
  }
}
@media screen and ( max-width: 1280px ){
  .btn--01 {
    right: 21vw;
  }
}
@media screen and (max-height: 768px) {
  .btn--01 {
    bottom: 46vh;
  }
}
@media screen and (max-height: 620px) {
  .btn--01 {
    bottom: 46vh;
  }
}




.btn--03 {
  width: 104px;
  bottom: 37vh;
  right: 20vw;
}
@media screen and (max-width: 1300px) {

  /* mobile ( viewport固定)   */
  .btn--03 {
    bottom: 13vh;
  }
}
@media screen and (max-width: 1440px) {
  .btn--03 {
    right: 18.7vw;
  }
}
@media screen and (max-width: 1366px) {
  .btn--03 {
    right: 18.5vw;
  }
}
@media screen and (max-width: 1280px) {
  .btn--03 {
    right: 18.2vw;
  }
}
@media screen and (max-height: 768px) {
  .btn--03 {
    bottom: 42vh;
  }
}
@media screen and (max-height: 620px) {
  .btn--03 {
    bottom: 42vh;
  }
}


.btn--05 {
  width: 105px;
  bottom: 26vh;
  right: 71.5vw;
}

@media screen and (max-width: 1300px) {
  .btn--05 {
    bottom: 6vh;
  }
}
@media screen and (max-width: 1440px) {
  .btn--05 {
    right: 70.7vw;  
  }
}
@media screen and (max-width: 1366px) {
  .btn--05 {
    right: 70.5vw;  
  }
}
@media screen and (max-width: 1280px) {
  .btn--05 {
    right: 70.2vw;
  }
}
@media screen and (max-height: 900px) {
  .btn--05 {
    bottom: 24vh;
  }
}
@media screen and (max-height: 768px) {
  .btn--05 {
    bottom: 25vh;
  }
}
@media screen and (max-height: 620px) {
  .btn--05 {
    bottom: 22vh;
  }
}


#top {
  width: 100%;
  background: url(../img/bg_top.jpg) no-repeat center top / cover;
}

.wrap {
  position: relative;
  height: 100%;
  line-height: 1.5;
  font-size: 0.8125rem;
  color: #FFF;
}

.wrap__img {
  width: 100%;
}



/********************

top

********************/


.top__ttl {
  position: absolute;
  width: 285px;
  top: 40px;
  left: 40px;
}

.top__txt {
  position: absolute;
  width: 314px;
  top: 20vh;
  right: 25vw;
}
@media screen and (max-width: 1680px) {
  .top__txt {
    right: 16vw;
  }
}

.top__btn {
  position: absolute;
  width: 212px;
  top: calc(20vh + 204px);
  right: calc(25vw + 100px);
}
@media screen and (max-width: 1680px) {
  .top__btn {
    right: calc(16vw + 100px);
  }
}





/********************

catch 

********************/

.catch {
  position: absolute;
  width: auto;
  top: 180px;
  left: 12.5vw;
}
@media screen and (max-height: 700px){
  .catch {
    top: 110px;
  }
}


.catch__idx{
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 1280px) {
  .catch__idx{
    font-size: 1.25rem;
    margin-bottom: 10px;
    line-height: 1.45;
  }
}

@media screen and (max-height: 700px){

}

.catch-last {
  top: 220px;
  left: 30vw;
}

@media screen and (max-height: 700px) {
  .catch-last {
    top: 16vh;
  }
}


.catch__txt{
  line-height: 1.8;
  position: static;
  font-size: 0.875rem;
  font-weight: normal;
}

/* @media screen and (max-width: 1280px) {
  .catch__txt{
    width: 500px;
  }
} */


.catch__txt--last {
  left: 30%;
}



/********************

line

********************/


.line {
  position: absolute;
  bottom: 108px;
  left: 0;
  width: 100%
}
@media screen and (max-height: 700px) {
  .line {
    bottom: 58px;
  }
}


.line--01 {
  width: 69.384615%;
  left: auto;
  right: 0;
}


.line--last {
  width: 25.076923%;
}

.line__txt {
  position: absolute;
  text-align: justify;
}


.line__txt--01 {
  top: 75%;
  left: 62%;
}

.line__txt--02 {
  top: 75%;
  right: 27%;
  width: 142px;
}

.line__txt--03 {
  top: 63%;
  left: 40%;
  width: 120px;
}

.line__txt--04 {
  top: 63%;
  left: 35%;
  width: 200px;
}

.line__txt--05 {
  bottom: 13.2%;
  right: 18%;
}







/********************

slide settings

********************/


.sp-slide {
  background: #000;
}

.sp-image--04 {
  opacity: .7;
}
