﻿/* =====   ====== */
/* Web Font */
@font-face { font-family: "Noto Sans JP"; font-style: normal; font-weight: 400; src: url("../font/NotoSansJP-Regular.otf") format("opentype"); }
@font-face { font-family: "Noto Sans JP"; font-style: normal; font-weight: 700; src: url("../font/NotoSansJP-Bold.otf") format("opentype"); }
/*@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');*/
body { font-family: "Noto Sans JP", sans-serif; }
/*
-----------------------------------------------------------*/

/* 改行の制御 */
.spDispNone { display: inline; }
.nobr { display: inline-block; }
/* テキスト揃え */
.align-left { text-align: left; }
.align-center { text-align: center; }
.align-right { text-align: right; }
/* flex設定 */
.flexRowG0 { display: flex; flex-direction: row; gap: 0; align-items: center; width: 100%; }
.flexRowG4 { display: flex; flex-direction: row; gap: 4px; align-items: center; width: 100%; }
.flexRowG8 { display: flex; flex-direction: row; gap: 8px; align-items: center; width: 100%; }
.flexRowG16 { display: flex; flex-direction: row; gap: 16px; align-items: center; width: 100%; }
.flexColG8 { display: flex; flex-direction: column; gap: 8px; align-items: center; width: 100%; }
.flexColG16 { display: flex; flex-direction: column; gap: 16px; align-items: center; width: 100%; }
.flexColG24 { display: flex; flex-direction: column; gap: 24px; align-items: center; width: 100%; }
.align-items-baseline { align-items: baseline; }
/*body
----------------------------------------------------------- */
body { 
    background-color: #F2FAF9;
}
header, main, footer { 
    width: 100%;
    /* display: block; */
    /* position: relative; */
    min-width: 1440px;
}
@media (max-width: 480px) {
header, main, footer { 
    min-width: 375px;
}
}
/* ヘッダー
----------------------------------------------------------- */
header { background-color: #FFFFFF; }
.headerContents {display: flex; justify-content: center; align-items: center; padding:12px 20px; box-shadow: 0 4px 16px 0 #0000001A; }
.headerContents { padding:24px 200px; margin:0 auto; }
.logo { width:180px; height: 40px; }
@media (max-width: 480px) {
.headerContents {
	padding:12px 0 12px 16px; 
    margin:0 auto;
}
.logo { width:135px; height: 30px;}
}
.header-left a:hover {
    opacity: 0.7;
}
.header-left {
	width: 520px;
    margin: 0;
    float: left;
}
.header-right {
	width: 520px;
    margin: 0;
    float: left;
    text-align: right;
}
.btn-faciliti button:hover {
    opacity: 0.7;
    cursor: pointer;
}
.btn-faciliti button {
    border: none;
    border-radius: 6px;
    background: #006e5e;
    padding: 12px 10px;
    font-size: 14px;
    font-weight: bold;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    color: #ffffff;
    position: relative;
}
.btn-faciliti button>span:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(/assets/img/icon/icon_faciliti.png) top / 100% 100% no-repeat;
    display: inline-block;
    top: 0;
    bottom: 0;
    margin: auto auto auto -35px;
}
.btn-faciliti-text {
    margin-left: 35px;
    display: inline-block;
}
/* main
-----------------------------------------------------------*/
.row-top, .wrapper-point {
	width: 1440px;
	margin: 0 auto;
}
.row {
	height: 810px;
    margin: 0 auto;
	justify-content: space-between;
}
.col-positon-top, .col-positon01, .col-positon02, .col-positon03 {
	display: flex;
}
@media (max-width: 480px) {
.row-top, .wrapper-point {
	width: 375px;
    height: auto;
	margin: 0 auto;
}
}
.col-positon01, .col-positon02, .col-positon03 {
	position:relative;
}
/* top
-----------------------------------------------------------*/
.top-bgArea {
	position:absolute;
	width: 1440px;
	top: 493px;
	bottom: 80px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.top-bgImagePC {
	width: 100%;
}
.top-bgImageSP {
	display: none;
}
@media (max-width: 480px) {
.top-bgArea {
	position: absolute;
	min-width: 375px;
	width: 100%;
	top: 326px;
	bottom: unset;
}
.btn-faciliti {
    display: none;
}
.top-bgImagePC {
	display: none;
}
.top-bgImageSP {
	display: unset;
	width: 100%;
}
}
.row-top {
	position:relative;
    justify-content: center;
	height: 772px;
	padding-top: 52px;
	padding-left: 200px;
	padding-right: 224px;
	z-index: 100;
}
.bnr-aIcon {
	width: 192px;
	height: 64px;
}
.bnr-gIcon {
	width: 213px;
	height: 64px;
}
@media (max-width: 480px) {
.row-top {
	height: 690px;
	padding-top: 40px;
	padding-left: 20px;
	padding-right: 20px;
}
.bnr-aIcon {
	width: auto;
	height: 60px;
}
.bnr-gIcon {
	width: auto;
	height: 60px;
}
}
.box-wrap-top {
	width: 436px;
	height: 451px;
	margin-top: 48px;
}
.top-h2 {
	margin-top: 16px;
	position: relative;
	left: 0;
}
.bnr-contents {
    display: flex;
    width: 430px;
	height: 64px;
	margin-top: 40px;
}
.bnr-a {
	margin-right:24px;
}
.text-s {
    font-weight: 500;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0;
	margin-top: 40px;
	color: #2E2E2E;
}
.text-note-m {
    display: inline-block;
	margin-left: 2px;
}
.iphone-top {
	margin-left: 144px;
}
.pentan-fly {
	width: 144px;
	height: 144px;
	top: 358px;
	right: 80px;
    position: absolute;
}
@media (max-width: 480px) {
.top-h2 {
	left: 12px;
}
.box-wrap-top {
	width: 312px;
	height: 186px;
	margin-top: 0;
}
.bnr-contents {
	position: relative;
	top: 311px;
	margin-top: 0;
	margin: 0 auto;
    width: 312px;
	height: 60px;
    text-align: center;
    justify-content: center;
}
.bnr-a {
    margin-right: 0;
}
.bnr-aIcon {
	width: 180px;
	height: 60px;
}
.bnr-aIcon {
	height: 60px;
}
.text-s {
	position:relative;
    font-size: 14px;
	margin-top: 16px;
	width: 335px;
	top: 311px;
    padding-left: 1em;
}
.u-text-note01 {
	position: absolute;
	top: 0;
	left: 0;

}
.iphone-top {
	margin-left: 0;
	margin: 0 auto;
    width: auto;
	padding-left: 71px;
	padding-right: 70px;
	position: absolute;
	top: 216px;
}
.pentan-fly {
	width: 90px;
	height: 86px;
	top: 93px;
	right: 41px;
    position: absolute;
}
}
.i-mobile-top {
	width: 436px;
    height: 680px;
    opacity: 1;
}
.illust-contents-top {
	position: absolute;
    opacity: 1;
    right: 24px;
	bottom: 20px;
}
.download-mark_pc {
	display: block;
	width: 100%;
    height: 100%;
}
.download-mark_sp {
	display: none;
	width: 100%;
    height: 100%;
}
.n-text {
	margin-bottom:12px;
    font-size: 36px;
    letter-spacing: 0;
    text-align: center;
	color: #008673;
}
.n-text-bold {
    font-family: Futura Hv;
    font-weight: 400;
	font-weight: bold;
    font-size: 64px;
    line-height: 1.0;
    letter-spacing: 0;
    text-align: center;
}
@media (max-width: 480px) {
.i-mobile-top {
	width: 194px;
    height: 303px;
}
.illust-contents-top {
    right: 4px;
	top: 401px;
	bottom: unset;
}
.download-mark_pc {
	display: none;
}
.download-mark_sp {
	display: block;
	width: 100%;
    height: 100%;
}
.n-text {
	margin-bottom:2px;
    font-size: 18px;
}
.n-text-bold {
    font-weight: 500;
    font-size: 28px;
}
}
/* 
-----------------------------------------------------------*/
.col-positon01 {
    margin-top: 80px;
}
.col-padding01, .col-padding02, .col-padding03 {
	padding: 0;
}
.box-wrap {
	width: 480px;
	height: 539px;
	margin-top: 135px;
}
.box-position01, .box-position03 {
	position: absolute;
	left: 765px;	
	right: 200px;
}
.box-position02 {
	position: absolute;
	left: 200px;
    right: 765px;
    margin-top: 153px;
}
.d-bg-color {
    background: #CCEBE6;
}
.row-download {
	position:relative;
	height: 626px;
    margin: 0 auto;
	margin-top: 80px;
    justify-content: center;
    align-items: center;
    padding: 64px 0 80px 0;
    display: grid;
}
.download-contents {
	width: 566px;
	height: 482px;
}
.download_t {
    font-weight: 500;
    font-size: 18px;
    line-height: 2.0;
    letter-spacing: 0;
	margin-top: 32px;
	margin-bottom: 64px;
}
.d-icon-position {
	display: flex;
	position: relative;
	bottom: 0;
}
.d-a-position, .d-g-position {
	display: grid;
    align-items: center;
    justify-items: center;
}
.d-a-position {
	margin-right:40px;
}
.d-a-margin, .d-g-margin {
	margin-bottom: 40px;
}
.d-a-button {
	width: 239px;
	height: 80px;
}
.d-g-button {
	width: 270px;
	height: 80px;
}
.mobile-contents01, .mobile-contents03 {
	position: absolute;
    top: 30px;
	left: 193px;
}
.mobile-contents02 {
	position: absolute;
	top: 30px;
	left: 758px;
	right: 161px;
}
.i-mobile-fa, .i-mobile-fi {
	position:absolute;
	width: 128px;
	height: 128px;
}
.icon-fade {
	position: absolute;
	top: 226px;
	left: 25px;
}
.i-mobile-fa {
	top: 0;
	left:0;
}
.i-mobile-fi {
	top: 90px;
	left: 310px;
}
@media (max-width: 480px) {
.col-positon-top, .col-positon01, .col-positon02, .col-positon03 {
	display: block;
}
.col-positon01 {
	height: 484px;
    margin-top: 60px;
}
.col-positon02 {
	height: 462px;
    margin-top: 40px;
}
.col-positon03 {
	height: 452px;
    margin-top: 40px;
}
.box-wrap {
	width: 335px;
	height: 180px;
	margin-top: 0;
}
.box-position01, .box-position03 {
	position: relative;
	right: auto;
	left: auto;
	margin-left: 20px;
    margin-right: 20px;
	top: 304px;
}
.box-position02 {
	position: relative;
	top: 304px;
	left: auto;
    right: auto;
    margin-top: 0;
	margin-left: 20px;
    margin-right: 20px;
    
}
.row-download {
    display: block;
    width: 375px;
    height: 236px;
    margin-top: 60px;
    padding: 60px 0;
}
.download-contents {
	width: auto;
	height: auto;
}
.download_t, .qr-a, .qr-g {
    display: none;
}
.d-icon-position {
	display: block;
	text-align: center;
	margin-top:25px;
}
.d-a-position, .d-g-position {
	display: block;
}
.d-a-position {
	margin-right:0;
}
.d-a-margin, .d-g-margin {
	margin-bottom: 0;
}
.d-a-button {
	width: auto;
	height: 57px;
}
.d-g-button {
	width: auto;
	height: 57px;
}
.iphone-main {
	width: auto;
    height: auto;
}
.mobile-contents01, .mobile-contents03 {
    top: 0;
	left: 150px;
	margin: 0 auto;
}
.mobile-contents02 {
    top: 0;
	right: auto;
	left: 20px;
	margin: 0 auto;
}
.i-mobile-fa, .i-mobile-fi {
	position:absolute;
	width: 62px;
	height: 62px;
}
.icon-fade {
	width: 100%;
	height: auto;
	top: 91px;
	left: 4px;
}
.i-mobile-fa {
	top: 0;
	left:3px;
}
.i-mobile-fi {
	top: 38px;
	left: 136px;
}
}
.i-mobile {
	width: 525px;
    height: 750px;
    opacity: 1;
}
.iphone-main {
	width: 480px;
    height: 745px;
    opacity: 1;
}
.app_h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    vertical-align: middle;
	color: #003D34;	
	margin-top: 16px;
	white-space: nowrap;
}

.app_h3 {
    font-weight: 700;
    font-size: 22px;
    line-height: 1.6;
	letter-spacing: 0.03em;
    vertical-align: middle;
	color: #008673;	
}
.h-color_sb {
	color: #003D34;
}
.app_p {
    font-weight: 500;
    font-size: 18px;
    line-height: 2.0;
    letter-spacing: 0;
	margin-top: 24px;
	margin-bottom: 40px;
	color: #2E2E2E;
}
.app-illust {
	text-align: center;
}
.bg-text {
    font-family: Futura Hv;
    font-weight: 400;
	font-weight: bold;
    font-size: 320px;
    line-height: 1.0;
    letter-spacing: 0;
    vertical-align: middle;
    color: #FFFFFF;
	width: 370px;
	height: 320px;
    text-shadow: 
      3px 3px 0 #008673,  /* 右下 */
     -3px 3px 0 #008673,  /* 左下 */
     -3px -3px 0 #008673, /* 左上 */
      3px -3px 0 #008673; /* 右上 */
}
.bg-text02 {
	position: absolute;
    width: 364px;
    right: 0;
}
.bg-text03 {
    width: 367px;
}
.bg-text_pc {
	display: block;
}
.bg-text_sp {
	display: none;
}
.col01-illist {
    width: 247px;
	height: 200px;
}
.col02-illist {
    width: 163px;
	height: 200px;
}
.col03-illist {
    width: 200px;
	height: 200px;
}
@media (max-width: 480px) {
.i-mobile {
	width: 224px;
    height: 320px;
}
.iphone-main {
    width: auto;
    height: auto;
}
.app_h2 {
    font-size: 24px;
	margin-top: 8px;
}
.app_h3 {
    font-size: 16px;
    white-space: nowrap;
}
.h2-col01, .h2-col02, .h2-col03 {
	font-size: 20px;
}
.h2-d {
	font-size: 20px;
	margin-top: 0;
    text-align: center;
	margin: 0 20px;
}
.ta-sp {
    text-align: center;
	position: relative;
	left: 12px;
}
.app_p {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 16px;
    margin-bottom: 0;
}
.col02 > .app_p {
    width: 334px;
}
.col02 > .app_p > br, .col03 > br {
    display: none;
}
.bg-text {
    font-size: 100px;
	width: 121px;
	height: 100px;
	position: absolute;
	top: 40px;
	left: 20px;
}
.bg-text02 {
	position: absolute;
	font-size: 100px;
	top: 20px;
	left: auto;
	right: 20px;
}
.bg-text_pc {
	display: none;
}
.bg-text_sp {
	display: block;
}
.app-illust {
	text-align: unset;
}
.col01-illist, .col02-illist, .col03-illist {
	height: 100px;
	width: auto;
	position: absolute;
}
.col01-illist, .col03-illist {
	left: auto;
	bottom: 218px;
}
.col02-illist {
	right: 20px;
	bottom: 218px;
}
.col03-illist {
	left: 10px;
}
}
/* ペンタン
-----------------------------------------------------------*/
.p-stand {
	height: auto;
    display: block;
    width: auto;
    position: relative;
}
.p-handup02 {
	position: absolute;
    z-index: 1;
    top: 58px;
    margin-left: 26px;
	opacity: 0;
}
.bg-p-pentan {
	position: relative;
	margin-left: 26px;
}
.pentanH-size01 {
	width: 359px;
	height: 327px;
}
.pentanS-size01 {
	width: 322px;
	height: 327px;
}
@media (max-width: 480px) {
.p-stand {
    position: absolute;
}
.p-stand {
	left: 20px;
}
.pentanS-size01 {
    width: 116px;
    height: 118px;
}
.pentanH-size01 {
    width: 130px;
    height: 119px;
}
.p-handup02 {
	position: absolute;
    z-index: 1;
    top: 38px;
    margin-left: 8px;
}
.bg-p-pentan {
	position: relative;
	margin-left: 8px;
	margin-right: 8px;
}
}
/*---leading-trim(今回は初期値設定)はsafariのみ対応のため、未実装---*/

/* フッター
-----------------------------------------------------------*/
.ctaArea {
text-align: center;
    position: absolute;
    margin: 0 auto;
    width: 531px;
    left: 0;
    right: 0;
	bottom: 0;
    min-width: 1440px;
	height: 100%;
}
.ctaPosition {
	height: 180px;
	z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
	bottom: 192px;
    margin: 0 auto;
	z-index: 200;
}
.bgArea {
	width: 100%;
	bottom: 0;
}
.bgImage {
	width: 100%
}
.bgImageSP {
	display: none;
}
footer {
	position: relative;
	margin-top: 160px;
}
.ca-illst {
    margin-left: 26px;
}
.ca-illst:first-child {
    margin-left: 0;
}
/*コピーライト*/
.cr-position {
	margin-top: 126px;
	margin-bottom: 44px;
	position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
	font-family: Noto Sans JP;
   font-weight: 500;
   font-size: 14px;
   line-height: 1.6;
   letter-spacing: 0;
   text-align: center;
}
@media (max-width: 480px) {
  footer {
    margin-top: 60px;
	height: 242px;
  }
.ctaArea {
text-align: center;
    position: absolute;
    margin: 0 auto;
    width: auto;
    left: 0;
    right: 0;
	bottom: 0;
    min-width: 375px;
	height: 100%;
}
.ctaPosition {
	height: 119px;
	position: absolute;
	top: auto;
	bottom: 80px;
}
.ca-illst {
    margin-left: 8px;
}
.u-ca-illst { width: 52px; }
.k-ca-illst { width: 41px; }
.pS-ca-illst { width: 71px; height: 80px; }
.pH-ca-illst { width: 80px; height: 80px; }
.l-ca-illst { width: 47px; }
.r-ca-illst { width: 39px; }
.bgImage {
	display: none;
}
.bgImageSP {
	display: block;
	width: 100%;
}
.cr-position {
	margin-top: 35px;
	margin-bottom: 23px;
}
}
/*吹き出し　フッター*/
.bg-fukidashi {
    position: absolute;
    padding: 24px 40px;
    background-color: #CCEBE6;
    border-radius: 10px;
	bottom: 357px;
    opacity: 0;
	margin: 0 auto;
    left: 0;
    right: 0;
	width: 531px;
	z-index: 100;
}
.fukidashi-t {
	margin: 0 auto;
    right: 0;
    left: 0;
    width: 26px;
    height: 20px;
    position: absolute;
    text-align: center;
    top: 79px;
}
@media (max-width: 480px) {
.d-fukidashi {
    position: absolute;
    font-size: 14px;
    line-height: 20px;
    padding: 16px 20px;
    left: 175px;
    right: 19px;
	width: 180px;
	height: 52px;
    margin-left: 0;
}
.d-fukidashi-t {
	margin: 0 16px;
    right: 0;
    left: -33px;
    width: 20px;
    position: absolute;
    text-align: center;
    top: auto;
    transform: rotate(90deg);
}
.bg-fukidashi {
    padding: 16px 20px;
    font-size: 14px;
	top: 0;
	width: 319px;
    height: 52px;
}
.fukidashi-t {
    top: 51px;
}
.bgArea {
    position: absolute;
	bottom: 0;
}
}
/* animation
----------------------------------------------------------- */
.bound {
	animation-name: bound;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-delay: 0.5s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
	transition: opacity 1.5s ease-in;
}
@keyframes bound {
	0% {
	transform: translateY(20%);
	opacity:0;
	}
	20% {
	transform: translateY(-4%);
	}
	50% {
	transform: translateY(0%);
	}
	75% {
	transform: translateY(-2%);
	}
	100% {
	transform: translateY(0%);
	opacity:1;
	}
}
/*

/*スマホフェード表示①②③*/
.fade-block01, .fade-block02, .fade-block03 {
	opacity: 0;
	transform: translateY(10%);
	transition: all 0.5s;
}
.fade-block01.blockIn {
	transform: translateY(0);
	opacity: 1;
}
.fade-block02.blockIn {
	transform: translateY(0);
	opacity: 1;
}
.fade-block03.blockIn {
	transform: translateY(0);
	opacity: 1;
}

.icon-fade {
	opacity: 0;
	transform: translateY(0);
	transition: all 1s;
}
.icon-fade.blockIn {
	transform: translateY(0);
	opacity: 1;
}
/**/
/*フッター欄の吹き出し*/
.pentan-fade05 {
	opacity: 0;
	transform: translateY(20%);
	transition: all 0.5s 1s ease-in;
}
.pentan-fade05.blockIn {
	transform: translateY(0);
	opacity: 1;
}
/**/
/*フッター欄のペンタン 手上げ*/
.pentan-fade06 {
	opacity: 0;
	transform: translateY(0);
	transition: all 0s 0.5s;
}
.pentan-fade06.blockIn {
	transform: translateY(0);
	opacity: 1;
}
/**/
/*フッター欄のペンタン*/
.pentan-fade07 {
	display: inline-block;
	opacity: 1;
	transform: translateY(0);
	transition: all 0s 0.5s;
}
.pentan-fade07.blockIn {
	transform: translateY(0);
	opacity: 0;
}
/**/
/* ポップアップ
----------------------------------------------------------- */
/* オーバーレイ */
.popup { cursor:pointer; }
#modal-overlay { z-index: 300; display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100vh; background-color:rgba(0,61,52,.9); }
.modal-content { word-wrap: break-word; display: none; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); width: calc(100vw - 40px); max-width: 592px; padding: 32px 24px; z-index: 301; background-color: #fff; border-radius: 24px; box-shadow: 0px 4px 16px 0px #0000001A; }
.modal-title { color: #2e2e2e; font-size: 18px; line-height: 26px; font-weight: 700; margin-bottom: 24px; }
.confirmationDocumentBox { align-items: baseline; background: #FAFAFA; padding:24px; border-radius:16px; }
.confirmationDocumentBox .c_list01_dotS { padding:8px; }
@media (min-width: 760px) {
.modal-title { font-size:22px; line-height:32px; }
.confirmationDocumentBox .c_list01_dotS { padding:9px; }
}
/* 閉じるボタン */
.popup-closeBtn { position: absolute; top: -24px; right: -20px; }
.popup-closeBtn:hover { cursor: pointer; }

/* 追加 */
.c_disp-2, .c_disp-a1, .c_disp-a2, .c_disp-a3{ display:none; opacity:0; }
.is-visible{ display:block; opacity:1; animation:fadeIn 0.5s; animation-timing-function: ease-out; }
.flexColG16.is-visible { display:flex; }
@keyframes fadeIn{
 0%{ opacity:0; }
 100%{ opacity:1; }
}
.no-bg{background:#F2FAF9;}
.c_tabEllipse_active{ animation:fadeIn 1.5s;}

/* タブセレクト時の背景色無効化 */
.c_tab03 .c_tabEllipse_tabSelected .c_tab03_tabBg{background:#FAFAFA !important;}

/* 既存クラスの追加定義 */
.c_tab03_tabBg{position:relative;}
.c_tab03_tabBg p {transition: color 0.5s; z-index:10;}

/* スライドする背景色 */
.c_tab03 .c_tabActive{ content:''; display: flex; justify-content: center; align-items: center; position: absolute; background-color: #008673; height: 48px; width: 100%; color: #008673; border-radius: 28px; z-index: 2;}
.c_tab03 .c_tabActive_ini{ content:''; display: flex; justify-content: center; align-items: center; position: absolute; background-color: #008673; height: 48px; width: 100%; color: #008673; border-radius: 28px; z-index: 2;}

/* スライド */
.c_tab03 .c_tab03_tab[data-target_id="c_tab03_content1"] .c_tabActive{ animation: rightToLeft 0.5s forwards; }
.c_tab03 .c_tab03_tab[data-target_id="c_tab03_content2"] .c_tabActive{ animation: leftToRight 0.5s both; }
@keyframes rightToLeft {
 0% {
  transform: translateX(100%);
 }
 100% {
  transform: translateX(0);
 }
}

@keyframes leftToRight {
 0% {
  transform: translateX(-100%);
 }
 100% {
  transform: translateX(0%);
 }
}


/* バナー出し分け */
@media (max-width: 480px) {
.bnr_nodisp_sp{
  display: none;
}
