@charset "UTF-8";

/*-----------------------------------------------------*/
/* PC用 */
/*-----------------------------------------------------*/
@media only screen and (min-width: 1200px) {


/* 4-1-4 */
/*========= LoadingのためのCSS ===============*/

/* Loading背景画面設定　*/
#splash {
    /*fixedで全面に固定*/
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 999;
	background:#333;
	text-align:center;
	color:#fff;
}

/* Loading画像中央配置　*/
#splash_logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
	width:260px;
}

/* fadeUpをするアイコンの動き */

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

@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}



/*========= レイアウトのためのCSS ===============*/

#container{
    width:100%;
    height: 100vh;
    background: #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

a{
    color: #333;
}

a:hover{
     text-decoration: none;   
}


/* ここまでがロゴアニメーション4-1-4 */











/* グローバルナビゲーション5-1-5 */

/*========= 上部固定させるためのCSS ===============*/
#header{
	height: 60px;/*高さ指定*/
	width:100%;/*横幅指定*/
	/*以下はレイアウトのためのCSS*/
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: center;
	padding: 20px;
    background-color: #ffffff;
    
}

/*JSを使いfixedクラスが付与された際の設定*/
#header.fixed{
	position: fixed;/*fixedを設定して固定*/
    z-index: 999;/*最前面へ*/
    top:0;/*位置指定*/
    left:50%;/*位置指定*/  
    transform: translateX(-50%);
    margin: 0 auto;
}

/* ここまで */



















body{
    margin: 0;
    background-attachment: fixed;
    /* min-height: 100vh; */
    width: 100%;
    background-image: url(../img/金木犀\　秋\　花\　オレンジ\　水彩\　シンプル\　ナチュラル\　スマホ壁紙.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* background-blend-mode: multiply; */
    overflow-x: hidden;
    }
    /*  
    radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.988), transparent 40%),
    radial-gradient(circle at 40% 40%, rgba(253, 168, 219, 0.988), transparent 40%),
    radial-gradient(circle at 90% 40%, rgba(255, 215, 158, 0.988), transparent 40%),
    radial-gradient(circle at 70% 40%, rgb(247, 215, 71), transparent 60%),
    radial-gradient(circle at 50% 60%, rgb(248, 213, 99), transparent 50%),
    radial-gradient(circle at 30% 70%, rgb(247, 215, 71), transparent 30%),
    radial-gradient(circle at 90% 60%, rgba(253, 168, 219, 0.988), transparent 40%),
    radial-gradient(circle at 20% 100%, rgb(255, 215, 158, 0.988), transparent 40%),
    #ffffff;
    */
























.container{
    width: 100%;
    margin: 0 auto;
    
}



 /* .header{
    width: 80%;
    height: 70px;
    padding-bottom:10px ;
    margin: 0 auto;
    display: block;
    display: flex;
    position: fixed;
    z-index: 999;
    
}  */

.header1{
    width: 50%;
    height: 80px;
    margin-right: 80px;
    display: block;
}

.header1 img{
    width: 200px;
    height: 100px;
    padding-left: 75px;
    padding-bottom: 30px;
    display: inline-block;
    display: block;
}

.header2{
    width: 50%;
    height: 60px;
    padding-left: 440px;
   
}

.header2 ul{
    display: flex;
    list-style: none;
    padding-top: 15px;
    
}

.header2 ul li{
    margin-left: 10px;
}

.header2 a{
    text-decoration: none;
}


.header2 img{
    width: 30px;
}

.start{
    width: 100%;
    height: auto;
    margin: 0 auto;
   
}
.start video{
    width: 100%;
    height: 700px;
    object-fit: cover;
    display: block;
    
}


.profile{
    width: 100%;
    margin: 0 auto;
    padding-top: 70px;
    padding-bottom: 20px;
   
    
}

.profile h2{
    text-align: center;
    font-family: "Zen Old Mincho", serif;

    
}
.main{
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    
}



.main2{
    width: 50%;
    text-align: center;
    border-radius: 50px;
    overflow: hidden;
    display: inline-block;
    padding: 30px
    
}

.main2 img{
    width: 58%;
    height: 30%;
    border-radius: 30px;
    display: block;
    margin-left: auto;
    margin-right: auto;
   
    
}



.main3{
    width: 50%;
    border-radius: 20px;
    padding-top: 50px;
    padding-left: 50px;
    padding-bottom: 50px;
}

.main3 h2{
    font-family: "Zen Old Mincho", serif;
}

.main3 h3{
    font-size: 28px;
    padding-top: 20px;
    padding-bottom: 0 ;
    font-family: "Zen Old Mincho", serif;
}


.main3 p{
    width: 100%;
    font-size: 14px;
    padding-top: 50px;
    margin-top: 0 ;
    line-height: 1.9;
    font-family: "M PLUS Rounded 1c", sans-serif;
    
}



/* プロフィール拡張用　ボタン
.main3 .btn{
    display: block;
    padding:  10px 20px;
    background-color: #ffb0da;
    color: #ffffff;
    text-decoration: none ;
    border-radius: 20px;
    font-size: 14px;
    transition: 0.3s;
    margin-top: 20px;
    width: 100px;
    margin-left: auto;
    margin-right: 55px;
}


.main3 .btn:hover{
background-color: #ffa26f;
}
 */


.service{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 70px;
    padding-bottom: 70px;
    
}

.service h2{
    font-family: "Zen Old Mincho", serif;
}
.service1{
    width: 60%;
    margin: 0 auto;
    justify-content: center;
    gap: 70px;
    display: flex;
}

.service1 img{
    width: 40%;
    height: auto;
    border-radius: 50px;
}

.portfolio{
    width: 100%;
    padding-top: 70px;
    padding-bottom: 70px;
}

.portfolio h2{
    text-align: center;
    font-family: "Zen Old Mincho", serif;
  
}

.slider{
    width: 100%;
    margin: 0;
    padding: 0;
}

.slider img{
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
    overflow: hidden;
}





/* スライドショー6-1-7 */

/*==================================================
スライダーのためのcss
===================================*/
.slider {/*横幅50%で左右に余白を持たせて中央寄せ*/
    width:90%;
    height: auto;
    margin:0 auto;

}

.slider img {
    width:30vw;/*スライダー内の画像を40vwにしてレスポンシブ化*/
    height:0 auto;
}

.slider .slick-slide {
	transform: scale(0.8);/*左右の画像のサイズを80%に*/
	transition: all .5s;/*拡大や透過のアニメーションを0.5秒で行う*/
	opacity: 0.5;/*透過50%*/
}

.slider .slick-slide.slick-center{
	transform: scale(1);/*中央の画像のサイズだけ等倍に*/
	opacity: 1;/*透過なし*/
}


/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #666;/*矢印の色*/
    border-right: 2px solid #666;/*矢印の色*/
    height: 15px;
    width: 15px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left: -1.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right: -1.5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
    text-align:center;
	margin:20px 0 0 0;
}

/*ドットを何個表示させるか*/

.slick-dots li:nth-child(n+4) {
    display:  none;
}

.slick-dots li {
    display:inline-block;
	margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:8px;/*ドットボタンのサイズ*/
    height:8px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#ccc;/*ドットボタンの色*/
}

.slick-dots .slick-active button{
    background:#333;/*ドットボタンの現在地表示の色*/
}


/*========= レイアウトのためのCSS ===============*/








/* ボタン */
.contact{
    width: 100%;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 100px;
}

.btn,
a.btn,
button.btn {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #ffb0da;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #ffa26f;
}

a.btn--radius {
   border-radius: 100vh;
}
/* ボタンここまで */





.footer{
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}

.footer1{
    width: 50%;
    height: 70px;
    
    
}

.footer1 img{
    width: 200px;
    height: 75px;
    padding-top: 10px;
    padding-left: 75px;
}

.footer2{
    width: 50%;
    height: 60px;
    padding-left: 500px;
}

.footer2 ul{
    display: flex;
    list-style: none;
    padding-top: 20px;
    padding-left: 50px;
    
}

.footer2 ul li{
    margin-left: 10px;
}

.footer2 a{
    text-decoration: none;
}


.footer2 img{
    width: 30px;
}

.footer3{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 80px;
}
}










/*-----------------------------------------------------*/
/* タブレット用のCSS */
/*-----------------------------------------------------*/
@media only screen and (min-width:600px) and (max-width:1199px) {
    /* 4-1-4 */
/*========= LoadingのためのCSS ===============*/

/* Loading背景画面設定　*/
#splash {
    /*fixedで全面に固定*/
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 999;
	background:#333;
	text-align:center;
	color:#fff;
}

/* Loading画像中央配置　*/
#splash_logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
	width:260px;
}

/* fadeUpをするアイコンの動き */

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

@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}



/*========= レイアウトのためのCSS ===============*/

#container{
    width:100%;
    height: 100vh;
    background: #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

a{
    color: #333;
}

a:hover{
     text-decoration: none;   
}


/* ここまでがロゴアニメーション4-1-4 */











/* グローバルナビゲーション5-1-5 */

/*========= 上部固定させるためのCSS ===============*/
#header{
	height: 60px;/*高さ指定*/
	width:100%;/*横幅指定*/
	/*以下はレイアウトのためのCSS*/
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: center;
	padding: 20px;
    background-color: #ffffff;
}

/*JSを使いfixedクラスが付与された際の設定*/
#header.fixed{
	position: fixed;/*fixedを設定して固定*/
    z-index: 999;/*最前面へ*/
    top:0;/*位置指定*/
    left:50%;/*位置指定*/  
    transform: translateX(-50%);
    margin: 0 auto;
}

/* ここまで */


















body{
    margin: 0;
    background-attachment: fixed;
    min-height: 100vh;
    width: 100%;
    background-image: url(../img/body.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    overflow-x: hidden;
    /*  
    radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.988), transparent 40%),
    radial-gradient(circle at 40% 40%, rgba(253, 168, 219, 0.988), transparent 40%),
    radial-gradient(circle at 90% 40%, rgba(255, 215, 158, 0.988), transparent 40%),
    radial-gradient(circle at 70% 40%, rgb(247, 215, 71), transparent 60%),
    radial-gradient(circle at 50% 60%, rgb(248, 213, 99), transparent 50%),
    radial-gradient(circle at 30% 70%, rgb(247, 215, 71), transparent 30%),
    radial-gradient(circle at 90% 60%, rgba(253, 168, 219, 0.988), transparent 40%),
    radial-gradient(circle at 20% 100%, rgb(255, 215, 158, 0.988), transparent 40%),
    #ffffff;
    */
}























.container{
    width: 100%;
    margin: 0 auto;
    
}



 /* .header{
    width: 80%;
    height: 70px;
    padding-bottom:10px ;
    margin: 0 auto;
    display: block;
    display: flex;
    position: fixed;
    z-index: 999;
    background-color: #ffffff
}  */

.header1{
    width: 50%;
    height: 80px;
    margin-right: 80px;
    display: block;
}

.header1 img{
    width: 200px;
    height: 100px;
    padding-right: 5px;
    padding-bottom: 30px;
    display: inline-block;
    display: block;
}

.header2{
    width: 50%;
    height: 60px;
    padding-left: 345px;
   
}

.header2 ul{
    display: flex;
    list-style: none;
    padding-top: 15px;
    
}

.header2 ul li{
    margin-left: 10px;
}

.header2 a{
    text-decoration: none;
}


.header2 img{
    width: 30px;
}

.start{
    width: 100%;
    height: auto;
    margin: 0 auto;
   
}
.start video{
    width: 100%;
    height: 700px;
    object-fit: cover;
    display: block;
    
}


.profile{
    width: 100%;
    margin: 0 auto;
    padding-top: 70px;
    padding-bottom: 20px;
}

.profile h2{
    text-align: center;
}
.main{
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}



.main2{
    width: 40%;
    text-align: center;
    border-radius: 50px;
    overflow: hidden;
    display: inline-block;
    padding-top: 50px;
    padding-right: 20px;
}

.main2 img{
    width: 90%;
    height: auto;
    border-radius: 50px;
    display: block;
    overflow: hidden;
}



.main3{
    width: 35%;
    border-radius: 20px;
    padding-top: 50px;
    padding-left: 50px;
    padding-bottom: 50px;
}

.main3 h3{
    font-size: 32px;
    padding-top: 20px;
    padding-bottom: 0 ;
}


.main3 p{
    width: 100%;
    font-size: 14px;
    padding-top: 50px;
    margin-top: 0 ;
    line-height: 1.9;
}

.main3 .btn{
    display: block;
    padding:  10px 20px;
    background-color: #ffb0da;
    color: #ffffff;
    text-decoration: none ;
    border-radius: 20px;
    font-size: 14px;
    transition: 0.3s;
    margin-top: 20px;
    width: 100px;
    margin-left: auto;
    margin-right: 55px;
}

.main3 .btn:hover{
background-color: #ffa26f;
}


.service{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 70px;
    padding-bottom: 70px;
}
.service1{
    width: 60%;
    margin: 0 auto;
    justify-content: center;
    gap: 70px;
    display: flex;
}

.service1 img{
    width: 40%;
    height: auto;
    border-radius: 50px;
}

.portfolio{
    width: 100%;
    padding-top: 70px;
    padding-bottom: 70px;
}

.portfolio h2{
    text-align: center;
  
}

.slider{
    width: 100%;
    margin: 0;
    padding: 0;
}

.slider img{
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
    overflow: hidden;
}





/* スライドショー6-1-7 */

/*==================================================
スライダーのためのcss
===================================*/
.slider {/*横幅50%で左右に余白を持たせて中央寄せ*/
    width:90%;
    height: auto;
    margin:0 auto;

}

.slider img {
    width:30vw;/*スライダー内の画像を40vwにしてレスポンシブ化*/
    height:0 auto;
}

.slider .slick-slide {
	transform: scale(0.8);/*左右の画像のサイズを80%に*/
	transition: all .5s;/*拡大や透過のアニメーションを0.5秒で行う*/
	opacity: 0.5;/*透過50%*/
}

.slider .slick-slide.slick-center{
	transform: scale(1);/*中央の画像のサイズだけ等倍に*/
	opacity: 1;/*透過なし*/
}


/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #666;/*矢印の色*/
    border-right: 2px solid #666;/*矢印の色*/
    height: 15px;
    width: 15px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left: -1.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right: -1.5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
    text-align:center;
	margin:20px 0 0 0;
}

/*ドットを何個表示させるか*/

.slick-dots li:nth-child(n+4) {
    display:  none;
}

.slick-dots li {
    display:inline-block;
	margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:8px;/*ドットボタンのサイズ*/
    height:8px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#ccc;/*ドットボタンの色*/
}

.slick-dots .slick-active button{
    background:#333;/*ドットボタンの現在地表示の色*/
}


/*========= レイアウトのためのCSS ===============*/








/* ボタン */
.contact{
    width: 100%;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 100px;
}

.btn,
a.btn,
button.btn {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #ffb0da;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #ffa26f;
}

a.btn--radius {
   border-radius: 100vh;
}
/* ボタンここまで */





.footer{
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
}

.footer1{
    width: 50%;
    height: 70px;
    
    
}

.footer1 img{
    width: 200px;
    height: 75px;
    padding-top: 10px;
    padding-left: 20px;
}

.footer2{
    width: 50%;
    height: 60px;
    padding-left: 320px;
}

.footer2 ul{
    display: flex;
    list-style: none;
    padding-top: 20px;
    padding-left: 50px;
    
}

.footer2 ul li{
    margin-left: 10px;
}

.footer2 a{
    text-decoration: none;
}


.footer2 img{
    width: 30px;
}

.footer3{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 80px;
    background-color: #ffffff;
}
}
