@charset "UTF-8";
/*! HTML5 Boilerplate v9.0.1 | MIT License | https://html5boilerplate.com/ */
/* main.css 3.0.0 | MIT License | https://github.com/h5bp/main.css#readme */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #CCCCCC;
  text-shadow: none;
}

::selection {
  background: #CCCCCC;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .visually-hidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * The use of `table` rather than `block` is only necessary if using
 * `::before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}







/* ==========================================================================
   ここからカスタマイズ
   ========================================================================== */


.mar10{margin-top: 10px;}
.mar20{margin-top: 20px;}
.mar30{margin-top: 30px;}
.mar40{margin-top: 40px;}
.mar50{margin-top: 50px;}
.mar60{margin-top: 60px;}
.mar70{margin-top: 70px;}
.mar80{margin-top: 80px;}
.mar90{margin-top: 90px;}
.mar100{margin-top: 100px;}
.mar110{margin-top: 110px;}
.mar120{margin-top: 120px;}
.mar130{margin-top: 130px;}
.mar140{margin-top: 140px;}
.mar150{margin-top: 150px;}
.mar160{margin-top: 160px;}
.mar170{margin-top: 170px;}
.mar180{margin-top: 180px;}
.mar190{margin-top: 190px;}
.mar200{margin-top: 200px;}
.mar210{margin-top: 210px;}
.mar220{margin-top: 220px;}
.mar230{margin-top: 230px;}
.mar240{margin-top: 240px;}
.mar250{margin-top: 250px;}
.mar260{margin-top: 260px;}
.mar270{margin-top: 270px;}
.mar280{margin-top: 280px;}
.mar290{margin-top: 290px;}
.mar300{margin-top: 300px;}


/* ■■■　googleフォント　■■■ */

body {
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
}
.zen_l {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 300;
  font-style: normal;
}
.zen_r {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
}
.zen_m {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
}
.zen_b {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
}
.zen_bl {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 900;
  font-style: normal;
}

.rowdies-light {
  font-family: "Rowdies", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.rowdies-regular {
  font-family: "Rowdies", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.rowdies-bold {
  font-family: "Rowdies", sans-serif;
  font-weight: 700;
  font-style: normal;
}


/* アニメーション */
a {transition : all 0.5s ease 0s;}


/* 非表示 */
.displayno { display: none;}


/* ■■■　フォーム関係　■■■ */

/* フォーム */
form .cp_iptxt {
	width: 80%;
	margin: 0 auto;
}

/* プルダウン */
form .cp_iptxt input[type='text'] select {
	font: 18px/27px sans-serif;
	box-sizing: border-box;
	width: 100%;
	padding: 0.5em;
	transition: 0.3s;
	letter-spacing: 1px;
	color: #666666;
	border: 2px solid #ccc;
	border-radius: 5px;
}
form .ef input[type='text'] select:focus {
	border: 1px solid #999999;
	outline: none;
	box-shadow: 0 0 5px 7px rgba(0, 0, 0, 0.05);
}

/* テキストボックス */
form .cp_iptxt input[type='text'] {
	font: 18px/27px sans-serif;
	box-sizing: border-box;
	width: 100%;
	padding: 0.5em;
	transition: 0.3s;
	letter-spacing: 1px;
	color: #666666;
	border: 2px solid #ccc;
	border-radius: 5px;
}
form .ef input[type='text']:focus {
	border: 1px solid #999999;
	outline: none;
	box-shadow: 0 0 5px 7px rgba(0, 0, 0, 0.05);
}

/* Eメール */
form .cp_iptxt input[type='email'] {
	font: 18px/27px sans-serif;
	box-sizing: border-box;
	width: 100%;
	padding: 0.5em;
	transition: 0.3s;
	letter-spacing: 1px;
	color: #666666;
	border: 2px solid #ccc;
	border-radius: 5px;
}
form .ef input[type='email']:focus {
	border: 1px solid #999999;
	outline: none;
	box-shadow: 0 0 5px 7px rgba(0, 0, 0, 0.05);
}

/* パスワード */
form .cp_iptxt input[type='password'] {
	font: 18px/27px sans-serif;
	box-sizing: border-box;
	width: 100%;
	padding: 0.5em;
	transition: 0.3s;
	letter-spacing: 1px;
	color: #666666;
	border: 2px solid #ccc;
	border-radius: 5px;
}
form .ef input[type='password']:focus {
	border: 1px solid #999999;
	outline: none;
	box-shadow: 0 0 5px 7px rgba(0, 0, 0, 0.05);
}


/* テキストエリア */
form .cp_iptxt textarea{
	font: 18px/27px sans-serif;
	box-sizing: border-box;
	width: 100%;
	padding: 0.5em;
	transition: 0.3s;
	letter-spacing: 1px;
	color: #666666;
	border: 2px solid #ccc;
	border-radius: 5px;
}
form .cp_iptxt textarea:focus {
	border: 1px solid #999999;
	outline: none;
	box-shadow: 0 0 5px 7px rgba(0, 0, 0, 0.05);
}



/* チェックボックス */
input[type=checkbox] { display: none;}
.question .check_box .checkbox03 {
box-sizing: border-box;
cursor: pointer;
display: inline-block;
padding: 5px 0px 5px 50px;
position: relative;
font-size: 20px;
}
.question .check_box .checkbox03::before {
background: #fff;
border: 2px solid #999;
border-radius: 6px;
content: '';
display: block;
height: 28px;
left: 5px;
position: absolute;
top: 7PX;
width: 28px;
}
.question .check_box .checkbox03::after {
border-right: 9px solid #00c896;
border-bottom: 6px solid #00c896;
content: '';
display: block;
height: 34px;
left: 19px;
margin-top: -3PX;
opacity: 0;
position: absolute;
top: 0;
transform: rotate(45deg) translate3d(0,10px,0) scale3d(.7,.7,1);
transition: transform .2s ease-in-out, opacity .2s ease-in-out;
width: 16px;
}
input[type=checkbox]:checked + .checkbox03::before {border-color: #00c896;}
input[type=checkbox]:checked + .checkbox03::after {
opacity: 1;
transform: rotate(45deg) scale3d(1,1,1);
border-color: #00c896;
}

/* ラジオボタン03 */
input[type=radio] {display: none;}
.question .check_box .radio03 {
box-sizing: border-box;
cursor: pointer;
display: inline-block;
padding: 5px 0px 5px 40px;
position: relative;
width: auto;
font-size: 20px;
}
.question .check_box .radio03::before {
background: #fff;
border: 2px solid #ccc;
border-radius: 50%;
content: '';
display: block;
width: 30px;
top: 50%;
height: 30px;
left: 0px;
margin-top: -14px;
position: absolute;
}
.question .check_box .radio03::after {
background: #00c896;
border-radius: 50%;
content: '';
display: block;
width: 18px;
height: 18px;
left: 6px;
margin-top: -8px;
opacity: 0;
position: absolute;
top: 50%;
transform: scale3d(.3,.3,1);
transition: transform .2s ease-in-out, opacity .2s ease-in-out;
}
input[type=radio]:checked + .radio03::before {
    border-color: #666;
}
input[type=radio]:checked + .radio03::after {
    opacity: 1;
    transform: scale3d(1,1,1);
}
/* チェックボックス・ラジオボタンEND */


/* 選択（プルダウン） */
.cp_ipselect {
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.cp_ipselect select::-ms-expand {
display: none;
}
.cp_ipselect.cp_sl01 {
	position: relative;
	border: 2px solid #CCC;
	border-radius: 5px;
	background: #ffffff;
}
.cp_ipselect.cp_sl01::before {
	position: absolute;
	top: 1.2em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.cp_ipselect.cp_sl01 select {
	padding: 8px 38px 8px 8px;
	color: #666666;
	font-size: 18px;
	font-weight: 500;
	color: #666;
}



/* 	■■■■■■■■■■■■■■■■■■■　スマートフォン（共通）　■■■■■■■■■■■■■■■■■■■ 	*/


/* ■■■　ハンバーガーメニュー　■■■ */
body {
background: #fff;
margin: 0;
width: 100vw;
height: 100vh;
animation: bugfix infinite 2s;
-webkit-animation: bugfix infinite 2s;
}

@keyframes bugfix {
from {padding: 0;}
to {padding: 0;}
}
@-webkit-keyframes bugfix {
from {padding: 0;}
to {padding: 0;}
}

#hmenu {
z-index: 100;
}

#hmenu #overlay-button {
position: absolute;
right: 11px;
top: 5px;
padding: 37px 0 0 0;
z-index: 105;
cursor: pointer;
user-select: none;
}
#overlay-button span {
height: 5px;
width: 35px;
border-radius: 4px;
background-color: #333;
position: relative;
display: block;
transition: all .2s ease-in-out;
}
#hmenu #overlay-button span:before {
top: -10px;
visibility: visible;
}
#hmenu #overlay-button span:after {
top: 10px;
}
#hmenu #overlay-button span:before, #overlay-button span:after {
height: 5px;
width: 35px;
border-radius: 4px;
background-color: #333;
position: absolute;
content: "";
transition: all .2s ease-in-out;
}
#hmenu #overlay-button:hover span, #overlay-button:hover span:before, #overlay-button:hover span:after {
background: #333;
}

#hmenu input[type=checkbox] {
display: none; 
}
#hmenu input[type=checkbox]:checked ~ #overlay {
visibility: visible; 
}
#hmenu input[type=checkbox]:checked ~ #overlay-button:hover span, input[type=checkbox]:checked ~ #overlay-button span {
background: transparent;
}
#hmenu input[type=checkbox]:checked ~ #overlay-button span:before {
transform: rotate(45deg) translate(7px, 7px);
}
#hmenu input[type=checkbox]:checked ~ #overlay-button span:after {
transform: rotate(-45deg) translate(7px, -7px);
}

#hmenu #overlay {
height: 100vh;
width: 100vw;
background: #ec6451;
z-index: 102;
visibility: hidden;
position: fixed;
}
#hmenu #overlay.active {
}
#hmenu #overlay ul {
display: flex;
justify-content: start;
align-items: start;
flex-direction: column;
text-align: left;
height: 100vh;
padding: 60px 0 0 10%;
list-style-type: none;
}
#hmenu #overlay ul li {
padding: 1em 1em 1em 10%;
}
#hmenu #overlay ul li a {
color: #fff;
text-decoration: none;
font-size: 1.5em;
padding: 0 0 0 40px;
position: relative;
}
#hmenu #overlay ul li a span.material-symbols-outlined {
position: absolute;
top:7px;
left:0;
}

/* ハンバーガーメニューの幅確保 */
.hmenuw{
width: 46px;
}

/* ■■■　ハンバーガーメニューEND　■■■ */



/* ■■■　各ページ共通ヘッダ　■■■ */
header{
height: 85px;
background-color: #FFFFFF;
display: flex;
justify-content: center;
align-items: center;
box-shadow: 0px 0px 6px 5px rgba(0, 0, 0, 0.1);
}
header .rogo{
width: 120px;
height: 28px;
}
header .chara{
height: 70px;
width: auto;
padding: 0 0 0 2%;
}

/* 吹き出し */
header .balloon {
position: relative;
display: inline-block;
height: 70px;
margin: 0 0 0 15px;
padding: 3px 7px;
min-width: 94px;
max-width: 110px;
color: #333;
font-size: 19px;
font-weight: 900;
background: #FFF;
border: solid 3px #bc3dac;
box-sizing: border-box;
border-radius:10px;
display: grid;
place-items: center;
}
header .balloon:after {
content: "";
position: absolute;
top: 50%;
left: -26px;
margin-top: -14px;
border: 9px solid transparent;
border-right: 16px solid #bc3dac;
z-index: 101;
}
header .balloon p {
margin: 0;
padding: 0;
}
header .balloon p span{
font-size: 14px;
letter-spacing: -3px;
}


/* ■■■　フッタ　■■■ */
footer{
width: 100%;
height: 110px;
background: linear-gradient(135deg, rgba(0, 91, 171, 1), rgba(251, 46, 255, 1));
margin: 60px 0 0 0;
}
footer ul{
display: flex;
justify-content:space-around;
margin: 0 auto;
padding-inline-start: 0px;
}
footer ul li{
width: 64px;
height: 88px;
text-align: center;
position: relative;
margin-top: -14px;
}
footer ul li a{
display: block;
height: 88px;
color: #FFFFFF;
font-size: 13px;
font-weight: 900;
letter-spacing: -1px;
}
footer ul li p{
position:absolute;
bottom: 0;
right: 0;
left: 0;
margin: 0 auto;
}
footer ul li.fbtn01{
background:url("../images/fbtn1.png") 0 0px / 64px auto no-repeat ;
}
footer ul li.fbtn02{
background:url("../images/fbtn2.png") 0 0px / 64px auto no-repeat ;
}
footer ul li.fbtn03{
background:url("../images/fbtn3.png") 0 0px / 64px auto no-repeat ;
}
footer ul li.fbtn04{
background:url("../images/fbtn4.png") 0 0px / 64px auto no-repeat ;
}
footer ul li.fbtn05{
background:url("../images/fbtn5.png") 0 0px / 64px auto no-repeat ;
}
footer ul li a:hover{
transition: all .3s ease-out;
transform: scale(1.1);
}

/* ■■■　コンテンツ全体のワイド　■■■ */
#container{
width: 100%;
}


/* ■■■　ボタンベース　■■■ */
a.btn_c {
font-size: 24px;
text-decoration: none;
position: relative;
padding: 16px 50px 16px 76px;
border-radius: 100vh;
}
a.btn_d {
font-size: 24px;
text-decoration: none;
position: relative;
padding: 16px 76px 16px 50px;
border-radius: 100vh;
}

/* ■■■　ボタン01（ブルー）　■■■ */
a.btn01 {
display: inline-block;
color: #fff;
background-color: #00a0e6;
}
a.btn01:hover {
color: #fff;
background: #00c4ff;
transition: all .2s ease-out;
transform: scale(1.1);
}
a.btn_c {
font-size: 24px;
text-decoration: none;
position: relative;
padding: 16px 50px 16px 76px;
border-radius: 100vh;
}
a.btn01 span.material-symbols-rounded{
font-size: 46px;
position: absolute;
top:11px;
left:11px;
}

/* ■■■　ボタン02（白背景・文字緑）　■■■ */
a.btn02 {
display: inline-block;
color: #19c299;
background-color: #FFF;
}
a.btn02:hover {
color: #19c299;
background: #fffdad;
transition: all .2s ease-out;
transform: scale(1.1);
}
a.btn02 span.material-symbols-rounded{
font-size: 46px;
position: absolute;
top:11px;
left:11px;
transform: scale(-1, 1);
}

/* ■■■　ボタン03（戻る　緑背景）　■■■ */
a.btn03 {
display: inline-block;
color: #FFFFFF;
background-color: #19c299;
}
a.btn03:hover {
color: #FFFFFF;
background: #19ea99;
transition: all .2s ease-out;
transform: scale(1.1);
}
a.btn03 span.material-symbols-rounded{
font-size: 46px;
position: absolute;
top:11px;
left:11px;
transform: scale(-1, 1);
}

/* ■■■　ボタン04（次へ　オレンジ背景）　■■■ */
a.btn04 {
display: inline-block;
color: #FFFFFF;
background-color: #ffb900;
}
a.btn04:hover {
color: #FFFFFF;
background: #ffe400;
transition: all .2s ease-out;
transform: scale(1.1);
}
a.btn04 span.material-symbols-rounded{
font-size: 46px;
position: absolute;
top:11px;
right:11px;
}


/* ■■■■■■■■■■■■■■■■■■■　タブレット　■■■■■■■■■■■■■■■■■■■ */
@media screen and (min-width: 600px) {
/* ■■■　フッタ　■■■ */
footer ul{
max-width: 590px;
}
/* ハンバーガーメニュー位置調整*/
#hmenu #overlay ul li {
padding: 1em 1em 1em 35%;
}

/* ■■■　コンテンツ全体のワイド　■■■ */
#container{
width: 590px;
margin: 0 auto;
}

/* フォーム */
form .cp_iptxt {width: 70%;}
form .item.id{padding: 12% 0 3% 0;}
form .item.pass{padding: 5% 0 3% 0;}
.rogop img{width: 24%;}

}


/* ■■■■■■■■■■■■■■■■■■■　　　P C　　　■■■■■■■■■■■■■■■■■■■ */
@media screen and (min-width: 1025px) {
/* ■■■　フッタ　■■■ */
footer ul{
max-width: 800px;
}

#container{
width: 800px;
margin: 0 auto;
}

/* フォーム */
form .cp_iptxt {	width: 60%;}
form .item.id{padding: 8% 0 2% 0;}
form .item.pass{padding: 4% 0 2% 0;}
.rogop img{width: 15%;}

}







@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

