@charset "UTF-8";
/*-----------------------------------------------------------
===  [ layout CSS ]  ====================================
------------------------------------------------------------*/
/* ***************************************************************************** */
/*

　目次

-------------------------------------------------------------------------------

　01. PC layout
　02. SP layout

*/
/* ***************************************************************************** */
/** -------------------------------------------------------
 ** 01. PC layout
 ** ------------------------------------------------------- */
@media print, screen and (min-width: 1200px) {
  /* ***************************************************************** */
  /* Display
	----------------------------------------------------*/
    html {
	/* root 10px 以下rem指定 */
		font-size: 10px;
	}
/* body
	----------------------------------------------------*/
	body,
	input,
	textarea,
	select,
	button {
		font-family: "Zen Kaku Gothic New", sans-serif;
	}

	.ie body,
	.ie input,
	.ie textarea,
	.ie select,
	.ie button {
		font-family: "Zen Kaku Gothic New", sans-serif;
	}

	body {
		color: #231815;
		text-align: center;
		background-color: #ffffff;
		font-size: 1.0rem;
		overflow: hidden;
		overflow-wrap: break-word;
		word-wrap: break-word;
	}
     h1 {
 margin: 0;padding: 0;
  }
    
  .cmn-sp {
    display: none !important;
  }
     .wrapper {
    margin: 0 auto 0 auto !important;
    width: 1440px !important;
  }

  .wrapper1200 {
    width: 1200px;
    margin: 0 auto 0 auto;
  }
    
    
  #header {
    height: 64px;
    width: 1440px;
    margin: 0 auto 0 auto;
    display: flex;
    justify-content: flex-end;
    z-index: 100;
    position: relative;
    padding-top: 18px;
   
      
  }
  .hdLogo {
    margin: 0px 0px 0px 40px;
    width: 200px;
  }
  /*menu*/
  /* スマホハンバーガーメニュー */
  .nav-button {
    display: none;
    position: fixed;
    z-index: 100;
    right: 20px;
    top: 20px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
  }
  .nav-button span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 6px;
    background: #ffffff;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .nav-button span:nth-child(1) {
    top: 10px;
  }
  .nav-button span:nth-child(2) {
    top: 20px;
  }
  .nav-button span:nth-child(3) {
    top: 30px;
  }
  /* スマホメニューを開いてる時のボタン */
  .nav-button.active span:nth-child(1) {
    top: 16px;
    left: 6px;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .nav-button.active span:nth-child(2), .nav-button.active span:nth-child(3) {
    top: 16px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .globalnav {
    width: 1240px;
    display: block;
  }
  .globalnav ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .globalnav ul li {
    height: 65px;
    padding: 0 20px;
    font-size: 1.6rem;
    line-height: 65px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-style: normal;
      
    display: block;
  }
  .globalnav li a:hover {
    color: #009256;
      
  }
  .globalnav li:nth-child(4) img {
    width: 30px;
    margin-right: 10px;
    height: auto;
    vertical-align: middle;
  }
  .globalnav li:nth-child(4) span {
    vertical-align: middle;
  }
  .globalnav li:last-child {
    padding-right: 0;
  }
    
     .detailbtn, .onlinebtn {
    margin: 30px auto;
  }
    .slideinfv {
  animation: slideinfv 1.2s;
}

@keyframes slideinfv {
  0% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0);
  }
}
    
  #common {
    width: 100%;
    text-align: center;
     font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
    background-color: #fafaf3;
    padding-bottom: 100px;
  }
  #common #gototop {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  #lineup {
    width: 1440px;
      height: 717px;
    margin: 0 auto 0 auto;
    position: relative;
    text-align: center;
        background: url("../images/bg_lineup.png") no-repeat;
    background-position: center top;
    background-size: contain;
  }
  #lineup img {
    width: 100%;
    height: auto;
  }
  #lineup .title {
    color: #ffffff;
    font-size: 4rem;
    font-weight: 500;
    position: absolute;
    top: 100px;
    left: 8%;
  }
  #lineup ul {
    display: flex;
    align-items: center;
    position: absolute;
    top: 188px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 54;
  }
  #lineup ul li {
    width: 337px;
    margin-right: 50px;
  }
  #lineup ul li:last-child {
    margin-right: 0;
  }
  #lineup ul li p {
    color: #ffffff;
    margin-top: 20px;
     font-size: 2rem;
    font-weight: 500;
  }
  #sns {
    width: 100%;
    margin: 0 auto 0 auto;
    position: static;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-style: normal;
    text-align: center;
  }
  #sns .title {
    color: #009256;
    font-size: 4rem;
    font-weight: 500;
    padding-top: 100px;
    width: 100%;
  }
  #sns ul.sns {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #sns ul.sns li {
    margin-right: 25px;
      height:200px; width:262px;
  }
  #sns ul.sns li:last-child {
    margin-right: 0;
  }
  #sns ul.sns li p {
    color: #000000;
    margin-top: 20px;
    font-size: 1.5rem;
    line-height: 140%;
  }
  #sns ul.sns img {
    width:100%;

  }
  #footerWrapper {
    width: 100%;
    height: 200px;
    background-color: #ffffff;
    position: static;
    margin-top: 50px;
  }
  #footer {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto 0 auto;
    position: relative;
    display: flex;
    
    justify-content: flex-end;
  }
  #footer .ftlogo {
    position: absolute;
    top: 60px;
    left: 5%;
    display: flex;
      width:128px; height: auto;
  }
    #footer .ftlogo img {width:100%; height: auto;}
  #footer .copyright {
    position: absolute;
    top: 130px;
    left: 5%;
    color: #009256;
      font-size: 1.2rem;
      font-weight: 400;
  }
  #footer ul {
    position: absolute;
    top: 80px;
    display: flex;
    align-items: center;
  }
  #footer ul li {
      font-size: 1.5rem;
      font-weight: 400;
    padding: 0 20px;
  }
  #footer table {
    display: none;
  }
  /* ***************************************************************** */
}
/*1200-1440*/
@media screen and (min-width:1200px) and (max-width:1439px) {
  /*    .wrapper {
    margin: 0 auto 0 auto !important;
      width: 100% !important;
      text-align: center;
    }*/
  #header {
    height: 64px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    z-index: 100;
    padding-top: 18px;
  }
  .hdLogo {
    margin: 0px 0px 0px 40px;
    width: 14%;
  }
  .globalnav {
    width: 86%;
    display: block;
  }
  /* ***************************************************************** */
}
/** -------------------------------------------------------
 ** 02. SP layout
 ** ------------------------------------------------------- */
@media screen and (max-width: 1199px) {
  /* ***************************************************************** */
html {
		/* root 10px 以下rem指定 */
		font-size: 10px;
	}

	/* body
	----------------------------------------------------*/
	body,
	input,
	textarea,
	select,
	button {
		font-family: 'Noto Sans JP', sans-serif;
	}

	.ie body,
	.ie input,
	.ie textarea,
	.ie select,
	.ie button {
		font-family: 'Noto Sans JP', sans-serif;
	}

	body {
		color: #231815;
		text-align: center;
		background: #ffffff;
		font-size: 1.0rem;
		min-width: 320px;
		overflow: hidden;
		overflow-wrap: break-word;
		word-wrap: break-word;
	}
 h1 {
 margin: 0;padding: 0;
  }
  .cmn-pc {
    display: none !important;
  }

 
  /* トップページ
  ----------------------------------------------------*/
    
  .wrapper, .wrapper1200 {
    width: 100%;
    margin: 0 auto 0 auto;
    overflow: hidden;
  }
  /*header,menu*/
  #header {
    height: 65px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    z-index: 100;
    position: absolute;
    top: 18px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  .hdLogo {
    position: absolute;
    left: 10px;
    top: 5px;
    width: 35%;
    z-index: 100;
      max-width: 267px;
    
  }
    .hdLogo img { width:100%; height: auto;}  
  /*menu*/
  /* スマホハンバーガーメニュー */
  .nav-button {
    display: none;
    position: fixed;
    z-index: 100;
    right: 20px;
    top: 20px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
  }
  .nav-button span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 6px;
    background: #ffffff;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .nav-button span:nth-child(1) {
    top: 10px;
  }
  .nav-button span:nth-child(2) {
    top: 20px;
  }
  .nav-button span:nth-child(3) {
    top: 30px;
  }
  /* スマホメニューを開いてる時のボタン */
  .nav-button.active span:nth-child(1) {
    top: 16px;
    left: 6px;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .nav-button.active span:nth-child(2), .nav-button.active span:nth-child(3) {
    top: 16px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .hdLogo {
    position: absolute;
    left: 20px;
  }
  .nav-button {
    display: block;
  }
  nav.globalnav {
    display: block;
  }
  /* メニュー背景　*/
  nav.globalnav {
    position: fixed;
    z-index: 90;
    top: 0;
    left: 0;
    color: #000000;
    background: url("../images/bg_globalnav_sp.png") no-repeat;
    background-size: cover;
    text-align: center;
    width: 100%;
    height: 100%;
    transform: translateX(100%);
    /*  transition: all 0.6s;*/
    transition: transform 0.2s;
  }
  nav.globalnav ul {
    margin: 0 auto;
    padding-top: 30%;
    width: 100%;
    display: block;
  }
  nav.globalnav ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    transition: .4s all;
    height: 25%;
    font-size: 2rem;
    font-weight: 500;
  }
  nav.globalnav li:nth-child(4) img {
    width: 30px;
    margin-right: 10px;
    height: auto;
    vertical-align: middle;
  }
    

  nav.globalnav li:nth-child(4) span {
    vertical-align: middle;
  }
  nav.globalnav ul li:last-child { width:80%; margin: 0 auto;
    padding-bottom: 0;
  }
    nav.globalnav ul li:last-child img { width:100%; height: auto;}
  nav.globalnav ul li a {
    display: block;
    color: #000000;
    padding: 1em 0;
    text-decoration: none;
  }
  /* クリックでjQueryで追加・削除 */
  nav.globalnav.active {
    opacity: 100;
    display: block;
    transform: translateX(0%);
  }
    
      .detailbtn, .onlinebtn {
    width: 90%;
    margin: 30px auto;
  }
  .detailbtn img, .onlinebtn img {
    width: 100%;
    height: auto;
  }
      .slideinfv {
  animation: slideinfv 1.2s;
}

@keyframes slideinfv {
  0% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0);
  }
}
  #common {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-style: normal;
      
  }
  #common #gototop {
    /*background-color: #ff2233;*/
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fafaf3;
    text-align: center;
     
      
  }
    #common #gototop img {height:auto;max-width:358px; width:80%; margin: 0 auto;}  
  #lineup {
    width: 100%;
    margin: 0 auto 0 auto;
    position: relative;
    text-align: center;
    background: url("../images/bg_lineup_sp.png") no-repeat;
    background-position: center top;
    background-size: contain;
    background-color: #fafaf3;
      

  }
  #lineup .title {
    color: #ffffff;
      font-size: clamp(1.8rem, 5vw, 4rem);
      font-weight: 500;
    position: static;
    width: 100%;
    text-align: left;
    padding-top: 80px;
    padding-left: 10%;
    display: none;
  }
  #lineup ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: static;
    z-index: 54;
     padding-top: 40%;
  }
  #lineup ul li {
    margin-right: 0px;
/*    max-width: 292px;*/
      width:100%;
  }
  #lineup ul li:last-child {
    margin-right: 0;
  }
  #lineup ul li p {
    color: #ffffff;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 2rem;
    line-height: 240%;
    font-weight: 500;
  }
  #lineup ul li img {
    width: 100%;
    height: auto;
  }
  #sns {
    width: 100%;
    position: static;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    background-color: #fafaf3;
    padding-bottom: 50px;
  }
  #sns .title {
    color: #009256;
    font-size: clamp(1.8rem, 5vw, 4rem);
      font-weight: 500;
    padding-top: 80px;
    width: 100%;
  }
  #sns ul.sns {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
      width:80%; margin: 0 auto;max-width:358px;
  }
  #sns ul.sns li {
    margin-right: 0px;
  }
  #sns ul.sns li:last-child {
    margin-right: 0;
  }
  #sns ul.sns li p {
    color: #000000;
    margin-top: 20px;
    margin-bottom: 30px;
      font-size: 1.5rem;
    line-height: 160%;
    font-weight: 500;
  }
    
    #sns ul.sns li img { width:100%; height: auto;}
  #footerWrapper {
    width: 100%;
    background-color: #ffffff;
    margin-top: 50px;
  }
  #footer {
    width: 96%;
    margin-left: 2%;
    position: static;
    display: block;
    font-size: 0.6rem;
    padding-bottom: 100px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  #footer .ftlogo {
    position: static;
    text-align: center;
    padding-top: 100px;
      width:33%;
      display: block;
      margin-left:33%;
      max-width: 260px;
  }
    #footer .ftlogo img { width:100%;}
  #footer .copyright {
    position: static;
    color: #009256;
    padding-top: 70px;
    text-align: center;
     font-size: clamp(1rem, 2vw, 1.3rem);
    font-weight: 500;
    line-height: 240%;
  }
  #footer ul {
    position: static;
    display: none;
    align-items: center;
  }
  #footer table {
   display: table;
    width: 80%;
        font-size: clamp(1rem, 4vw, 2rem);
    font-weight: 500;
    line-height: 240%;
    margin: 40px auto;
       white-space: nowrap;
  }
  #footer table td {
    text-align: center; 
    padding: 15px;  
  }
}