.bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.bg_item {
  background-image: url('../img/main_bg.jpg');
  background-size: cover;
  background-position: center;
  height: 100%;
  transition: 0.4s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.header {
  background-color: #fff;
  border-bottom: 1px solid #231815;
  max-width: 390px;
  margin: 0 auto;
  padding: 10px 0;
  width: 100%;
}

.header_logo {
  margin: 0 auto;
  width: 56.412%;
}

.main {
  background-color: #fff;
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  max-width: 390px;
  margin: 0 auto;
  padding: 30px 0 0;
  width: 100%;
}

.mv {
  padding: 0 0 11.54%;
}

.mv_img {
  margin: 0 auto;
  width: 75.643%;
}

.present {
  padding: 0 0 5%;
}

.present_img {
  margin: 0 auto;
  position: relative;
  width: 84.36%;
}

.present_btn {
  position: absolute;
  right: 0;
  bottom: 11.6%;
  left: 0;
  margin: auto;
  opacity: 1;
  transition: .2s;
  width: 78.724%;
}

.present_btn::before {
  background-color: #fff;
  border-radius: 50px;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
  width: 100%;
}

.present_btn img {
  opacity: 1;
  transition: .2s;
  position: relative;
}

.present_btn img:hover {
  opacity: .7;
}

.caution {
  padding: 0 0 7.2%;
}

.caution_img {
  margin: 0 auto;
  width: 84.36%;
}

.tab_links {
  display: flex;
  position: relative;
  width: 100%;
}

.tab_link {
  cursor: pointer;
  opacity: 1;
  transition: .2s;
}

.tab_link:hover {
  opacity: .7;
}

.tab_link.is_active:hover {
  opacity: 1;
}

.tab_link01 {
  position: relative;
  width: 54.8%;
}

.tab_link02 {
  position: absolute;
  right: 0;
  width: 50.6%;
}

.tab_link.is_active {
  z-index: 10;
}

.tab_contents {
  display: none;
}

.tab_contents.is_active {
  display: block;
}

.tab_contents01 {
  background-color: #0c345d;
  padding: 4%;
}

.tab_contents01_box {
  background-color: #fdf7ea;
}

.tab_contents01_img01 {
  margin: 0 auto;
  padding: 8% 0;
  width: 81.66%;
}

.tab_contents01_img02 {
  margin: 0 auto;
  padding: 0 0 12%;
  width: 91.974%;
}

.tab_contents02 {
  background-color: #eb8b1a;
  padding: 4%;
}

.tab_contents02_img01 {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.tab_contents_accordion {
  background-color: #fff;
  padding: 10% 0 3%;
}

.tab_contents_accordion_inner {
  margin: 0 auto;
  width: 94%;
}

.tab_contents_accordion_btn {
  margin: 0 auto;
  position: relative;
  opacity: 1;
  transition: .2s;
  width: 100%;
}

.tab_contents_accordion_btn:hover {
  opacity: .7;
}

.tab_contents_accordion_btn::before {
  border-top: 2px solid #fff;
  content: '';
  position: absolute;
  top: 0;
  right: 2%;
  bottom: 0;
  margin: auto;
  height: 1px;
  width: 6%;
}

.tab_contents_accordion_btn::after {
  border-top: 2px solid #fff;
  content: '';
  position: absolute;
  top: 0;
  right: 2%;
  bottom: 0;
  margin: auto;
  transform: rotate(90deg);
  transition: .1s;
  height: 1px;
  width: 6%;
}

.tab_contents_accordion_btn.is_active::after {
  transform: rotate(0deg);
}

.tab_contents_accordion_item {
  display: block;
  height: 0;
  transition: all .2s ease 0s;
  overflow: hidden;
}

.app {
  background-color: #fff;
  padding: 8% 0;
}

.app_btn {
  display: block;
  margin: 0 auto;
  opacity: 1;
  transition: .2s;
  width: 66.155%;
}

.app_btn:hover {
  opacity: .7;
}

.floating {
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  visibility: hidden;
  transition: .2s;
  width: 100%;
  z-index: 999;
}

.floating.is_active {
  opacity: 1;
  visibility: visible;
}

.floating_inner {
  position: relative;
}

.floating_inner::before {
  background-color: #fff;
  border-radius: 50px 0 0 50px;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
  width: 95.13%;
}

.floating_btn02 {
  display: block;
  margin: 0 0 0 auto;
  opacity: 1;
  transition: .2s;
  width: 95.13%;
}

.floating_btn02:hover {
  opacity: .7;
}

.floating_btn02 img {
  position: relative;
  z-index: 10;
}

.fadeIn {
  transform: translateY(20px);
  opacity: 0;
  visibility: hidden;
  transition: .8s;
}

.fadeIn.active {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

@keyframes zoomInAnime {
  0% {
      transform: scale(0.6);
      opacity: 0;
  }
  30% {
      transform: scale(0.6);
      opacity: 0;
  }
  55% {
      transform: scale(1.1);
      opacity: 1;
  }
  73% {
      transform: scale(1);
  }
}

@keyframes UpAnime {
  from {
      opacity: 0;
      transform: translateY(130px);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
}

@keyframes DownAnime {
  from {
      opacity: 1;
      transform: translateY(0);
  }
  to {
      opacity: 1;
      transform: translateY(130px);
  }
}

@keyframes floating-y {
  0% {
      transform: translateY(-4px);
  }
  100% {
      transform: translateY(4px);
  }
}

.pageFooter {
	background-color: #EDEDE7;
	padding: 18px 0;
  margin: 8% auto 0;
	font-size: 13px;
}

.pageFooter_contaiter {
  display: block;
  text-align: center;
	max-width: 1024px;
	margin: 0 auto;
}

.pageFooter_head {
	margin-top: 2px;
}

.pageFooter_nav {
	display: flex;
  flex-wrap: wrap;
  justify-content: center;
	margin-left: 20px;
  width: 320px;
  margin: 0 auto;
}

.pageFooter_nav_item {
	margin-left: 20px;
  margin: 15px 15px 0;
}

.pageFooter_nav_item a {
  color: #333;
}

.pageFooter_nav_item a:hover {
  text-decoration: none;
}

.st-footer {
  background-color: #fff;
  border-top: 1px solid #e6e6e6;
  padding-top: 10px;
  max-width: 390px;
  margin: 0 auto;
  width: 100%;
}

.st-footerContainer {
  box-sizing: border-box;
	max-width: 100%;
	margin: 0 auto;
  padding: 0 10px;
	overflow: hidden;
  width: 100%;
}

.st-footer_aeon {
	float: left;
	width: 50%;
}

.st-footer_tree {
	float: right;
	width: 50%;
	text-align: right;
}

.st-footer_tree img {
  height: auto;
  width: auto;
}

.st-footer_copy {
	margin-top: 10px;
	padding: 10px 0;
	color: #333;
  font-size: 10px;
	text-align: center;
	line-height: 23.1px;
}
