@charset "UTF-8";

:root{
  --bk: #333;
  --blue: #0051ba;
  --light_blue: #f8fafc;
  --light_blue02: #dee9f2;
  --orange: #f1723f;
  --red: #ff0000;
  --light_gray: #f5f5f5;
  --bd_color: #e2e2e2;
}

/* ===== 共通 ===== */

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

html{
  scroll-behavior: smooth;  /* スムーススクロール */
  scroll-padding-top: clamp(56px, calc(80 / 1200 * 100vw), 80px);  /* ヘッダーの高さに合わせて調整 */
}

body{
  margin: 0 !important;
  padding: 0;
  color: var(--bk);
  font-size: clamp(14px, calc(15 / 1200 * 100vw), 15px);
  background-attachment: fixed;
  background-size: cover;
  font-family: "Noto Sans JP","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック", "MS P Gothic",Verdana,Arial, Helvetica, sans-serif;
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
  background:#f5f5f5;
}
*,
*::before,
*::after{
  box-sizing: border-box;
}
.clearfix{
  clear:both;
  display: inline-table; 
}
a {
  color: #222;
  position: relative;
}
img {
  line-height: 1;
  font-size: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
figure{
  margin: 0;
  padding: 0;
}
br.sp{
  display:none;
}
ul,ol,li{
  margin: 0;
  padding: 0;
  list-style: none;
}
.ColorRed{
  color:#d65a1d;
}
.red{
  color: #ff0000;
}
.blue{
  color: var(--blue);
}
.grd_blue{
  background-image: linear-gradient(90deg, rgba(6, 98, 217, 1) 10%, rgba(0, 81, 186, 1) 90%);
}

video{
  max-width: 100%;
  vertical-align: bottom;
}

.container{
  max-width: 1100px;
  width: 90%;
  margin-inline: auto;
}
.m_container{
	max-width: 980px;
	width: 90%;
	margin-inline: auto;
}
.s_container{
	max-width: 850px;
	width: 90%;
	margin-inline: auto;
}

h1,h2,h3,h4,h5,h6{
  margin: 0;
  padding: 0;
}

.section-title{
  display: block;
  font-size: clamp(32px, calc(44 / 1200 * 100vw), 44px);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
  text-align: center;
}
.section-title-en{
  position: relative;
  display: block;
  font-size: clamp(14px, calc(20 / 1200 * 100vw), 20px);
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  letter-spacing: 0.04em;
  line-height: 1.4;
  padding-bottom: clamp(8px, calc(12 / 1200 * 100vw), 12px);
  margin-bottom: clamp(6px, calc(8 / 1200 * 100vw), 8px);
}
.section-title-en::after{
  position: absolute;
  content: '';
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: clamp(28px, calc(38 / 1200 * 100vw), 38px);
  height: 2px;
  background: var(--bk);
}
.section-title--small{
  position: relative;
  z-index: 2;
  font-size: clamp(22px, calc(37 / 1200 * 100vw), 37px);
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.04em;
}
.section-sub-title{
  position: relative;
  font-size: clamp(18px, calc(26 / 1200 * 100vw), 26px);
  font-weight: 700;
  text-align: center;
  line-height: calc(41.6 / 26);
  letter-spacing: 0.04em;
}

.section-sub-title.grd_blue{
  color: #fff;
  padding: clamp(4px, calc(6 / 1200 * 100vw), 6px) clamp(16px, calc(24 / 1200 * 100vw), 24px);
}

@media screen and (max-width: 767px){
  .container{
    width: 100%;
    padding: 0 clamp(15px, calc(30 / 768 * 100vw), 30px);
  }
}

@media screen and (max-width: 736px) {
	.pc{
		display: none;
	}
}

@media screen and (min-width: 737px){
  a[href*="tel:"]{
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }

  .sp{
    display: none;
  }
}

.btn--small{
  display: inline-block;
}
.btn--small a{
  font-weight: 700;
  text-align: center;
  padding: clamp(6px, calc(8 / 1200 * 100vw), 8px) clamp(16px, calc(24 / 1200 * 100vw), 24px);
  border: solid 2px var(--bk);
  border-radius: 100vmax;
  transition: .3s ease-in-out;
}

.btn--small a:hover{
  color: #fff;
  background: var(--bk);
}

.btn--small a .icon{
  margin-left: 0.25em;
}


#titleback{
  background: url('../img/title_bk.png') no-repeat right;
  height: 280px;
  position: relative;
}
#titleback::after {
  content: '';
  background-color: rgba(0,81,186,.7);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 280px;
}
#titleback_in{
  padding:130px 0;
  position: relative;
  z-index: 1;
  text-align:center;
  color:#fff;
  letter-spacing: .1em;
}

#page_title {
  font-size:2.5rem;
  font-weight:bold;
}

#sub_title{
  font-size:90%;
  margin-top:5px;
}

#pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  opacity:0.4;
  z-index: 11;
}
#pagetop a {
  background: #848484;
  text-decoration: none;
  color: #fff;
  width: 70px;
  padding: 23px 0;
  text-align: center;
  display: block;
  border-radius: 50%;
  font-weight: normal;
}
.fixed_btn_wrap{
  position: fixed;
  z-index: 100;
  top: 50%;
  right: 0;
  transform: translateY(-50%) translateY(5%);
}
.fixed_btn1{
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}
.fixed_btn1 a:hover{
  opacity: 0.7;
}
.fixed_btn2{
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  margin-top: clamp(24px, calc(32 / 1200 * 100vw), 32px);
}
.fixed_btn2 a:hover{
  opacity: 0.7;
}



#buy{
  position: relative;
  z-index: 10;
  background-image: url('../img/buy_bg.png');
  background-repeat: no-repeat;
  background-position: right;
  background-color: #fff;
  color: #fff;
  padding: 50px 0;
  margin: clamp(48px, calc(80 / 1600 * 100vw), 80px) 0 0!important;
  position: relative;
  text-align: center !important;
}
#top #buy{
  margin-top: 0!important;
}
#buy::after {
  content: '';
  background-color: rgba(85,85,85,.9);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#buy .logo{
  width: 40%;
}
#buy .logo img{
  width: 80%;
}
#buy_in{
  width: 800px;
  margin: 0 auto;
  text-align: center !important;
  z-index: 1;
  position: relative;
}
#buy_txt{
  margin: 15px 0 5px;
}
#buy_title{
  font-size: 35px;
  font-weight: bold;
  text-align: center !important;
  margin: 0;
}
#buy_btn{
  color: #fff;
  border-radius: 100vmax;
  background: -moz-linear-gradient(left, #FF8F34, #C30A38);
  background: -webkit-linear-gradient(left, #FF8F34, #C30A38);
  background: linear-gradient(to right, #FF8F34, #C30A38);
  text-align: center;
  font-size: clamp(18px, calc(24 / 1200 * 100vw), 24px);
  width: fit-content;
  /* width: 310px; */
  margin: 20px auto 10px;
  display: block;
  font-weight: bold;
  border: 2px solid #E4E4E4;
}
#buy_btn a{
  text-decoration: none;
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  padding: clamp(16px, calc(20 / 1200 * 100vw), 20px) clamp(24px, calc(48 / 1200 * 100vw), 48px);
}
#buy_btn:hover{
  background: #555555;
  color: #ff9c00;
}
@media screen and (max-width: 1023px) {
  .fixed_btn1,.fixed_btn2{
    display:none;
  }
  #bnrin{
    width: 99%;
    margin-left: 1%;
  }
  .fixed_btn{
    bottom: 0;
    right: 0;
  }
  #buy_in{
    width: 90%;
    margin: 0 auto;
  }
  #buy_title{
    font-size: 170%;
  }
  .parenthesis{
    margin: 20px auto 20px;
    width: 44% !important;
  }
  #buy .logo{
    max-width: 500px;
    width: 100%;
  }
}

.hrstyle{
  border-top: 1px solid #8c8b8b;
  border-bottom: 1px solid #fff;
  margin: 50px 0;
}
#func_txt p{
  font-size: 16px;
  line-height: 1.6;
}
#function_menu{
  width: 1000px;
  margin: 70px auto 20px;
  overflow: hidden;
}

#function .parenthesis,#faq .parenthesis {
  position: relative;
  width: 230px;
  padding: 10px 5px;
  margin: 10px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  float: left;
  color: #19283C;
}

#function .parenthesis:hover,#faq .parenthesis:hover {
  background-color: #edf0f4;
}


#function .parenthesis p,#faq .parenthesis p{
  margin: 0;
  text-align: center;
}
#function .parenthesis::before,
#function .parenthesis::after, 
#faq .parenthesis::before,
#faq .parenthesis::after{
  position: absolute;
  top: 0;
  content: '';
  width: 7px;
  height: 100%;
  border-top: 1px solid #19283C;
  border-bottom: 1px solid #19283C;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#function .parenthesis::before,
#faq .parenthesis::before {
  left: 0;
  border-left: 1px solid #19283C;
}
#function .parenthesis::after,
#faq .parenthesis::after {
  right: 0;
  border-right: 1px solid #19283C;
}
#content{
  overflow: hidden;
}

#cp_btn{
  text-align: center;
}
@media screen and (max-width: 736px) {
  br.sp{
    display:block;
  }
}


/* #function h3,#spec h3{ */
#spec h3{
  font-size:110%;
  letter-spacing:0.08em;
  font-weight:normal;
  margin:0;
  text-align: center;
}
#spec h3{
  font-size:130%;
  letter-spacing:0.08em;
  font-weight:normal;
  margin:0;
  text-align: center;
  padding-top: 10px;
}

p{
  letter-spacing:0.08em;
}
p.cap{
  font-size:90%;
  text-align:center;
}
p.note{
  font-size:80% !important;
  line-height:1.5;
}
.att{
  font-size:85%;
  font-weight:light;
  text-align:left;
  list-style:none;
  opacity:0.7;
}
ul.att_left50{
  font-size:90%;
  text-align:left;
  list-style:none;
  margin-left:50%;
}
.youtube_box {
  width: 60%;
  margin: 0 auto;
  text-align: center;
}
.youtube {
  position: relative;
  width: 50%;
  padding-top: 30%;
  margin: 0 auto;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.youtube2 {
  position: relative;
  width: 100%;
  padding-top: 56%;
  margin: 0 auto;
}
.youtube2 iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
@media only screen and (max-width: 1100px){
  #faq_menu{
    width: 100%;
  }
  ul.att{
    width:100%;
    margin-left:0;
  }
  ul.att_left50{
    margin-left:0;
  }
  img{
    width:100%;
  }

  #function_menu{
    width: 100% !important;
    margin: 20px auto 0 !important;
  }
  #cp_btn{
    text-align: center;
    margin:0 auto;
    width: 96%;
  }
  #footer_in{
    width: 100%;
  }
}

.box_in{
  width: 96%;
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
  padding: 30px 0;
  background-color: #EDEDED;
}


div.contact{
  width:95%;
  padding:2%;
  clear:both;
  display:block;
}
.contact_sub{
  color:#666666;
}
@media screen and (max-width: 736px) {
  #buy img{
    width: 60% !important;
  }
  div.contact{
    width:100%;
    padding:1%;
  }
  ul.contact {
    padding:1%;
    margin:0;
  }
  .youtube{
    width: 98%;
    padding-top: 52%;
  }
}
div.contact span{
  font-size:170%;
  font-weight:bold;
}
ul.contact{
  list-style:none;
}
ul li.mail{
  background: url('../img/ico_mail.png') no-repeat 0px 13px;
  height:30px;
  padding:15px 10px 10px 40px;
}
ul li.mail a{
  text-decoration: none;
}
ul li.mail a:hover{
  opacity: 0.7;
}
ul li.tell{
  background: url('../img/ico_tell.png') no-repeat 0px 28px;
  height:45px;
  padding:15px 10px 10px 40px;
}
/* リンクボタン */
.button {
  display: inline-block;
  width: 300px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button {
  margin:3% auto;
  display:block;
  position: relative;
  z-index: 2;
  background-color: rgba(255,255,255,0.8);
  border: 1px solid #b2961e;
  color: #b2961e;
  line-height: 50px;
  overflow: hidden;
}
.button:hover {
  color: #fff;
}
.button::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(.5);
  transform: scale(.5);
}
.button:hover::after {
  background: #b2961e;
  -webkit-transform: scale(1);
  transform: scale(1);
}
@media screen and (max-width: 736px) {
  .button {
    width: 95%;
    height:auto;
  }
}
  /* リンクボタン 小*/
.button_s {
  display: inline-block;
  width: 200px;
  height: 45px;
  text-align: center;
  text-decoration: none;
  line-height: 43px;
  outline: none;
}
.button_s::before,
.button_s::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button_s,
.button_s::before,
.button_s::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button_s {
  margin:3% auto;
  /*display:block;*/
  position: relative;
  z-index: 2;
  background-color: rgba(255,255,255,0.8);
  border: 1px solid #b2961e;
  color: #b2961e;
  line-height: 43px;
  overflow: hidden;
}
@media screen and (max-width: 736px) {
  .button_s {
    margin:1% auto;
  }
}
.button_s:hover {
  color: #fff;
}
.button_s::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(.5);
  transform: scale(.5);
}
.button_s:hover::after {
  background: #b2961e;
  -webkit-transform: scale(1);
  transform: scale(1);
}
@media screen and (max-width: 736px) {
  .button_s {
    width: 95%;
    height:auto;
  }
}
  /* サイト内リンクボタン */
ul.pagelink{
  margin:5% auto;
  display: flex;
  justify-content: center;
  list-style:none;
}
@media screen and (max-width: 736px) {
  ul.pagelink{
    display:none;
  }
}
ul.pagelink li{
  margin:3px;
}
#pagelink-b{
  position: relative;
  display: inline-block;
  padding: 0 3px;
  margin:1%;
  width: auto;
  min-width: 200px;
  height: 50px;
  color: #F6F6F6;
  line-height: 50px;
  text-align: center;
  background: #19283C;
  z-index: 0;
}
#pagelink-b:after{
  content: "";
  position: absolute;
  bottom: -10px; left: 50%;
  margin-left: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #19283C transparent transparent transparent;
}
ul.pagelink li a{
  color:#FFF;
  text-decoration:none;
}
ul.pagelink li:hover{
  opacity:0.7;
}
@media screen and (max-width: 736px) {
  div.btn{
    width:100%;
    height:50px;
  }
}
.arrow_down{
  position: relative;
  display: inline-block;
  padding-left: 20px;
}
.arrow_down::before{
  content: '';
  width: 30px;
  height: 30px;
  border: 0px;
  border-bottom: solid 2px #b2961e;
  border-right: solid 2px #b2961e;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: 20px;
}
/* ナビ 上 */
.inner {
  width: 100%;
  margin: 0 auto;
}

/* header */
#top-head {
  position: absolute;
  top: -134px;
  left: 0;
  width: 100%;
  margin: 0px auto 0;
  padding:20px clamp(24px, calc(32 / 1200 * 100vw), 32px) 15px;
  z-index: 999;
  background: #fff;
  font-size:17px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  box-sizing: border-box;
}

#top-head a,
#top-head {
  color: var(--bk);
  text-decoration: none;
}
#top-head {
  margin-top: 180px;
}

#top-head .inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#top-head .logo {
  width: clamp(240px, calc(324 / 1600 * 100vw), 324px);
  margin:0;
  line-height: 1;
}
#top-head .logo img{
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1023px) {
  #top-head .logo {
    max-width: 235px;
  }
  #top-head .logo img{
    width:100%;
  }
}

#top-head_other {
  top: -130px;
  position: absolute;
  width: 100%;
  margin: 150px auto 0;
  padding: 18px 0;
  z-index: 999;
  background:#b2961e;
}
#top-head_other a,
#top-head_other {
  color: #fff;
  text-decoration: none;
  margin-top: 180px;
}
#top-head_other .inner {
    position: relative;
}
#top-head_other .logo {
    float: left;
  margin: 0 5% 0 2%;
}
#top-head_other .logo img{
  width: 35%;
}
#top-head #global-nav{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#top-head #global-nav ul li a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1023px) {
  #top-head_other .logo {
    width: 110%;
  }
  #top-head_other .logo img{
    width: 45%;
  }
}

#global-nav ul {
  list-style: none;
  margin: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  column-gap: clamp(10px, calc(15 / 1600 * 100vw), 15px);
  margin-inline: clamp(16px, calc(32 / 1600 * 100vw), 32px);
  padding-left: 0;
}
#global-nav ul li {
  letter-spacing: 0.08em;
  font-weight: bold;
  font-size: clamp(14px, calc(15 / 1600 * 100vw), 15px);
}
#global-nav ul li a {
    display: block;
    margin-top: 0;
    white-space: nowrap;
}
#global-nav ul li.btn_nav a:hover{
  opacity: 0.7;
}
@media screen and (max-width: 1023px) {
  #global-nav ul li.active {
    background: none;
  }
  header .btn_contact,
  header .btn_price{
    max-width: 450px;
    width: 100%;
    padding: 16px 30px 20px;
    margin:0 10px;
    text-align: center;
  }

  header .btn_contact a,
  header .btn_price a{
    font-size: 20px!important;
    padding: clamp(10px, calc(14 / 1024 * 100vw), 14px)!important;
  }
}

header .btn_price{
  margin-left: 10px;
}

header .btn_contact a,
header .btn_price a{
  display: block;
  font-size: clamp(14px, calc(15 / 1600 * 100vw), 15px);
  font-weight: 700;
  white-space: nowrap;
  color: #fff!important;
  margin: 0!important;
  padding: clamp(8px, calc(10 / 1600 * 100vw), 10px) clamp(10px, calc(24 / 1600 * 100vw), 24px);
  border-radius: 100vmax;
  border-style: solid;
  border-width: 3px;
}
header .btn_contact a{
  border-color: var(--blue);
  background: var(--blue);
}
header .btn_price a{
  border-color: var(--orange);
  background: var(--orange);
  transition: .3s ease-in-out;
}
header .btn_contact a:hover,
header .btn_price a:hover{
  opacity: 0.7;
}
header .btn_contact a span,
header .btn_price a span{
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

header .btn_contact a span i,
header .btn_price a span i{
  margin-right: 0.25em;
}


@media screen and (max-width: 736px) {
  header a li:hover{
    background: none;
  }
}
/* Fixed */
#top-head.fixed {
  margin-top: 0;
  top: 0;
  position: fixed;
  transition: top 0.65s ease-in;
  -webkit-transition: top 0.65s ease-in;
  -moz-transition: top 0.65s ease-in;
  width: 100%;
  background-color: #fff;
}
#top-head.fixed #global-nav ul li a {
  color: var(--bk);
}

#top-head.fixed #global-nav ul li a:hover {
  opacity:0.7;
}

/* Toggle Button */
#nav-toggle {
  display: none;
  position: absolute;
  right: 12px;
  top: 14px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 101;
}
#nav-toggle div {
  position: relative;
}
#nav-toggle span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #666;
  left: 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 11px;
}
#nav-toggle span:nth-child(3) {
  top: 22px;
}
@media screen and (min-width: 737px) and (max-width:1260px){
  #top-head .logo img{
    width: 100%;
  }
  #global-nav ul {
    font-size:90%;
  }
}
@media screen and (max-width: 1023px) {
  #top-head,
  .inner {
      width: 100%;
      padding: 0;
  }
  #header{
    display:none;
  }
  #top-head {
    top: 0;
    position: fixed;
    margin-top: 0;
  }
  /* Fixed reset */
  #top-head.fixed {
    padding-top: 0;
    background: transparent;
  }
  #mobile-head {
    width: 100%;
    height: 56px;
    z-index: 999;
    position: relative;
    background: #fff;
  }
  #top-head.fixed .logo,
  #top-head .logo {
    position: absolute;
    left: 13px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--bk);
    font-size: 26px;
  }
  #global-nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    top: -500px;
    background: #666;
    width: 100%;
    text-align: left;
    padding: 10px 0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    flex-direction: column;
  }
  #global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    padding: 0;
    width: 100%;
    flex-direction: column;
  }
  #global-nav ul li {
    float: none;
    position: static;
    /* padding-bottom: 3%; */
    /* margin: 3%; */
    text-align:center;
    font-size:19px;
    width: 100%;
  }
  #top-head #global-nav ul li a,
  #top-head.fixed #global-nav ul li a {
    width: 100%;
    /*display: block;*/
    color: #fff;
    /* padding: 18px 0; */
    padding: 12px 0;
  }
  #nav-toggle {
    display: block;
  }
  /* #nav-toggle 切り替えアニメーション */
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
  /* #global-nav スライドアニメーション */
  .open #global-nav {
  /* #global-nav top + #mobile-head height */
    -moz-transform: translateY(556px);
    -webkit-transform: translateY(556px);
    transform: translateY(556px);
  }
  footer{
    font-size: 110% !important;
  }
}

/* ナビ 下 */
footer{
  position: relative;
  z-index: 10;
  background-color: #eeeeee;
  margin: 0 auto 0;
  font-size: 90%;
  background-repeat: no-repeat;
  background-position: right center;
  color: #fff;
}
#footer_in{
  margin: 0 auto;
  width: 800px;
}
footer nav.nav-footer{
  padding:5% 0 0% 0;
  width: 100%;

}
footer ul li{
  list-style:none;
  margin:5% 0;
}
footer ul li a{
  color:#666666;
  text-decoration:none;
}
footer ul li a:hover {
  color: #bdbdbd;
}
footer div.title{
  background:#242424;
  color:#FFF;
  padding:1.5%;
  text-align:center;
  border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}
footer div.col_logo{
  float:left;
  width: 20%;
  margin-right: 2%;
}
footer div.col_logo img{
  width:100%;
}
footer div.col{
  width: calc(100%/3);
}
footer div.col_1{
  float:left;
  padding: 0
}
footer div.col_2{
  float:left;
}
footer div.col_3{
  float:left;
  text-align:center;
}
footer div.col_3 a{
  color:#666666;
  text-decoration:none;
}
footer div.col_3 a:hover {
  opacity: 0.5;
}
footer div.btn_catalog{
  background: url('../img/ico_pdf.png') no-repeat 10px;
  border: 1px #666666 solid;
  border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
  padding:15px 10px 10px 30px;
  margin-top: 0;
  letter-spacing:-0.05em;
}
footer div.btn_contact{
  background: url('../img/ico_mail.png') no-repeat 10px;
  border: 1px #666666 solid;
  border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
  padding:17px 10px 10px 30px;
  margin-top: -4%;
}
.mail_tel{
  text-align:center;
  font-weight:bold;
  margin:0;
  font-size:19px;
}

/* contact */
div.bg_contact{
  position: relative;
  z-index: 10;
  height:auto;
  padding:2% 6%;
  overflow:hidden;
  background:#fff;
}

#bg_contact_in{
  margin:10px auto;
  overflow:hidden;
}
.contact{
  font-size:38px;
  font-weight:bold;
  text-align:center;
  margin: 20px 0 10px 0;
}
.contact_in{
  font-size:170%;
  font-weight:bold;
  text-align:center;
  color:#555555;
  line-height:150%;
  padding: 0;
  margin: 80px 0 0 0;
}
@media screen and (max-width: 736px) {
  p.contact_in{
    font-size:150%;
    width: 96%;
    margin-left: 2%;
  }
  .contact{
    font-size: 30px;
    letter-spacing: 0.06em;
  }
}

div.mail{
  float:left;
  width:50%;
  font-size:140%;
  text-align:center;
  border-right:1px solid #eeeeee;
}
div.btn_contact2{
  width:60%;
  margin:3% auto;
  padding:4% 1%;
  color:#fff;
  text-align:center;
  border:1px solid var(--blue);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-weight:bold;
  background-image: -webkit-linear-gradient( 0deg, rgb(6,108,187) 0%, rgb(2,86,166) 100%);
}
div.btn_contact2:hover{
  color:var(--blue);
  text-align:center;
  border:1px solid var(--blue);
  font-weight:bold;
  background:#fff;
}
div.tel{
  float:left;
  width:46%;
  font-size:150%;
  text-align:center;
}
div.tel a{
  text-decoration:none;
}
div.tel span{
  font-size:48px;
  font-weight:bold;
  color:var(--blue);
  letter-spacing: 3px;
}
.tel_in{
  font-size:60%;
  line-height:150%;
}

@media screen and (max-width: 736px) {
  div.mail,div.tel{
    width:100%;
    margin:0 auto;
  }
  div.btn_contact2{
    width:auto;
  }
  div.mail{
    border-right:none;
    border-bottom:1px solid #D3D3D3;
    margin-bottom:10px;
    padding:3% 0;
  }
  div.tel{
    padding:5% 0;
  }
}

div.btn{
  width:40%;
  margin:5% auto;
  padding:2%;
  background:#e76f53;
  font-size:130%;
  color:#727272;
  text-align:center;
}
div.btn_s{
  width:50%;
  margin:5% auto;
  padding:1%;
  background:#009fb0;
  font-size:100%;
  color:#727272;
  text-align:center;
}
div.btnw_s_l_pc{
  float:left;
  width:20%;
  margin:5% auto;
  padding:1%;
  background:#FFF;
  font-size:100%;
  color:#FFF;
  text-align:center;
}
div.btnw_s_r_pc{
  float:right;
  width:20%;
  margin:5% auto;
  padding:1%;
  background:#FFF;
  font-size:100%;
  color:#FFF;
  text-align:center;
}
div.btnw_s_l_sp,div.btnw_s_r_sp{
  display:none;
}


@media screen and (max-width: 960px) {
  footer div.btn_price{
    background: none;
    background-color:#ab0808;
    font-size:90%;
    height:40px;
    padding:20px 10px 10px 10px;
    margin:0;
  }
  footer div.btn_catalog{
    padding: 20px 10px 20px 10px;
    font-size:90%;
    letter-spacing:-0.05em;
  }
  footer div.btn_contact{
    padding:20px 10px 20px 10px;
    margin-top: -4%;
    font-size:90%;
  }
  div.tel span {
    font-size: 2.2rem;
  }
}

footer ul.sns{
  margin: 28px auto 20px;
  padding:0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
  width: calc((38px * 2) + 20px);
}
footer ul.sns li{
  list-style: none;
}
footer ul.sns li.icon_x{
  padding: 3px;
}
footer ul.sns li a{
  display: block;
}

footer p.copy{
  font-size:70%;
  opacity:0.8;
  color:#afafaf;
  text-align:center;
  margin:0 auto 3%;
  width:100%;
}
footer p.copy a{

}

@media screen and (max-width: 960px) {
  footer div.col_logo img{
    display:none;
  }
  footer div.col_1{
    float:left;
    width: 32%;
    margin-right: 1%;
  }
  footer div.col_2{
    float:left;
    width: 32%;
    margin-right: 1%;
  }
  footer div.col_3{
    float:left;
    width: 32%;
    margin-right: 1%;
    text-align:center;
  }
  #footer_in{
    width: 100%;
  }
}
@media only screen and (max-width: 736px){
  footer{
    height:100%;
    width:100%;
    margin:0 auto;
    display:block;
    clear:both;
    padding-bottom: 10%;
  }
  footer nav.nav-footer{
    clear:both;
    display:block;
    width:90%;
    height:100%;
    margin:0 auto;
  }
  footer div.col_logo{
    text-align:center;
  }
  footer div.col_logo img{
    width: 300%;
  }
  footer div.title{
    width: 95%;
    margin:1% auto;
    display:block;
    clear;both;
  }
  footer div.col_1{
    width: 100%;
  }
  footer div.col_2{
    width: 100%;
  }
  footer div.col_3{
    width: 100%;
  }
}
  /* 前のページに戻るリンク */
#page-back{
  display:block;
  clear:both;
  width:50%;
  margin:5% auto;
  padding-top:5%;
  text-align:center;
}
  /* トップに戻るリンク */
#page-top{
  width:50%;
  margin:5% auto 0;
  display:block;
  clear:both;
  text-align:center;
}
#page-top span{
  display:block;
  clear:both;
  text-align:center;
  line-height:400%;
  margin-left: -35px;
}
.arrow{
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #2b4082;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}
.arrow::before,
.arrow::after{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  content: "";
  vertical-align: middle;
}
.arrow_up::before{
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  border-top: 2px solid #2b4082;
  border-left: 2px solid #2b4082;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* メガソフトグローバルナビ */
#header {
  width: 100%;
  min-height: 40px;
  color: #aaa;
  background: #222;
  position: relative;
  z-index: 10005;
}
#header .inner {
  position: static;
}

#logo {
  width: 125px;
  padding: 5px 0;
  margin: 0 0 0 25px;
}
@media only screen and (max-width: 767px) {
  #logo {
    width: 100px;
    margin: 10px 0 0 10px;
  }
}
#logo a {
  display: block;
  height: 0;
  padding: 40px 0 0;
  overflow: hidden;
  background: url(../img/megalogo.png) no-repeat left center;
  background-size: 100% auto;
}


#tutorial{
  padding:30px 0 50px;
  margin:0 auto;
  background-image: linear-gradient(to right, #41525d 0%, #2c3941 100%);
  overflow:hidden;
}
h4.h4title {
  font-size: 1.8rem;
  color: #fff;
  padding: 10px 0 15px;
  text-align:center;
}
.title_s{
  font-size:1rem;
  color:#fff;
  margin:0 0 20px;
  text-align:center;
}

.parts_headline{
  text-align:center;
  font-weight:bold;
  font-size:1.1rem;
  margin:0 0 15px 0;
}



/* アニメーション
 ========================================================== */
.js-fadein{
  opacity: 0;
  transform: translate3d(0,50px,0);
  transition-property: opacity, transform;
  transition-duration: .5s;
  transition-delay: 0s;
}

.js-fadein.active{
  opacity: 1;
  transform: translate3d(0,0,0);
}

@media screen and (min-width: 768px){
  .js-fadein.fade02{
    transition-delay: .3s;
  }
}