@charset "utf-8";
html,
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
}

body {
    -webkit-overflow-scrolling: touch;
    /* overflow-scrolling: touch; */
    scroll-behavior: smooth;
}

.wrap {
    overflow-x: hidden;
}

p,
li {
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

img {
    vertical-align: bottom;
}

#splash {
    /*fixedで全面に固定*/
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #fff;
    text-align: center;
    color: #fff;
}

#splash_logo {
	widows: 100%;
    position: absolute;
/*    top: 50%;
    left: 50%;*/
    transform: translate(-50%, -50%);
}

#splash_logo img {
    width: 300px;
}

.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: 0.6s;
    animation-delay: 0.3s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateX(-100px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
/* 流れるニュースここから */
/* バナー本体 */
.news-banner {
    width: 100%;
    background-color:#ff6666;
    padding-top: 50px;
  }
  
  /* バナー内コンテンツ */
  .news-banner__content {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    line-height: 30px;
    padding-top: 10px;
    padding-left: 100%;
    white-space: nowrap;
    animation: animate-banner 20s linear infinite;
  }

  /* 横にスクロールさせるアニメーション */
  @keyframes animate-banner {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-100%);
    }
  }
/* 流れるニュースここまで */

#container {
    width: 100%;
    /*display: flex;
                                    justify-content: center;*/
    position: relative;
}

.header-logo-sp {
    display: none;
}

.main-image {
    position: relative;
}

.main-image img {
    width: 100%;
}

.main-image-sp {
   display: none;
}

.main-image .catch {
    position: absolute;
    top: 40%;
    right: 15%;
    z-index: 100;
    width: 25vw;
}

.main-image h2>img {
    width: 100%;
}

.main-image p {
    color: #333;
    margin-top: 30px;
	text-align: center;
white-space: nowrap;
}

.main-image p a{
    color: red;
	text-decoration: none;
	transition: all .3s;
    margin-top: 40px;
    font-size: 18px;
	text-align: center;
	font-style: normal;
}

.hover-yellow :hover{ 
    color: #563583;
}

.hand{
	padding-top: 100px;
}

 .image-container {
	 text-align: center; /* 水平方向のセンタリング */
	 margin-bottom: 20px;
  }

 .image-container img {
    margin-right: 10px; /* 画像間の間隔を調整するために右のマージンを追加 */
  }

#infotop{
    padding: 60px 0 30px 0;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom left;
}

#infotop h3 {
    color: #563583;
    font-size: 30px;
    line-height: 1.4;
    margin: 24px 0 12px 0;
    letter-spacing: -2px;
	border-bottom: 2px solid #563583;
    position: relative;
    
}

#infotop p {
    margin: auto;
}

#infotop img {
    display: none;
}


#aboutus {
	padding: 40px 0;
    background: #EEEEEE;
}

#aboutus h3 {
    color: #ff6666;
    font-size: 30px;
    margin: 0 0 24px 0;
    letter-spacing: -1px;
}


#aboutus h3.lead {
    font-size: 30px;
    letter-spacing: -5px;
}

/*h2 {
    padding: 0.5rem 0rem;
    margin-bottom: 0.2rem;
    font-weight: bold;
    font-size: 20px
}*/
#infotop h2,
#aboutus h2,
#works h2,
#forclient h2,
#education h2,
#translation h2, 
#donation h2{
	border-bottom: 3px solid #ff6666;
	color: #333;
    position: relative;
	margin: 0 100px 40px 100px;
}

#aboutus p {
    line-height: 1.7;
	margin: 0 auto 1em auto;
}



#aboutus .youtube {
    margin-top: 140px;
}

#aboutus img {
    margin: 10px auto 0 auto;
    display: block;
    max-width: 600px;
}

#aboutus ul,
#forclient ul {
    list-style-position: outside;
    margin: 0;
    border-top: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
    padding: 0;
}

#aboutus li,
#forclient li {
    color: #cfcfcf;
    margin-bottom: 0px;
    margin-left: 2em;
}

#forclient li {
    color: #ffffff;
}



/*フレックス*/

.flex50 {
    display: flex;
    justify-content: space-around;
    max-width: 1200px;
    width: 80%;
    margin: 0 auto 40px;
	
}

.flex50 .left,
.flex50 .right {
    width: 50%;
    margin: 0 20px;
}

.flex50 img {
    width: 100%;
}


.flex-ns {
    display: flex;
}

.flex-ns .left,
.flex-ns .right {
    margin: 0 20px;
}

.youtube {
    width: 100%;
    aspect-ratio: 16 / 9;
}

.youtube iframe {
    width: 100%;
    height: 100%;
}

#donation {
    padding: 60px 0 120px 0;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom left;
}

#donation h3 {
    clear: both;
    color: #333;
    font-size: 30px;
    margin: 0 0 24px 0;
    letter-spacing: -2px;
}

#donation p {
    color: #333;
    margin: 0 0 1em 0;
    line-height: 1.7;
}

#donation h4 {
    margin: 20px 0 0 0;
    font-size: 16px;
    color: #666;
}

#donation h4::before {
    content: "\025b8";
    margin-right: 2px;
}

#donation dl div {
    color: #000;
    display: flex;
    margin-left: 2em;
}

#donation dt {
    width: 5em;
    text-align: center;
}

#donation dd::before {
    content: ":";
    padding: 0 0.5em;
}

body {
  font-family: "Open Sans", sans-serif;
  line-height: 1.25;
}

table {
  border-collapse: collapse;
  margin: 20px auto;
  padding: 0;
  width: 650px;
  table-layout: fixed;
}

table tr {
  background-color: #fff;
  border: 1px solid #bbb;
  padding: .35em;
}
table th,
table td {
  padding: 1em 10px 1em 1em;
  border-right: 1px solid #bbb;
}
table th {
  font-size: .85em;
}
table thead tr{
  background-color: #eee;
}
.txt{
   text-align: left;
   font-size: .85em;
}
.price{
   font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
   text-align: right;
}
@media screen and (max-width: 600px) {
  table {
    border: 0;
    width:100%
  }
  table th{
    background-color: #eee;
    display: block;
    border-right: none;
  }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    display: block;
    margin-bottom: .625em;
  }
  
  table td {
    border-bottom: 1px solid #bbb;
    display: block;
    font-size: .8em;
    text-align: right;
    position: relative;
    padding: .625em .625em .625em 4em;
    border-right: none;
  }
  
  table td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
  }
  
  table td:last-child {
    border-bottom: 0;
  }
}

address {
    margin-left: 2em;
    color: #333;
    font-style: normal;
}

address a {
    color: #333;
    text-decoration: underline;
    transition: 0.3s;
}

address a:hover {
    color: #666;
    text-decoration: underline;
}

.businesshours {
    margin-left: 2em !important;
}

.yurai p {
    font-size: 14px;
}

.box1200 {
    clear: both;
    max-width: 1200px;
    width: 80%;
    margin: 0 auto;
}

.box600 {
    max-width: 600px;
    float: right;
    width: 80%;
}

#works {
    clear: both;
    background: #fff;
    background-color: #fff;
    background-blend-mode: lighten;
    padding: 50px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}


#works h4 {
    color: #00B4C1;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 24px;
    margin: 0;
}

#works p {
    color: azure;
    max-width: 600px;
    margin: 24px 0 48px 0;
}


/**/

.smallcap {
    width: 80%;
    display: block;
    max-width: 900px !important;
    margin: 0 auto !important;
    color: #b575a7 !important;
}

.works-movie {
    width: 90%;
    max-width: 1200px;
    margin: 80px auto;
}

.works-movie div {
    height: 315px;
    margin: 0 20px;
}

.flex-works {
    width: 80%;
    max-width: 900px;
    margin: 10px auto 50px auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.works-box {
    display: block;
    margin: 10px 10px;
    width: 260px;
    height: 260px;
    position: relative;
}

.works-box a {
    display: block;
    width: 260px;
    height: 260px;
    text-decoration: none;
    transition: 0.4s;
}

.works-box h5 {
	font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    padding-top: 68px;
    text-align: center;
}

.works-box a p {
    padding: 10px;
    font-size: 14px;
    text-decoration: none;
    opacity: 0.6;
    display: block;
    width: 260px;
    height: 160px;
}

.works-box a p:hover {
    opacity: 1;
    display: block;
    width: 260px;
    height: 160px;
}

.works-box a:hover {
    display: block;
    width: 260px;
    height: 260px;
    background-color: rgba(0, 0, 0, 0.8);
}

.works-box a:hover::after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    margin: 0 10px;
    border-top: 1px solid #E917A3;
    border-right: 1px solid #E917A3;
    transform: rotate(45deg);
    position: absolute;
    right: 10px;
    bottom: 20px;
}

.works-box:nth-child(1) {
    background-image:  linear-gradient(rgb(0 0 0 / 25%), rgb(0 0 0 / 15%)),url(../img/main-back01.png);
}

.works-box:nth-child(2) {
    background-image:  linear-gradient(rgb(0 0 0 / 25%), rgb(0 0 0 / 15%)),url(../img/main-back01.png);
}

.works-box:nth-child(3) {
    background-image:  linear-gradient(rgb(0 0 0 / 25%), rgb(0 0 0 / 15%)),url(../img/main-back01.png);
}

.works-box:nth-child(4) {
    background-image:  linear-gradient(rgb(0 0 0 / 25%), rgb(0 0 0 / 15%)),url(../img/main-back01.png);
}

.works-box:nth-child(5) {
    background-image:  linear-gradient(rgb(0 0 0 / 25%), rgb(0 0 0 / 15%)),url(../img/main-back01.png);
}

.works-box:nth-child(6) {
    background-image: linear-gradient(rgb(0 0 0 / 25%), rgb(0 0 0 / 15%)), url(../img/main-back01.png);
}

.works-hide {
    display: none;
}


/*もっと読む*/

.readmore,
.readmore2,
.readmore3 {
    text-align: center;
    margin: 80px 0 0 0;
}

.readmore a,
.readmore2 a {
    color: #C9C2A9;
    text-decoration: none;
    margin: 0 auto;
    border-radius: 30px;
    border: solid 1px #C9C2A9;
    padding: 4px 50px;
    display: inline-block;
    transition: 0.3s;
}

.readmore3 a {
    color: #a29358;
    text-decoration: none;
    margin: 0 auto;
    border-radius: 30px;
    border: solid 1px #c0b173;
    padding: 4px 50px;
    display: inline-block;
    transition: 0.3s;
}

.readmore a:hover {
    background-color: rgb(201, 194, 169, 0.2);
    border-radius: 30px;
    border: solid 1px #fcf7e7;
    color: #fcf7e7;
    transform: scale(1.03, 1.03);
}

.readmore2 a:hover,
.readmore3 a:hover {
    background-color: rgba(236, 231, 212, 0.1);
    border-radius: 30px;
    border: solid 1px #b8a04b;
    color: #c2a43a;
    transform: scale(1.03, 1.03);
}


/*comingsoon*/

.comingsoon {
    text-align: center;
}

.comingsoon span {
    display: inline-block;
    border-top: dotted 2px #b575a7;
    padding-top: 4px;
}

#forclient {
    padding: 50px 0;
    background: #dbd8cf;
}

#forclient h3 {
    color: #ff6666;
    font-size: 30px;
    margin: 0 0 28px 0;
    letter-spacing: -2px;
    line-height: 1;
}

#forclient h4 {
    color: #00B4C1;
    font-size: 24px;
    margin: 48px 0 8px 0;
}

#forclient p {
    color: #000;
    margin: 0 auto 1em auto;
}

.text-box600 {
    width: 80%;
    max-width: 600px;
    margin: 0 auto;
}

#forclient img,
#translation img {
    margin: 4px auto 20px auto;
    display: block;
    max-width: 600px;
    transition: 0.4s;
	
}
.top-icon {
	text-align: center;
	display: flex;
    transition: 0.2s;
}

.top-icon img{
    width :80px;
	padding: 10px;
}

#aboutus a img:hover,
.top-icon:hover {
    opacity: 0.7;
}

.facebook_wrap{
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
 
.fb-page,
.fb-page span,
.facebook_wrap iframe{
  width: 100% !important;
  height: 500px !important;
}

.icon {
    transition: 0.2s;
	padding-right: 10px;
}

#forclient a img:hover,
.icon:hover {
    opacity: 0.7;
}

#education {
    padding: 50px 0;
    background-color: #ECECEC;
}

.whitebox {
    background: #ffffff;
    margin: 40px auto;
    max-width: 1000px;
    padding: 40px 40px 80px 40px;
}

#education h3 {
    color: #563583;
    font-size: 30px;
    margin: 0 0 32px 0;
    letter-spacing: -2px;
    text-align: center;
}

#education p {
    max-width: 700px;
    width: 80%;
    margin: 0 auto 1em auto;
}

#translation {
    padding: 50px 0;
    background-color: #dbd8cf;
}

#translation h3 {
    color: #563583;
    font-size: 30px;
    line-height: 1.4;
    margin: 0 0 24px 0;
    letter-spacing: -2px;
}

#translation p {
    margin: 0 auto 1em auto;
}

#translation ol,
#education ol {
    max-width: 700px;
    margin: 32px auto;
    list-style-position: outside;
    ;
}

#translation li,
#education li {
    margin: 10px 10px 10px 20px;
}

#member {
    padding: 20px 0;
    background: rgb(236, 248, 255);
    background: linear-gradient(180deg, rgb(255 255 255) 0%, #f0ede8 100%);
}

#member h2 {
    color: #333;
    font-size: 30px;
    margin: 0 0 4px 0;
    letter-spacing: -2px;
    text-align: center;
	border-bottom: 3px solid #ff6666;
}

#member h3 {
    color: #FF6666;
    font-size: 25px;
    letter-spacing: -2px;
    text-align: center;
	padding-bottom: 20px
}

#member p {
    max-width: 600px;
    width: 100%;
    margin: 0 auto 40px auto;
	text-align: left;
}



#member ul {
    width: 80%;
    max-width: 700px;
    margin: 0 auto;	
	text-align: center
}

#member li {
    display: block;
    margin: 8px 12px;
    text-decoration: none;
    color: #201d1f;
	text-align: left;
}

#member li span {
    font-size: 12px;
    margin-left: 3em;
}

#member li a {
    text-decoration: none;
    color: #E917A3;
}

#member li a:hover {
    text-decoration: underline;
}


/*#member ul {
    width: 80%;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
}


 #member li {
    display: block;
    margin: 8px 12px;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 32px;
    text-decoration: none;
    color: #201d1f;
    text-align: center;
}

#member li span {
    display: block;
    font-size: 12px;
} 

#member li a {
    display: block;
    background-color: #ffffff;
    border-radius: 32px;
    text-decoration: none;
    text-align: center;
    transition: 0.4s;
    color: #563583;
    padding: 20px;
}

#member li a:hover {
    background-color: #c7a2b7;
    transform: translate(0, -1px);
}*/

footer {
    background-color: #f0ede8;
    padding: 40px 0 0 0;
    border-top: #E917A3 solid 1px;
}

footer p {
    font-size: 22px;
    font-weight: bold;
    margin: 40px 0 0 40px;
}

footer address {
    color: #222222;
    margin: 40px;
}

footer address a {
    color: #E917A3;
    text-decoration: none;
}

.footer-nav {
    font-size:14px;
    margin: 40px 0 40px 40px;
}

.footer-nav p {
    margin: 0;
}

.footer-nav ul {
    list-style: none;
	display: flex;
}

 


.footer-nav li a {
    display: block;
    margin: 8px 12px;
    text-decoration: none;
    color: #222;
    transition: 0.2s;
}

.footer-nav li a:hover {
    color: #E917A3;
    transform: translate(0, -1px);
}

.footer-nav li a::before {
    content: "\0203a";
    margin-right: 4px;
}

.footer-icon img {
    width: 50px;
}

.copyright {
    background-color: #FF6666;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    padding: 15px 0;
}


/*ページトップ*/

#pagetop {
    position: fixed;
    bottom: 40px;
    right: 40px;
}

#pagetop a {
    background-color: #333;
    color: #b3a470;
    text-align: center;
    text-decoration: none;
    padding: 12px 18px;
    font-size: 16px;
    transition: 0.3s;
    border-radius: 4px;
}

#pagetop a:hover {
    background-color: #1b1b5fe6;
    text-decoration: none;
}


/*========= ナビゲーション ===============*/

#g-nav ul {
    list-style: none;
    display: flex;
    justify-content: center;
}

#g-nav ul li {
    position: relative;
}

#g-nav ul li a {
    display: block;
    text-decoration: none;
	font-size: 90%;
    color: #fff;
    padding: 15px 8px;
    transition: all .3s;
	white-space: nowrap;
}

#g-nav ul li a:hover {
    color: #FDF353;

}

.g-nav-openbtn {
    display: none;
}


/*ヘッダー*/

#header {
	background-color: #ff6666;
/*	background: -moz-linear-gradient(top, white, #ff6666);
    background: -webkit-linear-gradient(top, white,#ff6666);
    background: linear-gradient(to bottom, white, #ff6666);*/
    position: fixed;
    height: 70px;
    width: 100%;
    max-width: 2000px;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    padding: 20px 40px 20px 0;
}

#header img {
    width: 380px;
    margin: 0 40px;
}

.nav01c li a {
    position: relative;
}

.nav01c li.current a,
.nav01c li a:hover {
    color: #fff;
}

.nav01c li a::after {
    content: '';
    position: absolute;
    bottom: 16px;
    left: 0%;
    width: 100%;
    height: 1px;
    background: #fff;
    transition: all .3s;
    transform: scale(0, 1);
    transform-origin: left top;
}

.nav01c li li a::after {
    display: none;
}

.nav01c li.current a::after,
.nav01c li a:hover::after {
    transform: scale(1, 1);
}


/*ふわっと出てくる*/

.fade {
    opacity: 0;
    transition: 0.5s;
    transform: translate(0, 60px);
}

.fade-r {
    opacity: 0;
    transition: 0.5s;
    transform: translate(60px, 0);
}

.fade-l {
    opacity: 0;
    transition: 0.5s;
    transform: translate(-60px, 0);
}

.view {
    opacity: 1;
    transform: translate(0, 0);
}

#contact iframe {
    margin-top: 100px;
}


/*movie_page*/

.movie_page {
    background: #f1ebe5;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to top, #fff, #f1ebe5);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to top, #fff, #f1ebe5);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.movie_page main,
.movie_page header {
    width: 95%;
    margin: 0 auto 80px auto;
    max-width: 1000px;
}

.movie_page h1 {
    font-size: 72px;
    margin: 0 0 30px 0;
    padding-top: 100px;
    font-weight: bold;
    color: #2a2a2a;
    text-align: center;
}

.mark {
    display: block;
    text-align: center;
    margin: auto;
    width: 70px;
    margin-bottom: 40px;
}

.movie_page h1 span {
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}

.movie_page h2 {
    font-size: 72px;
    margin: 100px 0 0 0;
    font-weight: bold;
    color: #8f7e66;
    letter-spacing: -0.8px;
}

.movie_page h2 {
    font-size: 48px;
    margin: 100px 0 0 0;
    font-weight: bold;
    color: #8f7e66;
    letter-spacing: -0.8px;
}

.movie_page h3 {
    font-size: 32px;
    margin-bottom: 8px;
    color: #3b3b3b;
    font-weight: bold;
}

.movie_page h3+p {
    color: #222;
    line-height: 1.8;
}

.video {
    display: block;
    width: 100%;
    height: 100%;
    margin: 40px auto;
}

.video:hover {
    opacity: 0.9;
    cursor: pointer;
}
@media screen and (min-width: 768px){
.br-sp {display: none; }
}