@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
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,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}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:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}


/*================================================
 *  使用カラー

ベースカラー
*ライトレモンイエロー
#fff7ac
rgb(255,247,172)

サブカラー
*ダークレッド
#670001
rgb(103,0,1)

差し色
*ミディアムブルー
#316cba
rgb(49,108,186)



ミルキーホワイト milky white
#fffff9
rgb(255,255,249)

チャコールグレイ charcoal gray
#4e454a
rgb(78,69,74)

マホガニー mahogany
#6b3f31
rgb(107,63,49)

ローアンバー raw umber
#866629
rgb(134,102,41)



プルシャンブルー prussian blue
#192f60
rgb(25,47,96)

deepskyblue
#00bfff
rgb(0,191,255)

スカイブルー sky blue
#a0d8ef
rgb(160,216,239)



コチニールレッド cochineal red
#c82c55
rgb(200,44,85)





 ================================================*/



/*================================================
 *  一般・共通設定
 ================================================*/
* {
	margin: 0;
	padding: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

*::before, *::after {
    box-sizing: border-box;
}

html {
	height: 100%;
	overflow-y: scroll;
}

body {
	font-size:18px;
	color:#4e454a;
	font-family: 'Roboto', "Segoe UI", "Helvetica Neue", sans-serif;/*"Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;*/
	line-height:1.7;
	height: 100%;
}

body:after {
	content: '';
  	position: fixed;
  	top: 0;
  	bottom: 0;
  	right: 0;
  	left: 0;
	z-index: -2;
  	background: #fff5d8;
}

#wrapper:after {
	content: '';
  	position: fixed;
  	top: 0;
  	bottom: 0;
  	right: 0;
  	left: 0;
	z-index: -1;
	background-image:url("../images/common/background.png"), url(https://www.gamecity.ne.jp/atelier/sophie2/img/bg.jpg);
	background-position: top center;
	background-size: 100% auto ;
	background-repeat: no-repeat;
}

#contents {
	position:relative;
	overflow:hidden;
	width:1200px;
	margin:0 auto;
	height:100%;
}

#main {
	box-sizing: border-box;
	float:right;
	width:80%;
	padding:30px 60px 0px 60px;
	background:rgba(255,255,249,0.8);
	height:100%;
	min-height:100vh;
}

#sub {
	overflow-x: hidden;
	overflow-y: scroll;
	position:fixed;
	box-sizing: border-box;
	width:240px;
	height:100%;
	background:rgba(255,255,249,0.2);
	z-index: 50;
	font-size:15px;
	box-shadow: 0px 0px 10px 0px rgba(110,88,0,0.7);
	-ms-overflow-style: none;    /* IE, Edge 対応 */
    scrollbar-width: none;       /* Firefox 対応 */
}
#sub::-webkit-scrollbar {  /* Chrome, Safari 対応 */
        display:none;
    }
.page_ttl {
	margin: 5px;
	padding: .6em;
	border: solid 1px #fffbe5/*#abd5d8*/;
	box-shadow: 0 0 0 6px #38704f/*#2d979e*/;
	position: relative;
	line-height: 1.2;
	color: #fff;
	background: #38704f/*#2d979e*/;
	text-align: center;
}

.page_ttl::before, .page_ttl::after {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 0;
    width: 60px;
    height: 100%;
    content: '';
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.page_ttl::before {
	left: 0;
	background-image:url("../images/common/nav_l_big.png");
}
.page_ttl::after {
	right: 0;
	background-image:url("../images/common/nav_r_big.png");
}
	
h1 {
	position: relative;
	z-index: 1;
	font-weight: bold;
	font-size: 32px;
	color: #fffbe5;
}

h1 br {
	display: none;
}
/*
.ttl_l_t,
.ttl_l_b,
.ttl_r_t,
.ttl_r_b {
	position: absolute;
	z-index: 0;
	content: '';
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}
.ttl_l_t {
	top: 0;
	left: 0;
	width: 14px;
	height: 29px;
	background-image: url("../images/common/ttl_l_t.png");
}
.ttl_l_b {
	left: 0;
	bottom: 0;
	width: 57px;
	height: 28px;
	background-image: url("../images/common/ttl_l_b.png");
}
.ttl_r_t {
	top: 0;
	right: 0;
	width: 57px;
	height: 28px;
	background-image: url("../images/common/ttl_r_t.png");
}
.ttl_r_b {
	right: 0;
	bottom: 0;
	width: 14px;
	height: 29px;
	background-image: url("../images/common/ttl_r_b.png");
}
*/
/*gardenマスタ用臨時*/
.h1_aki {
	margin-top: 2em;
	margin-bottom: 0.5em;
}


/*gardenマスタ用臨時ここまで*/

h2 {
	position: relative;
	font-size:24px;
	font-weight: bold;
	line-height: 1.2;
	padding: 1.6em 1em;
	text-align: center;
	vertical-align: middle;
	color:#7B3827;
	clear: both;
	text-decoration: none;
	text-shadow: 2px 2px #FFF;
	background-image: url("../images/common/bg_title.png");
	margin: 0.5em 0px 1em;
	background-size: cover;
    background-repeat: no-repeat;
}
h2 img {
	height:25px;
	padding:0px;
	margin:2px 5px ;
	vertical-align: middle;
}
h2 > span {
	font-weight: bold;
	}

h3 {
	position: relative;
	font-size:22px;
	font-weight: bold;
	line-height: 1.2;
	padding: 0.3em 0.5em;
	margin-top:1.35em;
	margin-bottom:0.5em;
	vertical-align: middle;
	clear: both ;
	text-decoration: none;
	background: rgb(159, 0, 50);
    color: rgb(255, 255, 255);
    box-shadow: rgb(159 0 50) 0px 0px 0px 2px;
    border: dotted 1px #ffffff;
}
h3 img {
	height:25px;
	padding:0px;
	margin:0px 5px ;
	vertical-align: middle;
}
h3 > span {
	font-weight: bold;
	}
h3 > span > span {
	font-weight: bold;
	}

h4 {
	font-size:19px;
	clear: both;
	color:#9f0032;
	font-weight: bold;
	line-height: 1.2;
	padding: 0.2em 1.2em;
	margin-top:1em;
	margin-bottom:0.5em;
	border-bottom: 1px dotted;
	position: relative;
}
h4::before,h4::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 6px;
	height: 100%;
	content: '';
	background: #ecc8cb;
}
h4::after {
	left: 6px;
	background: #cf7d91;
}
h4 img {
	height:32px;
	vertical-align:middle;
	padding:0px 6px 0px 0px;
}

h5 {
	font-size:22px;
	clear: both;
	color:#fffff9;
	font-weight: bold;
	line-height: 1.2;
	padding: 0.42em 1.2em;
	margin-top:1em;
	margin-bottom:0.5em;
	background: #b72856;
	position: relative;
	text-align: center;
    border-radius: 9px;
    border: dotted 1px #fff;
    box-shadow: 0 0 0 2px #b72856;
}
h5::before,h5::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 6px;
	height: 100%;
	content: '';
}
h5::after {
	left: 6px;
}
h5 img {
	height:32px;
	vertical-align:middle;
	padding:0px 6px 0px 0px;
}


section{
	overflow: hidden;
	margin-bottom:1em;
	clear: both ;
}

a:hover {
	color:#670001;
	text-decoration: underline;
}
p {
	text-align: justify;
	margin-top:1.2em;
  	margin-bottom:1.5em;
	padding:0;
}
p img{
	height:1.5em;
	margin:0em 0.2em;
	}

img {
	vertical-align:middle;
}

ul,ol,dl {
	margin:0 0 1em 0;
}
ul li {
	list-style:disc;
}
li {
	margin-left:2em;
}

a {
    color: inherit;
    text-decoration: none;
    transition: .2s;
}

.center{
	text-align: center;
	margin: 0 auto;
	clear: both;
}
.clear{
	clear: both ;
}

.inline{
	display: inline-block;
}
.bold {
	font-weight:bold;
}

.bold > span  {
	font-weight: bold;
}

.before { /*スマホヘッダー固定用の空白*/
	height:10px;
}

.beforesub {
	padding:40px;
	margin: -40px;
}

.pagelink{
	text-align: left;
}

.pagelink a {
    padding: 0 0 0 1.2em;
    position: relative;
	font-family: 'Roboto', "Segoe UI", "Helvetica Neue", sans-serif;/*"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    color: #7B5900;*/
}

.pagelink a::before {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1.2em;
    height: 1.2em;
    content: '';
    background: url("../images/common/pagelink.svg") no-repeat center/100%;
}

pagelink p:last-child {
    margin-right: 0;
}
.pagelink p {
    margin: 0 0.5em 0 0;
    display: inline-block;
    border: 0.1rem solid #846B2E;
    padding: 0 0.62em;
	background-color: #fffdf7;
    box-shadow: 1px 1px 1px #846B2E;
	margin-bottom: 5px;
	font-weight: 500;
	border-radius: 10px;
}

/*================================================
 *  番号付き見出し
 ================================================*/
.number{
	margin-left: 9%;
	margin-right: 9%;
	text-align: justify;
}

.number h3 {
	font-weight: bold;
	clear: both ;
	background-color: inherit;
	border:none;
	box-shadow: none;
	color:#730031;
	font-size: 1.2em !important;
	line-height: 0.5;
	padding-left:1.75em;
	text-indent:-1.75em;
	margin-bottom: 0 ;
	padding-bottom: 0;
	text-align: left;
}
.number_img{ /*数字画像*/
	height: 1.5em;
	margin: 0em 0.25em 0em 0em;
	vertical-align: text-bottom/*middle*/;
}
.number img{
	margin-top: 0em;
}
.number p{
	color: #202020;
}
.number p img{
	height: 1.5em;
	margin-bottom: 0.2em;
}





/*================================================
 *  表
 ================================================*/
table {
	width:100%;
	border-collapse:collapse;
	margin-top: 0.5em;
  	margin-bottom:0.5em;
	border-top: solid 1px #c5c2c2;
	line-height: 1.5;
	background: rgba(255,255,249,0.6);/*#fffff9*/
}
th,td {
  	border: solid 1px #c5c2c2;
	vertical-align: middle;
	padding:0.3em 0.5em;
}
th {
	text-align:center;
	font-weight:bold;
	font-size:18px;
	color:#4e454a;
	background: rgba(255,247,211,0.6);
}
td {
	text-align: justify;
	font-size:18px;
	color:#4e454a;
}
td.dotline{
	border-bottom: dotted 1px #CCC;
}
td.dotnone{
	border-top: none;
}

th img {
	height:1.5em;
	vertical-align:middle;
	margin:0.1em;
}
th span {
	font-weight:bold;
}
td img {
	height:25px;
	vertical-align:middle;
	margin:5px;
}

.bad_st{
	width: 15%;
}

.th_01 {
	background: rgba(255,247,172,1);
}

.th_ps5 {/*PS5の特定のボタン画像にシャドウ*/
 	filter: drop-shadow(0 0 0.5px black);
}

.sousa th {/*操作ページの表だけthを濃く*/
	background: rgb(253 247 215);

}


.steam2 {/*steamページのボタン画像にシャドウ*/
filter: drop-shadow(0px 0px 4px #000);
}


/*================================================
 *  表（ボタン）
 ================================================*/
.table_btn {
	width:100%;
	border-collapse:collapse;
	margin-top: 1.5em;
  	margin-bottom:3em;
	border: solid 1px #c5c2c2;
	table-layout: fixed;
	line-height: 1.2;
	background: rgba(255,255,255,.6);
}
.table_btn th {
	text-align:center;
	font-weight:bold;
	font-size:18px;
	color:#4e454a;
	padding: 8px 2px;
	background: rgba(60,255,77,.1);
}
th>span {
	text-align:center;
	font-weight:bold;
}
.table_btn td {
	text-align:center;
	font-size:18px;
	color:#4e454a;
	padding:6px 1px;

	font-weight:bold;
}
.table_btn td img {
	height:25px;
	vertical-align:middle;
	margin:2px;
}

.th_02 {
	background: rgba(178,235,183,.7) !important;
}


/*================================================
 * index（top）ページ用
 ================================================*/

#topmain {
	box-sizing: border-box;
	float:right;
	width:80%;
	padding: 0px; /*余白なし*/
	background:rgba(255,255,249,0.8);
	height:100%;
	min-height:100vh;
}


.topimg {
    text-align: center;
	margin: 0 auto;
}
.topphoto { /*メインビジュアル（基本）*/
    width: 100%;
    height: auto;
}
.topphoto_sm { /*メインビジュアル（スマートフォン）*/
	display: none;
}


.topcopy {
	font-size:13px;
	text-align: justify;
	margin: 20px 50px;
	color:#4e454a;
}
.topcopy img {
	height: 15px;
}
.topcopy p{
  	padding-left: 1em;
  	text-indent: -1em;
	margin-top: 0em;
  	margin-bottom:0em;
}


.topics {
  	text-align: center;
	background-color: rgba(255,227,173,0.3);
	font-size: 14px;
	padding: 1.5em 5px 0px 5px;
	line-height: 1.2;
  }
.topics_in {
	display: inline-block;
	width: 40%;
	margin: 0% 1% 1% 1%;
	vertical-align: text-top;
}
.topics_inin {
	display: inline-block;
	width: 100%;
	border-left: solid 1px #d20045;
	padding-left: 1em;
	margin-bottom: 2.2em;
}
.topics_inin dt {
	clear: both ;
	color:#d20045;
	font-weight: bold;
	padding: 0em;
	text-align: left;
	font-size: 135%;
	margin-bottom: 5px;
}
.topics_inin ul{
	margin: 0px;
}
.topics_inin ul li {
	list-style: none;
	margin: 0;
	text-align: left;
	font-weight: bold;
	padding-top: 0.5em;
}
.topics_inin a {
	color: #4e454a;
	text-decoration: none;
}
.topics_inin a:hover {
	color:#670001;
	text-decoration: underline;
}
.topics_inin ul li ul li {
	list-style: none;
	margin-left: 2em;
	text-align: left;
	font-weight: normal;
	padding-top: 0.25em;
  	text-indent: -1em;
}
.topics_inin ul li ul li a {
	color: #4e454a;
	background-image:url("../images/common/space.png");
	background-position: left center;
	background-size: auto 0.8em;
	background-repeat: no-repeat;
	padding-left: 1em;
}



/*================================================
 *  囲み
 ================================================*/

.kakomi {
	margin: .5em auto;
	border: solid 1px #a00032;
	clear: both;
	color: #a00032;
	background: rgba(255,255,255,.8);
}
.kakomi table {
	margin: .5em auto;
	width: calc(100% - 1em);
}
.kakomi p {
	padding: 0 1em;
}
.kakomi ul {
	padding: .75em .5em 0 .5em;
}
.kakomi ul li {
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	margin-right: 1em;
}
.kakomi h3 {
	margin: 0;
	border: none;
	border-bottom: solid 1px #a00032;
	color: #FFF;
}
.kakomi h4 {
	margin: 0;
   }




/*================================================
 *  ヘッダー（sub=メニューの上のロゴ、クリックでTOPページへ）
    スマートフォン非表示
 ================================================*/
header {
	position:relative;
}

.logo {
	/*border-bottom: 1px solid #ff9600;マスタ用バージョンで非表示*/
	display: flex;
	align-items: center;
	justify-content: center;
	height: 150px;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}
.logo img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.logo a {
	color: #a00032;
	text-decoration: none;
}

.logo a:hover {
	color: #ff6000;
}

.qr {
	padding: 35px 20px;
	border-top: 1px solid #ff9600;
	position: relative;
	text-align: center;
}
.qr img {
	max-width: 80px;
}
.qr p {
	margin: 20px 0 0 0;
	color: #2b1d26;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}


/*================================================
 *  グローバルナビゲーション（sub=メニューの中身）
 ================================================*/
nav {
	overflow:hidden;
	position:relative;
	text-align: center;
	line-height: 1.2;
}
nav h3 {   /*全画面のheaderのかわり（sub=メニューの上のゲームタイトル、クリックでTOPページへ）*/
	display:none;   /*全画面非表示*/
}
nav dl {
	margin:0px;
	padding: 8px 8px;
	background:rgba(255,255,249,0.7);
}
nav dt {
	border-top: solid 4px rgba(0,0,0,0);
	border-bottom: solid 4px rgba(0,0,0,0);
	color: #d20045;
	font-weight: bold;
	cursor: pointer;
}
nav dt:hover {
	color: #ff6000;
	text-decoration: none;
	text-shadow: 1px 1px 5px rgba(255,255,255,0.5),-1px 1px 5px rgba(255,255,255,0.5),1px -1px 5px rgba(255,255,255,0.5),-1px -1px 5px rgba(255,255,255,0.5);
}
nav dt a {
	padding: 10px 2px;
	display: block;
	color: inherit;
	text-decoration: none;
	pointer-events: none;
}
nav dt a:hover {
	color: inherit;
}
nav ul{
	margin:0px;
	padding:0px;
	display: none;
}
nav li {
	list-style:none;
	margin:0;
	background:rgba(255,247,203,0.7);
	padding:4px 0px;
}
nav li a {
	display:block;
	color:#4e454a;
	text-decoration:none;
	font-size: 14px;
	padding:7px 2px;
}
nav li a:hover {
	color:#FFF;
	font-weight: bold;
	text-decoration:none;
	text-shadow: 1px 1px 5px rgba(221,0,78,0.8), -1px 1px 5px rgba(221,0,78,0.8), 1px -1px 5px rgba(221,0,78,0.8), -1px -1px 5px rgba(221,0,78,0.8);
}
nav .now {
	position: relative;
	background:#38704f;
	border:solid 1px rgba(255,255,249,0.5);
	margin: 3px;
	padding: 0px;
	box-shadow: 0px 0px 0px 3px #38704f;
}
nav .now a {
	position: relative;
	z-index: 1;
	color: #fffff9;
	font-weight: bold;
	text-decoration: none;
}
nav .now a:hover {
	text-shadow: none;
}
nav .now::before,
nav .now::after {
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 0;
	width: 28px;
	height: 100%;
	content: '';
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}
nav .now::before {
	left: 0;
	background-image:url("../images/common/nav_l.png");
}
nav .now::after {
	right: 0;
	background-image:url("../images/common/nav_r.png");
}

/*================================================
 *  backnextボタン
 ================================================*/


.backnext a {
	display: inline-block;
	text-decoration:none;
	text-align:center;
	width: 40px;
	height: 40px;
	opacity: 0.5;
}
.backnext a:hover {
	opacity: 1;
}

.back {
	float: left;
	margin-bottom: 1em;
}
.next {
	float: left;
	margin-bottom: 1em;
	margin-left: 1em;
}

.arrow_left{
    position: relative;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
	box-sizing: border-box;
	background-color: #fffff9;
    border: solid 1px #d20046;
	border-radius: 50px;
}
.arrow_left::after{
    position: absolute;
    top: 0;
    bottom: 0;
	left: 15px;
    margin: auto;
    content: "";
    width: 15px;
    height: 15px;
    border-top: 2px solid #d20046;
    border-right: 2px solid #d20046;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.arrow_right{
    position: relative;
	top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
	box-sizing: border-box;
	background-color: #fffff9;
    border: solid 1px #d20046;
	border-radius: 50px;
}
.arrow_right::after{
    position: absolute;
    top: 0;
    bottom: 0;
	right: 15px;
    margin: auto;
    content: "";
    width: 15px;
    height: 15px;
    border-top: 2px solid #d20046;
    border-right: 2px solid #d20046;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}




/*================================================
 *  フッター
 ================================================*/

.copy {
	padding:20px 0px 40px 0px;
	font-size:13px;
	text-align:center;
	color:#192f60;
	clear: both;
}


/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:15px;
	right: 80px;
	z-index: 20;
}
.totop a {
	display:block;
	text-decoration:none;
	opacity: 0.7;
}

.totop a:hover {
	opacity: 1;
}

.arrow_totop{
    position: relative;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
	box-sizing: border-box;
    width: 40px;
    height: 40px;
	background-color: #0096ff;
    border: solid 1px #fffff9;
	border-radius: 50%;
}
.arrow_totop::before{
    position: absolute;
    top: -2px;
    bottom: 0;
	right: 11px;
    margin: auto;
    content: "";
    width: 15px;
    height: 15px;
    border-top: 1px solid #fffff9;
    border-right: 1px solid #fffff9;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.arrow_totop::after{
    position: absolute;
    top: 15px;
    bottom: 0;
	right: 11px;
    margin: auto;
    content: "";
    width: 15px;
    height: 15px;
    border-top: 1px solid #fffff9;
    border-right: 1px solid #fffff9;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


/*================================================
 *  画像
 ================================================*/


.photo_em {
	width:100%;
}

.photo { /*画像全体のbox*/
	text-align: center;
	clear: both ;
	margin: 0 auto;
 }

.cycle{
	width: 80%;
	margin: auto;
}

.cycle_pt img{
	width: 100%;
}

.cycle_pt{
	margin: auto;
}

.arrow img{
	 display: block;
     margin:auto;
	margin-bottom: 15px;
}

.cycle_fin{
	text-align: center;
	background-color: #CC1C50;
	margin-left: 1em;
	margin-right: 1em;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 2em;
	padding-right: 2em;
	border-radius: 100px;
	border: 3px solid #FFFDE9;
	box-shadow: 0px 0px 0px 6px #CC1C50/*#c8003c*/;
}

h6{
	font-size:1.6em;
	font-weight: 700;
	color: #FFFEE1;
	line-height: normal;
}

.photo_main_0 { /*100％ 線なし*/
	width:100%;
}
.photo_main_1 { /*100％ 線あり*/
	width:100%;
}

.photo_main { /*80％*/
	width:80%;
	margin-top: 0.5em;
}
.photo_main_50 { /*50％*/
	width:40%;
	/*border: solid 1px #fffff9;*/
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}


.photo_right {
	float: right;
	width:40%;
	margin-top: 0.5em;
	margin-left: 1em;
  	margin-bottom:2em;
	border: solid 1px #fffff9;
}

.photo_right_02 {
	float: right;
	width:25%;
	margin-top: 0.5em;
	margin-left: 1em;
  	margin-bottom:2em;
	border: solid 1px #fffff9;
}

.photo_right_number {
	float: right;
	width:45%;
	margin-top: 0.5em !important;
	margin-left: 1em;
  	margin-bottom:2em;
	border: solid 1px #fffff9;
}

/*================================================
 *  画像（横並び)
 ================================================*/

.block_50 { /*2300用*/
  	display: inline-block;
	width: 49%;
	vertical-align: text-top;
	margin: 0 auto;
}

.block_30 {
	display: inline-block;
	width: 30%;
	vertical-align: text-top;
	margin: 0% 1%;
}

.block_25 {
	display: inline-block;
	width: 21%;
	vertical-align: text-top;
	margin: 0% 1%;
}

/*================================================
 *  cap
 ================================================*/

.cap {/*本文より小さいテキスト*/
	margin-top: 0.5em;
	font-size:17px;
	text-align: justify;
	color:#670001 !important;
/*	padding-left: 1em;
  	text-indent: -1em;*/
	clear: both;
}
.cap img {
	height:1.5em;
	vertical-align:bottom;
	margin:0.1em;
}

.capphoto{/*画像cap*/
	padding-top: 0;
	padding-bottom: 1em;
	color: #a00032;
	font-size:17px;
	line-height: 1.2;
}

.capcenter {/*h2へのリンク*/
	margin: 0px;
	font-size:17px;
	text-align:center;
}
.capcenter a {
	display: inline-block;
	color:#a00032;
	margin: 0px 5px;
	background-image:url("../images/common/space.png");
	background-position: left center;
	background-size: auto 0.8em;
	background-repeat: no-repeat;
	padding-left: 1em;
	text-decoration: none;
}
.capcenter a:hover {
	color:#670001;
	text-decoration: underline;
}
.capcenter img {
	height: 10px;
	margin-bottom: 5px;
}



/*================================================
 *  Switch
================================================*/
.sw .flexbox {
	margin: 1em 0;
	display: flex;
}
.sw .flexbox .txt {
	margin: 0 1em 0 0;
	width: 60%;
}
.sw .flexbox p {
	margin-top: 0;
}
.sw .flexbox .photo {
	width: 40%;
}
.sw .flexbox .photo_main {
	margin: 0;
	width: 100%;
}



/*================================================
 *  タブレット向けデザイン
 ================================================*/
@media screen and (max-width:1199px) {
	body {
		font-size:15px;
	}

	#contents {
	box-sizing: border-box;
	width:100%;
	}

	#main {
	box-sizing: border-box;
	float:left;
	margin-left: 240px;
	width:auto;
	padding:30px 50px 0px 50px;
	}

	h1	{
    	font-size:26px;
	}
	h2	{
    	font-size:2.2vw;
		height: 8.5vw;
		margin-top: 0.5em;
		padding: 1.4em 0em;
		margin-bottom: 1em;
		margin: auto;
    	text-align: center;
		background-size: cover;
    	background-position-x: center;
	}
	h3	{
    	font-size:19px;
	}
	h4	{
    	font-size:17px;
	}

	.backnext a {
	width: 30px;
	height: 30px;
	}
	.arrow_left::after{
    width: 12px;
    height: 12px;
	left: 10px;
	}
	.arrow_right::after{
    width: 12px;
    height: 12px;
	right: 10px;
	}



	.cap {/*本文より小さいテキスト*/
	font-size:14px;
	}
	.capphoto{/*画像cap*/
	font-size:14px;
	}
	.capcenter {/*h2へのリンク*/
	font-size:14px;
	}
	th,td {
	font-size:15px;
	/*padding:3px 5px;*/
	}
	td img {
	height:20px;
	}

	.th_01 {
	font-size:15px;
	padding:3px 5px;
	}

	.table_btn th {
	font-size:15px;
	}
	.table_btn td {
	font-size:15px;
	line-height: 1.5;
	padding-top: 4px;
	}
	.table_btn td img {
	height:20px;
	}

	#topmain {
	box-sizing: border-box;
	float:left;
	margin-left: 240px;
	width:auto;
	padding:0px 0px 0px 0px;
	}
	.topcopy {
	margin: 0px 30px;
	}
	.topics {
	padding: 1.5em 20px 0px 20px;
	}

	.before { /*スマホヘッダー固定用の空白*/
	height:40px;
	}

	.page_ttl::before, .page_ttl::after {
    width: 49px;
	}
}




/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {
	body {
		font-size:13px;
	}

	#main {
		float:none;
		width:100%;
		margin: 0 auto;
		padding:70px 40px 0px 40px;
	}

	#sub {
		position:fixed;
		top:0px;
		left:0px;
		float: left;
		width:100%;
		height: auto;
	}

	#contents {
	background-position: center top;
	background-size: 100% auto;
	}

	#contentstop {
	position:relative;
	overflow:hidden;
	margin-left:0px;
	padding-top:40px;
	}

	header {
		display:none;   /*スマートフォン非表示*/
	}
	.qr {
		display:none;   /*スマートフォン非表示*/
	}
	nav {
		display:block;
		position:relative;
		width:100%;
		background:rgba(160,216,239,1);
	}
	nav dl {
	background:rgba(255,255,249,0.8);
	}
	nav h3 {   /*全画面のheaderのかわり（sub=メニューの上のゲームタイトル、クリックでTOPページへ）*/
		display:block;
		margin-bottom:0;
		margin-top:0;
		padding:13px 40px 13px 10px;
		background:#fffff9;
		border:none;
		font-size:13px;
		text-align: left;
		line-height:1.2;
		box-shadow: 0px 0px 0px #fffff9 inset;
		box-shadow: 0px 0px 10px 0px rgba(110,88,0,0.7);
	}
	nav h3 a {
		text-decoration: none;
		color: #a00032;
		text-shadow: none;
		}
	nav h3 a >span {
	font-weight:bold;
	}
	nav h3 a:hover {
		background:none;
		color: #ff6000;
		text-shadow: none;
		text-decoration: none;
	}
	nav h3:before {
	display:none;
	}
	nav h3:after {
	display:none;
	}

	dl {
		margin:0px;
	}
	#navBtn {
		display:inline-block;
		position:absolute;
		top:5px;
		right:5px;
		width:30px;
		height:30px;
		background:#a00032;
		border:1px solid #fffff9;
		cursor: pointer;
	}
	#navBtnIcon {
		display:block;
		position:absolute;
		top:50%;
		left:50%;
		width:14px;
		height:2px;
		margin:-1px 0 0 -7px;
		background:#fffff9;
		transition:.2s;
	}
	#navBtnIcon:before,
	#navBtnIcon:after {
		display:block;
		content:'';
		position:absolute;
		top:50%;
		left:0;
		width:14px;
		height:2px;
		background:#fffff9;
		transition:0.3s;
	}
	#navBtnIcon:before {
		margin-top:-6px;
	}
	#navBtnIcon:after {
		margin-top:4px;
	}
	#navBtn .close {
		background:transparent;
	}
	#navBtn .close:before,
	#navBtn .close:after {
		margin-top:0;
	}
	#navBtn .close:before {
		transform:rotate(-45deg);
		-webkit-transform:rotate(-45deg);
	}
	#navBtn .close:after {
		transform:rotate(-135deg);
		-webkit-transform:rotate(-135deg);
	}

	h1	{
    	font-size:20px;
	}
	h1 br {
		display: inherit;
	}
	.ttl_l_t,
	.ttl_r_b {
		width: 9px;
		height: 19px;
	}
	.ttl_l_b,
	.ttl_r_t {
		width: 37px;
		height: 18px;
	}
	h2	{
    	font-size:3vw;
    	height: 12.038vw;
		background-size: cover;
    	width: 100%;
    	margin: 0 auto 1em;
	}
	h2 img {
		height:20px;
	}
	h3	{
    	font-size:15px;
	}
	h3 img {
		height:20px;
	}
	h4	{
    	font-size:13px;
	}
	h4 img {
		height:24px;
	}


	.number{
	margin-left: 5%;
	margin-right: 5%;
	}

	.photo_main {
	width:90%;
	}

	.photo_right {
	width:90%;
	float:none;
	margin: 0.5em auto 0em auto;
	}
	.photo_right_number {
	width:100%;
	float:none;
	margin: 0.5em auto 0em auto;
	}

	.totop {
	bottom:15px;
	}
	.totop img {
	height: 35px;
	}

	.arrow_totop{
    width: 30px;
    height: 30px;
	}
	.arrow_totop::before{
	top: -2px;
	right: 8px;
    width: 12px;
    height: 12px;
	}
	.arrow_totop::after{
	top: 13px;
	right: 8px;
    width: 12px;
    height: 12px;
	}


	.copy {
	font-size:11px;
	}
	.cap {
	font-size:12px;
	}
	.capphoto{/*画像cap*/
	font-size:12px;
	}
	.capcenter {
	font-size:12px;
	}
	.capcenter a {
	font-size:12px;
	}

	th,td {
	font-size:13px;
	}
	td img {
	height:20px;
	}

	.th_01 {
	font-size:13px;
	padding:3px 5px;
	}

	.table_btn th {
	font-size:13px;
	}
	.table_btn td {
	font-size:13px;
	line-height: 1.5;
	padding-top: 4px;
	}
	.table_btn td img {
	height:20px;
	}



	#topmain {
	float:none;
	width:100%;
	margin: 0 auto;
	padding:40px 0px 0px 0px;
	}

	.topphoto { /*メインビジュアル（基本）*/
	display: none;
    }
	.topphoto_sm { /*メインビジュアル（スマートフォン）*/
	display:inline-block;
	width: 100%;
    height: auto;
	}

	.topcopy {
	font-size:11px;
	margin: 0px 20px;
	}
	.topcopy img {
	height: 12px;
	}

	.topics_in {
	font-size:12px;
	}
	
	.page_ttl::before, .page_ttl::after {
    width: 38px;
	}

}

/*================================================
 *  スマートフォン向けデザイン（ゲームタイトルのフォントサイズ縮小）
 ================================================*/
@media screen and (max-width:490px) {

	nav h3 {   /*全画面のheaderのかわり（sub=メニューの上のゲームタイトル、クリックでTOPページへ）*/
	font-size:13px;
	padding:5.5px 55px 5.5px 10px;
	}

	.topics_in {
	display:block;
	width: auto;
	}
}



/*================================================
 *  スマートフォン向けデザイン（ゲームタイトルのフォントサイズ縮小）
 ================================================*/
@media screen and (max-width:430px) {

	nav h3 {   /*全画面のheaderのかわり（sub=メニューの上のゲームタイトル、クリックでTOPページへ）*/
	font-size:12px;
	padding:6px 40px 6px 10px;
	}

	h1	{
	font-size:19px;
	}
	h2	{
	font-size: 3.6vw;
    height: 13.8vw;
	}

	.photo_main_50 { /*50％*/
	width:70%;
	}

	.photo_right_02 {
	float: right;
	width:50%;
	margin-top: 0.5em;
	margin-left: 1em;
  	margin-bottom:2em;
	border: solid 1px #fffff9;
	}

	.block_30 {
	display: block;
	width: 90%;
	margin: 0 auto;
	}
	/*.block_25 {
	display: block;
	width: 50%;
	margin: 0 auto;
	}*/
}

/*================================================
 *  スマートフォン向けデザイン（ゲームタイトルのフォントサイズ縮小、改行あり)
 ================================================*/
@media screen and (max-width:400px) {

	#main {
	padding:70px 20px 0px 20px;
	}
	th,td {
	font-size:12px;
	}
	.th_01 {
	font-size:12px;
	}
	td img {
	height:18px;
	}
}

	