@charset "utf-8";

/*【PC】ウィンドウ幅が769px以上の場合に適用するCSS
==================================================================================*/
@media screen and (min-width:769px) {


/* .bodybg {
margin: 0;
width: 100vw;
height: 100vh;
background-image:url("../img/bg_blue.jpg");
background-repeat: no-repeat;
background-position:50% 50%;
background-size:contain;
} */

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

アコーディオン 全幅タイプ

======================================== */
.accordion {
margin: 10px ;
}

.accordion dt {
position: relative;
padding: 20px 35px 20px 0;
cursor: pointer;
font-size: 1.5em;
line-height: 1.5;
color: rgba(203,206,209,1.00);
border-bottom: 1px solid #fff;
}

.accordion dt::before {
content: "";
position: absolute;
top: 50%;
right: 10px;
width: 15px;
height: 1px;
/*縦線に*/
transform: rotate(90deg);
background: #aaa;
transition: all .3s ease-in-out;
}

.accordion dt::after {
content: "";
position: absolute;
top: 50%;
right: 10px;
width: 15px;
height: 1px;
background: #bbb;
transition: all .2s ease-in-out;
}

.accordion dt.open::before {
transform: rotate(180deg);
}

.accordion dt.open::after {
opacity: 0;
}

.accordion dd {
padding: 10px 15px;
border-bottom: 1px solid #bbb;
font-size: 1.5em;
color: rgba(203,206,209,1.00);
}


.accordion_title_text {
max-width: 1024px;
text-align: center;
margin: 0 auto;
position: relative;
/* cursor: pointer; */
font-size: 1.5em;
line-height: 1.5;
padding: 20px 0px;
color: rgba(203,206,209,1.00);
border-bottom: 1px solid #fff;
}

.accordion_title_text:hover {
  opacity: .8;
}

.dakemoto_accordion .accordion_01 {
margin-top: 50px;
}
.work_accordion .accordion {
margin-top: 0px;
}
.gentlytouchmyheart_accordion .accordion {
margin-top: 50px;
}



/*====================================================================
.accordion_01 .accordion_one
====================================================================*/
.accordion_01 .accordion_one {
  max-width: 1024px;
  margin: 0 auto;
}
.accordion_01 .accordion_one .accordion_header {
  background-color: #000;
	color: rgba(203,206,209,1.00);
  font-size: 1.5em;
  font-weight: bold;
  padding: 20px 20px;
  text-align: center;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
	border-bottom: 1px solid #fff;
}

/* .accordion_01 .accordion_header {
margin: 0 auto;
margin-top: 20px;
position: relative;
padding: 20px 35px 20px 0;
cursor: pointer;
font-size: 5em;
line-height: 1.5;
color: rgba(203,206,209,1.00);
border-bottom: 1px solid #fff;
} */

.accordion_01 .box_one {
background-color: #000;
padding: 20px 40px;
border-bottom: 1px solid #fff;
font-size: 1.2em;
color: rgba(203,206,209,1.00);
}

.accordion_01 .box_one .txt_a_ac a {
color: rgba(203,206,209,1.00);
border-bottom: 1px solid #fff;
}

.accordion_01 .box_one .txt_a_ac a:hover {
  opacity: .8;
}

.accordion_01 .accordion_one:nth-of-type(2) .accordion_header {
    background-color: #000;
		margin-top: 0px;
}
/* .accordion_01 .accordion_one:nth-of-type(3) .accordion_header {
    background-color: #000;
} */
.accordion_01 .accordion_one .accordion_header:hover {
  opacity: .8;
}

.accordion_01 .accordion_one .accordion_inner {
  display: none;
  padding: 0px 0px;
  /* border-left: 2px solid #db0f2f;
  border-right: 2px solid #db0f2f;
  border-bottom: 2px solid #db0f2f;
  box-sizing: border-box; */
}
.accordion_01 .accordion_one .accordion_inner.stay {
  display: block;
}
/* .accordion_01 .accordion_one:nth-of-type(2) .accordion_inner {
  border-left: 2px solid #ff9a05;
  border-right: 2px solid #ff9a05;
  border-bottom: 2px solid #ff9a05;
} */
/* .accordion_01 .accordion_one:nth-of-type(3) .accordion_inner {
  border-left: 2px solid #1c85d8;
  border-right: 2px solid #1c85d8;
  border-bottom: 2px solid #1c85d8;
}
.accordion_01 .accordion_one .accordion_inner .box_one {
  height: 300px;
}*/
.accordion_01 .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
}


.accordion_01 .accordion_header::before {
content: "";
position: absolute;
top: 50%;
right: 10px;
width: 15px;
height: 1px;
/*縦線に*/
transform: rotate(90deg);
background: #aaa;
transition: all .3s ease-in-out;
}

.accordion_01 .accordion_header.stay::before {
transform: rotate(0deg);
}
.accordion_01 .accordion_header.stay.open::before {
transform: rotate(-90deg);
}


.accordion_01 .accordion_header::after {
content: "";
position: absolute;
top: 50%;
right: 10px;
width: 15px;
height: 1px;
background: #fff;
transition: all .2s ease-in-out;
}

.accordion_01 .accordion_header.open::before {
transform: rotate(180deg);
}

.accordion_01 .accordion_header.open::after {
/* opacity: 0; */
}

 .accordion_01 .accordion_one .accordion_header {
font-size: 1.5em;
 }
.accordion_title_text {
   font-size: 1.5em;
}

.aboutmementoc_accordion .accordion_01 .box_one a {
font-size: 0.8em;
color: rgba(203,206,209,1.00);
border-bottom: 1px solid #ccc;
}

.dakemoto_accordion .accordion_01 .box_one a {
font-size: 1.0em;
color: rgba(203,206,209,1.00);
border-bottom: 1px solid #ccc;
}

.pureland_accordion {
  margin-top: 60px;
}
.pureland_accordion .accordion_01 .box_one .righttext {
  text-align: right;
font-size: 1.0em;
color: rgba(203,206,209,1.00);
}

.vanya_accordion {
  margin-top: 60px;
}
.vanya_accordion .accordion_01 .box_one .righttext {
  text-align: right;
font-size: 1.0em;
color: rgba(203,206,209,1.00);
}

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

全画面メニュー

=============================================================== */
.menu {
display: none;
}
.menu_line {
display: none;
}

.gnav_menu {
display: none;
}

.gnav_menu a {
display: none;
}

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

スライド表示

=============================================================== */
.move {
	transform : translate(0, 50px);
	transition: all 1.5s ease-out;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
.move-on {
	transform : translate(0, 0);
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

/* 横並び時に順に出す -----------------*/
.move-on:nth-of-type(2) {
	moz-transition-delay: 300ms;
    -webkit-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
}
.move-on:nth-of-type(3) {
	moz-transition-delay: 600ms;
    -webkit-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    -ms-transition-delay: 600ms;
}
.move-on:nth-of-type(4) {
	moz-transition-delay: 900ms;
    -webkit-transition-delay: 900ms;
    -o-transition-delay: 900ms;
    -ms-transition-delay: 900ms;
}
.move-on:nth-of-type(5) {
	moz-transition-delay: 1200ms;
    -webkit-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
}



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

ページトップ

=============================================================== */
#page-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-size: 77%;
	z-index: 999;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 80px;
    padding: 20px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}

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

アンカーリンク

●●●が含まれるimgタグ
img[class*="●●●"]  {

●●●が含まれるすべてのタグ
[class*="●●●"]  {

●●●で始まるimgタグ
img[class^="●●●"] {

●●●で終わるimgタグ
img[class$="●●●"] {

外部リンクのみ
a[target="_blank"] {

※「id」でも同じ

=============================================================== */
[id*="link_"] {
display: block;
padding-top: 10px;
margin-top: -10px;
}


.map {
margin: 100px 0;
}
.map iframe {
width: 100%;
height: 500px;
}


.youtube {
position: relative;
padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
height: 0;
overflow: hidden;
}
.youtube iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.movie {
width: 70%;
margin: 0 auto;
}

.movie .title {
font-size: 1em;
color: #fff;
}

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

横3つスライダー

=============================================================== */
.slider_list {
/* border-bottom: 1px solid #aaa; */
padding: 0 0 50px 0;
}
.slider_list .img {}
.slider_list .img img {
width: 100%;
height: 250px;
object-fit: cover;
}
.slider_list .text .title {
text-align: center;
color: rgba(255,255,255,1.00);
margin: 20px 0;
}
.slider_list .text .title jap {
font-size: 1.2em;
margin: 20px 0;
}
.slider_list .text .title eng {
font-size: 1.0em;
margin: 0 0;
}
.slider_list .text a {
width: 70%;
margin: 20px 0 0 0;
}
.slider_list .text .description {
text-align: left;
color: rgba(200,200,200,1.00);
}
.slider_list li {
margin: 0 10px;
}




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

縦並び

最初だけ
:first-child

最後だけ
:last-child

奇数だけ
:nth-child(odd)

偶数だけ
:nth-child(even)

2番目だけ
:nth-child(2)

下から2番目だけ
:nth-last-child(2)

2の倍数
:nth-child(2n)

2番目以降
:nth-child(n+2)

最初から2番目まで
:nth-child(-n+2)

最後からX個
:nth-last-child(-n+X)

ある要素の5番目以降
:nth-of-type(n+5)

=============================================================== */
.vertical {}
.vertical li {
display: flex;
position: relative;
margin-bottom: 50px;
}
.vertical li:nth-child(even) {
flex-direction:row-reverse;
}
.vertical .img{
width: 50%;
}
.vertical .img img {
width: 100%;
height: 720px;
object-fit: cover;
}
.vertical .text {
width: 50%;
height: 720px;
box-sizing: border-box;
padding: 20px 3%;
position: absolute;
left: 50%;
bottom: 0px;
background: #666;
color: #fff;
}
.vertical .text .title jap {
font-size: 1.6em;
}
.vertical .text .title eng {
font-size: 1.6em;
}

.vertical .title {
padding-top: 0;
}
.vertical li:nth-child(even) .text {
left: 0;
}

.vertical a {
width: 50%;
margin: 20px 0 0 0;
}

.vertical .text .description {
font-size: 1.2em;
text-align: left;
margin-top: 50px;
/* color: rgba(200,200,200,1.00); */
}

.title_and_description_list li {
  display: block;
  position: relative;
  margin-bottom: 0px;
}
.title_and_description_list .text {
  background: #000;
  color: #fff;
padding: 20px 5%;
}
.title_and_description_list .title jap {
font-size: 1.5em;
}
.title_and_description_list .text .title eng {
font-size: 1.5em;
}

.title_and_description_list .title {
padding-top: 0;
}
.title_and_description_list a {
width: 50%;
margin: 20px 0 0 0;
}

.title_and_description_list .text .description {
font-size: 1.0em;
text-align: left;
margin-top: 30px;
/* color: rgba(200,200,200,1.00); */
}

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

横並び
===============================================================*/
.horizontal {
display: flex;
position: relative;
}
.horizontal .img{
width: 50%;
}
.horizontal .img img {
width: 100%;
height: 720px;
object-fit: cover;
}
.horizontal .text {
width: 50%;
height: 720px;
box-sizing: border-box;
padding: 30px 3%;
position: absolute;
left: 50%;
bottom: 0px;
background: #888;
}
.horizontal .text .title jap {
font-size: 2em;
}
.horizontal .text .title eng {
font-size: 2em;
}
.horizontal .title {
padding-top: 0;
}
.horizontal a {
width: 50%;
margin: 20px 0 0 0;
}

.horizontal .text .description {
font-size: 1.5em;
text-align: left;
margin-top: 50px;
/* color: rgba(200,200,200,1.00); */
}

.flyer_list img {
  display: inline-block;
  padding-right: 10px;
}

.name_list {
  display: flex;
  flex-wrap: wrap;
}

.photo_name img{
  padding-right: 10px;
}

.image_touchmyheart_logo img{
  display: block;
  position: relative;
  text-align:left;
  transform: scale(1.0);
  width: 100px;
  height: 100px;
}

.image_touchmyheart_profile img{
  display: block;
  position: relative;
  text-align:left;
  transform: scale(1.0);
  width: 100px;
  height: 150px;
}

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

3つ並び 無限


■5等分
width: 19.2%;
margin: 0 1% 0 0;

flex-wrap:wrap;

:nth-child(5n)
margin-right: 0;

■4等分
width: 23.5%;
margin: 0 2% 0 0;

flex-wrap:wrap;
:nth-child(4n)

■3等分
width: 32%;
margin: 0 2% 0 0;

width: 31%;
margin: 0 3.5% 0 0;

flex-wrap:wrap;

:nth-child(3n)
margin-right: 0;

■2等分
width:49%;
margin:0 2% 0 0;

width: 48%;
margin: 0 4% 0 0;

width: 47%;
margin: 0 6% 0 0;

flex-wrap:wrap;

:nth-child(2n)
margin-right: 0;

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



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

【共通】ボタン

=============================================================== */
.btn_01 {
text-align: center;
}
.btn_01 a {
/* background: #777; */
background: rgba(105,134,140,1.00);
/* background: rgba(158,136,112,1.00); */
color: #eee;
padding: 15px 10px;
display: inline-block;
position: relative;
transition: all 300ms cubic-bezier(0.215,0.610,0.355,1.000);
}
.btn_01 a:before {
content: "";
width: 7px;
height: 7px;
border: solid #fff;
border-width: 1px 1px 0 0;
position: absolute;
right: 15px;
top: 20px;
transform: rotate(45deg);
transition: all 300ms cubic-bezier(0.215,0.610,0.355,1.000);
z-index: 2;
}
.btn_01 a:hover:before {
right: 10px;
}

.btn_01 a:after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
content: '';
background: rgba(80,120,110,1.00);
transform-origin: left bottom;
transform: scale(1, 0);
transition: transform 0.3s;
}
.btn_01 a:hover:after {
transform-origin: left top;
transform: scale(1, 1);
}
.btn_01 a span {
z-index: 2;
width: 100px;
position: relative;
}

.link_button .btn_01 a {
text-align: center;
top: 60px;
margin: 0 10px;
}

.announce .btn_01 {
padding: 0;
margin-top: 20px;
}

.announce .btn_01 a {
text-align: center;
width: 500px;
color: rgba(170,0,0,1.00);
padding: 10px;
}

.work_list .text .description {
font-size: 1em;
}

.work_list .btn_01 {
width: 400px;
text-align: center;
font-size: 0.8em;
margin: auto;
}
.movie_list .btn_01 a {
text-align: center;
width: 200px;
}

/* ========================================*/
.btn_02 {
text-align: center;
}
.btn_02 a {
background: rgba(105,134,140,1.00);
color: #eee;
padding: 15px 10px;
display: inline-block;
position: relative;
transition: all 300ms cubic-bezier(0.215,0.610,0.355,1.000);
}
.btn_02 a:before {
content: "";
width: 7px;
height: 7px;
border: solid #fff;
border-width: 1px 1px 0 0;
position: absolute;
right: 15px;
top: 20px;
transform: rotate(45deg);
transition: all 300ms cubic-bezier(0.215,0.610,0.355,1.000);
z-index: 2;
}
.btn_02 a:hover:before {
right: 10px;
}

.btn_02 a:after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
content: '';
background: rgba(80,120,110,1.00);
transform-origin: left bottom;
transform: scale(1, 0);
transition: transform 0.3s;
}
.btn_02 a:hover:after {
transform-origin: left top;
transform: scale(1, 1);
}
.btn_02 a span {
z-index: 2;
width:100%;
position: relative;
}

.link_button .btn_02 a {
text-align: center;
top: 80px;
margin: 0 10px;
}
/* ========================================*/
.btn_03 {
text-align: center;
}
.btn_03 a {
background: rgba(105,134,140,1.00);
color: #eee;
padding: 15px 10px;
display: inline-block;
position: relative;
transition: all 300ms cubic-bezier(0.215,0.610,0.355,1.000);
}
.btn_03 a:before {
content: "";
width: 7px;
height: 7px;
border: solid #fff;
border-width: 1px 1px 0 0;
position: absolute;
right: 15px;
top: 20px;
transform: rotate(45deg);
transition: all 300ms cubic-bezier(0.215,0.610,0.355,1.000);
z-index: 2;
}
.btn_03 a:hover:before {
right: 10px;
}

.btn_03 a:after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
content: '';
background: rgba(80,120,110,1.00);
transform-origin: left bottom;
transform: scale(1, 0);
transition: transform 0.3s;
}
.btn_03 a:hover:after {
transform-origin: left top;
transform: scale(1, 1);
}
.btn_03 a span {
z-index: 2;
width:100%;
position: relative;
}

.link_button .btn_03 a {
text-align: center;
top: 100px;
margin: 0 10px;
}

.btn_noaction {
display: block;
text-align: center;
}

.btn_noaction a {
/* background: #777; */
background: rgba(105,134,140,1.00);
/* background: rgba(158,136,112,1.00); */
color: #fff;
font-size: 1.6em;
padding: 15px 10px;
display: inline-block;
position: relative;
transition: all 300ms cubic-bezier(0.215,0.610,0.355,1.000);
}

.btn_noaction a span {
z-index: 2;
width: 100px;
position: relative;
color: #f00;
}
/* ========================================

INFORMATION

======================================== */
.information {
max-width: 1024px;
  margin: 0 auto;
 margin-top: 10px ;
}

.information_list {
text-align: center;
/* width: 80%; */
margin-left: 10%;
margin-right: 10%;
font-size: 1.3em;
color: rgba(255,255,255,1.00);
}

.information dt {
/* display: inline-block; */
float: left;
}
.information dd {
/* display: inline-block; */
text-align: left;
margin-left: 120px;
margin-bottom: 10px;
}

.information dd a{
color: rgba(203,206,209,1.00);
}
.information dd:hover {
border-bottom: 1px solid #fff;
}

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

SALE

======================================== */
/* .sale_information {
max-width: 1024px;
height: 1000px;
  margin: 0 auto;
 margin-top: 50px ;
}

.sale_information_list {

text-align: center;
/* width: 80%; */
/* margin-left: 10%;
margin-right: 10%;
font-size: 1.3em;
color: rgba(255,255,255,1.00);
} */

/* .sale_information dt { */
/* display: inline-block; */
/* float: left;
}
.sale_information dd { */
/* display: inline-block; */
/* text-align: left;
margin-left: 420px;
margin-bottom: 10px;
} */

.sale_list li {
display: flex;
position: relative;
width: 40%;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
top: 100px;
}

.sale_list img {
width: 250px;
}

.sale_list .text {
  padding: 0px 3%;
  margin-left: 50px;
  color: #fff;
}

.sale_list .text .title jap {
font-size: 1.6em;
}
.sale_list .text .title eng {
font-size: 1.6em;
}

.sale_list .text .description {
font-size: 1.6em;
color: #fff;
}

.sale_list .btn_01 {
width: 400px;
text-align: center;
font-size: 1.6em;
margin: auto;
}

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

header

=============================================================== */
.mv {
position: relative;
}
.mv .title_box {
position: absolute;
left: 0;
top: 44%;
z-index: 1;
text-align: center;
font-size: 3em;
width: 100%;
color: #fff;
}
.mv .title_box .title {
letter-spacing: 10px;
position: relative;
padding: 0 0 10px 0;
}
.mv .title:before {
content: "";
width: 50%;
height: 1px;
background: #fff;
display: inline-block;
position: absolute;
bottom: 0;
left: 50%;
transform: translate(-50%, 0);
}
.mv .title_box span {
font-size: 0.5em;
letter-spacing: 5px;
}

.mv .slick-slide {
position: relative;
}
.mv .slick-slide:before {
content: "";
position: absolute;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.5);
transition: all 0.5s linear;
z-index: 1;
}

.mv .slick-slide:hover:before {
background: rgba(0,0,0,0.2);
}

.mv_slider .slick-current {}
.mv_slider .slick-current img {
transform: scale(1.05);
}

.mv_slider {
  text-align: center;
}

.mv_slider img {
width: 100%;
height: 90vh;
object-fit: cover;
transition: all 3000ms cubic-bezier(0.215,0.610,0.355,1.000);
transform: scale(1.001);
}

/* .mv .slick-slide:hover:before {
background: rgba(0,0,0,0.2);
} */

.static_slider .slick-current {}
.static_slider .slick-current img {
transform: scale(1.05);
}

.static_slider {
  text-align: center;
}

.static_slider img {
width: 100%;
height: 90vh;
object-fit: cover;
transition: all 3000ms cubic-bezier(0.215,0.610,0.355,1.000);
transform: scale(1.001);
}
/* ===============================================================

image_slider

=============================================================== */
.image_slider {
position: relative;
/* margin-top: 180px;
margin-bottom: 60px; */
}
/* .image_slider .title_box {
position: absolute;
left: 0;
top: 44%;
z-index: 1;
text-align: center;
font-size: 3em;
width: 100%;
color: #fff;
}
.image_slider .title_box .title {
letter-spacing: 10px;
position: relative;
padding: 0 0 10px 0;
}
.image_slider .title:before {
content: "";
width: 50%;
height: 1px;
background: #fff;
display: inline-block;
position: absolute;
bottom: 0;
left: 50%;
transform: translate(-50%, 0);
}
.image_slider .title_box span {
font-size: 0.5em;
letter-spacing: 5px;
} */

.image_slider .slick-slide {
position: relative;
}
.image_slider .slick-slide:before {
content: "";
position: absolute;
width: 100%;
height: 100%;
/* background: rgba(0,0,0,0.5); */
transition: all 0.5s linear;
z-index: 1;
}

.image_slider .slick-slide:hover:before {
/* background: rgba(0,0,0,0.2); */
}

.top_image_dakemoto img {
display: block;
position: relative;
margin: auto;
text-align:center;
transform: scale(0.7);
top: 100px;
}
.top_image_dakemoto_title span {
letter-spacing: 1px;
font-size: 1em;
position: relative;
text-align:center;
padding: 3px 0 10px 0;
color: rgba(170,170,170,1.0);
top: 10px;
}

.top_image_gentlytouchmyheart {
position: relative;
text-align:center;
top: 220px;
}
.top_image_gentlytouchmyheart img {
position: relative;
text-align:center;
/* top: 330px; */
width: 50%;
transform: scale(1.0);
text-align:center;
/* top: 360px; */
}
.top_image_pacific {
position: relative;
text-align:center;
top: 220px;
}
.top_image_pacific img {
position: relative;
text-align:center;
/* top: 330px; */
width: 50%;
transform: scale(1.0);
text-align:center;
/* top: 360px; */
}

.top_image_pacific_sale {
position: relative;
text-align:center;
top: 150px;
}
.top_image_pacific_sale img {
position: relative;
text-align:center;
/* top: 330px; */
width: 50%;
transform: scale(1.0);
text-align:center;
/* top: 360px; */
}

.top_image_purelandticket {
position: relative;
text-align:center;
top: 180px;
}
.top_image_purelandticket img {
position: relative;
text-align:center;
/* top: 330px; */
width: 50%;
transform: scale(1.0);
text-align:center;
/* top: 360px; */
}

.top_image_tomoshibi {
position: relative;
text-align:center;
top: 100px;
}

.top_image_tomoshibi img {
width: 70%;
}

.top_image_mylifeplan {
position: relative;
text-align:center;
top: 10px;
}

.top_image_mylifeplan img {
width: 70%;
}

.top_image_vanya {
position: relative;
text-align:center;
top: 100px;
}

.top_image_yanya img {
width: 70%;
}

.top_image_makkurayami {
position: relative;
text-align:center;
top: 100px;
}

.top_image_makkurayami img {
width: 70%;
}
/* ===============================================================

【共通】ページタイトル

=============================================================== */
.page_title .title_box {
    position: absolute;
    left: 0;
    top: 80px;
    z-index: 1;
    text-align: center;
    font-size: 1.8em;
    width: 100%;
    color: #fff;
}
.page_title .title_box .title {
letter-spacing: 10px;
position: relative;
padding: 0 0 10px 0;
}
.page_title .title:before {
    content: "";
    width: 50%;
    height: 1px;
    background: #fff;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}
.page_title .title_box span {
		font-size: 0.8em;
    letter-spacing: 2px;
}

.purelandticket_page_title .page_title .title_box {
  top: 160px;
}

.pacific_dvd_page_title .page_title .title_box {
  top: 160px;
}

.page_title_tomoshibi .title_box_tomoshibi {
    position: absolute;
    left: 0;
    top: 80px;
    z-index: 1;
    text-align: center;
    font-size: 1.8em;
    width: 100%;
    color: #d62;
}
.page_title_tomoshibi .title_box_tomoshibi .title_tomoshibi {
letter-spacing: 10px;
position: relative;
padding: 0 0 10px 0;
}
.page_title_tomoshibi .title_tomoshibi:before {
    content: "";
    width: 50%;
    height: 1px;
    background: #d62;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}
.page_title_tomoshibi .title_box_tomoshibi span {
		font-size: 0.8em;
    letter-spacing: 2px;
}

.page_title_vanya .title_box_vanya {
    position: absolute;
    left: 0;
    top: 80px;
    z-index: 1;
    text-align: center;
    font-size: 1.8em;
    width: 100%;
    color: #d62;
}
.page_title_vanya .title_box_vanya .title_vanya {
letter-spacing: 10px;
position: relative;
padding: 0 0 10px 0;
}
.page_title_vanya .title_vanya:before {
    content: "";
    width: 50%;
    height: 1px;
    background: #d62;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}
.page_title_vanya .title_box_vanya span {
		font-size: 0.8em;
    letter-spacing: 2px;
}

.page_title_makkurayami .title_box_makkurayami {
    position: absolute;
    left: 0;
    top: 80px;
    z-index: 1;
    text-align: center;
    font-size: 1.8em;
    width: 100%;
    color: #d62;
}
.page_title_makkurayami .title_box_makkurayami .title_makkurayami {
letter-spacing: 10px;
position: relative;
padding: 0 0 10px 0;
}
.page_title_makkurayami .title_makkurayami:before {
    content: "";
    width: 50%;
    height: 1px;
    background: #d62;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}
.page_title_makkurayami .title_box_makkurayami span {
		font-size: 0.8em;
    letter-spacing: 2px;
}
/* ===============================================================

【共通】セクションタイトル（ABOUT,NEWS etc.)

=============================================================== */
.section_title {
text-align: center;
font-size: 2.5em;
padding: 50px 0;
letter-spacing: 3px;
}
.section_title span {
position: relative;
color: rgba(203,206,209,1.00);
/* border-bottom: 1px solid #fff; */
}
.section_title span:before {
content: "";
height: 2px;
width: 60%;
background: rgba(105,134,140,1.00);
/* background: #12BBDE; */
position: absolute;
left: 50%;
bottom: -10px;
transform: translateX(-50%);
}
/* ===============================================================

【共通】アイテムタイトル

=============================================================== */
.item_title {
display: block;
height:100px;
margin-top: 50px;
margin-bottom: 50px;
}
.item_title .title_box {
display: block;
position: absolute;
/* left: 0; */
z-index: 1;
text-align: center;
font-size: 2em;
width: 100%;
color: #fff;
}
.item_title .title_box .title {
display: block;
letter-spacing: 10px;
position: relative;
padding: 0 0 10px 0;
}
.item_title .title:before {
content: "";
width: 30%;
height: 1px;
background: #fff;
display: block;
position: absolute;
bottom: 0px;
left: 50%;
transform: translate(-50%, 0);
}
.item_title .title_box span {
font-size: 0.8em;
letter-spacing: 5px;
}

.link_text a {
color: rgba(203,206,209,1.00);
border-bottom: 1px solid #fff;
}

.link_text p a:hover {
  opacity: .8;
}

/* .link_img img {
width:100%;
margin-right:auto;
margin-left:auto;
} */

.supportingmember_txt {
width: 50%;
margin-right:auto;
margin-left:auto;
color: rgba(203,206,209,1.00);
font-size: 1.2em;
}

.supportingmember_img_01  {
display: block;
position: relative;
text-align:center;
transform: scale(0.6);
margin-top:-160px;
margin-bottom: -100px;
}

.supportingmember_img_02 {
  display: block;
  position: relative;
  text-align:center;
  transform: scale(0.4);
  margin-top:-160px;
  margin-bottom: -100px;
}

.supportingmember_img_03  {
display: block;
position: relative;
text-align:center;
transform: scale(1.0);
margin-top:-60px;
margin-bottom: 0px;
}
/* ===============================================================

text

=============================================================== */
.warning_text {
width: 40%;
margin-right:auto;
margin-left:auto;
}
.warning_text a {
color: rgba(203,206,209,1.00);
font-size: 1.5em;
}

.text_link {
width: 50%;
margin-right:auto;
margin-left:auto;
color: rgba(203,206,209,1.00);
font-size: 1.2em;
}
.text_link a {
color: rgba(203,206,209,1.00);
border-bottom: 1px solid #fff;
}

.text_link p a:hover {
  opacity: .8;
}

.text_subtitle {
  margin-top: 50px;
  width: 50%;
  text-align:center;
  margin-right:auto;
  margin-left:auto;
  color: rgba(203,206,209,1.00);
  font-size: 1.4em;
}

.text_discription {
  margin-top: 50px;
  width: 70%;
  margin-right:auto;
  margin-left:auto;
  color: rgba(203,206,209,1.00);
  font-size: 1.2em;
}

.txt_ref {
  color: rgba(203,206,209,1.00);
}

.text_left {
  text-align:left;
  color: rgba(203,206,209,1.00);
  font-size: 1.0em;
}
/* ===============================================================

header

=============================================================== */
.header {
position: fixed;
/*background: rgba(255,255,255,0.9);*/
width: 100%;
height: 32px;
z-index: 100;
}
/*
.header .logo {
width: 120px;
display: inline-block;
margin: 10px 0 0 10px;
transition: all 500ms cubic-bezier(0.215,0.610,0.355,1.000);
}
.header .logo img {
width: 100%;
}*/
.header .mainlogo img {
  position: absolute;
  width: 32px;
  height: 32px;
  left:16px;
  top: 16px;
}
.header .maintitle {
  position: absolute;
  left:52px;
  top: 16px;
  font-size: 1.5em;
  color: #aaa;
}
.header .contact {
position: absolute;
right: 30px;
top: 10px;
/*background: #12BBDE;*/
color: #aaa;
padding: 10px 10px;
transition: all 300ms cubic-bezier(0.215,0.610,0.355,1.000);
}
.header .contact:before {
content: url(../img/icon_mail.svg);
vertical-align: -2px;
margin: 0 8px 0 0;
}
.header .contact:hover {
background: rgba(30,140,120,1.00);
}

.nav_style ul {
display: flex;
justify-content: center;
}
.nav_style a {
padding: 20px 20px;
display: inline-block;
letter-spacing: 0px;
font-size: 1em;
position: relative;
color: #aaa;
}
/* .nav_style a.active {
pointer-events: none;
} */

.nav_style a:before {
content: "";
height: 2px;
width: 30%;
background: rgba(105,134,140,1.00);
display: inline-block;
position: absolute;
left: 50%;
bottom: 12px;
transform: translate(-50%,5px);
transition: all 300ms cubic-bezier(0.215,0.610,0.355,1.000);
opacity: 0;
}
.nav_style a.active:before,
.nav_style a:hover:before {
opacity: 1;
transform: translate(-50%,0);
}
.nav_style a:hover:before {
}

.header .pc_menu {
transition: all 300ms cubic-bezier(0.215,0.610,0.355,1.000);
}
.header {
transition: all 300ms cubic-bezier(0.215,0.610,0.355,1.000);
height: 120px;
}

.header.on {
height: 65px;
/*↓スクロールでヘッダー隠す*/
transform: translateY(-100px);
}
.header.on .logo {
width: 200px;
}
.header.on .pc_menu {
transform: translateY(-40px);
}


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

footer

=============================================================== */
.footer {
padding: 30px 10px;
background-color: #333;
height: auto;
/* text-align: center; */
}
/* .footer .footer_menu {
display: block;
color: #aaa;
} */
/* .footer ul {
text-align: center;
} */
.footer ul.footer_menu_01 {
display: inline-block;
height: 100px;
width: 40%;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
float: left;
}
.footer .footer_menu_01 li {
display:flex;
width: 33%;
flex-wrap: wrap;
padding: 0;
margin: 0px 0px;
padding-top: 0px;
padding-bottom: 0px;
/* width: 150px; */
}
.footer .footer_menu_01 li a {
/* display:flex;
width: 33%;
flex-wrap: wrap; */
width: 33%;
font-size: 1.1em;
text-align: left;
color: #aaa;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 2px;
padding-bottom: 2px;
}

.footer .footer_menu_02 {

float: left;
position: relative;
display: inline-block;
height: 100px;
width: 30%;
}
.footer .footer_menu_02 li {
/* margin: 10px 20px; */
margin-bottom: 0px;
display:flex;
flex-wrap: wrap;

/* text-align: left; */
}
.footer .footer_menu_02 li a {
	display:flex;
	flex-wrap: wrap;
margin-bottom: 5px;
	font-size: 1.0em;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #aaa;
}

.footer .footer_menu_03 {
position: relative;
display: inline-block;
height: 100px;
width: 10%;
}
.footer .footer_menu_03 li {
	/* display:flex;
	flex-wrap: wrap; */
	width: 33%;
	margin: 0px 0px;
}
.footer .footer_menu_03 li a {
margin-bottom: 20px;
font-size: 1.0em;
text-align: left;
padding-top: 0px;
padding-bottom: 0px;
color: #aaa;
}

.footer .footer_menu_03 li img{
  /* position: flex;
text-align: center; */
  width: 25px;
  height: 25px;
  margin: 5px;
}

/* .footer .logo {
width: 150px;
display: inline-block;
margin: 30px 0;
} */

/* .footer .inner {
display: flex;
} */

.footer .inner a {
padding: 0px 0px;
display: inline-block;
letter-spacing: 0px;
font-size: 1em;
position: relative;
color: #aaa;
}
.footer .footer_menu_04_txt {
display: flex;
width: 500px;
}
.footer .footer_menu_04_jp a {
float: left;
padding: 20px 0px;
display: inline-block;
letter-spacing: 0px;
font-size: 0.6em;
position: relative;
color: #aaa;
}
.footer .footer_menu_04_en a {
padding: 20px 30px;
display: inline-block;
letter-spacing: 1px;
font-size: 0.8em;
position: relative;
color: #aaa;
}
.footer .footer_menu_01 a:hover {
border-bottom: 1px solid #fff;
}

.copyright .copy {
padding: 30px 10px; */
background-color: #333;
text-align: center;
color: #aaa;
}

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

common

=============================================================== */
.inner {
max-width: 1300px;
min-width: 769px;
margin: 0 auto;
width: calc(100% - 50px);
}
img {
vertical-align: bottom;
}






/*
逆並び
flex-direction:row-reverse;

縦並び
flex-direction:column;

縦逆並び
flex-direction:column-reverse;

折り返しあり
flex-wrap:wrap;

逆折り返しあり
flex-wrap:wrap-reverse;

自動で横いっぱいにする（liなどにつける）
flex: auto;

折り返し解除
flex-direction: column;

縦方向中央
align-items: center;
justify-content: space-around;

右揃え
justify-content: flex-end;

中央寄せ
justify-content: center;

均等
justify-content: space-around;

左右を端っこにして均等
justify-content: space-between;

上揃えで配置
align-items: flex-start;

下揃えで配置
align-items: flex-end;

上下中央揃えで配置
align-items: center;
*/



}
/*【PC】ウィンドウ幅が769px以上の場合に適用するCSS
==================================================================================*/
