@charset "utf-8";
/* CSS Document */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
	color: rgba(0,0,0,0.8);
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;
}

/* ====    全体設定    ==== */

html {
	animation: fadein 3s forwards;
}
@keyframes fadein {
	0% {opacity: 0}
	100% {opacity: 1}
}
body {
	font-family: "Noto Sans JP", sans-serif;
}
a {
	text-decoration: none;
}

/* スクロールバー　*/
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-thumb {
  background: rgba(1,96,32,0.40);
  border-radius: 5px;
}
/* micro clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {clear: both;}
.cf {*zoom: 1;}

/* 星空の背景のスタイル */
.stars {
  position: relative;
  width: 100%; /* 星空の横幅 */
  height: auto; /* 星空の縦幅 */
  background-image: linear-gradient(0deg, #157092, #0D3974, #0D244F); /* 星空の背景色 */
  overflow: hidden; /* 星が枠外にはみ出すのを防ぐ */
}
/* 星のスタイル */
.star {
  position: absolute;
  display: block;
  background-color: #fff; /* 星の色 */
  border-radius: 50%;
  box-shadow: 0 0 4px 2px rgba(#fff, 0.2); /* 星の影 */
  opacity: 0;
  animation: twinkle 5s infinite;
}
/* 星がキラキラ光るアニメーション */
@keyframes twinkle {
  0% {
    opacity: 0;
  }
  50% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
/* ====    ヘッダー    ==== */

header {
	position: fixed; 
 	z-index: 1;
}
nav {
	width: 720px;
	right: 2%;
	top: 7%;
	position: fixed;
}
nav ul li {
	float: left;
	padding: 0 4%; 
	line-height: 1.5;
}
nav li {
	border-right:1px solid rgba(146,146,146,0.80);
}
nav li a {
	color: rgba(255,110,200,0.6);
}
.sns_link {
	position:fixed;
	right: 3%;
	margin-top: 3.8rem;
}
.sns_link img{
	background: rgba(255,255,255,0.85);
	border-radius: 5px;
	width: 30px;
	height: auto;
	margin-left: 3px;
}
header nav ul li a:hover {
	color: rgba(255,219,250,0.80);
	transition: 0.3s;
}
.sns_link img:hover {
	opacity: 0.3;
	transition: 0.6s;
}

/* ====   全体の分割動作   ==== */

.container{
	display:flex;
}

/* ====   サイドバー   ===== */
aside{
	width: 580px;
	margin-top: 12rem;
	text-align: center;	
	border-right: 1px solid rgba(183,183,183,0.2);
}						
.top_logo {							/* ---  TOPサイドロゴ固定  ---*/
	position: fixed;
	margin-left: 4.3vw;
}
.top_logo img {
	width: 6.5rem;
	margin:0 53% 8% 0;
}
.top_logo h2 {
	font-size: 1.8rem;
	font-weight: 300;
	color: rgba(0,199,146,0.90);
	font-style: italic;
	letter-spacing: 0.2em;
	text-shadow: 0 0 2px rgba(0,255,84,1.00);
}
.top_logo h2 span {
	font-size: 2.3rem;
}
.top_logo h3 {
	color:hsla(43,64%,31%,0.8);	
	letter-spacing: 0.2em;
	text-shadow: 0 0 2px rgba(255,247,30,0.90);
	line-height: 2.8;
	font-size: 1.6rem;
	font-weight: 400;
}
h3.lien_2 {
	font-size: 1.8rem;
	letter-spacing: 0.45em;
	margin-top: 1rem;
}
main h3 {							/*--- dlaryと色文字 ---*/
	font-weight: 300;
	letter-spacing: 0.1em; 
	color: rgb(255 199 42);
	text-shadow: 0 1px 1px rgba(130,102,9,1.00);
	padding-bottom: 1rem;
}
.main_text h3 {
	font-size: 4.5rem;
	font-weight: 400;
}
h4 {								/*--- 黒文字説明 ---*/
	font-size: 1.2rem;
	font-weight: 330;
	line-height: 1.3;
	padding-bottom: 1.5rem;
	color: aliceblue;
	text-shadow: 1px 1px 1px rgba(3,15,4,0.8);
}
h6 {								/*--- メニューなまえ ---*/
	color: rgba(255,255,255,1.00);
	padding-left: 6vw;
	font-weight: 330; 
	font-size: 1.4rem;
	letter-spacing: 0.25rem;
	line-height: 1.3;
	padding-bottom: 1.5rem;
}
h7 {								/*--- 価格 ---*/
	font-weight: 400;
	font-size: 1.1vw;
	letter-spacing: 0.2em;
	line-height: 1.2;
	color: rgb(196, 219, 199);
	text-shadow: 1px 1px 1px rgba(93, 184, 101, 0.8);
	padding-left: 10vw;
}
/* ====   メイントップ   ==== */

main{
	width: 100%;
	position: relative;
}
  .main_top {
	padding-top: 13rem;
	/* background-position:top;
	background-image:url("images/deals_back.jpg");
	background-repeat: no-repeat; */
	text-align: center;
	background-size: cover;
} 
.main_top h5 {
	transform: rotate(90deg);
	font-weight: 300;
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	position: fixed;
	color: rgb(230, 255, 255);
}
.main_top h3,h2,.lien_1{
	padding-top: 4rem;
	font-size: 4rem;
}
.news-banner {						/* ---  流れるバナー本体  --- */
	margin: 6rem auto 3rem auto;
  	display: block;
  	height: 48px;
  	width: 480px;
  	overflow: hidden;
	border-radius: 4px;
	background-color: rgb(212 132 27 / 92%);
	border: 1px solid rgb(138 121 26 / 60%);
}
.news-banner__content {				/* バナー内コンテンツ */
	display: inline-block;
	color: #fff;
	line-height: 48px;
	padding-left: 100%;
	white-space: nowrap;
	animation: animate-banner 12s linear(0 0%, 0 2.27%, 0.02 4.53%, 0.04 6.8%, 0.06 9.07%, 0.1 11.33%, 0.14 13.6%, 0.25 18.15%, 0.39 22.7%, 0.56 27.25%, 0.77 31.8%, 1 36.35%, 0.89 40.9%, 0.85 43.18%, 0.81 45.45%, 0.79 47.72%, 0.77 50%, 0.75 52.27%, 0.75 54.55%, 0.75 56.82%, 0.77 59.1%, 0.79 61.38%, 0.81 63.65%, 0.85 65.93%, 0.89 68.2%, 1 72.7%, 0.97 74.98%, 0.95 77.25%, 0.94 79.53%, 0.94 81.8%, 0.94 84.08%, 0.95 86.35%, 0.97 88.63%, 1 90.9%, 0.99 93.18%, 0.98 95.45%, 0.99 97.73%, 1 100%) infinite;
	font-weight: 500;
	font-size: 1.3rem;
	letter-spacing: 0.1em;
}
.news-banner__content > * {
  display: inline-block;
}
@keyframes animate-banner {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-55%);
  }
}
.main_top h4 {
	margin: 4.2rem auto 2rem;
	letter-spacing: 0.3rem;
}
.dlary_fast h8 {
	display: inline-block;
	text-align: right;
	margin: 1rem 3rem 1rem 0;
	font-size: 1.7rem;
	color: rgb(219, 238, 190);
	letter-spacing: 0.2rem;
}
.dlary_fast,.dlary_second,.dlary_third {			/* ---   テキスト重ね掛け  ----*/
	text-align: left;
}
.dlary_fast h3,.dlary_second h3,.dlary_third h3 {
	margin: -3rem 0 0 10vw;
	font-size: 1.6rem;
	line-height: 2;
}
.dlary_fast h6,.dlary_second h6,.dlary_third h6 {
	margin: 2.2rem 0 0 8vw;
}
.dlary_text h4,.dlary_second h4,.dlary_third h4,.dlary_schedule h4 {
	text-align: center;
	margin: 1.5rem 0 0 0; 
}
.dlary_fast {
	margin-bottom: 5rem
}
.dlary_price {
	text-align: right;
	margin: 1.5rem 10rem 3rem 0;
}
.dlary_price h7:first-of-type {
	line-height: 2;
}
.dlary_second {						/* ---   光痩身  ---*/
	margin-top: 5rem;
}
.dlary_second .dlary_price {
	margin-top: 0;
}
.dlary_schedule h3 {				/* ---   キャンペーン期間   ---*/
	font-size: 2.2rem;
	margin-top: 2rem;
}
.dlary_schedule h4 {
	font-size: 1.8rem;
}
.dlary_schedule {
	padding-bottom: 3rem;
}
/* ====    フッター    ==== */

footer{
	padding: 1.3rem 0;
	text-align: center;
	border-top: solid 1px rgba(99,99,99,0.30);
	justify-content: center;
	display: flex;
}
footer p {
	margin-right: 2rem;
	font-size: 1.1rem;
	line-height: 1.3;
	font-weight: 350;
	color: rgba(0,48,58,0.80);
}

/* ,ではなくスペースで次の要素だけ有効化 */
@media screen and (min-width: 1281px) {    /*=== 1281px以上の動き ===*/
	.main_top .top_logo,					/*---  main内のロゴとテキスト消す  ---*/
	.main_top .lien_1 {
		display: none;
	}
	.main_top h5 {
		margin-top: -6rem;
		margin-left: 1vw;
	}
}


@media screen and (max-width: 1280px) { /*=== 1280px以下の動き ===*/	
	aside,
	.slide_all {
		display: none;
	}
	.main_top h5 {
		margin-top: -1rem;
		margin-left: 1vw;
		font-size: 1.3rem;
	}
	nav {					/*--- nav ---*/
		width: 640px;
	}
	
	.main_top .top_logo {   /*--- main左上ロゴ ---*/
		position: absolute;
		top: -2.5rem;
	}
	.main_top .top_logo img {
		margin-top: 2.8rem;
		left: 7.5%;
		width: 5.8rem;
		position: fixed;
	}
	.main_top .top_logo h2 {
		padding-top: 6.5rem;
	}
	.main_top .top_logo span {	
		font-size: 1.3rem;
	}
	.lien_1 {
		font-size: 1.6rem;
		color: rgb(230, 255, 255);
		/*color:rgba(0,109,225,0.80);*/
	}
	.main_text h3 {
	font-weight: 300;
}
	h4 {								/*--- 白文字説明 ---*/
		font-size: 1.2rem;
	}
	h6 {								/*--- メニューなまえ ---*/
	font-size: 1.6rem;
	}
	h7 {								/*--- 価格 ---*/
	font-size: 1.1rem;
	}
	.dlary_schedule h3 {		/* ---   キャンペーン期間   ---*/
		font-size: 2rem;
		margin-top: 2rem;
	}
	.dlary_schedule h4 {
		font-size: 1.6rem;
	}
}

@media screen and (min-width: 880px) {							/*=== 880px以上の動き ===*/
		.dlary_fast span {
		display: none;
	}
}

@media screen and (max-width: 879px) {							/*=== 879px以下の動き ===*/
	
	.gnav__list {					 		/*--- ナビ消す ---*/
		display: none;
	}
	.sns_link {
		padding: 0 0.5rem 0 0;
	}
	.toggle-btn {          					/*--- ハンバーガーメニュー ---*/
		position: fixed;
		top: 6rem;
		right: 2rem;
		width: 30px;
		height: 30px;
		z-index: 3;
		cursor: pointer;
	 }
	.toggle-btn span {
		position: absolute;
		width: 30px;
		height: 1px;
		background-color: #A4A4A4;
		transition: all 0.6s ease-out;
	}
	.toggle-btn span:nth-last-child(1) {
		top: 4px;
	}
	.toggle-btn span:nth-last-child(2) {
		top: 14px;
	}
	.toggle-btn span:nth-last-child(3) {
		bottom: 4px;
	}
	.open .gnav__list {
		display: block;		
	}
	header nav {
		width: 20vw;
		min-width: 5rem;
		padding: 0 2rem 0 1rem;
		border-radius: 4px;
		margin-top: 5.2rem;
		background-color: rgba(255,255,255,0.92);
		transition: all 0.6s ease-out;
	}
	header nav ul li {
		margin: 1.2rem 0;
		padding: 0 3vw;
	}
	nav li {
		border-right: 0;
	}
	nav li a {
		color: rgba(61,61,61,0.9);
		text-shadow: 0 0 1px rgba(20,2,136,1.00);
	} 
	
	.main_top .top_logo img {
		padding-top: 0.8rem;/*--- MainLogo調整 ---*/
		width: 4.5rem;
		left: 6%;
	}
	.sns_link {
		margin-top: 2.6rem;
	}
	.sns_link img {
		width: 25px;	
	}
	.main_top .top_logo h2 {	
		font-size: 1.3rem;
	}
	.main_top .top_logo span {	
		font-size: 1rem;
	}
	.dlary_price02 h7 {
		line-height: 1.5;
		font-size: 1rem;
		letter-spacing: 1px;
	}
	.dlary_price02 h8 {
		margin-top: 0.5rem;
		margin-right: 0;
		font-size: 1rem;
		letter-spacing: 0.06rem;
	}
}
@media screen and (min-width: 721px) { /*---721px以上の動き---*/
	.main_top span2 {
		display: none;
	}
}
@media screen and (max-width: 720px) 	{  /*---720px以下の動き---*/
	.main_top span {
		display: none;
	}
	
	.stars {
		padding-bottom: 5rem;
	}
	.main_top h5 {
		margin-top: -3rem;
		font-size: 0.9rem;
		font-weight: 400;
	}
	.main_top h3 {
		font-size: 1.1rem;
		line-height: 1.2;
	}
	.lien_1 {
		font-size: 1.2rem;
		padding-top: 2rem;
	}
	.main_top .top_logo img {					/*--- mainlogo調整 ---*/
		width: 4rem;
		margin-left: 0.8rem;
	}
	.main_top .top_logo h2 {	
		font-size: 1rem;
		padding-top: 6.2rem;
	}
	.main_top .top_logo span {	
		font-size: 0.8rem;
	}
	.news-banner {						/* ---  流れるバナー本体  --- */
		margin: 4rem auto 3rem auto;
		height: 40px;
		max-width: 320px;
	}
	.news-banner__content {				/* バナー内コンテンツ */
		line-height: 40px;
		font-size: 1rem;
		letter-spacing: 0;
	}
	
	.dlary_text h4,.dlary_second h4,.dlary_third h4,.dlary_schedule h4 {
	margin: 0;
	letter-spacing: 0.05rem;
}
	h4 {
		font-size: 0.8rem;
		font-weight: 400;
	}
	h6 {								/*--- メニューなまえ ---*/
		font-size: 1rem;
	}
	.dlary_fast h6,.dlary_second h6,.dlary_third h6 {
		margin: 0 0 1rem 8vw;
		font-size: 0.8rem;
		padding-bottom: 0.5rem;
		padding-top: 1rem;
	}
	.dlary_fast {
		margin-top: 2.5rem;
	}
	h7 {								/*--- 価格 ---*/
		font-size: 0.9rem;
		letter-spacing: 1px;
		/*color: rgba(0,0,0,1.00);*/
	}
	.dlary_price {
		margin: 0rem 2.6rem 0rem 0 ;
	}
	.dlary_second {
		margin-top: 3rem;
	}
	.dlary_third {
		margin-top: 3rem;
	}
	.dlary_schedule h3 {		/* ---   キャンペーン期間   ---*/
		font-size: 1.4rem;
		margin-top: 2rem;
	}
	.dlary_schedule h4 {
		font-size: 1.1rem;
		margin-top: 5rem;
	}
	
	footer{
		padding: 0.9rem 0;
	}
	footer p {
		margin-right: 1rem;
		font-size: 0.8rem;
	}
	
}











