@charset "utf-8";
/* CSS Document */
* {
	box-sizing: border-box;
}
html {
  background: #ffffff;
  line-height: 1.4;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-style: normal;
}
img {
  width: 100%;
}
h2{
  text-align: center;
  font-size: clamp(28px, 4vw, 60px);
  font-family: "nitalago-ruika", sans-serif;
  font-weight: 100;
  font-style: normal;
  color: #00a09b;
  margin-bottom: 20px;
}
p {
  text-align: center;
  font-size: clamp(13px, 3vw, 20px);
}
figure{
  width: 65%;
}
.small {
  font-size: clamp(10px, 2.08vw, 14px)!important;
  font-weight: 300;
}
.flex-col {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-col > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.bg_bl{
  background-color: #c9dedb;
}
.inner {
  width: 96%;
  max-width: 1024px;
  margin: 0 auto;
}
.flex_box {
  display: flex;
  justify-content: center;
  width: 100%;
}
.flex_box li {
  width: calc(50% - 10px);
}
@media (max-width: 991px) {
  .pcOnly {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .spOnly {
    display: none !important;
  }
}

/* -- header -- */
header {
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #ffffff;
  box-shadow: 0px 8px 15px -12px #777777;
	width: 100%;
	height: auto;
  font-family: "Noto Sans JP", sans-serif;
	padding: 10px 1%;
	z-index: 9998;
}
header .logo {
	max-width: 200px;
	width: 20%;
  margin-left: 20px;
}
header .home {
	width: 140px;
}
header .btn_header {
	max-width: 200px;
}
header .nav {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 2%;
	width: 70%;
}
header .openbtn {
	display: none;
}
header .nav a {
	display: block;
	color: #333333;
	font-size: clamp(12px, 2.5vw, 16px);
	font-weight: 300;
}
header .btn_header a {
  display: inline-block;
  background: url("../images/icon_cart.svg") #2D5198 no-repeat right 27px center;
  background-size: 25px;
  border-radius: 50px;
  color: #ffffff;
  font-size: clamp(12px, 2.5vw, 20px);
  padding: 10px 55px 10px 35px;
}
/* -- /header -- */

.btn_manual {
  margin: 20px 0;
}
.btn_manual a {
  position: relative;
	display: inline-block;
	background: url("../images/icon_pdf.svg") #7a8180 no-repeat right 20px center;
	background-size: 25px;
	color: #ffffff;
	font-weight: 300;
	font-size: clamp(18px, 4.8vw, 20px);
	padding: 10px 50px 10px 30px;
	margin: 0 auto;
	text-align: center;
  border: 2px solid #ffffff;
}
main {
  margin: 68px 0 0;
}
#main_image {
  background: #ffffff url("../images/bg_main.webp") no-repeat center;
  background-size: cover;
  background-position: top;
  padding: 30px 0 0;
  position: relative;
}
#main_image figure.img{
  width: 60%;
  max-width: 420px;
  margin: 10px auto 0;
}
#main_image figure.no1{
  width: 60%;
  max-width: 710px;
  margin: -10px auto 20px;
  padding-left: 30px;
}
#main_image .logo{
  padding: 35px 0;
  width: 100%;
  background-color: rgba(24, 148, 148, 0.7);
}
#main_image .logo h1 {
  width: 50%;
  max-width: 300px;
  margin: 0 auto;
}
#main_image .logo > figure{
  width: 88%;
  max-width: 750px;
  margin: 0 auto 20px;
}
.credit{
  width: 90%;
  max-width: 1200px;
  margin: 20px auto;
}
.credit p{
  font-size: clamp(11px, 2vw, 13px);
  color: #666666;
  text-align: left;
}
section {
  padding: 80px 0 100px;
}
section .txt{
  font-size: clamp(14px, 3vw, 24px);
  line-height: 1.6;
  margin: 10px 0 30px;
}
#sec01{
  background: #ffffff url("../images/bg_sec01.webp") no-repeat center;
  background-size: cover;
  height: 600px;
  position: relative;
}
#sec01 figure{
  width: 30%;
  max-width: 250px;
  position: absolute;
  bottom: 30px;
  left: 30px;
}
#sec02 h2{
  color: #ffffff;
  text-align: center;
  text-shadow: 2px 2px 8px #00a09b,
  -2px 2px 8px #00a09b,
  2px -2px 8px #00a09b,
  -2px -2px 8px #00a09b;
  line-height: 1.3;
}
#sec02 figure{
  width: 50%;
}
#sec02 video{
  width: 68%;
  filter: drop-shadow(0px 0px #000);
}
#sec02 p{
  font-size: clamp(11px, 2vw, 13px);
  width: 65%;
  text-align: left;
  color: #666666;
}
#sec04 h2{
  line-height: 1.2;
}
#sec04 h2 small{
  font-size: 65%;
}
#sec05{
  background: #000025;
  padding-bottom: 0;
}
#sec05 h2{
  color: #fff000;
}
#sec05 h2 small{
  color: #ffffff;
}
#sec05 figure{
  width: 70%;
}
#sec06 h2{
  color: #333333;
  font-size: clamp(24px, 4vw, 50px);
}
#sec07{
  background-color: #e8e8e8;
}
#sec07 .spec_icon_slider {
  width: 70%;
  max-width: 800px;
  margin: 20px auto;
}
#sec07 .spec_icon_slider li {
  opacity: 0.1;
  margin: 0;
  display: flex;
  justify-content: center;
}
#sec07 .spec_icon_slider li img{
  width: 86%;
}
#sec07 .spec_icon_slider .slick-track {
  transform: unset !important;
}
#sec07 .spec_icon_slider li.slick-current {
  opacity: 1;
  transition: opacity 0.05s;
}
#sec07 .spec_icon_slider li:last-of-type {
  margin: 0;
}
#sec07 .slider_function {
  max-width: 1000px;
  width: 92%;
  margin: 5% auto;
}
#sec07 .slider_function li img {
  transform: scale(0.8);
  opacity: 0.5;
  margin: 0 auto;
}
#sec07 .slider_function li.slick-center img {
  transform: scale(1.0);
  opacity: 1;
}
#sec08{
  padding-bottom: 40px;
}
#sec08 ul, #sec11 ul{
  display: flex;
  max-width: 670px;
  margin-top: 30px;
}
#sec08 ul li:nth-child(1){
   flex-grow: 3;
}
#sec08 ul li:nth-child(2){
   flex-grow: 1;
}
.banner-img {
  width: 90%;
  max-width: 640px;
  margin: 30px auto 100px;
}
.banner-img a{
  display: block;
  margin-bottom: 20px;
}
main .purchase_promotion {
  width: 95%;
  max-width: 1000px;
  position: fixed;
  left: 50%;
  bottom: -4%;
  transform: translateX(-50%);
  background: #f6f6f6;
  box-shadow: 0 7px 12px -4px #0006;
  border-radius: 10px;
  margin: 50px auto;
}
main .purchase_promotion .flex_box {
  flex-wrap: wrap;
  justify-content: center;
    align-items: center;
  width: 100%;
  gap: 1%;
  margin: 2% auto;
}
main .purchase_promotion p {
  width: 50%;
  text-align: center;
  font-size: clamp(15px, 3.125vw, 22px);
}
main .purchase_promotion p.doshisha_marche {
  width: 23%;
}
main .purchase_promotion p.rakuten {
  width: 23%;
}
main .purchase_promotion p.doshisha_marche a {
  display: block;
  width: 100%;
  text-align: right;
  color: #ffffff;
  background: url("../images/icon_cart.svg") no-repeat 15% #404040;
  background-size: 15%;
  border-radius: 50px;
  padding: 5% 18%;
}
main .purchase_promotion p.rakuten a {
  display: block;
  width: 100%;
  text-align: right;
  color: #ffffff;
  background: url("../images/icon_cart.svg") no-repeat 15% #666666;
  background-size: 15%;
  border-radius: 50px;
  padding: 5% 18%;
}
main .purchase_promotion p.doshisha_marche a:hover, main .purchase_promotion p.rakuten a:hover,
.btn_manual a:hover {
  opacity: 0.5;
}
footer {
	background: #000000;
	color: #ffffff;
	text-align: center;
	font-size: clamp(12px, 2.5vw, 16px);
  padding: 30px 0 130px;
}

@media screen and (max-width: 1000px) {
	main .purchase_promotion p {
		width: 100%;
		margin: 0 0 1%;
	}
	main .purchase_promotion p.doshisha_marche {
		width: 48%;
		max-width: 200px;
		margin: 0;
	}
	main .purchase_promotion p.rakuten {
		width: 48%;
		max-width: 200px;
		margin: 0;
  }
  section .txt{
    padding: 0 50px;
  }
}

@media screen and (max-width: 769px) {
	header {
		display: block;
	}
  header .logo {
    width: 100px;
    margin-left: 10px;
  }
	header .btn_header a {
		margin: 20px 0 0;
	}
	header .openbtn {
  	display: block;
  	position: absolute;
  	top: 0;
  	right: 0;
	}
	header .nav {
  	display: none;
  	opacity: 0;
  	width: 100%;
  	text-align: center;
  	padding: 20px 0 30px;
  	transition: 800ms;
	}
	header .nav.active {
		display: block;
		opacity: 1;
	}
	header a {
		padding: 20px 0 0;
	}
	header .home {
		width: 140px;
		margin: 0 auto;
	}
	header .btn_header {
		margin: 0 auto;
	}
  main {
    margin: 40px 0 0;
  }
  #main_image{
    padding-top: 15px;
  }
  #main_image figure.no1{
    padding-left: 0;
    margin: -5px auto 20px;
  }
  #main_image .logo{
    padding: 25px 0 22px;
  }
  #main_image .logo > figure{
    margin-bottom: 15px;
  }
  section{
    padding: 40px 0;
  }
  section .txt{
    padding: 0 20px;
    margin: 0;
  }
  h2{
    margin-bottom: 0;
  }
  .inner{
    padding: 0 20px;
  }
  #sec01{
    height: 60vw;
  }
  #sec01 figure{
    bottom: 15px;
    left: 15px;
  }
  #sec02 figure{
    width: 90%;
    margin-top: 10px;
  }
  #sec02 video{
    width: 100%;
  }
  #sec02 p{
    width: 94%;
  }
  #sec05 figure{
    width: 100%;
  }
  #sec07 .spec_icon_slider {
    width: 100%;
    margin: 0;
  }
  #sec07 .spec_icon_slider li img{
    width: 90%;
    cursor: pointer;
  }
  #sec08{
    padding-bottom: 10px;
  }
  #sec08 ul, #sec11 ul{
    display: block;
  }
  #sec08 ul li, #sec11 ul li{
    width: 80%;
    margin: 0 auto 30px;
  }
  .banner-img {
    margin-bottom: 50px;
  }
  small{
    font-size: 70%;
  }
  figure{
    width: 90%;
  }
}