@charset "UTF-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

html{
	font-size:62.5%;
}

body{
	margin:0;
	padding:0;
	font-family: "UD Shin Go Regular",'Noto Sans Japanese', serif,"游ゴシック", YuGothic, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	/*font-family: メイリオ, Meiryo,游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;*/
	/*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
	position:relative;
	font-size:24px;
	font-size:24rem;
	line-height:42px;
	line-height:4.2rem;
	letter-spacing:2.4px;
	letter-spacing:0.24rem;
}

#wrapper {
	overflow: hidden;
	position: relative;
	background-size: 600px;
}

#top-head {
 	display: flex;
 	width:100%;
 	height:94px;
 	justify-content: space-between; /* 左右の要素を両端に配置 */
 	align-items: center; /* 垂直方向の位置を中央揃え */
 	background-color: #f8f8f8; /* 背景色を設定（必要に応じて） */
}

.leftlogo {
 	display: flex;
 	align-items: center; /* ロゴを垂直方向中央揃え */
}

.leftlogo img {
 	height: 64px; /* ロゴの高さを適宜調整 */
 	margin-left:15px;
}

.registboxtop {
 	display: flex;
 	align-items: center; /* ボタンを垂直方向中央揃え */
}

.register-buttontop {
	height: 48px;
	width:245px;
	margin-right: 20px;
	text-align: center;
 	display: inline-block;
 	background-color: #183181; /* ボタンの背景色 */
 	color: #fff; /* ボタンの文字色 */
 	text-decoration: none; /* ボタンの下線を削除 */
 	border-radius: 5px; /* ボタンの角を丸くする */
 	font-size:20px;
  	font-size:2rem;
 	line-height: 48px;
}

.register-buttontop:hover {
 	background-color: #0056b3; /* ボタンのホバー時の色 */
}

#pchead{
	position:relative;
	width:100%;
	height:auto;
	background:#FFFFFF;
}

.mainimage {
    width: 100vw; /* 画面の横幅いっぱい */
    height: calc(100vh - 94px); /* 画面の高さから78pxを引いた高さ */
    overflow: hidden; /* はみ出し防止 */
}

.mainimage img {
    width: 100%; /* 横幅いっぱい */
    height: 100%; /* 親要素にフィット */
    object-fit: cover; /* 画像が歪まないように調整 */
}

/* トップ画像テキスト*/
#attention{
	position: absolute;
	width:auto;
	display:inline-block;
	text-align:left;
	height:auto;
	background-color: rgba(255,255,255,0);
	z-index:1;
}

#attention .titletop{
	font-weight:bold;
	color:#183181;
	font-size:48px;
	font-size:4.8rem;
	letter-spacing:2.4px;
	letter-spacing:0.24rem;
	text-shadow: 
	0 5px 5px rgba(0, 0, 0, .7),
	0 -5px 20px rgba(255, 255, 255, .7);
}

.attentionbox{
	width:100%;
	margin-top:36px;
	margin-top:3.6rem;
}

#attention .titleexplain{
	text-align: justify;
  	text-justify: inter-ideograph;
  	font-family: "UD Shin Go Medium";
	color:#b71449;
	font-size:24px;
	font-size:2.4rem;
	line-height:36px;
	line-height:3.6rem;
	font-weight:bold;
}

.trybox{
	text-align:center;
	margin: 0 auto;
	margin-top:8px;
	margin-top:0.8rem;
}

.trylink{
	width:320px;
	outline: none;
	-webkit-appearance: none;
	padding:17.5px 35px 17.5px 35px;
	padding:1.75rem 3.5rem 1.75rem 3.5rem;
    border-radius: 100vh;
    background:#183181;
    font-size:20px;
  	font-size:2rem;
	letter-spacing:2.0px;
	letter-spacing:0.20rem;
	color:#FFFFFF;
	font-weight:bold;
	font-weight: 900;
}

#TitleArea,#TitleDesc{
	width:100%;
	height:96px;
	background:#183181;
	background:-webkit-gradient(radial, center center, 0, center center, 100, from(#183181), to(#244BBF));
    background:-webkit-radial-gradient(center, circle cover, #183181 0%, #244BBF 100%);
    background:-moz-radial-gradient(center, circle cover, #183181 0, #244BBF 100%);
    background:-o-radial-gradient(center, circle cover, #183181 0, #244BBF 100%);
    background:radial-gradient(circle closest-corner at center,#183181 0, #244BBF 100%);
}

.TitleFont{
	font-size:48px;
	font-size:4.8rem;
	line-height:96px;
	letter-spacing:16px;
	letter-spacing:1.6rem;
	font-weight:bold;
	width:100%;
	color:#FFFFFF;
	text-align:center;
}

.textboxjust{
	width:980px;
	text-align: justify;
  	text-justify: inter-ideograph;
	margin:0 auto;
	margin-top:72px;
	margin-top:7.2rem;
	margin-bottom:72px;
	margin-bottom:7.2rem;
	font-size:18px;
	font-size:1.8rem;
	line-height:31.5px;
	line-height:3.15rem;
	letter-spacing:2.7px;
	letter-spacing:0.27rem;
	font-weight:normal;
}

.fontbold{
	font-family: "UD Shin Go Medium";
	font-size:24px;
	font-size:2.4rem;
	line-height:48px;
	line-height:4.8rem;
	letter-spacing:2.4px;
	letter-spacing:0.24rem;
}

.fontlink{
	color:#183181;
	text-decoration: underline;
}

.space{
	margin-top:36px;
	margin-top:3.6rem;
}

.container{
	display: flex;
    flex-wrap: wrap;
    margin-top:18px;
	margin-top:1.8rem;
	margin-bottom:18px;
	margin-bottom:1.8rem;
	justify-content: space-between;
}

.leftbox{
	width:48%;
	text-align:center;
	display: flex;
	border: 1px solid #969696;
}

.leftbox img{
	width:100%;
}

.picdesc{
	text-align: left;
}

.borderbox{
	padding:9px;
}

.centertitle{
	width:100%;
	margin-top:72px;
	margin-top:7.2rem;
	text-align: center;
}

.centerlink{
	width:100%;
	text-align: center;
}

.rightbox{
	width: 48%;
	text-align:center;
	display: flex;
	border: 1px solid #969696;
}

.rightbox img{
	width:100%;
}

.pricebox{
	width:100%;
	margin:0 auto;
	border: 2px solid #000000;
}

.poptitle{
	width: 100%;
	margin: 0 atuo;
	height: 48px;
	height: 4.8rem;
	background: #183181;
  	font-family: "UD Shin Go Medium";
	font-size:24px;
	font-size:2.4rem;
	line-height:48px;
	line-height:4.8rem;
	letter-spacing:2.4px;
	letter-spacing:0.24rem;
	color:#FFFFFF;
}

.whitetitle{
	line-height:36px;
	line-height:3.6rem;
}

.normalprice{
	margin-top:18px;
	margin-top:1.8rem;
	margin-bottom:18px;
	margin-bottom:1.8rem;
}

.headingnum {
	position: relative;
	font-family: "UD Shin Go Medium";
	font-size:24px;
	font-size:2.4rem;
	line-height:36px;
	line-height:3.6rem;
	letter-spacing:2.4px;
	letter-spacing:0.24rem;
	margin-top: 18px;
	margin-bottom: 18px;
}

.headingnum::before {
	content: attr(data-number);
	display: inline-block;
	margin-right: 18px;
	color: #183181;
	font-size: 30px;
}

.registbox{
	width:100%;
	margin-top:36px;
	text-align: center;
}

.register-button {
    display: inline-block; /* ボタンをブロック要素風に表示 */
    width: 600px;
    font-family: "UD Shin Go Medium";
    font-size: 24px;
    line-height: 72px;
    letter-spacing: 2.4px;
    color: #fff;
    background-color: #183181;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s;
}

.register-button a {
    display: block; /* aタグのクリック範囲を広げる */
    text-decoration: none;
    color: #fff;
    height: 100%;
    width: 100%;
}

.register-button:hover {
    background-color: #0056b3;
}

#footerbox{
	width:100%;
	margin-top: 72px;
	text-align: center;
	color: #183181;
    background-color: #EFEFEF;
}

#centerbox{
	display:inline-block;
	margin-top: 36px;
	text-align: left;
}

.leftlogoft{
	text-align:left;
}

.leftlogoft img{
	padding:18px 0 18px 0;
	width:233px;
}

.ftnormal{
	font-size:18px;
	font-size:1.8rem;
	line-height:31.5px;
	line-height:3.15rem;
	letter-spacing:2.7px;
	letter-spacing:0.27rem;
	font-weight:normal;
}

.copytext{
	margin-top:96px;
	margin-top:9.6rem;
	width:auto;
	text-align:bottom;
	font-weight:normal;
	font-size:18px;
	font-size:1.8rem;
	letter-spacing:1.8px;
	letter-spacing:0.18rem;
	line-height:36px;
	line-height:3.6rem;
	color:#183181;
}

/* ---------------------------------------------------------------------------------------------------------------------------- */
@media (max-width: 1320px) {

.trybox{
	margin-top:8px;
	margin-top:0.8rem;
}

.trylink{
	width:240px;
	padding:17.5px 35px 17.5px 35px;
	padding:1.75rem 3.5rem 1.75rem 3.5rem;
    font-size:20px;
  	font-size:2rem;
	letter-spacing:2.0px;
	letter-spacing:0.20rem;
}

.mainimage {
	position:relative;
	width:100%;
	height:auto;
}

.mainimage img{
	width:100%;
	height: auto;
	object-fit: cover;
}

}

/* ---------------------------------------------------------------------------------------------------------------------------- */
@media (max-width: 1080px) {

#top-head {
 	display: flex;
 	width:100%;
 	height:94px;
 	justify-content: space-between; /* 左右の要素を両端に配置 */
 	align-items: center; /* 垂直方向の位置を中央揃え */
 	background-color: #f8f8f8; /* 背景色を設定（必要に応じて） */
}

.leftlogo {
 	display: flex;
 	align-items: center; /* ロゴを垂直方向中央揃え */
}

.leftlogo img {
 	height: 64px; /* ロゴの高さを適宜調整 */
 	margin-left:15px;
}

.registboxtop {
 	display: flex;
 	align-items: center; /* ボタンを垂直方向中央揃え */
}

.register-buttontop {
	height: 48px;
	width:220.5px;
	width:22.05rem;
	margin-right: 20px;
	text-align: center;
 	display: inline-block;
 	background-color: #183181; /* ボタンの背景色 */
 	color: #fff; /* ボタンの文字色 */
 	text-decoration: none; /* ボタンの下線を削除 */
 	border-radius: 5px; /* ボタンの角を丸くする */
 	font-size:18px;
  	font-size:1.8rem;
 	line-height: 48px;
}

#TitleArea,#TitleDesc{
	width:100%;
	height:72px;
}

.TitleFont{
	font-size:36px;
	font-size:3.6rem;
	line-height:72px;
	letter-spacing:12px;
	letter-spacing:1.2rem;
}

.trybox{
	margin-top:6px;
	margin-top:0.6rem;
}

.trylink{
	width:240px;
	padding:12px 24px 12px 24px;
	padding:1.2rem 2.4rem 1.2rem 2.4rem;
    font-size:18px;
  	font-size:1.8rem;
	letter-spacing:1.8px;
	letter-spacing:0.18rem;
}

.textboxjust{
	width:90%;
	text-align: justify;
  	text-justify: inter-ideograph;
	margin:0 auto;
	margin-top:72px;
	margin-top:7.2rem;
	margin-bottom:72px;
	margin-bottom:7.2rem;
	font-size:18px;
	font-size:1.8rem;
	line-height:31.5px;
	line-height:3.15rem;
	letter-spacing:2.7px;
	letter-spacing:0.27rem;
	font-weight:normal;
}

.fontbold{
	font-family: "UD Shin Go Medium";
	font-size:24px;
	font-size:2.4rem;
	line-height:48px;
	line-height:4.8rem;
	letter-spacing:2.4px;
	letter-spacing:0.24rem;
}

}

/* ---------------------------------------------------------------------------------------------------------------------------- */
@media (max-width: 980px) {

#top-head {
 	display: flex;
 	width:100%;
 	height:72px;
 	justify-content: space-between; /* 左右の要素を両端に配置 */
 	align-items: center; /* 垂直方向の位置を中央揃え */
 	background-color: #f8f8f8; /* 背景色を設定（必要に応じて） */
}

.leftlogo {
 	display: flex;
 	align-items: center; /* ロゴを垂直方向中央揃え */
}

.leftlogo img {
 	height: 52px; /* ロゴの高さを適宜調整 */
 	margin-left:10px;
}

.registboxtop {
 	display: flex;
 	align-items: center; /* ボタンを垂直方向中央揃え */
}

.register-buttontop {
	height: 42px;
	width:171.5px;
	width:17.15rem;
	margin-right: 10px;
	text-align: center;
 	display: inline-block;
 	background-color: #183181; /* ボタンの背景色 */
 	color: #fff; /* ボタンの文字色 */
 	text-decoration: none; /* ボタンの下線を削除 */
 	border-radius: 5px; /* ボタンの角を丸くする */
 	font-size:14px;
  	font-size:1.4rem;
 	line-height: 42px;
}

#TitleArea,#TitleDesc{
	width:100%;
	height:45px;
}

.TitleFont{
	font-size:18px;
	font-size:1.8rem;
	line-height:45px;
	letter-spacing:6px;
	letter-spacing:0.6rem;
}

#attention .titletop{
	font-size:28px;
	font-size:2.8rem;
	letter-spacing:1.4px;
	letter-spacing:0.14rem;
}

.attentionbox{
	margin-top:28px;
	margin-top:2.8rem;
}

#attention .titleexplain{
	font-size:20px;
	font-size:2.0rem;
	line-height:32px;
	line-height:3.2rem;
}

.trybox{
	width:100%;
	margin-top:4px;
	margin-top:0.4rem;
}

.trybox{
	margin-top:28px;
	margin-top:2.8rem;
  	display: flex;
  	justify-content: space-between; /* 両端揃えで均等に配置 */
  	align-items: center;           /* 縦方向の位置を中央に揃える */
  	gap: 14px; /* ボタン間の隙間 */
}

.trylink{
	width:auto;
	padding:0;
	padding:0;
    font-size:14px;
  	font-size:1.4rem;
  	line-height: 28px;
  	line-height: 2.8rem;
	letter-spacing:1.4px;
	letter-spacing:0.14rem;
	padding:0px 14px 0px 14px;
	padding:0rem 1.4rem 0rem 1.4rem;
	border-radius: 0px;
}

.textboxjust{
	font-size:14px;
	font-size:1.4rem;
	line-height:24.5px;
	line-height:2.45rem;
	letter-spacing:2.1px;
	letter-spacing:0.21rem;
}

.fontbold{
	font-family: "UD Shin Go Medium";
	font-size:18px;
	font-size:1.8rem;
	line-height:36px;
	line-height:3.6rem;
	letter-spacing:1.8px;
	letter-spacing:0.18rem;
}

.pricebox{
	width:100%;
	margin:0 auto;
}

.poptitle{
	width: 100%;
	font-size:18px;
	font-size:1.8rem;
	line-height:36px;
	line-height:3.6rem;
	letter-spacing:1.8px;
	letter-spacing:0.18rem;
}

.headingnum {
	position: relative;
	font-family: "UD Shin Go Medium";
	font-size:18px;
	font-size:1.8rem;
	line-height:27px;
	line-height:2.7rem;
	letter-spacing:1.8px;
	letter-spacing:0.18rem;
	margin-top: 18px;
	margin-bottom: 18px;
}

.headingnum::before {
	content: attr(data-number);
	display: inline-block;
	margin-right: 12px;
	color: #183181;
	font-size: 22.5px;
	font-size: 2.25rem;
}

.leftbox{
	width:100%;
	text-align:center;
}

.leftbox img{
	width:100%;
}

.rightbox{
	margin-top:72px;
	margin-top:7.2rem;
	width: 100%;
	text-align:center;
}

.registbox{
	width:100%;
	margin-top:36px;
	text-align: center;
}

.register-button {
    width: 90%;
    font-family: "UD Shin Go Medium";
    font-size: 18px;
    line-height: 54px;
    letter-spacing: 1.8px;
    letter-spacing: 0.18rem;
}

.leftlogoft img{
	padding:14px 0 14px 0;
	width:200px;
}

.ftnormal{
	font-size:14px;
	font-size:1.4rem;
	line-height:24.5px;
	line-height:2.45rem;
	letter-spacing:2.1px;
	letter-spacing:0.21rem;
}

.copytext{
	margin-top:96px;
	margin-top:9.6rem;
	width:auto;
	text-align:bottom;
	font-weight:normal;
	font-size:14px;
	font-size:1.4rem;
	letter-spacing:1.4px;
	letter-spacing:0.14rem;
	line-height:28px;
	line-height:2.8rem;
}

}

/* ---------------------------------------------------------------------------------------------------------------------------- */
@media (max-width: 720px) {

#top-head {
 	display: flex;
 	width:100%;
 	height:76px;
 	justify-content: space-between; /* 左右の要素を両端に配置 */
 	align-items: center; /* 垂直方向の位置を中央揃え */
 	background-color: #f8f8f8; /* 背景色を設定（必要に応じて） */
}

.leftlogo {
 	display: flex;
 	align-items: center; /* ロゴを垂直方向中央揃え */
}

.leftlogo img {
 	height: 44px; /* ロゴの高さを適宜調整 */
 	padding: 10px 0 10px 0;
 	margin-left:10px;
}

.registboxtop {
 	display: flex;
 	align-items: center; /* ボタンを垂直方向中央揃え */
}

.register-buttontop {
	height: 36px;
	width:147px;
	width:14.7rem;
	margin-right: 10px;
	text-align: center;
 	display: inline-block;
 	background-color: #183181; /* ボタンの背景色 */
 	color: #fff; /* ボタンの文字色 */
 	text-decoration: none; /* ボタンの下線を削除 */
 	border-radius: 5px; /* ボタンの角を丸くする */
 	font-size:12px;
  	font-size:1.2rem;
 	line-height: 36px;
}

#attention .titletop{
	font-size:20px;
	font-size:2.0rem;
	letter-spacing:1.0px;
	letter-spacing:0.1rem;
}

.attentionbox{
	margin-top:20px;
	margin-top:2.0rem;
}

#attention .titleexplain{
	font-size:14px;
	font-size:1.4rem;
	line-height:21px;
	line-height:2.1rem;
}


.trybox{
	margin-top:18px;
	margin-top:1.8rem;
  	gap: 10px; /* ボタン間の隙間 */
}

.trylink{
    font-size:12px;
  	font-size:1.2rem;
  	line-height: 24px;
  	line-height: 2.4rem;
	letter-spacing:1.2px;
	letter-spacing:0.12rem;
	padding:0px 12px 0px 12px;
	padding:0rem 1.2rem 0rem 1.2rem;
	border-radius: 0px;
}


.textboxjust{
	width:94%;
	text-align: justify;
  	text-justify: inter-ideograph;
	margin:0 auto;
	margin-top:36px;
	margin-top:3.6rem;
	margin-bottom:36px;
	margin-bottom:3.6rem;
}

.rightbox{
	margin-top:36px;
	margin-top:3.6rem;
	width: 100%;
	text-align:center;
}

.centertitle{
	margin-top:36px;
	margin-top:3.6rem;
}

.registbox{
	width:100%;
	margin-top:36px;
	text-align: center;
}

.register-button {
    width: 90%;
    font-family: "UD Shin Go Medium";
    font-size: 18px;
    line-height: 54px;
    letter-spacing: 1.8px;
    letter-spacing: 0.18rem;
}

.leftlogoft img{
	padding:14px 0 14px 0;
	width:180px;
}

.ftnormal{
	font-size:14px;
	font-size:1.4rem;
	line-height:24.5px;
	line-height:2.45rem;
	letter-spacing:2.1px;
	letter-spacing:0.21rem;
}

.copytext{
	margin-top:96px;
	margin-top:9.6rem;
	width:auto;
	text-align:bottom;
	font-weight:normal;
	font-size:14px;
	font-size:1.4rem;
	letter-spacing:1.4px;
	letter-spacing:0.14rem;
	line-height:28px;
	line-height:2.8rem;
}

}