@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Yomogi&display=swap');
* {
    margin: 0px;
    padding: 0px;
    -webkit-appearance: none;
}
html {
    line-height: 1;
}
body {
    font-size: 18px;
    color: #EEE;
    font-family: 'Yomogi', cursive,"游ゴシック体", "Yu Gothic", "YuGothic", 'Noto Sans Japanese', sans-serif;
    letter-spacing: 1px;
}
p,li,dd {
    line-height: 1.6;
}
.center {
    display: block;
    text-align: center;
    margin: auto;
}
a {
    color: #D26A89;
}
a:hover img {
    opacity: 0.6;
    -webkit-transition: all .4s;
    transition: all .4s;
}
a:hover {
    text-decoration: none;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
/*======================================

	Contents

=======================================*/
.content {
    background-color: #000;
}
small {
    font-size: smaller;
}
h1,h3{font-family:'Pacifico', cursive, "游ゴシック体", "Yu Gothic", "YuGothic", 'Noto Sans Japanese', sans-serif;}
h1, h2, h3, h4 {
    clear: both;
  
    line-height: 1.5;
}
h1 {
    font-size: 5rem;
/*    color: rgba(237,76,124,1.00);*/
}
h1 span {
    font-size: 1.5rem;
    display: block;
    margin: 10px 0;
    font-weight: bold;
}
h2 {
    font-size: 100%;
/*    color: rgba(237,76,124,1.00);*/
    font-weight: bold;
}
h3 {
    text-align: center;
    font-size: 4rem;
    margin-bottom: 20px;
    margin-top: 5%;
}
h4 {
    font-size: 1.8rem;
    margin: 30px 0 15px;
    border-bottom: 1px dotted #FFF;
}
#instaSpace {

    max-width: 640px;
    width: 34%;
    background-color: rgba(0,0,0,0.60);
    position: absolute;
    top: 0;
    right: 0;
    height: 100vh;
    overflow: hidden;
    padding: 0 5px;
}
#instaSpace h3 a {
    color: #FFF;
    text-decoration: none;
}
#instaSpace h3 a:hover {
    opacity: 0.6;
}
ul#instafeed {
    margin: 30px auto 15px auto;
    text-align: center;
}
ul#instafeed li {
    display: inline-block;
    letter-spacing: 0;
    margin-left: 5px;
    margin-bottom: 5px;
}
#instaSpace h3 {
    font-size: 2em;
    margin-bottom: 1em;
    margin-top: 110px;
}
ul#instafeed img {
    width: 100%;
}
.contentInner {
	width: 80%;
    padding: 30px 40px;
    max-width: 1000px;
    margin: 0 auto;
}
.contentInnerTop {
    padding-top: 100px;
}
.contentInnerTop h2 {
    margin-top: 20%;
    margin-bottom: 20px;
}
.list01 {
    margin-bottom: 20px;
}
.list01 li {
    margin-top: 10px;
}
.list01 li:before {
    content: '*';
    margin-right: 5px;
}
.btnLink a {
    display: block;
    border: 1px solid #FFF;
    padding: 20px 0;
    width: 90%;
    max-width: 300px;
    margin: 60px auto;
    text-align: center;
    color: #FFF;
    font-size: 1.8rem;
    background-color: rgba(0,0,0,0.60);
    text-decoration: none;
}
.btnLink a:hover {
    background-color: rgba(255,255,255,0.90);
    color: #000;
    border: 1px solid #FFF;
}
#menu li {
    display: inline-block;
    font-size: 2.4rem;
    padding: 6px;
    color: rgba(237,76,124,1.00);
}
#menu li a {
    color: rgba(237,76,124,1.00);
}
#menu li a:hover {
    opacity: 0.7;
    color: #D26A89;
    text-decoration: none;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.slideImage {
    height:100vh;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
#works{padding-bottom: 2em;}
/*************************
パララックス
*************************/
div.parallax {
    min-height: 100vh;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bgImg_01 {
    background: url(../images/bg01.jpg);
}
.bgImg_02 {
    background: url(../images/bg02.jpg);
}
.bgImg_03 {
    background: url(../images/bg03.jpg);
}
.bgImg_04 {
    background: url(../images/bg04.jpg);
}
/*------------------------------
         Form
------------------------------*/
#form dl {
    width: 100%;
    margin: 50px auto;
    font-weight: bold;
}
#form dt {
    clear: left;
    float: left;
    margin-bottom: 10px;
    line-height: 2;
    width: 20%;
    padding-right: 20px;
    text-align: right;
}
#form dd {
    float: left;
    margin-left: 0;
    margin-bottom: 15px;
    padding-bottom: 15px;
    width: 60%;
}
input#btnSend, .sendBtn {
    background-color: #000;
    display: block;
    border: 1px solid #FFF;
    padding: 15px;
    width: 90%;
    max-width: 300px;
    margin: 50px auto;
    text-align: center;
    color: #FFF;
    font-size: 1.6rem;
    cursor: pointer;
    font-family:'Pacifico', cursive, sans-serif;
	
}
input#btnSend:hover, .sendBtn:hover {
    background-color: #D26A89;
    border: 1px solid #D26A89;
    text-decoration: none;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
textarea, input {
    border: none;
    width: 100%;
    padding: 5px 10px;
}
#wrapper {
    background-color: #000;
    text-align: center;
}
address {
    font-size: 10px;
    margin-top: 50px;
    font-style: normal;
}
.formTbl {
    margin: 10px auto 0 auto;
    width: 94%;
    border-collapse: collapse;
    border-spacing: 0;
}
.formTbl td {
    padding: 10px;
    border: #999 1px solid;
    text-align: left;
}
.formTbl td.l_Cel {
    width: 150px;
}
.centerPc {
    text-align: center;
}
/*------------------------------
         フッター
------------------------------*/
footer {
    font-size: 1.2rem;
    clear: both;
    text-align: center;
    font-family: Verdana, Geneva, sans-serif;
    padding: 5px 0 10px;
    background-color: #000;
}
.pagetop {
    position: fixed;
    right: 20px;
    bottom: 10px;
    font-size: 4.2rem;
}
p.pagetop a {
    opacity: 0.4;
}
p.pagetop a:hover {
    opacity: 1;
}
/*------------------------------
         Twitter
------------------------------*/
.SandboxRoot.env-bp-820 p.timeline-Tweet-text {
    font-family: 'Yomogi', cursive !important;
    font-size: 1.2rem;
    line-height: 1.4;
}
.PrerenderedCard {
    width: 150px;
    max-height: 100px;
    overflow: hidden;
}
.timeline-Viewport {
    background-color: rgba(0,0,0,0.70);
    height: 600px;
}
.timeline-TweetList-tweet {
    border-top: 1px dotted rgba(0,0,0,0.8);
}
.timeline-Tweet:hover {
    background-color: black!important;
}
.SandboxRoot.env-bp-660 .TweetAuthor-name, .SandboxRoot.env-bp-820 .TweetAuthor-name, .SandboxRoot.env-bp-970 .TweetAuthor-name, .SandboxRoot.env-bp-660 .timeline-Tweet-text, .SandboxRoot.env-bp-970 .timeline-Tweet-text {
    font-size: 1.0rem!important;
    line-height: normal;
    font-weight: normal;
}
.TweetAuthor-name, .TweetAuthor-name a {
    font-weight: normal;
    font-size: 0.9rem;
    opacity: 0.3;
}
.SandboxRoot.env-bp-min .timeline-Tweet-text, .SandboxRoot.env-bp-330 .timeline-Tweet-text {
    margin-top: 20px;
    margin-left: 0;
    font-size: 1.2rem;
    line-height: 1.4;
}
.sp {
    display: none;
}
iframe#twitter-widget-0{max-width: 980px; margin: 0 auto; width: 80%;}
/*************************
メディアクエリ
*************************/
@media screen and (min-width: 641px) {
div.parallax {
    background-attachment: fixed;
}
}
.ipad div.parallax {
    background-size: auto;
    background-attachment: scroll;
}
.ipad h1 {
    margin-top: 150px;
}
.ipad .contentInner {
    padding: 20px;
}
/*-----------------------*/
#insta-window{
	 background: rgba(0,0,0,0.00)!important;
	border: none!important;
}
.iswd-images{justify-content: center;}
@media screen and (min-width: 641px) {
	.iswd-images-item{
	min-width: 180px!important;
	}
}

@media screen and (max-width: 640px) {
.sp {
    display: inline;
}
    .slideImage{    position: relative;}
.contentInner {
    width: auto;
    padding: 20px 20px;
}
h1 {
    margin-top: 50px;
    text-align: center;
}
ul#instafeed {
    margin: 0 auto;
}
ul#instafeed li {
    max-width: 30%;
}
#instaSpace h3 {
    margin: 10px auto 1em;
}
#instaSpace {
    float: none;
    width: 100%;
    top:auto;
    bottom: 0;
    height: 31vh;
    box-sizing: border-box;
}
.iswd-images-item:nth-child(n+4 ){display: none;}
.contentInnerTop {
    padding-top: 30px;
    text-align: center;
}
div.parallax {
    background-position: top;
    background-size: 300%;
    background-color: #000;
    background-attachment: scroll;
}
#form dt {
    clear: left;
    float: none;
    width: 90%;
    text-align: left;
    font-size: 1.6rem;
}
#form dd {
    width: 94%;
}
.centerPc {
    text-align: left;
}
}
