@charset "utf-8";
@import "reset.css";
@import "base_min.css";
/* CSS Document */
/*******************
 LP style
********************/
html {
  background: url(../images/bg.jpg) no-repeat top center fixed;
}

.ripples {
  height: 4957px;
  background-image: url("../images/bg_umi.png");
}
.bg_blue {
  background-color: #041540;
}
.bg_umi {
  background: url("../images/bg_umi.png") no-repeat top center fixed;
}
.bg_mori {
  background-image: url("../images/bg_mori.png");
	position: relative;
}
.bg_green {
  background-color: #173710;
}
.bg_purple {
  background-color: #8A1E38;
}
.bg_skyblue {
  background: url("../images/blue.jpg") no-repeat center fixed;
}
.hover > * {
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}
.hover > *:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
}
img {
  vertical-align: bottom;
}
img.img-t {
  vertical-align: top;
}
/*-------------------------------------------
common
-----------------------------------------------*/
.p10 {
  padding: 10px !important;
}

.pr7 {
  padding-right: 7px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt60 {
  padding-top: 60px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb60 {
  padding-bottom: 60px !important;
}
.ptb60 {
  padding: 60px 0 !important;
}
.m10 {
  margin: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mTb60 {
  margin: 60px auto !important;
}
.f_left {
  float: left;
}
.f_right {
  float: right;
}
.center {
  text-align: center;
}
.font_space {
  letter-spacing: -0.05em;
}
.font_kousai {
  text-shadow: 3px 3px 10px #fff, -3px 3px 10px #fff, 3px -3px 10px #fff, -3px -3px 10px #fff;
}
.font_kousai_Bold {
  text-shadow: #fff 2px 0px 6px, #fff -2px 0px 6px, #fff 0px -2px 6px, #fff -2px 0px 6px, #fff 2px 2px 6px, #fff -2px 2px 6px, #fff 2px -2px 6px, #fff -2px -2px 6px, #fff 2px 2px 6px, #fff -2px 2px 6px, #fff 2px -2px 6px, #fff -2px -2px 6px, #fff 2px 2px 6px, #fff -2px 2px 6px, #fff 2px -2px 6px, #fff -2px -2px 6px, #fff 2px 2px 6px, #fff -2px 2px 6px, #fff 2px -2px 6px, #fff -2px -2px 6px;
}
.small-text {
  font-size: 30px !important;
}
.fontNumber {
  font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", "Osaka-mono", "monospace";
}
.font_mss {
  font-size: 0.6em !important;
}
.font_ms {
  font-size: 0.8em !important;
}
.font_s {
  font-size: 20px !important;
}

.font_m {
  font-size: 36px !important;
}
.font_ml {
  font-size: 40px !important;
}
.font_l {
  font-size: 44px !important;
}
.font_ll {
  font-size: 48px !important;
}
.font_lll {
  font-size: 66px !important;
}
.font_llll {
  font-size: 100px !important;
}
/*-------------------------------------------
 header
-----------------------------------------------*/
.fv_bg {
  background-image: url("../images/bg_fv.jpg");
  background-position: center top;
  margin: 0 auto;
}
.fv_end {
  position: absolute;
  top: 590px;
  left: 570px;
  line-height: 160%;
  font-size: 18px;
  letter-spacing: 0.05em;
}
/*.wrap-fv {
  max-width: 100%;
  margin: 0 auto;
}
.wrap-fv img {
  width: 100%;
  height: auto;
}*/
/*-------------------------------------------
 contents
-----------------------------------------------*/
#wrap {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
#wrap img {
  width: 100%;
  margin: 0 auto;
}
.footer, .footerEnd, .section, .section_opacity, .fv_bg2 {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  line-height: 120%;
  font-size: 14px;
  font-family: 'Noto Serif JP', serif;
  color: #303030;
}
/*-------------------------------------------
cart　
-----------------------------------------------*/
.cta01, .cta02, .cta03 {
  padding: 10px 0;
}
.cta01 {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
.cta01 .cta-btn img {
  position: absolute;
  text-align: center;
  left: 8%;
  bottom: 6%;
  height: auto;
  flex-grow: 1;
}
.cta01 .cta-arrow img {
  position: absolute;
  left: 7%;
  bottom: 3%;
  height: auto;
  z-index: 1;
  animation: arrowmove 1s ease-in-out infinite;
}
.cta02 {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
.cta02 .cta-btn img {
  position: absolute;
  text-align: center;
  left: 8%;
  bottom: 3%;
  height: auto;
  flex-grow: 1;
}
.cta02 .cta-arrow img {
  position: absolute;
  left: 7%;
  bottom: 2%;
  height: auto;
  z-index: 1;
  animation: arrowmove 1s ease-in-out infinite;
}
.cta03 {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
.cta03 .cta-btn img {
  position: absolute;
  text-align: center;
  left: 8%;
  bottom: 5%;
  height: auto;
  flex-grow: 1;
}
.cta03 .cta-arrow img {
  position: absolute;
  left: 7%;
  bottom: 3%;
  height: auto;
  z-index: 1;
  animation: arrowmove 1s ease-in-out infinite;
}
@keyframes arrowmove {
  0% {
    left: 7%;
  }
  50% {
    left: 10%;
  }
  100% {
    left: 7%;
  }
}
/*==========================================================================*/
/*                             Footer                                       */
/*==========================================================================*/
#container {
  width: 100%;
  max-width: 10000px;
  margin: 0 auto;
  padding: 0;
}
#wrap {
  margin: 0 auto;
  background-size: auto;
  background-size: cover;
}
#wrap a:link {
  text-decoration: underline;
  color: #333333;
}
#wrap a:visited {
  text-decoration: underline;
  color: #333333;
}
#outline .tbl01 table {
  width: 100%;
}
#outline .tbl01 table tr th {
  width: 190px;
  background-color: #F3F3F3;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #ddd;
  border-bottom-color: #ddd;
  border-left-color: #ddd;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
  padding: 15px;
}
#outline .tbl01 table tr td {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-color: #ddd;
  border-right-color: #ddd;
  border-bottom-color: #ddd;
  font-size: 14px;
  text-align: left;
  vertical-align: middle;
  padding: 15px;
}
#outline li {
  text-indent: -1em;
  margin: 0 6px;
}
.footer {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  margin-right: auto;
  margin-left: auto;
  background: #fff;
}
.footerEnd {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  margin-right: auto;
  margin-left: auto;
}
.footer #shop {
  padding: 28px;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
}
.footer .container{
  margin: 0 auto;
	padding: 40px 28px 0 28px;
}

.footer .container h4, h5 {
  background-color: #8B0000;
  color: white;
  padding: 10px;
  text-align: center;
}

.footer .container p {
  padding: 10px;
}

.footer .container .footerConBox{
  padding: 10px;
  border: 1px solid #888;
	margin: 10px;
}

.footer .container .footerConBox li{
  padding: 2px 20px;
	text-indent: -1em;
}

.footer .container table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}
.footer .container td {
  border: 1px dotted #888;
  padding: 10px;
  text-align: left;
}

.footer .container th {
  background-color: #8B0000;
  color: white;
  border: 1px dotted #888;
  padding: 10px;
  text-align: center;
	width: 20%;
}

#shop table {
  width: 100%;
}
#shop table tr td {
  width: 50%;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #888;
  vertical-align: top;
}
#shop table .bottom td {
  border-bottom-style: none;
}
#shop table tr .td01 {
  border-right-width: 1px;
  border-right-style: dotted;
  border-right-color: #888;
  padding-right: 25px;
  padding-bottom: 25px;
  padding-left: 5px;
}
#shop table tr .td02 {
  border-right-style: none;
  padding-right: 5px;
  padding-bottom: 25px;
  padding-left: 25px;
}
#shop table tr.bottom .td01 {
  padding-right: 25px;
  padding-bottom: 0px;
  padding-left: 5px;
  padding-top: 25px;
}
#shop table tr.bottom .td02 {
  padding-right: 5px;
  padding-bottom: 0px;
  padding-left: 25px;
  padding-top: 25px;
}
#shop table tr td h3 {
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 16px;
	padding-bottom: 6px;
	font-weight: bold;
	border-bottom: 1px dotted #888;
    margin-bottom: 10px;
  background-size: 35px;
}
#shop table tr p {
  font-size: 14px;
  line-height: 1.6em;
}
#shop table tr td img {
  max-width: 100%;
}
.f_line img {
  width: 100%;
}
#group {
  background-color: #ffffff;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
}
#group img {
  width: 100%;
}
.pageTop #page-top {
  position: fixed;
  bottom: 2%;
  right: 2%;
}
.pageTop img {
  transition: 1s all;
}
.pageTop img:hover {
  transform: scale(1.2, 1.2);
  transition: 1s all;
}
.copyright {
  background-color: #757777;
  font-size: 12px;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 10px;
  color: #fff;
}
.footer-link li {
  text-align: center;
  display: inline-block;
  font-size: 16px;
  padding: 2px 0;
}
.footer-link {
  text-align: center;
  display: block;
  font-size: 16px;
}
.footer-point {
  color: #757777 !important;
}
/*-------------------------------------------
Slide
-----------------------------------------------*/
.slider-box p, .slider-box div, .loop-box ul, .loop-box li {
  box-sizing: border-box;
  margin: 0 !important;
  padding: 0 !important;
}
.slider-box {
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}
.slider-check {
  display: none;
}
.slider-check:checked ~ .loop-box > .loop {
  animation-play-state: paused;
}
.slider-label {
  display: block;
  cursor: pointer;
  text-align: center;
}
.loop-box {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.loop-box, .loop-box ul {
  height: 500px;
}
.loop-box ul {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: space-between;
  background: #FFF;
  list-style: none;
  max-width: 10000%;
  min-width: 100%;
  width: calc(400px * 1.5 * 3);
  animation: 40s linear infinite;
}
.loop-box li {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: calc(100% / 3);
}
.loop-box img {
  height: auto;
  width: 100%;
}
.loop-box ul.loop1 {
  animation-name: loop1;
}
.loop-box ul.loop2 {
  animation-name: loop2;
}
@keyframes loop1 {
  0% {
    transform: translateX(0);
  }
  49.99999% {
    transform: translateX(-100%);
  }
  50% {
    transform: translateX(100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
/*-------------------------------------------
Slide S
-----------------------------------------------*/
.slider-boxS p, .slider-boxS div, .loop-boxS ul, .loop-boxS li {
  box-sizing: border-box;
  margin: 0 !important;
  padding: 0 !important;
}
.slider-boxS {
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}
.slider-checkS {
  display: none;
}
.slider-checkS:checked ~ .loop-box > .loop {
  animation-play-state: paused;
}
.slider-labelS {
  display: block;
  cursor: pointer;
  text-align: center;
}
.loop-boxS {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.loop-boxS, .loop-boxS ul {
  height: 190px;
}
.loop-boxS ul {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: space-between;
  background: #FFF;
  list-style: none;
  max-width: 10000%;
  min-width: 100%;
  width: calc(190px * 1.5 * 3);
  animation: 60s linear infinite;
}
.loop-boxS li {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: calc(100% / 3);
}
.loop-boxS img {
  height: auto;
  width: 100%;
}
.loop-boxS ul.loop1S {
  animation-name: loop1S;
}
.loop-boxS ul.loop2S {
  animation-name: loop2S;
}
@keyframes loop1S {
  0% {
    transform: translateX(0);
  }
  49.99999% {
    transform: translateX(-100%);
  }
  50% {
    transform: translateX(100%);
  }
}
@keyframes loop2S {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
/*****************************************************
 マーカーアニメーション
*****************************************************/
.show {
  position: relative;
}
.marker-animation.active {
  background-position: -100% .5em;
}
.marker-animation {
  background: -webkit-linear-gradient(to right, transparent 50%, rgb(255, 230, 160) 50%);
  background: -moz-linear-gradient(to right, transparent 50%, rgb(255, 230, 160) 50%);
  background: -ms-linear-gradient(to right, transparent 50%, rgb(255, 230, 160) 50%);
  background: -o-linear-gradient(to right, transparent 50%, rgb(255, 230, 160) 50%);
  background: linear-gradient(to right, transparent 50%, rgb(255, 230, 160) 50%);
  background-repeat: repeat-x;
  background-size: 200% .8em;
  background-position: 0 .5em;
}
.no1, .no2, .no3, .no4 {
  position: absolute;
  font-size: 30px;
  text-align: left;
  line-height: 1.8em;
}
.no1 .marker-animation, .no2 .marker-animation, .no3 .marker-animation, .no4 .marker-animation {
  transition: all 2s 0s ease;
}
.no1 {
  top: 240px;
  left: 210px;
}
.no2 {
  top: 270px;
  left: 740px;
}
.no3 {
  top: 500px;
  left: 240px;
}
.no4 {
  top: 530px;
  left: 740px;
}
/*****************************************************
追記
*****************************************************/
.layoutL, .layoutL_T10, .layoutC, .layoutC_T10, .layoutR, .layoutR_T10 {
  text-align: left;
  font-size: 24px;
  line-height: 120%;
}
.layoutL {
  padding: 0px 100px 30px 100px;
}
.layoutL_T10 {
  padding: 10px 100px 30px 100px;
}
.layoutC {
  text-align: center;
  padding: 0px 100px 30px 100px;
}
.layoutC_T10 {
  text-align: center;
  padding: 10px 100px 30px 100px;
}
.layoutR {
  padding: 0px 100px 30px 500px;
}
.layoutR_T10 {
  padding: 10px 100px 30px 500px;
}
.layoutR_T100 {
  padding: 100px 100px 30px 500px;
}
/********************  
mori
*********************/
.mori_end {
  position: absolute;
  top: 545px;
  left: 535px;
  font-size: 16px;
}

.mori_end .font_big{
  font-size: 28px;
	margin-left: 10px;
	font-weight: 500;
  line-height: 1.4;
}
.mori_end_kome{
  position: absolute;
  top: 760px;
  left: 530px;
  line-height: 1.2;
  font-size: 14px;
}

/********************  
info02
*********************/
.info02Graph01 .maru.active{
  position: absolute;
  top: 140px;
  left: 640px;
}

.info02Graph02 .maruLate.active{
  position: absolute;
  top: 740px;
  left: 670px;
	
}

/********************  
worry01
*********************/
.worry01 {
  background: url(../images/kouso_worry01.jpg) no-repeat top;
  width: 1000px;
  height: 872px;
  color: #fff !important;
}
.worry01 h2 {
  position: absolute;
  top: 40px;
  left: 290px;
  line-height: 80%;
  font-size: 72px;
}

/********************  
worry02
*********************/
.worry02 {
  background: url(../images/kouso_worry02.jpg) no-repeat top;
  width: 1000px;
  height: 1600px;
  position: relative;
}

.worry02 ul {
  position: absolute;
  top: 280px;
  left: 200px;
  line-height: 720%;
  font-size: 30px;
	color: #041540;
	font-weight:200;
}
.worry02 h2 {
  position: absolute;
  top: 820px;
  left: 0px;
  line-height: 120%;
  padding: 0 150px;
}
.worry02 li {
	position: relative;
}

.worry02 li span.active{
	background: url("../images/kouso_worry02_check.png") no-repeat left;
	position: absolute;
	top: 35%;
	left: -20%;
	height: 51px;
	width: 69px;
  animation: line 1s 1 forwards;
  opacity: 0;
}

.worry02 li:nth-child(1) span.active {
  animation-delay: 0.25s;
}

.worry02 li:nth-child(2) span.active {
  animation-delay: 0.5s;
}

.worry02 li:nth-child(3) span.active {
  animation-delay: 0.75s;
}
.worry02 li:nth-child(4) span.active {
  animation-delay: 1s;
}

.worry02 li:nth-child(5) span.active {
  animation-delay: 1.25s;
}

.worry02 li:nth-child(6) span.active {
  animation-delay: 1.5s;
}
@keyframes line {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    transform: translatey(1.02px) scale(1.02, 1.08);
  }
  100% {
    opacity: 1;
    transform: translatey(0) scale(1,1);
  }
}
/********************  
worry03
*********************/
.worry03 {
  background: url(../images/kouso_worry03.jpg) no-repeat top;
  width: 1000px;
  height: 1089px;
  position: relative;
}
.worry03 h2 {
  position: absolute;
  top: 230px;
  left: 0px;
  line-height: 160%;
  color: #041540;
text-align: left;
}
/********************  
worry04
*********************/
.worry04 {
  background: url(../images/kouso_worry04.jpg) no-repeat top;
  width: 1000px;
  height: 1190px;
  position: relative;
}
.worry04 .worry0401 {
  position: absolute;
  top: 8px;
  left: 60px;
}

.worry04 .worry0402 {
  position: absolute;
  top: 100px;
  left: 60px;
}

.worry04 .worry0403 {
  position: absolute;
  top: 750px;
  left: 520px;
}

/********************  
BMI01
*********************/
.bmi01 {
  position: relative;
}

.bmi01 .calculator {
  background: url(../images/kouso_bmi_form.png) no-repeat bottom;
  position: absolute;
  width: 1000px;
  height: 690px;
  bottom: 0;
  left: 0;
}

.bmi01 .input-group {
  position: absolute;
  font-size: 30px;
  text-align: center;
}

.bmi01 .input-group #height {
  position: absolute;
  top: 180px;
  left: 210px;
  width: 180px;
  height: 40px;
  background-color: white;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
}

.bmi01 .input-group #weight {
  position: absolute;
  top: 180px;
  left: 550px;
  width: 180px;
  height: 40px;
  background-color: white;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
}

.bmi01 .editable {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 40px;
  padding: 0 10px;
  text-align: center;
  font-size: 30px;
}

.bmi01 .editable[contenteditable="true"]:empty:before {
  content: "例: 170"; /* プレースホルダーとしてのテキスト */
  color: #aaa;
}

.bmi01 #calculate-btn {
  background-image: url('../images/kouso_bmi_btn.png');
  position: absolute;
  width: 609px;
  height: 109px;
  top: 300px;
  left: 200px;
  border: none;
}

.bmi01 #calculate-btn:hover {
  background-image: url('../images/kouso_bmi_btn_on.png');
  border: none;
}

.bmi01 #result {
  position: absolute;
  top: 500px;
  left: 380px;
  font-size: 48px;
  color: red;
  font-weight: bold;
}
/********************  
BMI02
*********************/
.bmi02 {
  position: relative;
}
.bmi02 #resultTable {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  position: absolute;
  top: 70px;
  left: 460px;
  width: 480px;
  height: 570px;
  font-size: 24px;
  font-weight: bold;
}
.bmi02 #resultTable tr th, .bmi02 #resultTable tr td {
  border: solid #0a1a45;
  padding: 10px;
  vertical-align: middle;
  text-align: left;
}
.bmi02 #resultTable tr th {
  background: #0a1a45;
  color: #fff;
  border-width: 1px 0 1px 1px;
  text-align: center;
  line-height: 1.4;
  font-size: 30px;
}
.bmi02 #resultTable tr td {
  border-width: 2px;
  background: #fff;
  line-height: 1.05;
}
.bmi02 #resultTable tr td span {
  font-size: 18px;
  font-weight: normal;
}
.bmi02 p {
  font-size: 16px;
  font-weight: normal;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  position: absolute;
  top: 660px;
  left: 240px;
	color: #fff;
}

/********************  
BMI03
*********************/
.bmi03 {
  position: relative;
}

.bmi03 .bmi03_01{
  position: absolute;
  top: 27%;
  left: 17%;
}

.bmi03 .bmi03_02{
  position: absolute;
  top: 53%;
  left: 22%;
}
.bmi03 .bmi03_03{
  position: absolute;
  top: 79%;
  left: 17%;
}
.bmi03 .bmi03_01.active {
	-webkit-animation: boyon 4s 1 forwards;
	        animation: boyon 4s 1 forwards;
	animation-duration: 6s;
		opacity: 0;
}

.bmi03 .bmi03_02.active {
	-webkit-animation: boyon 4s 1 forwards;
	        animation: boyon 4s 1 forwards;
	animation-delay: 0.5s;
	animation-duration: 6s;
		opacity: 0;
}

.bmi03 .bmi03_03.active {
	-webkit-animation: boyon 4s 1 forwards;
	        animation: boyon 4s 1 forwards;
	animation-delay: 1s;
	animation-duration: 6s;
	opacity: 0;
}


/********************  
customer
*********************/
.customer_ttl {
  background: url("../images/kouso_customer_ttl.jpg") no-repeat top;
  height: 209px;
}
.customer01 {
  background: url("../images/kouso_customer01.jpg") no-repeat top;
  height: 541px;
}
.customer02 {
  background: url("../images/kouso_customer02.jpg") no-repeat top;
  height: 599px;
}
.customer03 {
  background: url("../images/kouso_customer03.jpg") no-repeat top;
  height: 585px;
}
.customer_box dt {
  padding: 28px 120px 30px 105px;
  font-size: 46px;
  line-height: 120%;
}
.customer_box .customer_name {
  background-color: #105652;
  margin-left: 100px;
  padding: 10px 30px;
  color: #fff;
  font-size: 28px;
}
.customer_box .customer_text01 {
  padding: 30px 350px 0 100px;
  font-size: 26px;
  line-height: 150%;
}
.customer_box .customer_text02 {
  padding: 30px 250px 0 100px;
  font-size: 26px;
  line-height: 150%;
}

/********************
part1_intro01
********************/
.part1_intro01 {
  background: url("../images/kouso_part1_intro01.jpg") no-repeat;
  height: 626px;
  background-position: center;
  margin: 0 auto;
}
.part1_intro01_text {
  position: absolute;
  top: 200px;
  left: 490px;
  text-align: left;
  font-size: 24px;
  line-height: 180%;
  color: #fff;
  text-shadow: #291413 2px 0px 6px, #291413 -2px 0px 6px, #291413 0px -2px 6px, #291413 -2px 0px 6px, #291413 2px 2px 6px, #291413 -2px 2px 6px, #291413 2px -2px 6px, #291413 -2px -2px 6px, #291413 2px 2px 6px, #291413 -2px 2px 6px, #291413 2px -2px 6px, #291413 -2px -2px 6px, #291413 2px 2px 6px, #291413 -2px 2px 6px, #291413 2px -2px 6px, #291413 -2px -2px 6px, #291413 2px 2px 6px, #291413 -2px 2px 6px, #291413 2px -2px 6px, #291413 -2px -2px 6px;
}
/********************  
part1
*********************/
.part1_con01_text {
  position: absolute;
  top: 330px;
  left: 280px;
  line-height: 160%;
  font-size: 24px;
}
.part1_con02_text {
  position: absolute;
  top: 1150px;
  left: 100px;
  font-size: 24px;
  line-height: 150%;
  padding-right: 100px;
}
.part1_con03_text {
  position: absolute;
  top: 450px;
  left: 500px;
  font-size: 28px;
  line-height: 160%;
  padding-right: 100px;
}
.part1_con04_text {
  position: absolute;
  top: 530px;
  left: 500px;
  font-size: 28px;
  line-height: 160%;
  padding-right: 100px;
}
.part1_con05_text {
  position: absolute;
  top: 440px;
  left: 500px;
  font-size: 28px;
  line-height: 160%;
  padding-right: 100px;
}
/********************  
part2
*********************/
.part2_con02_text {
  position: absolute;
  top: 370px;
  left: 100px;
  line-height: 160%;
  font-size: 30px;
  padding-right: 100px;
}
.part2_con03_text {
  position: absolute;
  top: 380px;
  left: 100px;
  line-height: 160%;
  font-size: 30px;
  padding-right: 100px;
}
.part2_con04_text {
  position: absolute;
  top: 390px;
  left: 100px;
  line-height: 160%;
  font-size: 30px;
  padding-right: 100px;
}
.part2_con05_text {
  position: absolute;
  top: 390px;
  left: 100px;
  line-height: 160%;
  font-size: 30px;
  padding-right: 100px;
}
/********************  
part3
*********************/
.part3_con02_text {
  position: absolute;
  top: 440px;
  left: 500px;
  font-size: 30px;
  line-height: 160%;
  padding-right: 100px;
}
.part3_con03_text {
  position: absolute;
  top: 440px;
  left: 500px;
  font-size: 30px;
  line-height: 160%;
  padding-right: 100px;
}
.part3_con04_text {
  position: absolute;
  top: 440px;
  left: 500px;
  font-size: 30px;
  line-height: 160%;
  padding-right: 100px;
}
/********************  
part_end
*********************/
.bg_part_end {
  background: url(../images/bg_mokume02.png) top no-repeat;
  height: 1100px;
  background-position: center;
  margin: 0 auto;
  position: relative;
}
.partendtext01 {
  font-size: 48px;
  line-height: 140%;
  position: absolute;
  top: 80px;
  left: 100px;
}
.partendtext02 {
  font-size: 48px;
  line-height: 120%;
  position: absolute;
  top: 670px;
  left: 400px;
}
.partendtext03 {
  font-size: 48px;
  line-height: 140%;
  position: absolute;
  top: 800px;
  left: 400px;
}

/********************  
hmpa
*********************/
.hmpa{
  position: relative;
}

.hmpa .hmpaimg01{
  position: absolute;
  top: 20%;
  left: 37%;
	z-index: 2;
}

.hmpa .hmpaimg02{
  position: absolute;
  top: 20%;
  left: 62%;
	z-index: 1;
}

.hmpa .hmpaimg01.active {
	animation: boyonyoko 4s 1 forwards;
	animation-delay: 0.75s;
		opacity: 0;
}

.hmpa .hmpaimg02.active {
	animation: boyonyoko 4s 1 forwards;
	animation-delay: 1.5s;
		opacity: 0;
}

@-webkit-keyframes boyonyoko {
  0% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  8% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  10% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  15% {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  20% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
	
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
	  opacity: 1;
  }
}


/*****************************************************
 ページトップへ
*****************************************************/
.gotop {
  display: block;
  position: fixed;
  z-index: 9999;
  bottom: 10px;
  right: 10px;
  width: 80px;
  padding: 20px 10px;
  text-align: center;
  text-decoration: none;
  transform: rotateY(270deg);
  transition: .5s;
}
.gotop a {
  position: relative;
  display: inline-block;
  width: 75px;
  height: 75px;
  text-align: center;
  background-color: #767676;
  border-radius: 100%;
}
.gotop a:hover {
  text-decoration: none;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.gotop a:before {
  content: 'PAGE TOP';
  position: absolute;
  top: 28px;
  right: 0;
  left: 0;
  margin: auto;
  display: inline-block;
  color: #fff;
  font-family: 'Century Gothic';
  font-size: 10px;
}
.gotop a:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 15px;
  left: 0;
  margin: auto;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*****************************************************
 animation
*****************************************************/
.maru{
animation-name: maru;
animation-duration: 4s;
animation-iteration-count: infinite; 	
}

.maruLate{
animation-delay: 1s;
animation-name: maru;
animation-duration: 4s;
animation-iteration-count: infinite; 	
}

@keyframes maru{
	0% {
        transform: scale(1, 1);
	}
    42% {
        transform: scale(1.03, 1.03);
    }
    44% {
        transform: scale(1, 1);    }
    50% {
        transform: scale(0.85, 1.11);
    }
    52% {
        transform: scale(1.1, 0.9);
    }
    54% {
        transform: scale(0.95, 1.08);
    }
    56% {
        transform: scale(0.98, 1.02);
    }
    70% {
        transform: scale(1, 1);
    }
}

.pika {
    animation: pika 0.5s infinite;
}


@keyframes pika {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  20% {
    -webkit-transform: translate(-1px, 1px);
            transform: translate(-1px, 1px);
  }
  40% {
    -webkit-transform: translate(-1px, -1px);
            transform: translate(-1px, -1px);
  }
  60% {
    -webkit-transform: translate(2px, 1px);
            transform: translate(1px, 2px);
  }
  80% {
    -webkit-transform: translate(1px, -1px);
            transform: translate(1px, -1px);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
.orooro.active {
	animation: orooro 6s infinite 1s; 
	opacity: 0;
}

@-webkit-keyframes orooro {
  0% {
    -webkit-transform: translateY(-200px);
            transform: translateY(-200px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  4% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  5% {
    -webkit-transform: translateY(-35px);
            transform: translateY(-35px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1;

	}
  8% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  12% {
    -webkit-transform: translateY(-28px);
            transform: translateY(-28px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  18% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  24% {
    -webkit-transform: translateY(-18px);
            transform: translateY(-18px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  30% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
	
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; 
			  opacity: 1;

	}
}


@-webkit-keyframes boyon {
  0% {
    -webkit-transform: translateY(-200px);
            transform: translateY(-200px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  8% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  15% {
    -webkit-transform: translateY(-65px);
            transform: translateY(-65px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  20% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  25% {
    -webkit-transform: translateY(-28px);
            transform: translateY(-28px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  30% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  35% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
	
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
	  opacity: 1;
  }
}