@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;
}
button {
  display: block;
  background-color: #fff;
  border: none;
}
a {
  text-decoration: none;
}

/*
------------------------------------------------
Common
-------------------------------------------------
*/
a:hover {
  opacity: 0.7;
}
.pc {
  display: none !important;
}
.sp {
  display: block !important;
}
@media only screen and (min-width: 769px) {
  .pc {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
}
.pt-100 {
  padding-top: 13vw;
}
@media screen and (min-width: 769px) {
  .pt-100 {
    padding-top: 120px;
  }
}
.pt-80 {
  padding-top: 10.5vw;
}
@media screen and (min-width: 769px) {
  .pt-80 {
    padding-top: 80px;
  }
}
.pt-40 {
  padding-top: 5vw;
}
@media screen and (min-width: 769px) {
  .pt-40 {
    padding-top: 40px;
  }
}
.pb-100 {
  padding-bottom: 13.3vw;
}
@media screen and (min-width: 769px) {
  .pb-100 {
    padding-bottom: 100px;
  }
}
.pb-80 {
  padding-bottom: 10.5vw;
}
@media screen and (min-width: 769px) {
  .pb-80 {
    padding-bottom: 80px;
  }
}
.pb-40 {
  padding-bottom: 5vw;
}
@media screen and (min-width: 769px) {
  .pb-40 {
    padding-bottom: 40px;
  }
}
body {
  font-family: "Noto Sans JP", sans-serif !important;
  background: #fff;
  color: #1a1a1a;
  overflow-x: hidden;
  line-height: 2;
}
.notoserif {
  font-family: "Noto Serif JP", serif;
}
.orange {
  color: #f15a25;
}
.orange2{
  color: #fd8254;
}
.green {
  color: #58BBD0;
}
.brown {
  color: #C7A47F;
}
.pink {
  color: #fe8a89;
}
.white {
  color:#fff;
}
img {
  display: block;
  width: 100%;
  height: auto;
}
button {
  margin-top: 30px;
  border: 1px solid #969696;
  color: #969696;
  height: 10.66vw;
  width: 100%;
  font-size: 3.5vw;
}
.clearfix{
  clear:both;
}
.inner {
  margin-right: auto;
  margin-left: auto;
  padding-left: 2.6vw;
  padding-right: 2.6vw;
}
.main-content {
  margin: auto;
}
.logo {
  width: 100px;
}
.header {
  position: absolute;
  top: 4vw;
  left: 4vw;
}
.FlexWrapper {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (min-width: 769px) {
  .inner {
    padding-left: 0;
    padding-right: 0;
    max-width: 1000px;
  }
  .main-content {
    max-width:inherit;
  }
  .FlexWrapper {
    max-width: 1000px;
    margin: 0 auto;
    padding-left: 2.6vw;
    padding-right: 2.6vw;
    justify-content: space-between;
    flex-direction: row; 
  }
}

/*
------------------------------------------------
header
-------------------------------------------------
*/
.logo {
  width: 100px;
}
.header {
  position: absolute;
  top: 4vw;
  left: 4vw;
}
@media screen and (min-width: 769px) {
  .header {
    left: 3vw;
    top:3vw;
  }
  .logo {
    position: relative;
    z-index: 3;
    width: 120px;
  }
}

/*
----------------
Footer
----------------
*/
.footer__inner {
  padding-top: 20vw;
}
.footer__inner .footer-logo__Wrapper {
  background-color: #989898;
  padding: 8vw 0 17.3vw 0;
}
.footer__inner .footer__logo {
  width: 60%;
  margin: 0 auto 10vw;
}
.footer-nav__lists {
  margin-bottom: 10vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  padding-left: 5.33vw;
  padding-right: 5.33vw;
  padding-bottom: 10vw;
}
.footer-nav__lists .footer-nav__item {
  position: relative;
  width: 100%;
}
.footer-nav__lists .footer-nav__item:not(:last-child) {
  margin-bottom: 3vw;
}
.footer-nav__lists .footer-nav__item a {
  padding: 2vw 5vw 2vw 10vw;
  width: 75vw;
  display: inline-block;
  text-align: left;
  font-size: 4vw;
  border: 1px solid #969696;
  color: #4d4d4d;
  letter-spacing:0.2vw;
}
.footer-nav__item a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 5vw;
  width: 12px;
  height: 12px;
  border-right: 1px solid #969696;
  transform-origin: right bottom 0;
  transform: translateY(-100%) rotate(-45deg);
  transition: all .3s;
}
.footer-nav__item a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5vw;
  width: 15vw;
  height: 1px;
  background-color: #969696;
  transition: all .3s;
}
.footer-nav__item a:hover::before {
  right:3vw;
  opacity: 1;
}
.footer-nav__item a:hover::after {
  right:3vw;
  opacity: 1;
}
.footer-nav__item img{
    width: 5vw;
    float: left;
    margin-top: 1.5vw !important;
    margin-right: 5vw;
}
.footer-nav__item img{
    width: 5vw;
    float: left;
    margin-top: 1.5vw !important;
    margin-right: 5vw;
}
.onward__logo {
  width: 24.6%;
  margin: 0 auto 5.33vw;
}
.copy-right {
  text-align: center;
  color: #ffffff;
  font-size: 0.5rem;
  letter-spacing:0.3vw;
  margin-bottom: 4vw;
}
@media screen and (min-width: 769px) {
  .footer__inner {
    padding-top: 2rem;
    padding-bottom: 0;
  }
  .footer__inner .footer-logo__Wrapper {
    background-color: #989898;
    padding: 80px 0;
  }
  .footer__inner .footer__logo {
    width: 20rem;
    margin-bottom: 40px;
  }
  .footer-nav__lists {
    padding: 10vw 10vw 0;
    margin-bottom: 8vw;
  }
  .footer-nav__lists .footer-nav__item {
    width:500px;
    position: relative;
  }
  .footer-nav__lists .footer-nav__item a {
    font-size: 17px;
    padding: 22px 0;
    margin: auto;
  }
  .footer-nav__lists .footer-nav__item:not(:last-child) {
    margin-bottom: 20px;
  }
  .footer-nav__lists .footer-nav__item a {
    padding: 13px 50px;
    width:400px;
    display: inline-block;
    text-align: left;
    font-size: 1rem;
    border: 1px solid #969696;
    color: #4d4d4d;
    letter-spacing:0.2vw;
  }
  .footer-nav__item a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 40px;
    width: 12px;
    height: 12px;
    border-right: 1px solid #969696;
    transform-origin: right bottom 0;
    transform: translateY(-100%) rotate(-45deg);
  }
  .footer-nav__item a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 40px;
    width: 6vw;
    height: 1px;
    background-color: #969696;
  }
  .footer-nav__item img{
    width: 1.5rem;
    float: left;
    margin-top: 0.3rem !important;
    margin-right: 1vw;
  }
  .onward__logo {
    max-width: 160px;
    margin-bottom: 60px;
  }
  .copy-right {
    text-align: center;
    color: #ffffff;
    font-size: 0.6rem;
    letter-spacing:0.1rem;
    margin-bottom: 0;
  }
}

/*
----------------
Side Navi
----------------
*/
.side__nav {
  position: fixed;
  bottom: 0;
  background-color: #ffffff;
  z-index: 999;
  border-top:1px solid #eee !important;
}
.side__nav__img {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100vw;
}
.side__item {
  width: calc(100% / 4);
}
.side__item a {
  width: 100%;
  height:15vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  color: #B2B2B2;
  text-align: center;
  border-right:#eee 1px solid;
}
.side__nav__text--sub {
  font-size: 0.5rem;
  letter-spacing:0.2vw;
  line-height: 1.2;
  padding-top:2vw !important;
  margin-bottom:1vw;
  color:#333;
}
.side__nav__text--main {
  font-size: 3vw;
  line-height:1.2;
  font-weight: bold;
}
.side__nav__img .top-button {
  display: inline-block;
  width: 54%;
  margin: 0 auto;
}
.side__nav {
  opacity: 0;
  transition: all 0.5s;
}
.side__nav.active {
  opacity: 1;
  z-index: 100;
}
.side__nav .header__link.is-active {
  color: #FFF;
}
.side__nav .header__link.is-active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #EC6C4C;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.side__nav #nav-sec2.header__link.is-active::before {
  background-color: #F0B761 !important;
}
.side__nav #nav-sec3.header__link.is-active::before {
  background-color: #6DBCCC !important;
}
.side__nav #nav-sec4.header__link.is-active::before {
  background-color: #C7A47F !important;
}
@media screen and (min-width: 769px) {
  .side__nav {
    position: fixed;
    bottom: 0;
    background-color: #fff;
    width: 100%;
  }
  .side__nav__img {
  }
  .side__item {
    width: 100%;
    height:3.3rem;
  }
  .side__item.pc {
    background-color: transparent;
  }
  .side__item.pc a {
    border: none;
  }
  .side__item a{
    height:3.3rem;
  }
  .side__nav__text--sub {
    font-size: 0.5rem;
    line-height: 2;
    padding-top:0.5rem !important;
    margin-bottom: 0.1rem !important;
  }
  .side__nav__text--main {
    font-size: 0.9rem;
    letter-spacing:0.1rem;
  }
  .side__nav #nav-sec2.header__link.is-active::before {
    background-color: #F0B761 !important;
  }
  .side__nav #nav-sec3.header__link.is-active::before {
    background-color: #6DBCCC !important;
  }
  .side__nav #nav-sec4.header__link.is-active::before {
    background-color: #C7A47F !important;
  }
}

/*
----------------
PageTop
----------------
*/
.page-top {
  display: none;
  position: fixed;
  bottom: 15vw;
  right: 5vw;
  width: 15%;
  z-index: 1;
}
.page-top a {
  display: block;
	margin-top:10px;
}
.page-top a:hover {
  display: block;
  filter:alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
@media screen and (min-width: 769px) {
  .page-top {
    bottom: 40px;
    right: 40px;
    width: 5%;
  }
}

/*
------------------------------------------------
Item Credit
-------------------------------------------------
*/
.credit {
  padding: 6vw 4vw 10vw;
}
.credit__item {
  margin-bottom: 2vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.credit__ttl {
  font-size: 3.2vw;
}
.credit__ttl:first-child {
  width:65%;
}
.size__lists {
  display: flex;
}
.size__item {
  width: 100%;
}
.size__item .size-link {
  font-size: 3vw;
  height: 8vw;
  text-decoration: none;
  color: #fff;
  background-color: #f15a25;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing:1vw;
  padding-left:1vw;
}
@media screen and (min-width: 769px) {
  .credit {
    padding: 0;
    width: 100%;
    margin: auto;
  }
  .credit__item {
    margin-bottom: 15px;
    justify-content: space-between;
  }
  .credit__ttl:first-child {
    padding-bottom: 5px;
    width:100%;
  }
  .credit__ttl {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height:1.2 !important;
  }
  .size__lists {
    width: 60px;
  }
  .size__item .size-link {
    font-size: 12px;
    height: 24px;
    width: 38px;
    letter-spacing:0.2rem;
    padding-left:0.2rem;
  }
  .size__item:not(:last-child) {
    margin-right: 5px;
  }
  .size__item .size-link.col-1 {
    width: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .credit__heading {
    display: flex;
    width: 100%;
  }
  .size__lists {
    display: flex;
    width: 25%;
  }
}