@charset "shift_jis";
/* CSS Document */

/*--------------------------------------------------------------------------------寄*/
.p_n {
  width: 100%;
  text-align: center;
}
.p_n p {
  margin: 2em;
}
.p_n img {
  position: relative;
    width: 95%;
    margin:0 auto;
}
.p_n div.contents ol {
width: 90%;
  padding: 1em 2em ;
  margin: 2em auto;
background: #FFFFD3;
}
.p_n div.contents li {
  padding: 0 0 0 1em;
  margin: 1em 0 0 1.5em; ;
}
.p_n div.contents ol li {
    list-style-position: inside;
    padding-bottom: 1em;
font-weight: bold;
  font-size: 1.2em;
  line-height: 1.4em;
}
.p_n div.contents li:first-child{
    border-bottom:2px solid #FFC33C;
}
.p_n div.contents li + li {
    border-bottom:2px solid #FFC33C;
}
.p_r {
  width: 100%;
}

.p_r p {
  margin: 2em;
}
.p_r img {
  float: right;
  max-width: 43%;
  margin: 0 2em 2em 2.5em;
}
.p_l {
  width: 100%;
}
.p_l p {
  margin: 2em;
}
.p_l img {
  float: left;
  max-width: 43%;
  margin: 0 3em 2em 2.5em;
}
/*--------------------------------------------------------------------------------強調する箇条書き */
.emphasize_a01 {
  width: 95%;
  margin: 0 auto 1em;
  background: #F8FFB2;
  border-radius: 1.5em;
}
.emphasize_a01 ul {
  padding: 1em 1em 2em;

}
.emphasize_a01 li {
  font-size: 1.2em;
  font-weight: bold;
  text-align: left;
  margin: 0;
  padding: 0.5em 2em;
  list-style: disc;
  list-style-position: inside;
  border-bottom: dashed 3px #C1F182;
}
/*--------------------------------------------------------------------------------game */
:root {
  --game-base-color: #95F434;
  --game-text-color: #000000;
    --game-color: #E8FFBB;
}
.Switch{
display: inline-block;
font-weight: bold;
font-size:1.8rem;
background: #FF0000;
padding: 0.3em 1em;
color:#FFFFFF;
}
.PS4{
display: inline-block;
font-weight: bold;
font-size:1.8rem;
background: #004097;
padding: 0.3em 1em;
color:#FFFFFF;
}
.PS5{
display: inline-block;
font-weight: bold;
font-size:1.8rem;
background: #d8d8d8;
padding: 0.3em 1em;
color:#000000;
}
/* 吹き出し本体の背景色用 */
.osusume {
font-size:1.3em;
  position: relative;
  display: inline-block;
  background: #006F97;
  border-radius: 30px;
  padding: 0.5em 2em;
  margin-bottom: 1em;
  font-weight: bold;
  color: #FFFD00;
  box-sizing: border-box;
}

/* 吹き出しのしっぽ：枠線の色用 */
.osusume:after {
  content: "";
  position: absolute;
  bottom: -1.3em;
  left: 20%;
  transform: translateX(-20%);
  border: 14px solid transparent;
  border-top: 14px solid #006F97;
  z-index: 1;
}
.game {
    padding: 2em;
    margin-top: 3em;
    border-radius: 20px;
    background-image: url(../img/game_bk_00.jpg);
    background-repeat: no-repeat;
    border: 3px solid #0096E9;
}
.game h3{
width: 100%;
line-height: 1.6em;
  color: var(--game-text-color);
  padding: 0.5em 1em;
  text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
              -2px 2px 0 #FFF, 2px -2px 0 #FFF,
              0px 2px 0 #FFF,  0-2px 0 #FFF,
              -2px 0 0 #FFF, 2px 0 0 #FFF;
    border-bottom: 6px solid #FFFD00;
}
.game div.contents {
    display: flex;
    margin: 3em 0;
}
.game div p {
  width: calc(50%);
  margin: 0 1.7em;
}
.game div.g_package {
  width: 50%;
}
.game div.title {
  text-align: center;
  margin: 0 0 1em;
  padding: 0.5em;
  font-size: 1.4em;
line-height: 2em;  letter-spacing: 0.1em;
  font-weight: bold;
}
.option{
padding: 2em;
    border: 3px solid #A7DCFF;
    border-radius: 20px;
    background-image: url(../img/game_bk_01.jpg);
    background-repeat: no-repeat;
background-position: bottom;    
    }
.option div.osusume{
}
.option h3{
line-height: 1.2em;
}
/*.game div.game-title{
padding: 1em;
line-height: 1.4em
}*/
/*--------------------------------------------------------------------------------強調する箇条書き */
.emphasize_a02 {
  width: 100%;
  margin: 0 auto;
  background: #EDEDED;
  border-radius: 1.5em;
}
.emphasize_a02 ul {
  padding: 1em 1em 2em
}
.emphasize_a02 li {
  font-size: 1.2em;
  line-height: 1.4em;
  color: #178879;
  font-weight: bold;
  text-align: left;
  list-style: square;
}
/*--------------------------------------------------------------------------------左右33% 横並び 3ボックス */
.p_33_3 {
  display: flex;
  width: 100%;
    margin: 0 auto;
}
.p_33_3 div.contents {
  width: calc(33.3%);
  margin:2em 1em;
}
.p_33_3 p {

}
.p_33_3 .p_33_3_image {
width: 100%;
margin-top: 3em;
}

/*--------------------------------------------------------------------------------左右50% 横並び 2ボックス */
.p_50_50 {
  display: flex;
}
.p_50_50 div.contents {
  width: calc(50%);
  margin: 0 1.7em;
}
.p_50_50 div.contents ol {
  padding: 2em ;
  margin: 2em 0;
background: #FFFFD3;
}
.p_50_50 div.contents li {
  padding: 0 0 0 1em;
  margin: 1em 0 0 1.5em; ;
}
.p_50_50 div.contents ol li {
    list-style-position: inside;
    padding-bottom: 1em;
font-weight: bold;
  font-size: 1.2em;
  line-height: 1.4em;
}
.p_50_50 div.contents li:first-child{
    border-bottom:2px solid #8CC9C1;
}
.p_50_50 div.contents li + li {
    border-bottom:2px solid #8CC9C1;
}
.p_50_50 div.title {
  text-align: center;
  margin: 0 0 1em;
  padding: 0.5em;
  font-size: 1.4em;
line-height: 2em;  letter-spacing: 0.1em;
  font-weight: bold;
}
.p_50_50 h3{
width: 100%;
font-size:1.6em;
line-height: 1.6em;
  color: var(--game-text-color);
  background: var(--game-color);
  padding: 0.5em 1em;
}
/*--------------------------------------------------------------------------------おすすめ*/
.osusume-item {
  font-size: 1.2em;
  font-weight: bold;
}
.osusume-item-name {
  font-size: 1.4em;
  font-weight: bold;
}
.osusume-kakomi-1set {
  position: relative;
  margin: 1em  auto;
  width: 50%;
  background-color: #fff;
  border: 2px solid #f09199; /* 枠線の太さ・色 */
  box-shadow: 0 0 5px 2px #fce2c4 inset; /* 影の色 */
}
.osusume-kakomi-2set {
  position: relative;
  margin: 1em auto;
  width: 95%;
  background-color: #fff;
  border: 2px solid #f09199; /* 枠線の太さ・色 */
  box-shadow: 0 0 5px 2px #fce2c4 inset; /* 影の色 */
}
.osusume-title {
  font-weight: bold;
  font-size: 1.3em;
  margin: 0.5em;
  line-height: 1.2em;
}
.osusume-item {
  position: absolute;
  padding: 0 .5em;
  font-size: 1.3em;
  left: 20px;
  top: -15px;
  font-weight: bold;
  background-color: #fff; /* タイトル背景色 */
  color: #f09199; /* タイトル文字色 */
}
/*--------------------------------------------------------------------------------左右50% 横並び 2ボックス */
.p_item2set {
  display: flex;
}
.p_item2set div.product {
  text-align: center;
  width: calc(50% - 10px);
  margin: 1em;
  padding: 1.3em 1.3em 0;
}
.p_item2set div.name{
margin: 0 0 2em;
}
.p_item1set{
  margin: 1em;
  padding: 1.3em 1.3em 0;
}
.p_item1set div.product {
  text-align: center;
  margin: 1em;
  padding: 1.3em 1.3em 0;
}
.p_item1set div.name{
margin: 0 0 2em;
}
.p_item2set, .p_item1set p {
/*数値があれば入れる*/
}
.p_item2set, .p_item1set {
  padding: 0.5em ;
  text-align: center;
  font-size: 1.2em;
  line-height: 1.2em;
  letter-spacing: 0.1em;
  font-weight: bold;
}
.p_item2set img {
  width: 95%;
  text-align: center;
  margin: 0 auto;
}
.p_item1set img {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

/*--------------------------------------------------------------------------------左右いっぱいボックス */
.border-no-box-n {}
.border-no-box-n p {
  padding: 1em;
}
/*--------------------------------------------------------------------------------1枠ごと互い違いの枠 左右いっぱいボックス */
.W-around-no-box-n{
  width: 95%;
  padding: 2em;
  margin: 2em auto 0;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 1em;
background: #FBFFDC;
}
.W-around-no-box-n h3 {
  line-height: 1em;
  margin: 0 0 0.5em 0;
  padding: 0.5em 0 0.5em 1em;
  color: var(--h3-text-color);
  border-left: 13px solid  #FFBE00;
}
.W-around-no-box-n-text {
  width: 100%;
}

.W-around-no-box-n:nth-child(even) {
}
/*--------------------------------------------------------------------------------1枠ごと互い違いの枠 左右いっぱいボックス　present */
.W-around-no-box-n-present{
  border-radius: 30px;
font-size: 1.1em;
  line-height: 1.8em;
  width: 95%;
  padding:1em 2em;
  margin: 0em auto;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 1em;
background: #EAFAFF;
  background-image: url("../img/ribbon.png");
  background-repeat: no-repeat;
}
.W-around-no-box-n-present h3 {
  line-height: 1em;
  margin: 0 0 0.5em 0;
  padding: 0.5em 0 0.5em 1em;
  color: #FF006E;
  border-left: 13px solid  #FFBE00;
}
.W-around-no-box-n-present-text {
  width: 100%;
}
/*--------------------------------------------------------------------------------左右互い違いの枠 回り込みなし*/
.W-around-no-box {
  width: 100%;
  padding: 1em 2em 1em;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 1em;
}
.W-around-no-box-text {
  width: 100%;
}
/*------------------------------------------------------*/
.W-around-no-box h3 {
font-size: 1.8em;
  line-height: 1.2em;
  margin: 0.5em 0 0.5em 0;
  color: var(--h3-text-color);
  padding-bottom: 0.3em;
  border-bottom: solid;
  border-color: var(--h3-border-color);
  border-width: 2px; /*5ピクセルの太さにする*/
}
.W-around-no-box-imege {
  width: 100%;
  margin-left: 3%;
}
.W-around-no-box-imege img {
  width: 100%;
  height: auto;
}
.W-around-no-box:nth-child(even) {
  flex-direction: row-reverse;
}
.W-around-no-box:nth-child(even) .W-around-no-box-text {
  text-align: right;
}
.W-around-no-box:nth-child(even) .W-around-no-box-imege {
  margin-left: 0;
  margin-right: 3%;
}
/*--------------------------------------------------------------------------------左右互い違いの枠 左のみ*/
.W-around-no-box-left {
  width: 95%;
  padding: 2em;
  margin: 2em auto 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 1em;
background: #FBFFDC;
}
.W-around-no-box-left-text {
  width: 100%;
}
.W-around-no-box-left h3 {
  line-height: 1em;
  margin: 0 0 0.5em 0;
  padding: 0.5em 0 0.5em 1em;
  color: var(--h3-text-color);
  border-left: 13px solid  #FFBE00;
}
.W-around-no-box-left-imege {
  width: 60%;
  margin-left: 3%;
}
.W-around-no-box-left-imege img {
  width: 100%;
  height: auto;
}