﻿/* ****************************************************************************************************
   * 全体
**************************************************************************************************** */

@font-face {
  font-family: 'NotoSansCJKjp';
  font-weight: 400;
  font-display: swap;
  src: local('NotoSansCJKjp'),
       url(../../_font/NotoSans/NotoSansCJKjp-Regular.woff) format('woff');
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-weight: 500;
  font-display: swap;
  src: local('NotoSansCJKjp'),
       url(../../_font/NotoSans/NotoSansCJKjp-Bold.woff) format('woff');
}

@font-face {
  font-family: 'Oswald';
  font-weight: 500;
  font-display: swap;
  src: local('Oswald'),
       url(../../_font/Oswald-SemiBold.ttf) format('truetype');
}

html {
  height: 100%;
  font-size: 10px;
}

body {
  height: 100%;
  color: #000;
  font: 1.5rem/1.78 'NotoSansCJKjp', '游ゴシック体', 'Yu Gothic', 'YuGothic', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
  font-weight: 400;
}

@media (min-width:737px) {
  [sp] {
    display: none !important;
  }
}

@media (max-width:736px) {
  [pc] {
    display: none !important;
  }
  html {
    font-size: 9px;
  }
  .body {
    width: 100%;
    padding-left: 3.125%;
    padding-right: 3.125%;
  }
}

@media (max-width:320px) {
  html { font-size:8.5px }
}

/* ****************************************************************************************************
   * header
**************************************************************************************************** */

#header {
  position: relative;
  z-index: 1;
  padding: 15px 0;
}

#header .body {
  position: relative;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
}

#header .logo {
  position: absolute;
  left: 0;
}

#header .text {
  font-weight: 500;
  text-align: center;
  padding-top: 1.75em;
  margin-top: 0;
}

@media (max-width:736px) {
  #header {
    padding: 10px 0;
  }
  #header .logo {
    position: static;
    float: left;
    width: 35%;
    padding-right: 1em;
  }
  #header .text {
    font-size: 1.2rem;
    text-align: left;
    padding-top: 1em;
  }
}

/* ****************************************************************************************************
   * main
**************************************************************************************************** */

#main {
  position: relative;
  top: -4vh;
}

@media (max-width:1366px) {
  #main {
    top: 0;
    margin-top: 1em;
  }
}

#main .section {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 50%;
  background: url(../../_images/visual-bg.png) center 0 /contain no-repeat;
}

#main .section .item {
  position: absolute;
  top: 50%;
  width: 50%;
  transform: translateY(-50%);
}

#main .section .item.left {
  left: 0;
}

#main .section .item.right {
  right: 0;
}

#main .section .item .inner {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 82.75%;
}

#main .section .item.left .inner {
  background: url(../../_images/visual-bg-2.png) center 0 /contain no-repeat;
}

#main .section .item.right .inner {
  background: url(../../_images/visual-bg-1.png) center 0 /contain no-repeat;
}


#main .section .item .inner .content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 10px;
  transform: translateY(-50%);
}

#main .section .item .inner .content .text {
  font-size: 4vw;
  font-weight: 500;
  line-height: 1.2;
}

#main .section .item .inner .content .text small {
  display: block;
  font-size: 0.3em;
  margin-top: 1em;
}

#main .section .item .inner .content .btn {
  margin-top: 2.5em;
}

@media (max-width:1220px) {
  #main .section .item .inner .content .btn .btn-1 {
    font-size: 1.5vw;
  }
}

#main .section .item .inner .content .btn .btn-1:not([href]):after {
  content: none;
}

#main .section .item .inner .content .btn .btn-1:after {
  right: 1.5em;
  width: 10px;
  height: 10px;
  background: none;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  margin-top: -4px;
}

#main .section .item .inner .content .btn .btn-1:hover:after {
  right: 1.25em;
}

#main .section .item.left .inner .content .btn .btn-1:after {
  border-top-color: #fb7e2c;
  border-right-color: #fb7e2c;
}

#main .section .item.right .inner .content .btn .btn-1:after {
  border-top-color: #00bcd8;
  border-right-color: #00bcd8;
}

@media (max-width:736px) {
  #main {
    position: static;
  }
  #main .section {
    position: static;
    height: auto;
    padding-top: 0;
  }
  #main .section .item {
    width: 100%;
    position: static;
    transform: none;
  }
  #main .section .item.right {
    background: url(../../_images/visual-bg.png) 0 bottom /contain no-repeat;
    margin-top: -18.1vw;
  }
  #main .section .item .inner .content .text {
    font-size: 10vw;
  }
  #main .section .item .inner .content .btn {
    margin-top: 1.5em;
  }
  #main .section .item .inner .content .btn .btn-1 {
    font-size: 1.6rem;
  }
}

/* ****************************************************************************************************
   * footer
**************************************************************************************************** */

#footer .copyright {
  font-size: 1.2rem;
  text-align: center;
  padding-bottom: 2em;
  margin-top: -4vh;
}

@media (max-width:1366px) {
  #footer .copyright {
    margin-top: 0;
  }
}
