@charset "UTF-8";
/* CSS Document */
/* =========================================================
　メインビジュアル
========================================================= */
body{
	
}

.page_title{
	background: url("images/title_img.webp") ,#BAE4FF;
	background-repeat: no-repeat,no-repeat;
	background-size: 1000px auto,cover;
	background-position: center center;
	width: 100%;
	height :440px;
	text-align : center;
}

.page_title h2{
	display: none;
}

.main{
	background-color: #fff;
	width: 100%;
}
.contents-line-y{
/*	position: absolute;*/
	position: relative;
	background:  url(images/contents-line-p.png) repeat-x center top;
	z-index : 10000;
	height : 5px;
	display : block;
/*	top : 715px;*/
	top : -5px;
	width: 100%;
}
.footer-line{
	background:  url(images/contents-line-p_b.png) repeat-x center top;
	display : block;
	width: 100%;
	height: 5px;
}

@media screen and (max-width:736px){
	.page_title {
		background-size: 110% auto,cover;
		background-position: center left 40%;
		padding-top: 50%;
		height: auto;
	}
}/*@media*/


/*パンクズリスト*/
.contents_01 ul.bread_crumb {
	margin: 0 auto;
    padding: 20px 0;
}

/*==========================================================
マップより上部分
============================================================*/
section.contents_01 {
	position: relative;
	background:url("images/img_01.webp");
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 30% auto;
	padding-bottom: 3em;
}
@media screen and (max-width:736px){
	/*横並びボタン*/
	section.contents_01 {
		padding-top: 0em;
	}
}

/*バックの画像*/
section.contents_01 .contents_01_img01 {
	position: absolute;
	top: 35%;
	right: 0;
	left: 0;
	margin: 0 auto;
	max-width: 1200px;
	width: 100%;
}
section.contents_01 .contents_01_img01 img.img_03 {
	width: 110px;
}

/*車の画像、家族の画像*/
section.contents_01 .contents_01_img02 {
	position: relative;
	max-width: 1000px;
	width: 80%;
	margin: 0 auto;
}

section.contents_01 .contents_01_img02 img.img_04 {
	position: absolute;
	bottom: -10%;
	left: 0;
	width: 90px;
}
section.contents_01 .contents_01_img02 img.img_05 {
	position: absolute;
	bottom: -10%;
	right: 0;
	width: 90px;
}

/*カメラ、ハンバーガー*/
section.contents_01 .top_text_img {
	position: relative;
	max-width: 1000px;
	width: 80%;
	margin: 0 auto;
	margin-bottom: 4em;
}
section.contents_01 .top_text_img img.img_02 {
	position: absolute;
	top: 0%;
	left: 20%;
	width: 90px;
}
section.contents_01 .top_text_img img.img_02_02 {
	position: absolute;
	top: 0%;
	right: 20%;
	width: 130px;
}
@media screen and (max-width:736px){
	/*車の画像、家族の画像*/
	section.contents_01 .contents_01_img02 {
		width: 70%;
		margin-top: 5em;
	}
	section.contents_01 .contents_01_img02 img.img_04 {
		width: 70px;
	}
	section.contents_01 .contents_01_img02 img.img_05 {
		width: 70px;
	}
	/*バックの画像*/
	section.contents_01 .contents_01_img01 {
		display: none;
	}
	/*カメラ、ハンバーガー*/
	section.contents_01 .top_text_img {
		position: relative;
		height: 50px;
	}
	section.contents_01 .top_text_img img.img_02 {
		position: absolute;
		top: 50%;
		left: 0%;
		width: 60px;
	}
	section.contents_01 .top_text_img img.img_02_02 {
		position: absolute;
		top: 10%;
		right: 30%;
		width: 110px;
	}
}


/*top_text*/
section.contents_01 .top_text p {
	text-align: center;
	background: #FFE3D4;
	width: 90%;
	max-width: 700px;
	margin: 0 auto;
	margin-bottom: 3em;
	padding: 3em;
	border-radius: 20px;
	font-weight: bold;
	color: #0F204E;
	box-sizing: border-box;
}
@media screen and (max-width:736px){
	/*top_text*/
	section.contents_01 .top_text p {
		text-align: left;
		padding: 2em;
	}
}



/*==========================================================
イメージマップエリア
============================================================*/
section.contents_02 {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	padding-bottom: 3em;
}
.sugoroku-wrap {
	position: relative;
	max-width: 1200px;
	width: 100%;
	margin: auto;
	background: #ccc;
}
.sugoroku-wrap img {
	width: 100%;
	display: block
}
.link-map {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%
}
.link-map a {
	cursor: pointer
}
.link-map rect {
	fill: rgba(255,255,255,0)
}
.link-map a:hover rect {
	fill: rgba(255,255,0,.2)
}

/*横並びボタン*/
section.contents_02 ul.btn_box2 {
	width: 100%;
	margin: 0;
	margin-top: 2em;
	padding: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
section.contents_02 ul.btn_box2 li {
	margin: 0;
	padding: 0;
	width: 49%;
	text-align: center;
}
section.contents_02 ul.btn_box2 li a {
	display: block;
	width: 100%;
	margin: 0;
	padding: 20px;
	box-sizing: border-box;
	color: #fff;
	font-weight: bold;
	background: #FF7A33;
	
	background-image: url("../../common/img/arrow_w_l.png");
    background-repeat: no-repeat;
    background-size: 12px 20px;
    background-position: right 10px center;
    transition: opacity 0.3s ease 0s;
}
@media screen and (max-width:736px){
	/*横並びボタン*/
	section.contents_02 ul.btn_box2 li {
		width: 100%;
		margin-bottom: 1em;
	}
}



/*==========================================================
すごろく　誕生までのストーリー
============================================================*/
section.contents_03 {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 4em;
	padding: 5em 0;
	background: url("images/pin_bg.webp") no-repeat ,#FFE9EC;
	background-size: cover;
}

/*h3タイトル*/
section.contents_03 h3.h3_title_story {
	width: 80%;
	max-width: 800px;
	margin: 0 auto;
	margin-bottom: 1em;
	text-align: center;
	color: #FF6C81;
	font-size: 1.8em;
	font-weight: bold;
	line-height: 2em;
}
section.contents_03 h3.h3_title_story img {
	width: 100%;
}
section.contents_03 h3.h3_title_story img.h3_title_sp {
	display: none;
}
@media screen and (max-width:736px){
	/*h3タイトル*/
	section.contents_03 h3.h3_title_story {
		line-height: 1em;
	}
	section.contents_03 h3.h3_title_story img.h3_title_pc {
		display: none;
	}
	section.contents_03 h3.h3_title_story img.h3_title_sp {
		display: block;
	}
}


/*白枠リスト*/
section.contents_03 ul{
	width: 90%;
	max-width: 1000px;
	margin: 0;
	margin: 0 auto;
	padding: 0;
}

section.contents_03 ul li {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background: #fff;
	padding: 4em;
	border-radius: 30px;
	margin-bottom: 3em;
	box-sizing: border-box;
}
section.contents_03 ul li:last-child {
	margin-bottom: 0;
}
section.contents_03 ul li:nth-child(2) .flex_text {
	order: 2;
}
section.contents_03 ul li:nth-child(2) .flex_img {
	order: 1;
}


section.contents_03 ul li .flex_text {
	width: 56%;
	color: #0F204E;
}
section.contents_03 ul li .flex_img {
	width: 40%;
}
section.contents_03 ul li .flex_img img {
	width: 100%;
}


/*h4タイトル*/
section.contents_03 h4.h4_title_story {
	color: #8D4200;
	font-size: 1.8em;
	font-weight: bold;
	border-bottom: #FF6C81 4px dotted;
	padding-bottom: .5em;
	margin-bottom: 1em;
	line-height: 1.5em;
}


@media screen and (max-width:736px){
	/*白枠リスト*/
	section.contents_03 ul li {
		padding: 2.5em;
	}
	section.contents_03 ul li .flex_text {
		width: 100%;
		margin-bottom: 2em;
	}
	section.contents_03 ul li .flex_img {
		width: 100%;
	}
	section.contents_03 ul li:nth-child(2) .flex_text {
		order: 1;
	}
	section.contents_03 ul li:nth-child(2) .flex_img {
		order: 2;
	}
	/*h4タイトル*/
	section.contents_03 h4.h4_title_story {
		font-size: 1.2em;
		text-align: center;
	}
}



/* 戻るボタン
--------------------------------------------------------- */
.backbtn{
	background-color: #fff;
	text-align: center;
	padding-bottom: 8%;
	}
.backbtn p{
	max-width: 600px;
	box-sizing: border-box;
/*	background-color: #A0C23E;*/
}
.btn_box_s a {
    width: 100%;
    background-color: #EA275E;
    padding: 1em;
	margin-bottom: 1em;
}
.btn_box_s .brown {
    width: 100%;
    background-color: #604939;
    padding: 1em;
}

/*
.btn_box_s.fb a {
    background-color: #1877F2;
}
.btn_box_s.inst a {
    background-color: #F02569;
}
*/
.btn_box_s.x a {
    background-color: #000;
}
.snsphoto_catch_wrap .rink_btn a {
	max-width: 800px;
	margin: 0 auto;
    width: 100%;
    background-color: #544776;
    padding: 1em;
}
@media screen and (max-width:736px){
	.backbtn{
		width: 90%;
		margin: 0 auto;
	}
}

/* 詳しく見るボタン
--------------------------------------------------------- */
.morebtn{
	text-align: center;
	margin-top: 1.2em;
}
.morebtn p{
	max-width: 500px;
	margin: 10px auto;
	box-sizing: border-box;
	min-width: 430px;
}
.morebtn_s a {
    width: 100%;
    background-color: #654425;
    padding: 0.7em;
    color: #fff;
    display: block;
    text-decoration: none;
    background-repeat: no-repeat;
    background-size: 12px 20px;
    background-position: right 10px center;
    text-align: center;
    transition: opacity 0.3s ease 0s;
    box-sizing: border-box;
	background-image: url(../../common/img/arrow_w_l.png);
	font-size:  1em;
}

/*リストの設定*/
.snsphoto_contents ul{
  counter-reset:list;
}
.snsphoto_contents ul li{
  position:relative;
/*  border-bottom: dashed 1px #F6A38B;*/
}
.snsphoto_contents ul li:before{
  counter-increment: list;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background:#e13c68;
  top: 0.8em;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

