@charset "UTF-8";

#cheer h1{
padding: 0!important;
margin: 0!important;
}

#cheer h1 img{
width: 100%;
}

#oshimoji{
text-align: center;
padding-bottom: 2em;
}

.clearfix{
	clear: both!important;
	height: auto;
	width: 100%;
}

.clearfix_0{
	clear: both!important;
	height: 0;
	width: 100%;
}

.clearfix_0-1em{
	clear: both!important;
	height: 1em;
	width: 100%;

}

#sej_txt{
	font-size: 1.4rem!important;
}


/*
--------------------------------------------------------------------------
スマホにかけるスタイル
--------------------------------------------------------------------------
*/
@media screen and (max-width: 767px){

.mobile-display-none{ /* スマホで非表示 */
	display: none !important;
	height: 0 !important;
}


#howto_print ol.m-list li p{
font-size: 1rem;
}

#cheer .anchor
{ /*　ナビゲーションでアンカーポイントが隠れるの防止　*/
    padding-top: 1em!important;
    margin-top: -1em!important;
}

#cheer .anchor_howto_about
{ /*　ナビゲーションでアンカーポイントが隠れるの防止　*/
    padding-top: 6em!important;
    margin-top: -6em!important;
}

#cheer .anchor_design
{ /*　ナビゲーションでアンカーポイントが隠れるの防止　*/
    padding-top: 3em!important;
    margin-top: -3em!important;
}

#cheer .anchor_howto_print
{ /*　ナビゲーションでアンカーポイントが隠れるの防止　*/
    padding-top: 4em!important;
    margin-top: -4em!important;
}

#cheer .anchor_price
{ /*　ナビゲーションでアンカーポイントが隠れるの防止　*/
    padding-top: 7em!important;
    margin-top: -7em!important;
}

#red_return,#blue_return,#green_return,#yellow_return,#pink_return,#orange_return,#purple_return{
 /*　ナビゲーションでアンカーポイントが隠れるの防止　*/
    padding-top: 7em!important;
    margin-top: -7em!important;
}

#cheer {
font-family: "Noto Sans JP","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;color: #000;
font-size: 1.6em!important; /* bodyのフォントサイズを1.6em（16px）に設定 */
list-style-type: none;
margin: 0;
padding: 0;
border: 0;
outline: 0;
vertical-align: baseline;
overflow: visible!important;
}

#cheer a:hover{
	opacity: 0.5;
}

#cheer h1,h2,h3,h4{
font-family: "Noto Sans JP","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;color: #000;
text-align: center;
font-weight: 400!important;
}

#cheer h3{
padding: 2rem 0 1.5rem 0;
margin: 0;
}

#cheer h2 span,#price h2 span,#howto_print h2 span{
background:linear-gradient(transparent 60%, #eaff22 60%);
font-size: 1.6rem!important;
margin-top: 2em;
}

#cheer h3{
font-size: 2rem!important;
font-weight: 200!important;
line-height: 180%;
padding: 0;
margin: 0;
}

#sticky{/*　ヘッダ固定　*/
  position: sticky!important;
  top: 0px!important;
  z-index: 10000;
}

#cheer #global-nav {
	width: 100%;
}

#cheer_header {
	background: white;
}

#cheer_header ul{
	 display: flex!important;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	}

#cheer_header ul a:link,#cheer_header ul a:visited{
	text-decoration: none;
	font-weight: 300;
		color: #fff;
		width: 50%;
		border-top: 0.1rem solid #666;
		opacity:1!important;
	}

#cheer_header li::before { /* くの字の表示設定 */
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: .7rem;
  width: .6rem;    /* くの字を山なりに見た時、左側の長さ */
  height: .6rem;   /* くの字を山なりに見た時、右側の長さ */
  border-top: .16rem solid #eaff22;     /* くの字を山なりに見た時、左側の太さと色 */
  border-right: .16rem solid #eaff22;   /* くの字を山なりに見た時、右側の太さと色 */
  transform: rotate(45deg);    /* くの字の向き */
}

#cheer_header li{
	text-align: center;
		background: #000;
	white-space:nowrap;
	   margin: 0;
	padding: 0.4rem 0;
  list-style: none;
	 position:relative;
	font-size:1rem!important;
	box-sizing: border-box;
	}

#cheer_header .list_line li{
		border-right: 0.1rem solid #666;
	}

#howto_about{
	text-align: center;
  background-image: linear-gradient(0deg, rgba(143, 155, 217, 0.42), rgba(61, 200, 194, 0.29));
	font-size: 0.94rem;
	padding-bottom: 4em!important;
	}

#howto_about h3{
padding:  0;
margin-top: 0;
font-size: 1.6rem!important;
}

#howto_about img{
	width: 30%;
	height: auto;
	padding-top: 1em;
}

.triangle{/*　下向き三角形　*/
	margin: 1em auto;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;/*　横幅　*/
	border-right: 20px solid transparent;/*　横幅　*/
	border-top: 20px solid black;/*　高さ　*/
}


.triangle_pc{/*　右向き三角形　*/
	margin: 4em;
	width: 0;
	height: 0;
	border-left: 30px solid black;
	border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
}


.button a{
	width: 80%;
	margin: auto;
	position:relative;
	text-align: center;
	display: block;
	background-color: #000;
	text-decoration: none;
	font-weight: 200;
	color: #fff;
	padding: 0.6rem;
	font-size: 1.2rem!important;
	}

#design .button a::before{ /* くの字の表示設定 */
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.8rem;
  width: 0.6rem;    /* くの字を山なりに見た時、左側の長さ */
  height: 0.6rem;   /* くの字を山なりに見た時、右側の長さ */
  border-top: .16rem solid #eaff22;     /* くの字を山なりに見た時、左側の太さと色 */
  border-right: .16rem solid #eaff22;   /* くの字を山なりに見た時、右側の太さと色 */
  transform: rotate(45deg);    /* くの字の向き */
}

#design{
text-align: center;
clear: both;
width: 100%;
	padding-bottom: 1em!important;
	margin-bottom: 0!important;
}

#design .cap,#price .cap{
	font-size: 0.94rem;
}

#design img{
	width: 90%;
	margin: auto!important;
	padding: 1em;
}


/* モーダルウィンドウCSSここから */

#cheer .overlay {
  z-index: 10000;
position: fixed;
inset: 0;
margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.6);
  transition: opacity 200ms;
  visibility: hidden;
  opacity: 0;
  .cancel {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: default;
  }
  &:target {
    visibility: visible;
    opacity: 1;
  }
}

#cheer .popup {
width: 80%!important;
  margin: 3.5em auto 4em;
  padding: 20px;
  background: #fff;
  border: 1px solid #666;
  width: 300px;
  box-shadow: 0 0 50px rgba(0,0,0,0.5);
  position: relative;
  .light & {
    border-color: #aaa;
    box-shadow: 0 2px 10px rgba(0,0,0,0.25);
  }
	  }

#cheer .close {
    position: absolute;
    width: 1rem!important;
    height: 1rem!important;
    top: 0.3em!important;
    right: 0.6em!important;
    opacity: 0.8;
    transition: all 200ms;
    font-weight: bold;
		font-size: 2.6em;
    text-decoration: none;
    color: #666;
    &:hover {
      opacity: 1;
    }
  }

#modal .content{
    overflow: auto!important;
	display: contents;
  }

#modal .red{
color:#ff0000;
}

#modal .blue{
color:#1754ff;
}

#modal .green{
color:#008e07;
}

#modal .yellow{
color:#b59a15;
}

#modal .pink{
color:#f422a9;
}

#modal .orange{
color:#f0830f;
}

#modal .purple{
color:#7e3c92;
}


#modal .modal_img img{
left: 19%!important;
margin: 1em auto 0;
  position: relative!important;
width: 60%;
height: auto;
}

#modal .title_color_size{
    font-size: 1.1rem!important;
	margin: 0.6em auto 0.2em!important;
		font-weight: 400!important;
}

#modal .modal_qr img{
left: 7%!important;
margin-top: 1em!important;
  position: relative!important;
width: 80%;
height: auto;
margin-bottom: 0;
margin-bottom: 0;
}

#modal .number_title{
width: 100em!important;
text-align: center;
padding-bottom: 0.8em!important;
  position: relative;
display: table-cell;
 font-size: 1rem;
}

#modal .number{
font-weight: 600!important;
 font-size: 1.6rem;
 padding-bottom: 1em!important;
 padding-top: 0!important;
 margin-top: 0!important;
}

/* モーダルウィンドウここまで */



#osusume .button_color_top{/* 他のカラーを選択ボタン */
	padding: 2em 0 0em;
	margin: 0 auto 0em;
	clear: both!important;
}

#osusume .button_color_top a{
	width: 80%;
	margin: auto;
	position:relative;
	text-align: center;
	display: block;
	background-color: #000;
	text-decoration: none;
	font-weight: 200;
	color: #fff;
	padding: 0.6rem;
	font-size: 1.2rem!important;
	}

#osusume .button_color_top a::before{ /* くの字の表示設定 */
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.8rem;
  width: 0.6rem;    /* くの字を山なりに見た時、左側の長さ */
  height: 0.6rem;   /* くの字を山なりに見た時、右側の長さ */
  border-top: .16rem solid #eaff22;     /* くの字を山なりに見た時、左側の太さと色 */
  border-right: .16rem solid #eaff22;   /* くの字を山なりに見た時、右側の太さと色 */
  transform: rotate(45deg);    /* くの字の向き */
}

#osusume{
	margin-top: 0!important;
		padding-top: 0!important;
padding-bottom: 1em!important;
	text-align: center;
	font-size: 0.94rem!important;
	line-height: 130%;
}

#osusume .osusume_wrapper{
	background: #f7f7f7;
	padding-bottom: 1em;
}


#osusume .color_wrapper_even{
height: 7em;
clear: left;
}

#osusume .color_wrapper_odd{
background: #ecebeb;
height: 7em;
clear: left;
}

#osusume .color_wrapper_pink_bt{
background: #fff;
height: 10em;
}


#osusume ul#color_menu{
	 display: flex!important;
	flex-wrap: wrap;
	padding-top: 1em 0 1em 0;
	margin-top: 2em;
	margin-left: 5%!important;
	}


#osusume ul#color_menu a.red:link ,#osusume ul a.red:visited{
color:#FF0000;
	}

#osusume ul#color_menu a.blue:link ,#osusume ul a.blue:visited{
color:#1754ff;
	}

#osusume ul#color_menu a.green:link ,#osusume ul a.green:visited{
color:#008e07;
	}

#osusume ul#color_menu a.yellow:link ,#osusume ul a.yellow:visited{
color:#b59a15;
	}

#osusume ul#color_menu a.pink:link ,#osusume ul a.pink:visited{
color:#f422a9;
	}

#osusume ul#color_menu a.orange:link ,#osusume ul a.orange:visited{
color:#f0830f;
	}

#osusume ul#color_menu a.purple:link ,#osusume ul a.purple:visited{
color:#7e3c92;
	}

#osusume ul#color_menu a:link,#osusume ul a:visited{
	text-decoration: none;
	font-weight: 300;
		width: 28%;
		border: 0.1rem solid #000;
		margin: 0.4em;
			  box-shadow: 0.2em 0.2em #000;
	}

#osusume ul#color_menu li{
	text-align: center;
		background: #fff;
	white-space:nowrap;
	padding: 0.6rem 0;
  list-style: none;
	 position:relative;
	font-size:1.2rem!important;
	}

#osusume ul#color_menu li.new::before { /* NEWマーク */
	color: #000;
	font-size: 0.68rem;
	position: absolute;
	content: "NEW";
	top: -0.6em;
	left: -0.4em;
text-shadow:1px 1px 0 #eaff22,-1px 1px 0 #eaff22,1px -1px 0 #eaff22,-1px -1px 0 #eaff22;
	padding: 0 0 0 0;
	transform: rotate(-30deg);
	font-weight: 700;
}

#osusume ul#color_menu .list_line li{
		border-right: 0.2rem solid #fff;
	}

#cheer #osusume h4#red{
color:#ff0000;
}

#cheer #osusume  h4#blue{
color:#1754ff;
}

#cheer #osusume  h4#green{
color:#008e07;
}

#cheer #osusume  h4#yellow{
color:#b59a15;
}

#cheer #osusume  h4#pink{
color:#f422a9;
}

#cheer #osusume  h4#orange{
color:#f0830f;
}

#cheer #osusume  h4#purple{
color:#7e3c92;
}

#cheer #osusume  h3{
clear: both!important;
font-size: 3rem!important;
font-weight: 200!important;
margin: -2em 0 0.2em 0!important;
padding-top: 2em!important;
}

#cheer #osusume .print_number{
float: right;
margin-top: 0.6em!important;
margin-right: 0.4em!important;
text-align: left;
width: 60%;
}

#cheer #osusume .print_number .size{
clear: both;
float: left;
background: #666;
color:#fff;
padding: 0.2em 0.4em 0.2em 0.4em;
font-size: 1rem;
margin: 0 0.6em 0 0.2em;
}

.print_number span{
	line-height: 110%;
}

.print_number .a3{
font-size: 1.4rem;
font-weight: 600;
border-bottom: 0.06em solid #999;
padding: 0.4em 0.4em 0.4em 0.4em;
margin-right: 0.2em;
}

.print_number .a4{
  width:100%;
font-size: 1.4rem;
font-weight: 600;
padding: 0.3em 0.4em 0.4em 0.4em;

}

#osusume{
margin-top: 1em!important;
padding-bottom: 4em;
margin-bottom: 1em;
}

#osusume img{
	border: 0.1rem solid #000;
	width: 32%;
	float: left;
	margin: 0.6em;
}

#osusume #wrapper{
background-color: #fff;
padding-bottom:1em;
}

#osusume .item_select_wrapper{
	width: 60%;
float: left;
}

#osusume ul.item_select{
margin-top: 0!important;
	padding: 0!important;
	flex-wrap: wrap;
	margin-left: 0.6em!important;
	}


#osusume ul.item_select a:link,#osusume ul a:visited{
	text-decoration: none;
	font-weight: 300;
		margin: 0.6em 0;

	}

#osusume ul.item_select li{
margin-top: 0!important;
	padding: 0!important;
	 display: block;
		width: 100%;
	text-align: center;
	white-space:nowrap;
  list-style: none;
	 position:relative;
	 	font-weight: 400;
	font-size:1.2rem!important;
	}

#osusume .button{/* 水色A3ボタン */
margin-top: 0.64em!important;
	padding: 0.5em!important;
	width: 100%;
	margin: auto;
	position:relative;
	text-align: center;
	display: block;
	background-color: #e0f6f9;
	text-decoration: none;
	color: #000;
	border: .1rem solid #000;
	}

#osusume .button.a4{/* 紫A4ボタン */
	background-color: #e4e4f4;
	}

#osusume .button li::before { /* くの字の表示設定 */
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.4rem;
  width: 0.7rem;    /* くの字を山なりに見た時、左側の長さ */
  height: 0.7rem;   /* くの字を山なりに見た時、右側の長さ */
  border-top: .16rem solid #000;     /* くの字を山なりに見た時、左側の太さと色 */
  border-right: .16rem solid #000;   /* くの字を山なりに見た時、右側の太さと色 */
  transform: rotate(45deg);    /* くの字の向き */
}

#osusume .item_select_line{
	clear: left!important;
	width: 96%;
	margin: 0 auto 0;
	border-bottom: 0.2em solid #000;
}

#howto_print .notes ul{
text-align: left;
margin: 1em auto;
	width: 70%;
	font-size: 0.84rem;
}

#howto_print .notes li{
list-style: none;
}

#howto_print .price_nanaco{
height: 8em;
width: 100%;
}


#price{
	text-align: center;
	background: #fffed9;
	font-size: 0.84rem;
	padding-bottom: 2em;
}

#price h2{
	padding-top: 0!important;
}

#price table{
    border-collapse:  collapse;     /* セルの線を重ねる */
	margin: auto;
	font-size: 1.2rem!important;
	background: #fff;
	text-align: center;
}

#price table td,#price table th{
	border: 0.1rem solid #000;
	padding: 0.4em;
}

#price table th{
background: #e2e2e2;
}

#price .notes ul{
text-align: center;
margin: 0.6em auto;
	width: 70%;
	font-size: 0.84rem;
}

#price .notes li{
list-style: none;
}

#howto_print{
	clear: left!important;
		background: #f7f7f7;
		padding-top: 0!important;
		padding-bottom: 1em;
		width: 100%;
}

#howto_print h2{
	padding-top: 0!important;
}

#howto_print ol{
width: 270px;
margin: auto;
}

#howto_print li{
list-style: none;
}

#howto_print li:nth-child(n+2){
padding-top: 0.4em;
}


#howto_print li div img{
width: 3em;
}

#oshimoji img{
	width: 70%;
	height: auto;
}

#oshimoji div{
	font-size: 0.98rem;
	margin-bottom: 1em;
}

}
/*
--------------------------------------------------------------------------
PCにかけるスタイル
--------------------------------------------------------------------------
*/
@media screen and (min-width: 768px) {

.pc-display-none{/* PCで非表示 */
	display: none !important;
	height: 0 !important;
}

#cheer .anchor { /*　ナビゲーションでアンカーポイントが隠れるの防止　*/
    display: block;
    padding-top: 2.5em!important;
    margin-top: -2.5em!important;
}

#cheer .anchor_howto_about { /*　ナビゲーションでアンカーポイントが隠れるの防止　*/
    padding-top: 4em!important;
    margin-top: -4em!important;
}

#cheer .anchor_price { /*　ナビゲーションでアンカーポイントが隠れるの防止　*/
    padding-top: 4em!important;
    margin-top: -4em!important;
}

#cheer {
font-family: "Noto Sans JP","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;color: #000;
font-size: 1.6em!important; /* bodyのフォントサイズを1.6em（16px）に設定 */
list-style-type: none;
margin: 0;
padding: 0;
border: 0;
outline: 0;
vertical-align: baseline;
overflow: visible!important;
 background-image: linear-gradient(0deg, rgba(197, 125, 233, 0.52), rgba(61, 200, 194, 0.29));
}

#cheer a:hover{
	opacity: 0.5;
}

#cheer h1,h2,h3,h4{
font-family: "Noto Sans JP","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;color: #000;
text-align: center;
}

#cheer h2{
padding: 2rem 0 1.5rem 0;
margin: 0;
}

#cheer h2 span,#price h2 span,#howto_print h2 span{
background:linear-gradient(transparent 60%, #eaff22 60%);
font-size: 1.6rem!important;
margin-top: 2em;
}

#cheer h3{
font-size: 2rem!important;
line-height: 180%;
padding: 0;
margin: 0;
}

#sticky{/*　ヘッダ固定　*/
  position: sticky!important;
  top: 0px!important;
  z-index: 10000;
}

#cheer_pc_body{
margin: auto;
max-width: 960px;
background-color: #fff;
}


#cheer #global-nav {
	width: 100%;
}

#cheer_header {
	background: white;
}

#cheer_header ul{
	 display: flex!important;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	}

#cheer_header ul a:link,#cheer_header ul a:visited{
	text-decoration: none;
	font-weight: 400;
		color: #fff;
		width: 50%;
		border-top: 0.06rem solid #666;
	}

#cheer_header li::before { /* くの字の表示設定 */
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: .7rem;
  width: .6rem;    /* くの字を山なりに見た時、左側の長さ */
  height: .6rem;   /* くの字を山なりに見た時、右側の長さ */
  border-top: .16rem solid #eaff22;     /* くの字を山なりに見た時、左側の太さと色 */
  border-right: .16rem solid #eaff22;   /* くの字を山なりに見た時、右側の太さと色 */
  transform: rotate(45deg);    /* くの字の向き */
}

#cheer_header li{
	text-align: center;
		background: #000;
	white-space:nowrap;
	   margin: 0;
	padding: 0.4rem 0;
  list-style: none;
	 position:relative;
	font-size:1rem!important;
	box-sizing: border-box;
	}

#cheer_header .list_line li{
		border-right: 0.06rem solid #666;
	}

#howto_about{
	text-align: center;
	background: #fffed9;
	font-size: 0.94rem;
	padding-bottom: 2em;
	}

#howto_about h3{
padding:  0;
margin-top: 0;
font-size: 1.6rem!important;
}


.howto_about_col_wipper{
display: block;
height: 250px;
margin: auto;
width: 76%;
padding-left: 3em;
}

.howto_about_col{
width: 200px;
float: left;
}



#howto_about img{
	width: 60%;
	height: auto;
	padding-top: 1em;
}


.triangle{/*　右向き三角形　*/
	margin: 4em 0.6em;
	width: 0;
	height: 0;
	border-left: 10px solid black;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
float: left;
}


.button a{
	width: 80%;
	margin: auto;
	position:relative;
	text-align: center;
	display: block;
	background-color: #000;
	text-decoration: none;
	font-weight: 400;
	color: #fff;
	padding: 0.6rem;
	font-size: 1.2rem!important;
	}

#design .button a::before{ /* くの字の表示設定 */
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.8rem;
  width: 0.6rem;    /* くの字を山なりに見た時、左側の長さ */
  height: 0.6rem;   /* くの字を山なりに見た時、右側の長さ */
  border-top: .16rem solid #eaff22;     /* くの字を山なりに見た時、左側の太さと色 */
  border-right: .16rem solid #eaff22;   /* くの字を山なりに見た時、右側の太さと色 */
  transform: rotate(45deg);    /* くの字の向き */
}

#design{
text-align: center;
clear: both;
width: 100%;
	padding-bottom: 2em;
}

#design .cap,#price .cap{
	font-size: 0.94rem !important;
}

#design img{
	width: 60%;
	margin: auto!important;
	padding: 1em;
	padding-bottom: 2em;
}

#osusume #wrapper{
padding-left: 1em;
}


#osusume .color_wrapper{
width:46%!important;
float: left;
padding: 1em;
}

#osusume .button_color_top{/* 他のカラーを選択ボタン */
	padding: 2em 0 0em;
	margin: 0 auto 0em;
	clear: both!important;
}

#osusume .button_color_top a{
	width: 80%;
	margin: auto;
	position:relative;
	text-align: center;
	display: block;
	background-color: #000;
	text-decoration: none;
	font-weight: 400;
	color: #fff;
	padding: 0.6rem;
	font-size: 1.2rem!important;
	}

#osusume .button_color_top a::before{ /* くの字の表示設定 */
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.8rem;
  width: 0.6rem;    /* くの字を山なりに見た時、左側の長さ */
  height: 0.6rem;   /* くの字を山なりに見た時、右側の長さ */
  border-top: .16rem solid #eaff22;     /* くの字を山なりに見た時、左側の太さと色 */
  border-right: .16rem solid #eaff22;   /* くの字を山なりに見た時、右側の太さと色 */
  transform: rotate(45deg);    /* くの字の向き */
}

#osusume{
padding-top: 1em;
	text-align: center;
	font-size: 0.94rem!important;
	line-height: 130%;
	background: #f7f7f7;
}

#osusume .osusume_wrapper{
	background: #f7f7f7;
	padding-bottom: 1em;
}

#osusume ul#color_menu{
	 display: flex!important;
	flex-wrap: wrap;
	padding-top: 1em 0 1em 0;
	margin-top: 2em;
	margin-left: 5%!important;
	}


.new{
    position: relative;
}

.new::before {
    position: absolute;
    content: "NEW";
    top: -7px;
    left: -20px;
    background-color: crimson;
    padding: 5px 25px;
    transform: rotate(-30deg);
}


#osusume ul#color_menu a.red:link ,#osusume ul a.red:visited{
color:#FF0000;
	}

#osusume ul#color_menu a.blue:link ,#osusume ul a.blue:visited{
color:#1754ff;
	}

#osusume ul#color_menu a.green:link ,#osusume ul a.green:visited{
color:#008e07;
	}

#osusume ul#color_menu a.yellow:link ,#osusume ul a.yellow:visited{
color:#b59a15;
	}

#osusume ul#color_menu a.pink:link ,#osusume ul a.pink:visited{
color:#f422a9;
	}

#osusume ul#color_menu a.orange:link ,#osusume ul a.orage:visited{
color:#f0830f;
	}

#osusume ul#color_menu a.purple:link ,#osusume ul a.purple:visited{
color:#7e3c92;
	}

#osusume ul#color_menu a:link,#osusume ul a:visited{
	text-decoration: none;
	width: 28%;
	border: 0.1rem solid #000;
	margin: 0.4em;
	box-shadow: 0.2em 0.2em #000;
	}

#osusume ul#color_menu li{
	text-align: center;
	background: #fff;
	white-space:nowrap;
	padding: 0.6rem 0;
	list-style: none;
	 position:relative;
	font-size:2rem!important;
	}


#osusume ul#color_menu li.new::before { /* NEWマーク */
	color: #000;
	font-size: 0.8rem;
	position: absolute;
	content: "NEW";
	top: 0px;
	left: 0px;
	background-color: #eaff22;
	padding: 0.2em 0.4em;
	transform: rotate(-30deg);

}

#osusume ul#color_menu .list_line li{
		border-right: 0.2rem solid #fff;
		font-weight: normal!important;
	}

#cheer #osusume h3#red_pc{
color:#ff0000!important;
}

#cheer #osusume h3#blue_pc{
color:#1754ff;
}

#cheer #osusume  h3#green_pc{
color:#008e07;
}

#cheer #osusume  h3#yellow_pc{
color:#b59a15;
}

#cheer #osusume  h3#pink_pc{
color:#f422a9;
}

#cheer #osusume  h3#orange_pc{
color:#f0830f;
}

#cheer #osusume  h3#purple_pc{
color:#7e3c92;
}

#cheer #osusume  h3{
clear: both!important;
font-size: 3rem!important;
margin: 0em 0 0.2em 0!important;
}

#cheer #osusume .print_number{
float: right;
margin-top: 0.6em!important;
margin-right: 0.4em!important;
text-align: left;
width: 60%;
}

#cheer #osusume .print_number .size{
clear: both;
float: left;
background: #666;
color:#fff;
padding: 0.2em 0.4em 0.2em 0.4em;
font-size: 1rem;
margin: 0 0.6em 0 0.2em;
}

.print_number span{
	line-height: 110%;
}

.print_number .a3{
font-size: 1.4rem;
font-weight: 600;
border-bottom: 0.06em solid #999;
padding: 0.4em 0.4em 0.4em 0.4em;
margin-right: 0.2em;
}

.print_number .a4{
  width:100%;
font-size: 1.4rem;
font-weight: 600;
padding: 0.3em 0.4em 0.4em 0.4em;

}

#osusume{
padding-bottom: 4em;
margin-bottom: 1em;
}

#osusume img{
	border: 0.1rem solid #000;
	width: 32%;
	float: left;
	margin: 0.6em;
}

#osusume .item_select_wrapper{
	width: 61%;
float: left;
}

#osusume ul.item_select{
margin-top: 0!important;
	padding: 0!important;
	flex-wrap: wrap;
	margin-left: 0.6em!important;
	}


#osusume ul.item_select a:link,#osusume ul a:visited{
	text-decoration: none;
	font-weight: 300;
		margin: 0.6em 0;

	}

#osusume ul.item_select li{
margin-top: 0!important;
	padding: 0!important;
	 display: block;
		width: 100%;
	text-align: center;
	white-space:nowrap;
  list-style: none;
	 position:relative;
	font-size:1.6rem!important;
	}

#osusume .button{/* 黄緑ボタン */
margin-top: 0!important;
	padding: 1em!important;
	width: 100%;
	margin: auto;
	position:relative;
	text-align: center;
	display: block;
	background-color: #eaff22;
	text-decoration: none;
	font-weight: 400;
	color: #000;
	border: .2rem solid #000;
	}

#osusume .button li::before { /* くの字の表示設定 */
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3rem;
  width: 1rem;    /* くの字を山なりに見た時、左側の長さ */
  height: 1rem;   /* くの字を山なりに見た時、右側の長さ */
  border-top: .1rem solid #000;     /* くの字を山なりに見た時、左側の太さと色 */
  border-right: .1rem solid #000;   /* くの字を山なりに見た時、右側の太さと色 */
  transform: rotate(45deg);    /* くの字の向き */
}

#osusume .item_select_line{
	clear: left!important;
	width: 96%;
	margin: 0 auto 0;
	border-bottom: 0.2em solid #000;
}

.clearfix_0{
	clear: both!important;
	height: 0;
	width: 100%;
}

#howto_print .notes ul{
text-align: left;
margin: 1em auto;
	width: 70%;
	font-size: 0.84rem;
}

#howto_print .notes li{
list-style: none;
}

#price{
	clear: left;
	text-align: center;
	background: #fffed9;
	font-size: 0.84rem;
	padding-bottom: 2em;
}

#price table{
    border-collapse:  collapse;     /* セルの線を重ねる */
	margin: auto;
	font-size: 1.2rem!important;
	background: #fff;
	text-align: center;
}

#price table td,#price table th{
	border: 0.1rem solid #000;
	padding: 0.4em;
}

#price table th{
background: #e2e2e2;
}

#price .notes ul{
text-align: center;
margin: 0.6em auto;
	width: 70%;
	font-size: 0.84rem;
}

#price .notes li{
list-style: none;
}

#howto_print{
	clear: left;
		background: #f7f7f7;
		padding-bottom: 1em;
}

#howto_print ol.m-list{
margin: auto;
width: 96%;
    word-wrap: break-word!important;
		 display: block!important;
}

#howto_print ol.m-list li{
margin-left: 1em!important;
width: 30%;
height: 300px!important;
float: left;
list-style: none;
font-size: 1rem;


}

#howto_print ol.m-list li div img{
width: 90px!important;
}

#howto_print .notes ul{
width: 96%;
	clear: both!important;
text-align: center;
}


#oshimoji img{
	width: 30%;
	height: auto;
}

#oshimoji div{
	font-size: 0.98rem;
	margin-bottom: 1em;
}

}


/*
--------------------------------------------------------------------------
タブレットにかけるスタイル
--------------------------------------------------------------------------
*/
@media screen and (min-width: 768px)  and (max-width: 939px){

.tablet-display-none{ /* タブレットで非表示 */
	display: none !important;
	}

.howto_about_col_wipper{
display: block;
height: 250px;
margin: auto;
width: 90%;
padding-left: 3em;
}

.triangle{/*　右向き三角形　*/
	margin: 4em 0em!important;

}

#howto_print ol.m-list{
padding-left: 3em;
}

}

/* 20250808 追加 */

@media screen and (min-width: 768px) {
    #cheer #osusume h4#white_pc {
        color: #5e5e5e;
    }
    #osusume ul#color_menu a.white:link, #osusume ul a.white:visited {
        color: #5e5e5e;
    }
}

@media screen and (max-width: 767px) {
    #osusume ul#color_menu a.white:link, #osusume ul a.white:visited {
        color: #5e5e5e;
    }
    #cheer #osusume h4#white {
        color: #5e5e5e;
    }
}

/* 20250808 追加 */
