@charset "UTF-8";

/******************
スライド画像[共通]
******************/
.mainTop{
  	position:relative;
  	overflow:hidden;
}
.mainTop::before{
    width:240vw;
    height:160vw;
  	content:"";
  	position:absolute;
  	left:50%;
  	 top:30vw;
  	transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
  	border-radius:50% 50% 0 0;
	-moz-border-radius:50% 50% 0 0;
	-webkit-border-radius:50% 50% 0 0;
  	z-index:0;
	background:url("./images/top/main-bg.svg") repeat center top,linear-gradient(180deg,#148461,#d4e52c);
	background-size:200px auto, auto;
}
.mainVisual {
  	position:relative;
  	width:100%;
  	margin:0 auto;
  	margin-top:90px;
  	height:calc(100vh - 90px);
	min-height:600px;
}
.mainVisualUnder{
	position:absolute;
  	bottom:0;
  	left:0;
  	right:0;
  	width:100%;
  	height:100%;
  	z-index:100;
}
.mv1{
	position:absolute;
	left:50%;
  	bottom:20px;
	transform: translateY(40px) translateX(-50%);
	-webkit-transform:translateY(40px) translateX(-50%);
	-moz-transform:translateY(40px) translateX(-50%);
  	opacity:0;
  	transition:opacity .9s ease-out,transform .9s ease-out;
	width:28vw;
    height:auto;
  	mask-image: url("./images/top/main1-mask.svg");
  	mask-repeat: no-repeat;
  	mask-position: center;
  	mask-size: 100% 100%;
  	-webkit-mask-image: url("./images/top/main1-mask.svg");
  	-webkit-mask-repeat: no-repeat;
  	-webkit-mask-position: center;
  	-webkit-mask-size: 100% 100%;
}
.mv1 img{
  	width:100%;
  	height:100%;
  	object-fit:cover;
}
.mv2{
	position:absolute;
	left:-2%;
	 width:25vw;
    height:auto;
    bottom:-8vw;
  	mask-image: url("./images/top/main2-mask.svg");
  	mask-repeat: no-repeat;
  	mask-position: center;
  	mask-size: 100%;
  	-webkit-mask-image: url("./images/top/main2-mask.svg");
  	-webkit-mask-repeat: no-repeat;
  	-webkit-mask-position: center;
  	-webkit-mask-size: 100%;
	transform: rotate(-15deg);
	-moz-transform: rotate(-15deg);
	-webkit-transform: rotate(-15deg);
}
.mv2 img{
  	display:block;
  	width:100%;
  	height:auto;
  	object-fit:cover;
  	object-position:right center;
}
.mv3{
	position:absolute;
	right:-2%;
	width:25vw;
    height:auto;
    bottom:-8vw;
	mask-image: url("./images/top/main3-mask.svg");
  	mask-repeat: no-repeat;
  	mask-position: center;
 	mask-size: contain;
  	-webkit-mask-image: url("./images/top/main3-mask.svg");
  	-webkit-mask-repeat: no-repeat;
  	-webkit-mask-position: center;
  	-webkit-mask-size: contain;
	transform: rotate(15deg);
	-moz-transform: rotate(15deg);
	-webkit-transform: rotate(15deg);
}
.mv3 img{
  	width:100%;
  	height:100%;
  	object-fit:cover;
	object-position: left center;
}
.mv4{
	position:absolute;
	left:21%;
	width:10vw;
    top:13%;
}
.mv4 img{
	width:100%;
	height:auto;
  	display:block;
  	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
}
.mv5{
	position:absolute;
	right:20%;
	width:12vw;
    top:5%;
}
.mv5 img{
	width:100%;
	height:auto;
  	display:block;
  	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
}
.mv {
  opacity:0;
  transform:translateY(15px);
  transition:opacity .9s ease, transform .9s ease;
}
.mv.start {
  opacity:1;
  transform:translateY(0);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
  animation-direction: alternate;
}
.mv1.start{
	transition-delay: .1s;
  	opacity:1;
	transform: translateY(0) translateX(-50%)!important;
	-webkit-transform: translateY(0) translateX(-50%)!important;
	-moz-transform: translateY(0) translateX(-50%)!important;
}
.mv2.start{
  transition-delay: .6s;
  opacity:1;
	transform: rotate(-15deg)!important;
	-moz-transform: rotate(-15deg)!important;
	-webkit-transform: rotate(-15deg)!important;
}
.mv3.start{
  transition-delay: .8s;
  opacity:1;
	transform: rotate(15deg)!important;
	-moz-transform: rotate(15deg)!important;
	-webkit-transform: rotate(15deg)!important;
}
.mv4.start{
  transition-delay: .2s;
  opacity:1;
}
.mv5.start{
  transition-delay: .4s;
  opacity:1;
}
.mvChara{
	position:absolute;
	width: 7vw;
  	right: 26%;
  	top: 52%;
}
.mvChara img{
	width:100%;
	height:auto;
}
.mainMessege{
	position:relative;
	z-index:80;
	width:90%;
	max-width:1400px;
	margin:0 auto;
	padding:60px 0 100px 0;
}
.mainMessege::before,
.mainMessege::after {
  	content: "";
  	position: absolute;
  	top: 50%; 
  	transform: translateY(20px);
	-moz-transform: translateY(20px);
	-webkit-transform: translateY(20px);
  	width: 148px;
  	height: 254px;
  	background-size: contain;
  	background-repeat: no-repeat;
  	z-index: 10;
  	opacity: 0;
  	transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.mainMessege::before {
  	left: 0;
  	background-image: url('./images/top/message-left.png');
  	transition-delay: 0.1s;
}
.mainMessege::after {
  	right: 0;
  	background-image: url('./images/top/message-right.png');
  	transition-delay: 0.2s;
}
.mainMessege.start::before,
.mainMessege.start::after {
  	opacity: 1;
  	transform: translateY(-70px);
	-moz-transform: translateY(-70px);
	-webkit-transform: translateY(-70px);
}

.topUpMidashi{
	font-size:7rem;
	font-family:var(--enLg);
	color:#fff;
	line-height:1.5;
	text-align:center;
	font-weight:700;
	letter-spacing:0.2rem;
	margin:0 auto 40px auto;
}
.topUpMidashi span{
	font-size:2.2rem;
	font-weight:600;
	display:block;
	letter-spacing:0.5rem;
}
.topUpTxt{
	color:#fff;
	font-size:1.7rem;
	text-align:center;
}
@media screen and (max-width: 1500px) {
.topUpTxt{
	font-size:1.6rem;
}
}
@media screen and (max-width: 1366px) {
.mainVisual {
  	height:auto;
}
}

@media screen and (max-width: 1200px) {
.mainMessege{
	padding:60px 0 80px 0;
}
.mainMessege::before,
.mainMessege::after {
  	display:none;
}
.mainTop::before {
    top: 38vw;
}
}
@media screen and (max-width: 1024px) {
.mainTop::before {
     top: 42vw;
}
.mainVisualUnder {
    bottom: unset;
    height: 38vh;
}
.mainMessege {
    width: 84%;
    max-width: 84%;
    padding: 0 0 80px 0;
}
.topUpTxt {
    text-align:left;
}
}
@media screen and (max-width: 950px) {
.mainTop::before {
     display:none;
}
.mainVisual {
    min-height: 550px;
}
.mainVisualUnder {
    min-height: 550px;
}
.mv1{
  	bottom:-2vw;
	width:38vw;
    height:auto;
  	mask-image: unset;
  	mask-repeat: unset;
  	mask-position:unset;
  	mask-size: unset;
  	-webkit-mask-image:unset;
  	-webkit-mask-repeat: unset;
  	-webkit-mask-position: unset;
  	-webkit-mask-size: unset;
}
.mv1 img{
  	object-fit:unset;
	width:100%;
	height:auto;
  	display:block;
  	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
}
.mv2{
    left: -6%;
    width: 32vw;
    bottom: -15vw;
  	mask-image: unset;
  	mask-repeat: unset;
  	mask-position:unset;
  	mask-size: unset;
  	-webkit-mask-image:unset;
  	-webkit-mask-repeat: unset;
  	-webkit-mask-position: unset;
  	-webkit-mask-size: unset;
}
.mv2 img{
  	object-fit:unset;
	width:100%;
	height:auto;
  	display:block;
  	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
  	object-position:unset;
}
.mv3{
	right:-6%;
	width:32vw;
    height:auto;
    bottom:-15vw;
	mask-image: unset;
  	mask-repeat: unset;
  	mask-position:unset;
  	mask-size: unset;
  	-webkit-mask-image:unset;
  	-webkit-mask-repeat: unset;
  	-webkit-mask-position: unset;
  	-webkit-mask-size: unset;
}
.mv3 img{
  	object-fit:unset;
	width:100%;
	height:auto;
  	display:block;
  	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
  	object-position:unset;
}
.mv4{
	left:15%;
	width:14vw;
    top:13%;
}
.mv5{
	position:absolute;
	right:7%;
	width:18vw;
    top:3%;
}
.mvChara{
	width:12vw;
  	left: 2%;
	right:unset;
  	top: 1%;
}
.mainMessege{
	width:84%;
	max-width:84%;
    padding:70px 8%;
	border-radius:50% 50% 0 0;
	-moz-border-radius:50% 50% 0 0;
	-webkit-border-radius:50% 50% 0 0;
  	z-index:-1;
	background:url("./images/top/main-bg.svg") repeat center top,linear-gradient(180deg,#148461,#31a028);
	background-size:auto;
	overflow:hidden;
	z-index:0;
}
.topUpMidashi {
    font-size: 5rem;
}
.topUpMidashi span {
    font-size: 1.75rem;
    letter-spacing: 0.1rem;
}
}
@media screen and (max-width: 700px) {
.mainMessege{
    padding:60px 8%;
	border-radius:30% 30% 0 0;
	-moz-border-radius:30% 30% 0 0;
	-webkit-border-radius:30% 30% 0 0;
}
.mv4 {
    left: 22%;
    width: 21vw;
    top: 10%;
}
.mv5 {
    width: 26vw;
}
}
@media screen and (max-width: 600px) {
.mainVisual {
    min-height:550px;
}
.mainVisualUnder {
    min-height:540px;
}
.mv1{
  	bottom:unset;
	width:45vw;
	top:3vw;
	left:28vw;
}
.mv2{
    left: -6%;
    width: 38vw;
    bottom: -15vw;
}
.mv3{
    right: -6%;
    width: 38vw;
    bottom: -15vw;
}
.mv4 {
    left: 36vw;
    width: 28vw;
    top: unset;
    bottom: 10vw;
}
.mv5 {
    right: 6vw;
    width: 37vw;
    top: 28%;
}
.mvChara{
  	left: 65%;
  	top: 2%;
}
}
@media screen and (max-width: 480px) {
.mainVisual {
	margin-top: 60px;
	min-height:53vh;
}
.mainVisualUnder {
    min-height:50vh;
}
.mainMessege{
    padding:50px 8%;
	border-radius:5% 5% 0 0;
	-moz-border-radius:5% 5% 0 0;
	-webkit-border-radius:5% 5% 0 0;
}
.topUpMidashi {
    font-size: 4.2rem;
	margin:0 auto 30px auto;
}
.topUpMidashi span {
    font-size: 1.65rem;
}
.mvChara{
  	width:15vw;
	left: 68%;
  	top: 6%;
}
}
@media (max-height: 800px) { 
.mainVisual { 
	min-height: 82vh;
}
.mainVisualUnder { 
	min-height: 70vh;
}
}
@media (orientation: landscape) and (max-width: 956px) {
.mv1 {
	bottom: -8vw;
	width: 26vw;
}
.mv2 {
	left: -1%;
	width: 22vw;
	bottom: -20vw;
}
.mv3 {
	right: -1%;
	width: 22vw;
	bottom: -20vw;
}
.mv4 {
	left: 18%;
	width: 12vw;
}
.mv5 {
	right: 14%;
	width: 16vw;
	top: 0%;
}
}

/******************
トップ・バナー
******************/
.topMiddleBnr{
	width:100%;
	max-width:1300px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	z-index:100;
	padding:100px 0 0 0;
}
.topBnrWrapper ul{
	width:100%;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
}
.topBnrWrapper ul li{
	width:32%;
	margin:0 0 2% 0;
}
.topBnrWrapper ul li a{
	display:block;
	width:100%;
	transition:.3s;
	overflow: hidden;
}
.topBnrWrapper ul li a img{
	display:block;
	width:100%;
	overflow: hidden;
}
.topBnrWrapper ul li a:hover img{
	 transform: scale(1.05);
	 -webkit-transform: scale(1.05);
	 -moz-transform: scale(1.05);
	opacity:1!important;
	-moz-opacity:1!important;
	-webkit-opacity:1!important;
}
@media (max-width: 1600px) { 
.topMiddleBnr{
	padding:80px 0 10px 0;
}
}
@media (max-width: 1400px) { 
.topMiddleBnr{
	width:94%;
	max-width:94%;
}
}
@media (max-width: 1200px) { 
.topMiddleBnr{
	padding:60px 0 10px 0;
}
}
@media (max-width: 800px) { 
.topMiddleBnr {
    padding: 50px 0 10px 0;
}
.topBnrWrapper ul{
	justify-content:space-between;
	align-items:center;
}
.topBnrWrapper ul li{
	width:46%;
	margin:0 auto 4% auto;
}
}


/******************
トップ・下川薬局を知る・環境を知る
******************/
.topAboutWrapper{
	width:80%;
	overflow:visible;
	position:relative;
	padding:80px 0 0 0;
	margin:0 0 60px 0;
}
.topAbout{
	width:100%;
	max-width:100%;
	position:relative;
	display:flex;
	justify-content:space-between;
	flex-direction: row-reverse;
}
.topAboutL{
	width:40%;
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.topAboutR{
	width:60%;
	background:#fff;
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.topAboutMidashi{
	color:var(--themecolor);
	font-family:var(--enLg);
	font-weight:700;
	font-size:7rem;
	position:absolute;
  	top:-16px;
  	left:5%;
  	z-index:100; 
	letter-spacing:0.5rem;
}
.topAboutNaka{
	width:70%;
	margin:0 auto;
}
.topAboutMiddleMidashi{
	font-weight:500;
	font-size:2.5rem;
	margin:0 auto 10px auto;
}
.topAboutMiddleTxt{
	margin:0 auto 60px auto;
}
.topAboutNaka ul{
	width:100%;
}
.topAboutNaka ul li{
	position:relative;
}
.topAboutNaka ul li a{
	display:block;
	width:100%;
	overflow:hidden;
	border-top:1px solid var(--themecolor);
	padding:20px 2% 18px 2%;
	font-size:1.7rem;
	position:relative;
	transition:.3s;
	box-sizing:border-box;
}
.topAboutNaka ul li a::after{
  	content:"";
  	position:absolute;
  	right:3%;
  	top:50%;
  	transform:translateY(-50%);
  	width:36px;
  	height:36px;
  	background:#229674 url('./images/common/white-arrow.png') no-repeat center center;
  	background-size:14px 10px;
  	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	transition:.3s;
}
.topAboutNaka ul li a:hover{
	text-decoration:none;
	background:#f3fff7;
}
.topAboutNaka ul li a:hover::after{
  	right:1%;
}
.topAboutPic img{
	border-radius:0 50% 50% 0; 
	-moz-border-radius:0 50% 50% 0; 
	-webkit-border-radius:0 50% 50% 0; 
}
.topAboutPic figure{
	margin:0 auto!important;
}
.topEnvWrapper{
	width:80%;
	overflow:visible;
	position:relative;
	padding:80px 0 220px 0;
	margin: 0 0 0 20%;
}
.topEnv{
	width:100%;
	max-width:100%;
	position:relative;
	display:flex;
	justify-content:space-between;
}
.topEnvL{
	width:40%;
	display: flex;
    flex-direction: column;
    justify-content: center;
	position:relative;
}
.topEnvR{
	width:60%;
	background:#fff;
	display: flex;
    flex-direction: column;
    justify-content: center;
	position:relative;
}
.topEnvMidashi{
	color:#e0521e;
	font-family:var(--enLg);
	font-weight:700;
	font-size:7rem;
	position:absolute;
  	top:-16px;
  	right:5%;
  	z-index:100; 
	letter-spacing:0.5rem;
}
.topEnvNaka{
	width:70%;
	margin:0 auto;
}
.topEnvMiddleMidashi{
	font-weight:500;
	font-size:2.5rem;
	margin:0 auto 10px auto;
}
.topEnvMiddleTxt{
	margin:0 auto 60px auto;
}
.topEnvNaka ul{
	width:100%;
}
.topEnvNaka ul li{
	position:relative;
}
.topEnvNaka ul li a{
	display:block;
	width:100%;
	overflow:hidden;
	border-top:1px solid #e0521e;
	padding:20px 2% 18px 2%;
	font-size:1.7rem;
	position:relative;
	transition:.3s;
	box-sizing:border-box;
}
.topEnvNaka ul li a::after{
  	content:"";
  	position:absolute;
  	right:3%;
  	top:50%;
  	transform:translateY(-50%);
  	width:36px;
  	height:36px;
  	background:#e0521e url('./images/common/white-arrow.png') no-repeat center center;
  	background-size:14px 10px;
  	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	transition:.3s;
}
.topEnvNaka ul li a:hover{
	text-decoration:none;
	background:#fcefeb;
	color:#e0521e;
}
.topEnvNaka ul li a:hover::after{
  	right:1%;
}
.topEnvPic img{
	border-radius:50% 0 0 50% ; 
	-moz-border-radius:50% 0 0 50% ; 
	-webkit-border-radius:50% 0 0 50% ; 
}
.topEnvPic figure{
	margin:0 auto!important;
}
@media (max-width: 1650px) { 
.topAboutWrapper{
	width:90%;
}
.topAboutL{
	width:45%;
}
.topAboutR{
	width:55%;
}
.topAboutNaka {
    width: 82%;
}
.topEnvWrapper{
	width:90%;
	margin: 0 0 0 10%;
}
.topEnvL{
	width:45%;
}
.topEnvR{
	width:55%;
}
.topEnvNaka {
    width: 82%;
}
.topAboutMiddleTxt {
    margin: 0 auto 40px auto;
}
.topEnvMiddleTxt {
    margin: 0 auto 40px auto;
}
}

@media (max-width: 1300px) { 
.topAboutWrapper{
	width:95%;
}
.topAboutMidashi {
    font-size: 6rem;
    letter-spacing: 0.2rem;
	left: 1%;
}
.topAboutL{
	width:55%;
}
.topAboutR{
	width:45%;
}
.topEnvMidashi {
    font-size: 6rem;
    letter-spacing: 0.2rem;
	right:1%;
}
.topEnvWrapper{
	width:95%;
	margin: 0 0 0 5%;
	padding: 40px 0 160px 0;
}
.topEnvL{
	width:55%;
}
.topEnvR{
	width:45%;
}
}

@media (max-width: 1100px) {
.topAboutWrapper {
    width: 100%;
    padding: 40px 0 0 0;
    margin: 0 auto 40px auto;
}
.topAbout {
    display: block;
}
.topAboutL{
	display: block;
	width:100%;
	max-width:800px;
	margin:0 auto 70px auto;
}
.topAboutR{
	display: block;
	width:100%;
	margin:0 auto;
	position:relative;
}
.topAboutPic{
	width:100%;
	max-width:100%;
}
.topAboutPic img{
	border-radius:0; 
	-moz-border-radius:0; 
	-webkit-border-radius:0; 
}
.topAboutMidashi {
	top:-14px;
    left:0;
	right:0;
	margin:auto;
	text-align:center;
}
.topAboutNaka {
    width: 84%;
	padding:8% 0 5% 0;
}
.topAboutMiddleMidashi {
    font-size: 2.2rem;
}
.topEnvWrapper {
    width: 100%;
    margin: 0 auto;
}
.topEnv {
    display: block;
}
.topEnvL{
	display: block;
	width:100%;
	max-width:800px;
	margin:0 auto 70px auto;
}
.topEnvR{
	display: block;
	width:100%;
	margin:0 auto;
	position:relative;
}
.topEnvPic{
	width:100%;
	max-width:100%;
}
.topEnvPic img{
	border-radius:0; 
	-moz-border-radius:0; 
	-webkit-border-radius:0; 
}
.topEnvMidashi {
	top:-14px;
    left:0;
	right:0;
	margin:auto;
	text-align:center;
}
.topEnvNaka {
    width: 84%;
	padding:8% 0 5% 0;
}
.topEnvMiddleMidashi {
    font-size: 2.2rem;
}
}

@media (max-width: 950px) {
.topAboutMidashi {
     font-size: 5rem;
}
.topEnvWrapper {
     padding: 20px 0 120px 0;
}
.topEnvMidashi {
     font-size: 5rem;
}
}
@media (max-width: 640px) {
.topAboutL {
     margin: 0 auto 50px auto;
}
.topAboutMidashi {
     font-size: 4.3rem;
}
.topAboutNaka {
	padding:11% 0 8% 0;
}
.topAboutMiddleMidashi {
    font-size: 2rem;
	margin: 0 auto 5px auto;
}
.topAboutMiddleTxt {
     margin: 0 auto 20px auto;
}
.topAboutNaka ul li a {
    padding: 17px 2% 15px 2%;
}
.topAboutNaka ul li a::after {
    width: 30px;
    height: 30px;
}
.topEnvWrapper {
     padding: 20px 0 90px 0;
}
.topEnvL {
     margin: 0 auto 50px auto;
}
.topEnvMidashi {
     font-size: 4.3rem;
}
.topEnvNaka {
	padding:11% 0 8% 0;
}
.topEnvMiddleMidashi {
    font-size: 2rem;
	margin: 0 auto 5px auto;
}
.topEnvMiddleTxt {
     margin: 0 auto 20px auto;
}
.topEnvNaka ul li a {
    padding: 17px 2% 15px 2%;
}
.topEnvNaka ul li a::after {
    width: 30px;
    height: 30px;
}
}
@media (max-width: 480px) {
.topAboutMidashi {
     font-size: 3.8rem;
}
.topEnvWrapper {
     padding: 10px 0 80px 0;
}
.topEnvMidashi {
     font-size: 3.8rem;
}
}


/******************
トップ・数字で見る
******************/
.contentsTopDateBg{
	width:100%;
	background: url("./images/top/top-date-bg.png") repeat 0px -30px;
  	background-size: cover;
	padding:0 0 80px 0;
	position:relative;
}
.topDateHeader {
	text-align: center;
}
.topNumberMidashi{
	text-align:center;
	font-weight:500;
	color:var(--basecolor);
	margin:0 auto 50px auto;
	line-height:1.4;
	font-size:2.2rem;
	display: inline-block;
}
.topNumberMidashi span{
	color:var(--themecolor);
	font-family:var(--enLg);
	font-weight:700;
	font-size:7rem;
	display:block;
}
.topNumberMidashi br{
	display:none;
}
.tdhChalla{
	display: inline-flex;
  	align-items: center;
  	gap: 10px;
}
.tdhChalla img{
  	width: 124px;
  	height: auto;
}
.topNumber{
	width:90%;
	max-width:1200px;
	margin:0 auto;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding:30px 0;
}
.topNumberOne{
	width:30%;
	box-sizing:border-box;
	border:3px solid var(--themecolor);
	background:#fff;
	border-radius:30px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	padding:3%;
}
.topNumberOne:nth-child(2){
	transition-delay:.2s;
}
.topNumberOne:nth-child(3){
	transition-delay:.4s;
}
.topNumberTtl{
	text-align:center;
	font-weight:500;
	color:var(--basecolor);
	margin:0 auto 15px auto;
	line-height:1.4;
	font-size:1.9rem;
	display:block;
}
.topNumberIlla{
	display:block;
	width:80%;
	margin:0 auto ;
	overflow:hidden;
}
.topNumberIlla img{
	display:block;
	width:100%;
	max-width:100%;
	margin:0 auto;
}
.topNumberTxt{
	display:block;
	color:var(--themecolor);
	font-weight:600;
	font-family:var(--enLg);
	font-size:7.4rem;
	text-align:center;
	padding:30px 0 0 0;
}
.topNumberTxt span{
	font-size:2.6rem;
	padding:0 0 0 10px;
}
.topMoreNumber{
	width:90%;
	max-width:220px;
	margin:20px auto 0 auto;
	overflow:hidden;
	position:relative;
	border-bottom:1px solid #229674;
}
.topMoreNumber a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-decoration: none;
	font-size:1.55rem;
	padding:0 0 5px 0;
	font-weight:500;
	width:100%;
	transition:.3s;
}
.topMoreNumber .arrowText {
	display: flex;
	align-items: center;
	gap: 100px;
	transition:.3s;
}
.topMoreNumber a:hover .arrowText{
	gap: 105px;
	transition:.3s;
}
.topMoreNumber .toPage {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	background: #229674;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.topMoreNumber .toPage img {
	display: block;
	width: 14px;
	height: 10px;
}
.topMoreNumber a:hover .toPage img {
	opacity:1!important;
	-moz-opacity:1!important;
	-webkit-opacity:1!important;
}
@media screen and (max-width: 1300px) {
.topNumberMidashi span {
    font-size: 6rem;
}
.tdhChalla img {
    width: 100px;
}
.topNumber{
	max-width:90%;
}
.topNumberTxt {
    font-size: 7rem;
}
}
@media screen and (max-width: 1000px) {
.topNumberMidashi {
    margin: 0 auto 30px auto;
    font-size: 2rem;
}
.topNumberMidashi span {
    font-size: 5.4rem;
}
.topNumberTxt {
    font-size: 6.4rem;
}
}
@media screen and (max-width: 800px) {
.contentsTopDateBg {
	background: url(./images/top/top-date-bg.png) repeat center -30px;
    background-size: auto;
    padding: 40px 0 60px 0;
}
.topNumberMidashi span {
    font-size: 5rem;
}
.topNumber{
	flex-wrap:wrap;
	padding:30px 0;
}
.topNumberOne{
	width:46%;
	padding:5%;
	margin:0 auto 4% auto;
}
.tdhChalla {
    display:none;
}
.topMoreNumber {
    margin:0 auto;
}
}
@media screen and (max-width: 640px) {
.topNumber {
    padding: 20px 0;
}
.topNumberMidashi span {
    line-height:1.2;
	font-size: 4.3rem;
}
.topNumberMidashi br{
	display:block;
}
.topNumberTtl {
    font-size: 1.85rem;
}
.topNumberTxt {
    font-size: 5.2rem;
}
}
@media screen and (max-width: 480px) {
.topNumberMidashi {
    margin: 0 auto 20px auto;
}
.topNumberMidashi span {
	font-size: 3.8rem;
}
.topNumber {
    display: block;
}
.topNumberOne {
    width: 84%;
    padding: 7%;
    margin: 0 auto 5% auto;
}
}


/******************
トップ・人を知る
******************/
.topPeople {
    overflow: hidden;
	width:100%;
	padding:80px 0;
}
.topPeopleMidashi{
	text-align:center;
	font-weight:500;
	color:#fff;
	margin:0 auto 30px auto;
	line-height:1.4;
	font-size:2.2rem;
}
.topPeopleMidashi span{
	color:#fff;
	font-family:var(--enLg);
	font-weight:700;
	font-size:7rem;
	display:block;
}
.topPeopleTxt{
	color:#fff;
	text-align:center;
	margin:0 auto 70px auto;
}
.topPeopleTxt br{
	display:none;
}
.topPeopleInner {
    position: relative;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
}
[class*=swiper]:focus {
    outline: none;
}
.topPeopleListPic {
    position: relative;
    overflow: hidden;
}
.topPeopleListPic img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
	object-position: center;
}
.topPeople .swiper-button-prev, .topPeople .swiper-button-next {
    display: grid;
    place-content: center;
    width: 50px;
    height: 50px;
    cursor: pointer;
    -webkit-transition: .6s;
    transition: .6s;
}
.topPeople .swiper-button-prev::before, .topPeople .swiper-button-next::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    border-radius: 50%;
}
.topPeople .swiper-button-prev::after{
	font-family: 'Material Icons';
  	content:'\e5e0';
  	transition: 0.3s;
  	position: absolute;
  	left: 35%;
  	top: 10px;
  	color:var(--themecolor);
	transition:.3s;
	font-weight:300;
	font-size:150%;
}
.topPeople .swiper-button-next::after{
	font-family: 'Material Icons';
  	content:'\e5e1';
  	transition: 0.3s;
  	position: absolute;
  	right: 25%;
  	top: 10px;
  	color:var(--themecolor);
	transition:.3s;
	font-weight:300;
	font-size:150%;
}
.topPeople .swiper-button-disabled {
    pointer-events: none;
    opacity: 0;
}
.topPeople .swiper {
    overflow: visible;
 }
.topPeople .swiper-button-prev, .topPeople .swiper-button-next {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto;
}
.topPeople .swiper-button-prev::before, .topPeople .swiper-button-next::before {
    background-color:#fff;
}
.topPeople .swiper-button-prev::after, .topPeople .swiper-button-next::after {
    border-color: var(--themecolor);
}
.topPeople .swiper-button-prev {
    right: calc(100% - 1rem);
}
.topPeople .swiper-button-next {
    left: calc(100% - 1rem);
}
.topPeople .slide {
    overflow: hidden;
    -webkit-transition: .4s opacity 1s;
    transition: .4s, opacity 1s;
}
.topPeople .topPeopleListPic {
    aspect-ratio: 1 / 1.15;
	position:relative;
	left:0;
	 width:100%;
    height:auto;
    bottom:0;
	line-height: 0;
    clip-path:ellipse(43% 48% at 50% 50%);
	overflow: hidden;
}
.topPeople .topPeopleListPic img{
  	display:block;
  	width:100%;
  	height:100%;
  	object-fit:cover;
  	object-position:center;
}
.topPeople .swiper-slide:not(.swiper-slide-visible) .slide {
    pointer-events: none;
    opacity: 0.3;
}
.topPeople .swiper-button-prev::before, .topPeople .swiper-button-next::before {
    -webkit-transition: .4s;
    transition: .4s;
}
.topPeople .swiper-button-prev:hover::before, .topPeople .swiper-button-next:hover::before {
      -webkit-transform: scale(1.1);
              transform: scale(1.1);
}
.topPeople .slide img {
    -webkit-transition:.4s ;
    transition: .4s;
}
.topPeople .slide:hover {
      -webkit-transform: translateY(-10px);
              transform: translateY(-10px);
}
.topPeople .slide:hover img {
    	-webkit-transform: scale(1.1);
         transform: scale(1.1);
}
.topPeopleListUnder{
	width:100%;
	margin:0 auto;
	padding:15px 0 0 0;
}
.topPeopleListTtl{
	line-height:1.6;
	font-size:1.8rem;
	color:#fff;
	margin:0 auto 15px auto;
	border-bottom:1px dashed #fff;
	padding:0 0 15px 0;
}
.topPeopleListSyozoku , .topPeopleListSyokusyu{
	font-weight:500;
	line-height:1.4;
	color:#fff;
}
.topPeopleListMore{
	text-align:right;
	padding:7px 0 0 0;
	font-size:1.4rem;
	display:flex;
	align-items:center;
	justify-content: end;
}
.topPeople .slide a:hover {
      text-decoration:none;
}
.topPeople .slide a:hover .topPeopleListPic{
	background:var(--themecolor);
}
.topPeople .slide a:hover .topPeopleListPic img{
    opacity:1!important;
	-moz-opacity:1!important;
	-webkit-opacity:1!important;
}
.topPeopleMore{
	width:90%;
	max-width:220px;
	margin:80px 60px 0 0;
	float: right;
	overflow:hidden;
	position:relative;
	border-bottom:1px solid #fff;
}
.topPeopleMore a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-decoration: none;
	font-size:1.55rem;
	padding:0 0 5px 0;
	font-weight:500;
	width:100%;
	transition:.3s;
	color:#fff;
}
.topPeopleMore .arrowText {
	display: flex;
	align-items: center;
	gap: 100px;
	transition:.3s;
}
.topPeopleMore a:hover .arrowText{
	gap: 105px;
	transition:.3s;
}
.topPeopleMore .toPage {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	background: #fff;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.topPeopleMore .toPage img {
	display: block;
	width: 14px;
	height: 10px;
}
.topPeopleMore a:hover .toPage img {
	opacity:1!important;
	-moz-opacity:1!important;
	-webkit-opacity:1!important;
}

@media screen and (max-width: 1400px) {
.topPeopleInner {
    max-width: 76%;
}
}
@media screen and (max-width: 1300px) {
.topPeopleTxt {
    margin: 0 auto 50px auto;
}
.topPeopleMidashi span{
	font-size:6rem;
}
}
@media screen and (max-width: 1200px) {
.topPeople {
    padding: 60px 0;
}
}
@media screen and (max-width: 1000px) {
.topPeopleInner {
    padding: 40px 0 60px 0;
	max-width: 84%;
}
.topPeopleMidashi{
	font-size:2rem;
}
.topPeopleMidashi span{
	font-size:5.4rem;
}
.topPeopleTxt {
    margin: 0 auto 20px auto;
}
.topPeople .topPeopleListPic {
    aspect-ratio: 1 ;
    clip-path: unset;
}
.topPeople .topPeopleListPic img{
    border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
}
.topPeopleMore {
    margin: 0 30px 0 0;
}
}
@media screen and (max-width: 800px) {
.topPeople {
    padding: 50px 0 60px 0;
}
.topPeople .swiper-button-prev, .topPeople .swiper-button-next {
    width: 45px;
    height: 45px;
}
.topPeople .swiper-button-prev::after{
  	top: 8px;
}
.topPeople .swiper-button-next::after{
  	top: 8px;
}
.topPeople .swiper-button-prev {
    right: calc(100% - 2.2rem);
}
.topPeople .swiper-button-next {
    left: calc(100% - 2.2rem);
}
.topPeople .swiper-button-next::after{
  	right: 20%;
}
.topPeopleMidashi span{
	font-size:5rem;
}
.topPeopleTxt br{
	display:block;
}
}
@media screen and (max-width: 640px) {
.topPeopleInner {
    padding: 30px 0 50px 0;
	max-width: 80%;
}
.topPeopleMidashi span {
    font-size: 4.3rem;
}
.topPeopleListTtl {
    font-size: 1.7rem;
    margin: 0 auto 10px auto;
    padding: 0 0 10px 0;
}
.topPeopleMore {
    margin: 0 auto;
	float:none;
}
}
@media screen and (max-width: 480px) {
.topPeopleInner {
    padding: 10px 0 40px 0;
}
.topPeople .swiper-button-prev {
    right: calc(100% - 2.8rem);
}
.topPeople .swiper-button-next {
    left: calc(100% - 2.8rem);
}
.topPeopleTxt span{
	display:block;
}
.topPeopleMidashi span {
    font-size: 3.8rem;
}
}
@media screen and (max-width: 350px) {
.topPeople .swiper-button-prev {
    right: calc(100% - 3.5rem);
}
.topPeople .swiper-button-next {
    left: calc(100% - 3.5rem);
}
}

/******************
トップ・インスタグラム
******************/
.topInstaWrapper{
	width:100%;
	max-width:100%;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	padding:100px 0;
}
.topInsta{
	width:90%;
	max-width:800px;
	margin:0 auto;
}
.topInsta a{
	display:block;
	width:100%;
	background:#fff;
	padding:25px 5% 0 5%;
	box-sizing:border-box;
	border-radius:80px;
	-moz-border-radius:80px;
	-webkit-border-radius:80px;
	box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.2);
}
.topInsta a img{
	width:80%;
	max-width:100%;
	margin:0 auto;
}
.topInsta a:hover{
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.4);
}
.topInsta a:hover img{
	opacity:1!important;
	-moz-opacity:1!important;
	-webkit-opacity:1!important;
}
.tiPc{
	display:block;
}
.tiSp{
	display:none;
}
@media screen and (max-width: 1000px) {
.topInstaWrapper{
	padding:80px 0;
}
}
@media screen and (max-width: 850px) {
.topInstaWrapper{
	padding:60px 0;
}
.topInsta{
	width:84%;
	max-width:84%;
}
.topInsta a {
    padding: 20px 5%;
}
.tiPc{
	display:none;
}
.tiSp{
	display:block;
}
}
@media screen and (max-width: 640px) {
.topInstaWrapper{
	padding:55px 0 60px 0;
}
.topInsta{
	width:88%;
	max-width:88%;
}
.topInsta a img{
	width:90%;
}
}