@charset "UTF-8";
/* /////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////
			
			Loading Video
			
////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////// */

#loading_video_outer {
    height: 100vh;
    position: absolute;
    width: 100%;
    overflow: hidden;
}
#loading_video {
    left: 0;
    min-height: 100vh;
    min-width: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
}
/* /////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////
			
			contents
			
////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////// */

/* CSS Document */

.all_wraper {
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
    z-index: 0;
}

@media screen and (max-width: 739px) {
.all_wraper {
    padding-left: 0px;
    padding-right: 0px;
}
}

@media screen and (max-width: 959px) {
section > .container {
    padding-left: 10px;
    padding-right: 10px;
}
}

/* -----------------------------------------------------
+++++++++++++++++++++++++++++++++++++++++++++++++++++++

      header 

+++++++++++++++++++++++++++++++++++++++++++++++++++++++
------------------------------------------------------- */


@media screen and (max-width: 739px) {
}

@media screen and (max-width: 585px) {
}

@media screen and (max-width: 320px) {
}
#head_container {
    position: relative;
    z-index: 1;
    background-color: #0099DD;
}
#head_container:before {
    content: "";
    display: block;
    padding-top: 71%; /* 高さを幅の75%に固定 */
}

@media screen and (max-width: 739px) {
#head_container:before {
    display: none;
}
}
/* -----------------------------------
    動画
   ----------------------------------- */


#movie_outer {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
}
#movie_outer:before {
    content: "";
    display: block;
    padding-top: 100vh;
}
/*
#movie_outer:before {
	content:"";
	display: block;
	padding-top: 56.25%;
}
*/
/*
#movie_outer > iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
*/




/* -----------------------------------
    載せるコンテンツ
   ----------------------------------- */

#cover_container {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1000;
    width: 100%;
}
#cover_container.close {
    background-image: none;
}

@media screen and (max-width: 739px) {
#cover_container {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    z-index: 1000;
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
}
}

/* -----------------------------------
    開いた時 アニメーション定義
   ----------------------------------- */

@keyframes fadeIn {
 0% {
opacity: 0
}
 100% {
opacity: 1
}
}
@keyframes fadeOut {
 0% {
opacity: 1
}
 100% {
opacity: 0
}
}
@keyframes slideInLeft {
 from {
 -webkit-transform: translate3d(-100%, 0, 0);
 transform: translate3d(-100%, 0, 0);
 visibility: visible;
}
 to {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
 visibility: visible;
}
}
@keyframes slideOutRight {
 from {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
 visibility: visible;
}
 to {
 -webkit-transform: translate3d(-100%, 0, 0);
 transform: translate3d(-100%, 0, 0);
 visibility: visible;
}
}
/* アニメーション　ベンダープレフィックス　android4.4用 */
@-webkit-keyframes fadeIn {
 0% {
opacity: 0
}
 100% {
opacity: 1
}
}
@-webkit-keyframes slideInLeft {
 from {
 -webkit-transform: translate3d(-100%, 0, 0);
 transform: translate3d(-100%, 0, 0);
 visibility: visible;
}
 to {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
 visibility: visible;
}
}
@-webkit-keyframes slideOutRight {
 from {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
 visibility: visible;
}
 to {
 -webkit-transform: translate3d(-100%, 0, 0);
 transform: translate3d(-100%, 0, 0);
 visibility: visible;
}
}
/* //アニメーション　ベンダープレフィックス　android4.4用// */


@keyframes menu_btn_open {
 from {
 background-color:#0099DD;
 width:75px;
}
 to {
 background-color:rgba(0,0,0,0.80);
 width:230px;
}
}
@keyframes menu_btn_close {
 from {
 background-color:rgba(0,0,0,0.80);
 width:230px;
}
 to {
 background-color:#0099DD;
 width:75px;
}
}
@keyframes triangle_open {
 from {
 border-right: 0px solid transparent;
 border-left: 12px solid #FFFFFF;
}
 to {
 border-right: 12px solid #FFFFFF;
 border-left: 0px solid transparent;
}
}
@keyframes triangle_close {
 from {
 border-right: 12px solid #FFFFFF;
 border-left: 0px solid transparent;
}
 to {
 border-right: 0px solid transparent;
 border-left: 12px solid #FFFFFF;
}
}

/* アニメーション　ベンダープレフィックス　android4.4用 */
@-webkit-keyframes menu_btn_open {
 from {
 background-color:#0099DD;
 width:75px;
}
 to {
 background-color:rgba(0,0,0,0.80);
 width:230px;
}
}
@-webkit-keyframes menu_btn_close {
 from {
 background-color:rgba(0,0,0,0.80);
 width:230px;
}
 to {
 background-color:#0099DD;
 width:75px;
}
}
@-webkit-keyframes triangle_open {
 from {
 border-right: 0px solid transparent;
 border-left: 12px solid #FFFFFF;
}
 to {
 border-right: 12px solid #FFFFFF;
 border-left: 0px solid transparent;
}
}
@-webkit-keyframes triangle_close {
 from {
 border-right: 12px solid #FFFFFF;
 border-left: 0px solid transparent;
}
 to {
 border-right: 0px solid transparent;
 border-left: 12px solid #FFFFFF;
}
}
/* //アニメーション　ベンダープレフィックス　android4.4用// */


/* -----------------------------------
    枠
   ----------------------------------- */

#open_outer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    width: 100%;
    /*
	height:90vh;
	*/
    background: url(../images/movie_cover_1.png) no-repeat right bottom;
    animation: fadeIn 1s ease 0s 1 normal;
    -webkit-animation: fadeIn 1s ease 0s 1 normal;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}
.open_btn_box,
.menu_box,
.center_box,
.guide_box,
.project_box,
.special_box {
    position: absolute;
}
.open_btn_box {
    top: 20px;
    left: 0;
}

@media screen and (max-width: 739px) {
#open_outer {
    background: none;
    position: static;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    z-index: 0;
    width: 100%;
    height: 50px;
    animation: none;
    -webkit-animation: none;
    animation-fill-mode: none;
    -webkit-animation-fill-mode: none;
}
}
/* -----------------------------------
    開いた時
   ----------------------------------- */

#right-menu {
    display: none;
}

@media screen and (max-width: 739px) {
#right-menu {
    display: block;
    float: right;
}
#right-menu {
    right: 0px;
    left: auto;
    cursor: pointer;
    display: block;
    position: absolute;
    top: 5px;
    z-index: 99;
    padding: 0px;
    -webkit-tap-highlight-color: transparent;
    margin-bottom: 0px;
}
}
/* メニュー */
.menu_box {
    top: 0px;
    left: 0;
    width: 230px;
    animation: slideInLeft 1s ease 0s 1 normal;
    -webkit-animation: slideInLeft 1s ease 0s 1 normal;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}
.close .menu_box {
    animation: slideOutRight 1s ease 0s 1 normal;
    -webkit-animation: slideOutRight 1s ease 0s 1 normal;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}
.menu_box > div {
    background-color: rgba(0,0,0,0.50);
}
.main_navi {
    padding: 15px 15px 15px 20px;
}
.main_navi li {
    display: block;
    border-bottom: solid 1px #FFFFFF;
}
.main_navi li a {
    display: block;
    text-decoration: none;
    color: #FFFFFF;
    padding: 0px 0px 5px 27px;
    position: relative;
}
.main_navi li a:hover {
    color: #d78113;
}
.main_navi li a:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid transparent;
    border-left: 20px solid #d78113;
    position: absolute;
    top: 12px;
    left: 0;
}
.main_navi li a > span {
    display: block;
}
.main_navi li a > .e-title {
    font-size: 180%;
    font-family: 'yantramanavmedium', sans-serif;
}
.main_navi li a > .j-title {
    margin-top: -8px;
    font-size: 85%;
}
.menu_box .sns_container {
    padding: 0px 0px 20px 20px;
}
.menu_box .sns_container.top_sp_sns {
    display: none;
}

@media screen and (max-width: 739px) {
.menu_box {
    position: static;
    top: auto;
    left: auto;
    width: auto;
    animation: none;
    -webkit-animation: none;
    animation-fill-mode: none;
    -webkit-animation-fill-mode: none;
}
.menu_box > div {
    background: #ffffff;
    background: -moz-linear-gradient(left, #dbdbdb 0%, #ffffff 5%, #ffffff 100%);
    background: -webkit-gradient(linear, left center, right center, from(#dbdbdb), color-stop(5%, #ffffff), to(#ffffff));
    background: -webkit-linear-gradient(left, #dbdbdb 0%, #ffffff 5%, #ffffff 100%);
    background: -ms-linear-gradient(left, #dbdbdb 0%, #ffffff 5%, #ffffff 100%);
    background: linear-gradient(to right, #dbdbdb 0%, #ffffff 5%, #ffffff 100%);
}
.main_navi li {
    display: block;
    border-bottom: solid 1px #FFFFFF;
}
.main_navi li a {
    display: block;
    text-decoration: none;
    color: #333;
    padding: 0px 0px 5px 27px;
    position: relative;
}
.main_navi li a:hover {
    color: #d78113;
}
.main_navi li a:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid transparent;
    border-left: 20px solid #d78113;
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -6px;
}
.main_navi li a > span {
    display: block;
}
.main_navi li a > .e-title {
    font-size: 180%;
    font-family: 'yantramanavmedium', sans-serif;
}
.main_navi li a > .j-title {
    margin-top: -8px;
    font-size: 85%;
}
.sidr {
    display: block;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    width: 260px;
    overflow-x: hidden;
    overflow-y: auto;
    font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
    font-size: 15px;
    color: #333;
}
.sidr .sidr-inner {
    padding: 0 0 15px;
}
.sidr .sidr-inner > p {
    margin-left: 15px;
    margin-right: 15px;
}
.sidr.right {
    left: auto;
    right: -260px;
}
.sidr.left {
    left: -260px;
    right: auto;
}
.sidr h1,
.sidr h2,
.sidr h3,
.sidr h4,
.sidr h5,
.sidr h6 {
    background-size: 100%;
    font-size: 11px;
    font-weight: normal;
    padding: 0 15px;
    margin: 0 0 5px;
    color: #333;
    line-height: 24px;
}
.sidr p {
    font-size: 13px;
    margin: 0 0 12px;
}
.sidr p a {
    color: rgba(51, 51, 51, 0.9);
}
.sidr > p {
    margin-left: 15px;
    margin-right: 15px;
}
.sidr ul {
    display: block;
    margin: 0 0 15px;
    padding: 0;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid white;
}
.sidr ul li {
    display: block;
    margin: 0;
    border-top: 1px solid white;
    border-bottom: 1px solid #dfdfdf;
}
.sidr ul li:hover,
.sidr ul li.active,
.sidr ul li.sidr-class-active {
    border-top: 0;
}
.sidr ul li > a,
.sidr ul li > span {
    padding: 10px 15px 7px 50px;
    display: block;
    text-decoration: none;
    color: #333;
}
.sidr ul li ul {
    border-bottom: 0;
    margin: 0;
}
.sidr ul li ul li {
    line-height: 40px;
    font-size: 13px;
}
.sidr ul li ul li:last-child {
    border-bottom: 0;
}
.sidr ul li ul li:hover,
.sidr ul li ul li.active,
.sidr ul li ul li.sidr-class-active {
    border-top: 0;
    line-height: 41px;
}
.sidr ul li ul li:hover > a,
.sidr ul li ul li:hover > span,
.sidr ul li ul li.active > a,
.sidr ul li ul li.active > span,
.sidr ul li ul li.sidr-class-active > a,
.sidr ul li ul li.sidr-class-active > span {
    box-shadow: 0 0 15px 3px #ebebeb inset;
}
.sidr ul li ul li a,
.sidr ul li ul li span {
    color: rgba(51, 51, 51, 0.8);
    padding-left: 30px;
}
.sidr form {
    margin: 0 15px;
}
.sidr label {
    font-size: 13px;
}
}
/* 真ん中 */
.center_box {
    /*display: table;*/
    width: 33.333%;
    height: 33.333%;
    padding: 4% 0px 0px 0px;
    margin: auto;
    position: relative;
    top: 33.333%;
    bottom: auto;
    left: 0;
    right: 0;
    text-align: center;
    animation: fadeIn 1s ease 0s 1 normal;
    -webkit-animation: fadeIn 1s ease 0s 1 normal;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

.close .center_box {
    animation: fadeOut 1s ease 0s 1 normal;
    -webkit-animation: fadeOut 1s ease 0s 1 normal;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}
.center_box > div {
    
}
.center_box img {
    width: 80%;
}
.play_video_btn {
    display: inline-block;
    padding: 0px;
    margin-top: -7px;
}
.center_box .play_video_btn img {
    /*
	width:200px;
	*/
    width: 80%;
}

@media screen and (max-width: 739px) {
.center_box {
    display: none;
    width: 100%;
    height: auto;
    padding: 20px 0px 20px;
    margin: auto;
    position: static;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    text-align: center;
    animation: fadeIn 1s ease 0s 1 normal;
    -webkit-animation: fadeIn 1s ease 0s 1 normal;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}
}
/* 右上 */
.guide_box {
    display: block;
    top: 20px;
    right: 20px;
    animation: fadeIn 1s ease 0s 1 normal;
    -webkit-animation: fadeIn 1s ease 0s 1 normal;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    width: auto;
    height: auto;
}
.close .guide_box {
    animation: fadeOut 1s ease 0s 1 normal;
    -webkit-animation: fadeOut 1s ease 0s 1 normal;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}
.site_name {
    display: block;
    width: auto;
    padding: 0px 0px 0px 0px;
    max-width: none;
    height: auto;
    margin-right: 0%;
    vertical-align: middle;
}
.site_name img {
    width: 70px;
}
.language_list {
    width: 70px;
    margin-top: 10px;
    text-align: right;
    font-family: 'yantramanavmedium', sans-serif;
}
.language_list ul li {
    display: block;
}
.language_list a {
    display: block;
    margin-bottom: 5px;
    background-color: rgba(255,255,255,0.40);
    font-size: 90%;
    color: #000000;
    text-align: center;
    text-decoration: none;
}
.language_list .selected a,
.language_list .selected a:hover {
    color: #0099DD;
    background-color: rgba(255,255,255,0.9);
}

@media screen and (min-width: 739px) {
.language_list a.zh-tw,
.language_list a.kr {
    padding: 3px 0px 0px;
}
.language_list a.zh-tw span,
.language_list a.kr span {
    margin-bottom: -2px;
}
}

@media screen and (max-width: 739px) {
.guide_box {
    display: table;
    position: relative;
    top: auto;
    right: auto;
    height: 100%;
    width: 100%;
    animation: none;
    -webkit-animation: none;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    padding: 0px 10px;
    margin-top: 5px;
}
.site_name {
    display: block;
    width : calc(100% - 100px);
    float: left;
    padding: 3px 0px 0px 5px;
    max-width: 300px;
    height: 100%;
    margin-right: 0;
    vertical-align: middle;
}
.site_name img {
    width: 100%;
    vertical-align: middle;
    display: inline;
}
.language_list {
    float: right;
    position: relative;
    width: 100px;
    margin-top: 0px;
    padding: 0px 45px 0px 0px;
}
.language_btn {
    display: block;
}
.popup_outer {
    background-color: rgba(0,0,0,0.7);
    color: #FFF;
    /*display: none;*/
    z-index: 2000;
    left: 0px;
    top: 0px;
    position: fixed;
    height: 100%;
    width: 100%;
}
.language_list ul {
    display: block;
    margin: 100px 10%;
}
.language_list ul li {
    display: block;
    width: 100%;
    /*
	position:absolute;
	top:0;
	left:0;
	*/
	
    margin-bottom: 15px;
}
.language_list ul li.view {
    display: block;
    position: relative;
    margin-bottom: 10px;
}
.language_list ul li a {
    display: block;
    background-color: rgba(0,153,221,0.7);
    color: #FFFFFF;
    font-size: 110%;
    text-decoration: none;
    text-align: center;
    margin-bottom: 0px;
    padding: 12px 0px 9px 0px;
}
.language_list .selected a,
.language_list .selected a:hover {
    background-color: #0099DD;
    color: #FFFFFF;
}
.language_list a > span {
    display: none;
}
.language_list a.ja:after {
    content: "日本語";
}
.language_list a.en:after {
    content: "English";
}
.language_list a.zh-tw:after {
    content: "繁体中文";
    font-family: "Microsoft JhengHei", "微軟正黑體", 'PMingLiU', sans-serif;
}
.language_list a.kr:after {
    content: "한국어";
    font-family: "Malgun Gothic", "Yoon Gothic", "sans-serif";
}
.menu_box .sns_container {
    display: none;
}
.menu_box .sns_container.top_sp_sns {
    display: block;
}
}


#counter_box{
	position:absolute;
	top: 15px;
    right: 115px;
    z-index: 2;
}

#counter_box table{
	border:none;
    border-collapse: separate;
    border-spacing: 0 5px;
}

#counter_box table th{
	border:none;
	background-color:#f08300;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	padding:3px 10px;
}

#counter_box table td{
	border:none;
	background-color:#FFFFFF;
	text-align:center;
	color:#f08300;
	font-weight:bold;
	padding:3px 10px;
}

#counter_box p{
	text-align:right;
	font-size:80%;
	margin-top:5px;
}

@media screen and (max-width: 739px) {

#wrapper {
    position:relative;
}

#counter_box{
	position:absolute;
	bottom: 20px;
    right: 10px;
	top:auto;
    z-index: 0;
}

#counter_box p{
	color:#FFFFFF;
}

}


/* 右下 */
.project_box {
    bottom: 15px;
    right: 20px;
    animation: fadeIn 1s ease 0s 1 normal;
    -webkit-animation: fadeIn 1s ease 0s 1 normal;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}
.close .project_box {
    animation: fadeOut 1s ease 0s 1 normal;
    -webkit-animation: fadeOut 1s ease 0s 1 normal;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}
.project_box > a {
    display: inline-block;
}
.project_box > a > img {
    width: 180px;
}
/* スマホ用 */
.sp_center {
    display: none;
}

@media screen and (max-width: 739px) {
.sp_center {
    display: block;
    text-align: center;
    padding: 30px 0px 30px 0px;
    background-color: #0099DD;
}
.sp_center img {
    width: 70%;
}
.sp_center .read {
    display: inline-block;
    padding: 0px;
    margin-top: -7px;
}
.sp_center .play_video_btn img {
    /*
	width:200px;
	*/
    width: 80%;
}
.sp_center .sns_container {
    padding: 20px 0px 0px 0px;
}
.sp_center .sns_container li img {
    width: 40px;
}
.sp_center .sns_container li {
    padding: 0px 10px 0px 10px;
}
.sp_special_bunner {
    background-color: #FFFFFF;
    border-bottom: solid 1px #0099DD;
    padding: 0px 0px 0px 0px;
}
.sp_special_bunner a {
    display: block;
    width: 100%;
    padding: 15px 0px 0px;
    text-align: center;
}
.sp_special_bunner img {
    width: 90%;
    vertical-align: bottom;
}
.en .project_box,
.ko .project_box,
.zh-tw .project_box {
    display: none;
}
}
/* -----------------------------------
    動画操作
   ----------------------------------- */

#movie_control {
    position: relative;
    z-index: 2;
    width: 100%;
    text-align: center;
}
/* -----------------------------------
    SNS
   ----------------------------------- */
.menu_box .sns_container li > a,
.menu_box .sns_container li > span {
    padding: 0px;
    border-radius: 0px;
}
.menu_box .sns_container li.facebook > a,
.menu_box .sns_container li.facebook > span,
.menu_box .sns_container li.twitter > a,
.menu_box .sns_container li.twitter > span,
.menu_box .sns_container li.instagram > a,
.menu_box .sns_container li.instagram > span,
.menu_box .sns_container li.line > a,
.menu_box .sns_container li.line > span {
    background-color: transparent;
}
/* -----------------------------------
    常設移動
   ----------------------------------- */

#head_bottom_content {
    padding: 23px 0px 20px;
    text-align: center;
    border-bottom: solid 1px #0099DD;
}
#head_bottom_content a {
    display: inline-block;
}
#head_bottom_content img {
    height: 33px;
}

@media screen and (max-width: 739px) {
#head_bottom_content {
    display: none;
}
}
/* -----------------------------------------------------
+++++++++++++++++++++++++++++++++++++++++++++++++++++++

      Photo's 

+++++++++++++++++++++++++++++++++++++++++++++++++++++++
------------------------------------------------------- */
#photo_outer {
    width: 100%;
    /*
	height:90vh;
	*/
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.photo_set {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: visible;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.photo_set li {
    position: absolute;
    width: 33.333%;
    height: 33.333%;
    overflow: hidden;
}
.photo_set li img {
    left: 50%;
    width: 100%;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.photo_set li:nth-child(1n) {
    top: 0%;
    left: 0%;
    right: auto;
    bottom: auto;
}
.photo_set li:nth-child(2n) {
    top: 0%;
    left: 33.333%;
    right: auto;
    bottom: auto;
}
.photo_set li:nth-child(3n) {
    top: 0%;
    right: 0%;
    left: auto;
    bottom: auto;
}
.photo_set li:nth-child(4n) {
    top: 33.333%;
    left: 0%;
    right: auto;
    bottom: auto;
}
.photo_set li:nth-child(5n) {
    top: 33.333%;
    right: 0%;
    left: auto;
    bottom: auto;
}
.photo_set li:nth-child(6n) {
    bottom: 0%;
    left: 0%;
    right: auto;
    top: auto;
}
.photo_set li:nth-child(7n) {
    bottom: 0%;
    left: 33.333%;
    right: auto;
    top: auto;
}
.photo_set li:nth-child(8n) {
    bottom: 0%;
    right: 0%;
    left: auto;
    top: auto;
}
.photo_set li {
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}
#menu_0.photo_set li {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}
#menu_0.photo_set .start_set {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}
.panelnone {
    display: none;
}
.photo_set .rotate_panel {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}
#menu_0.photo_set .rotate_panel {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

@media screen and (max-width: 739px) {
#photo_outer {
    display: none;
}
}
/* -----------------------------------
    写真回転アニメーション
   ----------------------------------- */

.type2 {
    overflow: visible;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.type2 img,
.type2 dl {
    -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
    transition: opacity 0.6s, transform 0.6s;
    -ms-transform: opacity 0.6s, transform 0.6s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.type2:hover img {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    -ms-transform : rotateX(180deg);
}
.type2 dl {
    background-color: #cd5c5c;
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    -ms-transform : rotateX(-180deg);
}
.type2:hover dl {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    -ms-transform : rotateX(0);
}
/* -----------------------------------------------------
+++++++++++++++++++++++++++++++++++++++++++++++++++++++

      Instagram area

+++++++++++++++++++++++++++++++++++++++++++++++++++++++
------------------------------------------------------- */

#insta_container {
    margin: 0 auto;
    width: 960px;
    background-color: #FFFFFF;
    padding-bottom: 30px;
    text-align: center;
}
#insta_container .photo_gallery_title {
    margin: 40px auto 20px;
    text-align: center;
}
#insta_container .photo_gallery_title img {
    width: 100%;
    max-width: 300px;
}
#insta_container .photo_gallery_title ul {
    display: block;
    margin-top: 10px;
}
#insta_container .photo_gallery_title ul li {
    display: inline-block;
    padding: 3px 8px 1px;
    margin: 0px 10px 10px;
    background-color: #bce4f6;
    color: #000000;
}
#insta_container #app:after {
    content: "";
    clear: both;
    display: block;
}
#insta_container #app li {
    float: left;
    margin-left: 4%;
    margin-top: 3%;
    width: 22%;
}
#insta_container #app li:nth-child(4n+1) {
    margin-left: 0;
}
#insta_container #app li img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    font-family: 'object-fit: cover;'
}
#more {
    margin: 30px 0px 0px;
    text-align: center;
}
#more img {
    width: 100px;
}
/* ポップアップ上書き */
.fancybox-inner {
    overflow: hidden !important;
}
.fancybox-overlay .pop .subpop {
    padding: 35px 35px 20px 35px;
}
.fancybox-overlay .pop .fancybox-close {
    top: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
}
.fancybox-overlay .pop .fancybox-nav {
    width: 40px;
    height: 100%;
}
.fancybox-overlay .pop .fancybox-prev {
    left: -18px;
    background-size: 14px 28px;
}
.fancybox-overlay .pop .fancybox-next {
    right: -18px;
    background-size: 14px 28px;
}
.fancybox-overlay .pop .btn > a {
    display: inline-block;
    padding: 3px 5px 1px;
    background-color: #0099DD;
    color: #FFFFFF;
    text-decoration: none;
}
.fancybox-overlay .pop p {
    width: 65%;
    float: left;
    font-size: 12px;
}
.fancybox-overlay .pop p span {
    display: block;
}
.fancybox-overlay .pop .btn {
    float: right;
    width: 30%;
    text-align: right;
    font-size: 12px;
}

@media screen and (max-width: 739px) {
.fancybox-overlay .pop .subpop {
    padding: 10px;
}
.fancybox-overlay .pop .fancybox-close {
    top: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
}
.fancybox-overlay .pop .fancybox-nav {
    width: 40px;
    height: 100%;
}
.fancybox-overlay .pop .fancybox-prev {
    left: -18px;
    background-size: 14px 28px;
}
.fancybox-overlay .pop .fancybox-next {
    right: -18px;
    background-size: 14px 28px;
}
.fancybox-overlay .pop .btn > a {
    display: inline-block;
    padding: 3px 6px 4px;
    background-color: #0099DD;
    color: #FFFFFF;
    text-decoration: none;
}
.fancybox-overlay .pop p {
    width: 100%;
    float: left;
    font-size: 12px;
}
.fancybox-overlay .pop p span {
    display: block;
}
.fancybox-overlay .pop .btn {
    float: right;
    width: 40%;
    text-align: right;
    font-size: 10px;
}
}

@media screen and (max-width: 739px) {
#insta_container {
    margin: 0 auto;
    padding: 0 30px;
    width: 100%;
    background-color: #FFFFFF;
    text-align: center;
}
#insta_container #app li {
    overflow: auto;
    position: relative;
    float: none;
    margin-left: 0;
    margin-top: 2%;
    width: 100%;
    height: auto;
}
#insta_container #app li img {
    position: static;
    top: 50%;
    left: 50%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 100%;
    height: auto;
}
}

/* -----------------------------------------------------
+++++++++++++++++++++++++++++++++++++++++++++++++++++++

      slick

+++++++++++++++++++++++++++++++++++++++++++++++++++++++
------------------------------------------------------- */

@media screen and (max-width: 739px) {
.slick-dots {
    position: absolute;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li button:before {
    font-size: 10px;
}
}
/* -----------------------------------------------------
+++++++++++++++++++++++++++++++++++++++++++++++++++++++

      boxer

+++++++++++++++++++++++++++++++++++++++++++++++++++++++
------------------------------------------------------- */
.boxer-meta {
    display: none;
}
/* -----------------------------------------------------
+++++++++++++++++++++++++++++++++++++++++++++++++++++++

      footer

+++++++++++++++++++++++++++++++++++++++++++++++++++++++
------------------------------------------------------- */
#footer {
}
.special_box {
    bottom: -10px;
    right: 10px;/*
	animation-name:waaiwaai;
	animation-duration:3s;
	animation-timing-function:linear;
	animation-iteration-count:infinite;

	-webkit-animation-name:waaiwaai;
	-webkit-animation-duration:3s;
	-webkit-animation-timing-function:linear;
	-webkit-animation-iteration-count:infinite;
	
	-moz-animation-name:waaiwaai;
	-moz-animation-duration:3s;
	-moz-animation-timing-function:linear;
	-moz-animation-iteration-count:infinite;
	*/
}
/*
.special_box > a {
	display:inline-block;
}
*/
.special_box > a > img {
    width: 230px;
}
@keyframes waaiwaai {
 0% {
transform:translateY(0);
}
 25% {
transform:translateY(-8px);
}
 40% {
transform:translateY(-14px);
}
 50% {
transform:translateY(-16px);
}
 60% {
transform:translateY(-14px);
}
 75% {
transform:translateY(-8px);
}
 100% {
transform:translateY(0);
}
}
@-webkit-keyframes waaiwaai {
 0% {
-webkit-transform:translateY(0);
}
 25% {
-webkit-transform:translateY(-8px);
}
 40% {
-webkit-transform:translateY(-14px);
}
 50% {
-webkit-transform:translateY(-16px);
}
 60% {
-webkit-transform:translateY(-14px);
}
 75% {
-webkit-transform:translateY(-8px);
}
 100% {
-webkit-transform:translateY(0);
}
}
@-moz-keyframes waaiwaai {
 0% {
-moz-transform:translateY(0);
}
 25% {
-moz-transform:translateY(-8px);
}
 40% {
-moz-transform:translateY(-14px);
}
 50% {
-moz-transform:translateY(-16px);
}
 60% {
-moz-transform:translateY(-14px);
}
 75% {
-moz-transform:translateY(-8px);
}
 100% {
-moz-transform:translateY(0);
}
}
#slide_outer {
    display: none;
	height:320px;
    position: relative;
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
}

@media screen and (max-width: 739px) {
#slide_outer {
    display: block;
}
#slide_outer img {
    width: 100%;
}
.special_box {
    display: none;
}
}
/* トップバナー追加 */
.special_box > a > img.photo-small-right {
    width: 130px;
    margin-left: 95px;
}
.special_box > a > img.photo-small-right-big {
    width: 170px;
    margin-left: 80px;
    animation-name: waaiwaai;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-name: waaiwaai;
    -webkit-animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: waaiwaai;
    -moz-animation-duration: 3s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
}
.special_box > a > img.photo-small-left {
    width: 150px;
    margin-top: -20px;
    margin-bottom: -20px;
}
.special_box > a > img.photo-small-left-left {
    width: 150px;
    position: absolute;
    bottom: 40px;
    left: -165px;
}
.special_box > a > img.position_left_center {
    position: absolute;
    bottom: 30px;
    left: -250px;
}
.special_box#special_box_left {
    bottom: -80px;
    left: 5px;
    right: auto;
    animation-name: none;
    line-height: 0;
    padding-bottom: -20px;
    width: 300px;
    height: 350px;
}
.special_box#special_box_left a > img {
    width: 160px;
}
/*
.special_box#special_box_left a > img.photo-small-left {
	margin: 0px 0px 0px 20px;
}
.special_box#special_box_left a > img.photo-small-right {
	margin: 0px 0px 0px 0px;
}
.special_box#special_box_left a > img.photo-small-left-left {
	margin: 0px 0px 15px 0px;
}
*/

/*
.movie_set {
	position:absolute;
	bottom: 0;
	left: 30px;
}
.special_box#special_box_left a > img.ftehime {
	width:160px;
	margin: 0px 0px 15px 0px;
}
.special_box#special_box_left a > img.movie {
	width:80px;
	position: absolute;
	bottom: 40px;
	right: -90px;
}
*/

.movie_list_btn {
    position: absolute;
    bottom: 10px;
    left: -180px;
}
.movie_list_btn > img {
    width: 160px;
}
.anime_1,
.anime_2,
.anime_3 {
    position: absolute;
}
.anime_1 {
    top: 10px;
    left: 20px;
    animation: anime_1 20s infinite;
}
.anime_2 {
    top: 75px;
    left: 160px;
    animation: anime_2 20s infinite;
}
.anime_3 {
    top: 140px;
    left: 0;
    animation: anime_3 20s infinite;
}
 @keyframes anime_1 {
 0% {
 top: 10px;
left: 20px;
 transform: scale(.6, .6);
 transition-timing-function:ease;
}
 26% {
 top: 10px;
left: 20px;
 transform: scale(.6, .6);
 transition-timing-function:ease;
}
 30% {
 top: 75px;
left: 160px;
 transform: scale(1.17, 1.17);
 transition-timing-function:ease;
}
 34% {
 transform: scale(1.2, 1.2);
 transition-timing-function:ease-out;
}
 38% {
 transform: scale(1.17, 1.17);
}
 61% {
 top: 75px;
left: 160px;
 transform: scale(1.17, 1.17);
 transition-timing-function:ease;
}
 66% {
 top: 140px;
left: 0;
 transform: scale(.7, .7);
 transition-timing-function:ease;
}
 95% {
 top: 140px;
left: 0;
 transform: scale(.7, .7);
 transition-timing-function:ease;
}
 100% {
 top: 10px;
left: 20px;
 transform: scale(.6, .6);
 transition-timing-function:ease;
}
}
 @keyframes anime_2 {
 0% {
 top: 75px;
left: 160px;
 transform: scale(1.17, 1.17);
 transition-timing-function:ease;
}
 2% {
 transform: scale(1.2, 1.2);
 cubic-bezier(0.24, 0.43, 0.02, 1.03);
}
 6% {
 transform: scale(1.17, 1.17);
}
 26% {
 top: 75px;
left: 160px;
 transform: scale(1.17, 1.17);
 transition-timing-function:ease;
}
 33% {
 top: 140px;
left: 0;
 transform: scale(.7, .7);
 transition-timing-function:ease;
}
 61% {
 top: 140px;
left: 0;
 transform: scale(.7, .7);
 transition-timing-function:ease;
}
 66% {
 top: 10px;
left: 20px;
 transform: scale(.6, .6);
 transition-timing-function:ease;
}
 95% {
 top: 10px;
left: 20px;
 transform: scale(.6, .6);
 transition-timing-function:ease;
}
 100% {
 top: 75px;
left: 160px;
 transform: scale(1.17, 1.17);
 transition-timing-function:ease;
}
}
 @keyframes anime_3 {
 0% {
 top: 140px;
left: 0;
 transform: scale(.7, .7);
 transition-timing-function:ease;
}
 26% {
 top: 140px;
left: 0;
 transform: scale(.7, .7);
 transition-timing-function:ease;
}
 33% {
 top: 10px;
left: 20px;
 transform: scale(.6, .6);
 transition-timing-function:ease;
}
 61% {
 top: 10px;
left: 20px;
 transform: scale(.6, .6);
 transition-timing-function:ease;
}
 64% {
 top: 75px;
left: 160px;
 transform: scale(1.17, 1.17);
 transition-timing-function:ease;
}
 68% {
 transform: scale(1.2, 1.2);
 cubic-bezier(0.24, 0.43, 0.02, 1.03);
}
 72% {
 transform: scale(1.17, 1.17);
}
 95% {
 top: 75px;
left: 160px;
 transform: scale(1.17, 1.17);
 transition-timing-function:ease;
}
 100% {
 top: 140px;
left: 0;
 transform: scale(.7, .7);
 transition-timing-function:ease;
}
}
/* サークルアニメーション */

.special_box a.circle {
    width: 180px;
    height: 180px;
    -webkit-font-smoothing: antialiased;
    border-radius: 90px;
    line-height: 1.2;
    position: relative;
    display: inline-block;
}
.special_box a.circle img {
    position: relative;
    z-index: 100;
}
.special_box a.circle:after,
.special_box a.circle:before {
    content: "";
    border-radius: 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    transform-origin: center center;
}
.special_box a.circle#circle-orange {
    left: -10px;
}
.special_box a.circle#circle-orange:after,
.special_box a.circle#circle-orange:before {
    top: -10px;
    left: 10px;
}
.special_box a.circle#circle-orange:after,
.special_box a.circle#circle-orange:before {
    box-shadow: inset 0 5px 0 rgba(250, 0, 0, 0.8), inset 5px 0 0 rgba(250, 0, 0, 0.8), inset 0 -5px 0 rgba(250, 50, 0, 0.8), inset -5px 0 0 rgba(250, 20, 0, 0.8);
    animation: rotar 4s linear infinite;
}
.special_box a.circle#circle-orange:before {
    box-shadow: inset 0 5px 0 rgba(230, 255, 22, 0.8), inset 5px 0 0 rgba(230, 255, 22, 0.8), inset 0 -5px 0 rgba(200, 0, 0, 0.8), inset -5px 0 0 rgba(200, 0, 0, 0.8);
    animation: rotarIz 4s linear infinite;
}
.special_box a.circle#circle-blue {
    margin: 0px 0px 0px -10px;
    bottom: -90px;
}
.special_box a.circle#circle-blue:after,
.special_box a.circle#circle-blue:before {
    top: -10px;
    left: -10px;
}
.special_box a.circle#circle-blue:after,
.special_box a.circle#circle-blue:before {
    box-shadow: inset 0 5px 0 rgba(250, 0, 0, 0.8), inset 5px 0 0 rgba(250, 0, 0, 0.8), inset 0 -5px 0 rgba(250, 50, 0, 0.8), inset -5px 0 0 rgba(250, 20, 0, 0.8);
    animation: rotar 4s linear infinite;
}
.special_box a.circle#circle-blue:before {
    box-shadow: inset 0 5px 0 rgba(230, 255, 22, 0.8), inset 5px 0 0 rgba(230, 255, 22, 0.8), inset 0 -5px 0 rgba(200, 0, 0, 0.8), inset -5px 0 0 rgba(200, 0, 0, 0.8);
    animation: rotarIz 4s linear infinite;
}

/*
.special_box a.circle#circle-blue:after,
.special_box a.circle#circle-blue:before{
  box-shadow: inset 0 5px 0 rgba(0, 42, 251, 0.8), inset 5px 0 0 rgba(0, 42, 251, 0.8), inset 0 -5px 0 rgba(0, 42, 251, 0.8), inset -5px 0 0 rgba(0, 42, 251, 0.8);
  animation: rotar 4s linear infinite;
}
.special_box a.circle#circle-blue:before{
  box-shadow: inset 0 5px 0 rgba(230, 255, 22, 0.8), inset 5px 0 0 rgba(230, 255, 22, 0.8), inset 0 -5px 0 rgba(0, 200, 185, 0.8), inset -5px 0 0 rgba(0, 200, 185, 0.8);
  animation: rotarIz 4s linear infinite;
}
*/

@keyframes rotar {
 0% {
 transform: rotateZ(0deg) scaleX(1) scaleY(1);
}
 50% {
 transform: rotateZ(180deg) scaleX(0.82) scaleY(0.95);
}
 100% {
 transform: rotateZ(360deg) scaleX(1) scaleY(1);
}
}
 @keyframes rotarIz {
 0% {
 transform: rotateZ(0deg) scaleX(1) scaleY(1);
}
 50% {
 transform: rotateZ(-180deg) scaleX(0.95) scaleY(0.85);
}
 100% {
 transform: rotateZ(-360deg) scaleX(1) scaleY(1);
}
}
