/*
Theme Name: OTOIRO First
Author: Skyward
Author URI: https://skyward.jp
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* base style
-------------------------------- */
* {
  margin: 0 auto;
  padding: 0;
}

/* fonts
-------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&display=swap');

/* layout
-------------------------------- */
html {
  overflow-y:scroll;
  font-size: 62.5%;
}
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  font-display: swap;
  color: #000000;
  text-align: center;
  letter-spacing: 0.2rem;;
  line-height: 1.8;
  background-image: url(images/sp_back.svg);
  background-position: center top;
  background-repeat: repeat-y;
  background-size: contain;
  background-color: #FFFFFF;
}
body.fixed{
  position: fixed;
  width: 100%;
}
a {
  color: #333333;
  text-decoration: none;
  transition: 0.6s;
}
a img {
  transition: 0.6s;
}
a:hover {
  color: #000000;
  text-decoration: none;
}
p {
  margin-bottom: 2.0rem;
}
dl, dt, dd {
  margin: 0;
  padding: 0;
  font-weight: 500;;
}
.innerMain section {
  margin-bottom: 45px;
}
.pcOnly { display: none; }
.spOnly { display: block; }


@media(min-width:769px) {
  body {
    padding-top: 30px;
    background-image: url(images/pc_back.svg) !important;
    background-position: center top !important;
    background-repeat: repeat !important;
    background-size: auto !important;
    font-size: 1.6rem;
    text-align: center;
  }
  .innerMain section {
    margin-bottom: 100px;
  }
  .pcOnly { display: block; }
  .spOnly { display: none; }
}
.innerMain section{
	 font-size: 1.4rem;
}

/* font size
-------------------------------- */
.font70 {
  font-size: 70%;
}

/* h
-------------------------------- */
h2 {
  margin: 0 0 24px 0;
  display: inline-block;
  font-family: 'GillSansNova-SemiBold', sans-serif;
  font-size: 2.8rem;
  font-weight: 900;
  color: #FFFFFF;
  text-align: left;
  background: linear-gradient(transparent 0%, #000000 0%);
  line-height: 0;
	padding: 10px 2px 14px;
}
h3 {
  margin: 0;
  padding: 0 1px;
  display: inline-block;
  font-size: 1.4rem;
  color: #FFFFFF;
  text-align: left;
  background-color: #000000;
  line-height: 1.0;
}
@media(min-width:769px) {
  h2 {
    font-size: 4.0rem;
    background: linear-gradient(transparent 0%, #000000 0%);
	line-height: 0;
    padding: 14px 2px 18px;
  }
  h3 {
    font-size: 1.6rem;
  }
}

/* header
-------------------------------- */
.spHeader {
  top: 10px;
  right: 16px;
}
.spMenuWrap {
  position: fixed;
  right: 0;
  top: 0;
  width: 56px;
  height: 48px;
  z-index: 9999;
}
.spMenuWrap.active {
  background-color: #FFFFFF;
} 
.spMenu {
  position: absolute;
  left: 8px;
  top: 16px;
  width: 35px;
  height: 12px;
  display: block;
  cursor: pointer;
}
.spMenu span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 6px;
}
.spMenu span:nth-of-type(1) { top: 0; }
.spMenu span:nth-of-type(2) { top: 5px; }
.spMenu span:nth-of-type(3) { bottom: 0; }
.spMenu.active span:nth-of-type(1) {
  -webkit-transform: translateY(5px) rotate(-45deg);
  transform: translateY(5px) rotate(-45deg);
}
.spMenu.active span:nth-of-type(2) { opacity: 0; }
.spMenu.active span:nth-of-type(3) {
  -webkit-transform: translateY(-5px) rotate(45deg);
  transform: translateY(-5px) rotate(45deg);
}
nav {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  padding: 90px 50px 50px 50px;
  width: 100%;
  height: 100vh;
  font-family: 'GillSansNova-SemiBold', sans-serif;
  font-size: 2.8rem;
  font-weight: 900;
  color: #FFFFFF;
  text-align: left;
  background-color: rgba(20, 20, 20, 1.0);
  transition: 0.8s;
  opacity: 0;
  z-index: 9500;
}
nav .logo {
  margin-bottom: 50px;
}
nav .logo img {
  width: 64%;
}
nav li {
  list-style-type: none;
}
nav .iconList {
  padding-left: 3.0rem; 
}
nav a {
  color: #FFFFFF;
}
nav a, nav a:hover {
  text-decoration: none;
}
nav .sns {
  position: fixed;
  left: 90px;
  bottom: 110px;
  font-size: 4.0rem;
}
nav .copyright {
  position: fixed;
  left: 50px;
  bottom: 100px;
}
nav.open {
  opacity: 1.0;
}
nav.close {
  opacity: 0;
}
.pcHeader {
  display: none;
}
.spOnlinestore {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  text-align: center;
  background-color: #FFFFFF;
}
.spOnlinestore svg {
  width: auto;
  height: 18px;
}
.spHeader .sp_munu_child a{
	font-size: 1.5rem;
}
@media(min-width:769px) {
  .spHeader {
    display: none;
  }
  .pcHeader {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    position: relative;
    margin: 0 auto;
    width: 1140px;
    text-align: left;
    z-index: 8888;
  }
  .pcLogo {
    width: 94%;
  }
  .pcLogo img {
    width: 120px;
  }
  .pcOnlinestore {
    margin-right: 12px;
    width: 170px;
  }
  .pcOnlinestore a * {
    transition-duration: 0.4s;
  }
  .pcOnlinestore svg {
    width: 100%;
  }
  .pcOnlinestore a:hover svg {
    border: 1px solid #000000;
  }
  .pcOnlinestore a:hover rect {
    fill: #FFFFFF;
  }
  .pcOnlinestore a:hover path {
    fill: #000000;
  }
  .pcSns {
    width: 3%;
    font-size: 1.8rem;
    color: #000000;
	 text-align: right;
  }
.pcSns a{
		color: #000000;
	font-size: 2rem;
	    margin-left: 12px;
	}
}

/* main
-------------------------------- */
.innerMain {
  padding: 50px 30px 0 50px;
  width: 100%;
  text-align: left;
}
@media(min-width:769px) {
  .pageWrap {
    display: flex;
    margin: 0 auto;
    width: 1140px;
	position: relative;
  }
  .innerMain {
    width: 75%;
	margin-right: 0;
  }
}

/* left Menu
-------------------------------- */
.pcLeftMenu {
  display: none;
  font-family: 'GillSansNova-SemiBold', sans-serif;
  font-size: 1.6rem;
  font-weight: 900;
  text-align: left;
}
@media(min-width:769px) {
  .pcLeftMenu {
    display: inline;
    padding-top: 50px;
    width: 25%;
	position: absolute;
  }
  .pcLeftMenu dt {
    font-size: 2.6rem;
  }
}

/* list
-------------------------------- */
.horizonList li {
  position: relative;
  padding-left: 16px;
  list-style-type: none;
}
.horizonList li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 2px;
  background-image: url(images/list_border.svg);
  background-size: contain;
  vertical-align: middle;
}

/* iconList
-------------------------------- */
.iconList {
  position: relative;
  padding-left: 1.8rem;
}
.iconList::before {
  content: '─';
  position: absolute;
  left: 0;
  font-size: 1.4rem;
}
.iconList.iconList8::before {
  top: -0.2rem;
}
.iconList.iconList16::before {
  top: 0.4rem;
}
.iconList.iconList28::before {
  top: 1.2rem;
}
.iconList.iconList30::before {
  top: 0.2rem;
}
@media(min-width:769px) {
  .iconList {
    padding-left: 2.0rem;
  }
	.pcLeftMenu .iconList a{
    font-size: 1.2rem;
    letter-spacing: 0.2rem;
    line-height: 1.8;
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 400;
	}
  .iconList::before {
    font-size: 1.6rem;
  }
  .iconList.iconList30::before {
    top: 2.3rem;
  }
}

/* button
-------------------------------- */
.btnBlack {
  display: block;
  padding: 1.4rem;
  width: 100%;
  text-align: center;
  background-color: #FFFFFF;
  border: 1px solid #000000;
}
.form-btn-section button:nth-child(3){
	margin-left: 18px;
}
.form-btn-section .btnBlack,.form-btn-section .btnBlack_back {
  display: inline-block;
  padding: 1.4rem;
  width: 100%;
  text-align: center;
  background-color: #FFFFFF;
  border: 1px solid #000000;
}
.btnBlack span::before {
  content: '';
  display: inline-block;
  margin-right: 0.2rem;
  background-image: url(images/btn_arrow.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.0rem;
  height: 1.2rem;
}
.form-btn-section .btnBlack_back span::before {
    content: '';
    display: inline-block;
    margin-right: 0.2rem;
    background-image: url(images/btn_arrow_back.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 2.0rem;
    height: 1.2rem;
}
@media(min-width:769px) {
  .btnBlack,.btnBlack_back {
    max-width: 270px;
  }
}

/* form
-------------------------------- */
input, textarea, select, button {
  font-family: inherit;
  font-size: 100%;
}
.form-control {
  border-color: #000000 !important;
  border-radius: 0 !important;
}
@media(min-width:769px) {
  .form-control {
    font-size: 1.6rem;
  }
}

/* pager
-------------------------------- */
.sectionPager { margin-bottom:0 !important; }
.sectionPager::after {
  clear: both;
  content: '';
}
.sectionPager .prev {
  float: left;
}
.sectionPager .next {
  float: right;
}
.sectionPager .prev img, .sectionPager .next img {
  width: 25px;
}
@media(min-width:769px) {
  .sectionPager .prev img, .sectionPager .next img {
    width: 50px;
  }
}

/* footer
-------------------------------- */
.footerWrap {
  overflow-x: hidden;
  max-width: 100%;
}
footer {
  padding: 50px 0 50px 50px;
  font-family: 'GillSansNova-SemiBold', sans-serif;
  font-size: 1.6rem;
  font-weight: 900;
  text-align: left;
}
footer hr {
  margin-bottom: 25px;
  width: 100vw;
  height: 1px;
  border: 0;
  border-top: 1px solid #000000;
}
footer .logo {
  margin-bottom: 24px;
  width: 54%;
}
footer .pcSns {
  display: none;
}
footer .spSns {
  margin-left: 1.4rem;
  font-size: 2.7rem;
}
footer li {
  list-style-type: none;
}
.copyright {
  margin-left: 1.4rem;
  font-size: 0.8rem;
}
.copyright a{
	text-decoration:none;
}
.copyright .copyright_text{
	text-decoration: underline;
}
@media(min-width:769px) {
  footer  {
    padding-left: 50px;
    font-size: 2.2rem;
  }
  footer .logo {
    width: 150px;
  }
  footer .pcSns {
    display: flex;
    margin-left: 10px;
    width: 100%;
    font-size: 2.1rem;
  }
  footer .pcSns div {
    margin: 0;
    width: 32px;
  }
  footer .spSns {
    display: none;
  }
  .footerMenu li {
    list-style-type: none;
  }
}

/* margin
-------------------------------- */
.mb-6 { margin-bottom: 3.5rem; }
.mb-7 { margin-bottom: 4.0rem; }
.mb-7 { margin-bottom: 4.5rem; }
.mb-7 { margin-bottom: 5.0rem; }
@media(min-width:769px) {
  .mb-md-6 { margin-bottom: 3.5rem !important; }
  .mb-md-7 { margin-bottom: 4.0rem !important; }
  .mb-md-8 { margin-bottom: 4.5rem !important; }
  .mb-md-9 { margin-bottom: 5.0rem !important; }
  .mb-md-10 { margin-bottom: 5.5rem !important; }
  .mb-md-11 { margin-bottom: 6.0rem !important; }
  .mb-md-12 { margin-bottom: 6.5rem !important; }
  .mb-md-13 { margin-bottom: 7.0rem !important; }
  .mb-md-14 { margin-bottom: 7.5rem !important; }
  .mb-md-15 { margin-bottom: 8.0rem !important; }
  .mb-md-16 { margin-bottom: 8.5rem !important; }
  .mb-md-17 { margin-bottom: 9.0rem !important; }
  .mb-md-18 { margin-bottom: 9.5rem !important; }
  .mb-md-50 { margin-bottom: 5.0rem !important; }
  .mb-md-100 { margin-bottom: 10.0rem !important; }
}

/*reCAPTCHA
-------------------------------- */
.grecaptcha-badge{ visibility: hidden; }
