@charset "UTF-8";
/* CSS Document */



/* 修正版
==========================================*/

body {
	cursor: none;
}

.custom-cursor{
  width:10px; height:10px;
  background-color:#ADADAD;
  border-radius:50%;
  position:fixed;
  pointer-events:none;
  /* 中心で追従させる */
  transform: translate(-50%, -50%);
  transition: transform 0.6s, background-color 0.6s;
  z-index:9999;
  top:0; left:0;
}
.custom-cursor.hovering{
  /* 中心を保ったまま拡大（scale だけを上書き） */
  transform: translate(-50%, -50%) scale(6);
  background-color: rgba(253,208,0,0.4);
}

@media (hover: none) and (pointer: coarse){
  body { cursor: auto; }
  .custom-cursor{ display:none; }
}


/* ALL
==========================================*/
* {
	margin: 0;
	padding: 0;
	line-height: 1.5;
}


/* スムーズ*/	
 html {
            scroll-behavior: smooth;
        }

        .fade-in {
            opacity: 0;
            transform: translateY(30px);
            transition: all 0.6s ease;
        }

        .fade-in.visible {
            opacity: 1;
            transform: translateY(0);
        }
/*==========================================*/


/* ホバーカラー*/	
    * {
      cursor: none;
    }
    .custom-cursor {/*カーソルのデザインに関するスタイル*/
      width: 10px;
      height: 10px;
      background-color: #ADADAD;
      border-radius: 50%;
      position: fixed;
      pointer-events: none;
      transition: transform 0.6s, background-color 0.6s;/* 0.6秒かけてカーソルが大きくなる */
      z-index: 9999;
      top: 0;
      left: 0;
    }
    .custom-cursor.hovering {
      transform: scale(6);/* ホバー時のカーソルの大きさ（もとのサイズの６倍） */
      background-color: rgba(253,208,0,0.4);/* ホバー時のカールの色（rgb→RGBの数値を入力、a→不透明度を入力（1が不透明度100%、0.4なら40%） */
    }
/*==========================================*/


html {
	scroll-behavior: smooth;
	scroll-padding-top: 20px;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

.wrap-main {
	max-width: 310px;
	margin: 0 auto;
}

.wrap-sub {
	max-width: 350px;
	margin: 0 auto;
}



.button {
	display: flex;
	align-content: center;
	justify-content: center;
}

.button a {
	display: block;
	height: 42px;
	border-radius: 100px;
	background-color: #F08437;
	text-decoration: none;
	text-align: center;
	line-height: 42px;
	color: #fff;
	transition: all 0.3s ease;
	position: relative;
	padding:0 30px;
	
}

/*ボタン右側の▲

.button a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #FFF; 
}

}
.button a:hover::after {
	border-color: #F08437;
	top: 50%;
	right: 32px;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
}

*/

.button a {
	background-color: #F08437;
	border: 3px solid #F08437;
}
.button a:hover {
	background-color: #fff;
	color: #F08437;
}

/* header
==========================================*/
header {
	position: fixed;
	z-index: 100;
	width: 100%;
	padding: 12px 0;
}

.nav-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

h1 a {
	display: block;
	text-decoration: none;
	color: #000;
	font-size: 16px;
}


/* main
==========================================*/
section {
	padding: 40px 0;
}

section h2 {
	font-size: 24px;
	margin-bottom: 24px;
}


/* MV
==========================================*/
#MV {
	padding: 0;
	margin-bottom: 90px;
	height: 300vh;
	max-height: 871px;
	background-image: url("images/MV.png");
	background-size: cover;
	background-position: top 90px center;
	background-repeat: no-repeat;
}


/* Works
==========================================*/
#work h2 {
	text-align: center;
	color: #F08437;
}

/* 画像ホバー拡大　先生聞く==========================================*/
.work_container {
	margin-bottom: 24px;
		
	cursor: pointer;
	max-width: 100%;
 	overflow: hidden;
 	width: 100%;
}

.work_container img {
	width: 100%;
	margin-bottom: 8px;
	
	height: auto;
	transition: transform .6s ease;
}

.nav-container:hover img {
	transform: scale(1.1);
}
/* ==================================================*/

.work_container a {
	text-decoration: none;
	color: #000;
}

.work_container h3 {
	font-size: 16px;
	font-weight: normal;
}

.work_container .gray {
	font-size: 14px;
	font-weight: normal;
	color: #B1B1B1;
}

/* Profile
==========================================*/
#profile h3 {
	text-align: center;
	margin-top: -80px;
	margin-bottom: 20px;
}

#profile h2 {
	margin-bottom: -38px;
	color: #F08437;
}

#profile p {
	font-size: 14px;
	margin-bottom: 30px;
}

#profile {
	text-align: center;
	margin-top: 60px;
}

#profile img {
	margin: auto;
	display: block;
	width: 55%;
	
}

/* Contact
==========================================*/
#contact h2 {
	text-align: center;
	margin: 16px 0;
	color: #F08437;
}

#contact p {
	margin-bottom: 24px;
	font-size: 14px;
}

#contact ul {
	list-style: none;
	font-size: 14px;
	margin-bottom: 24px;
}

#contact {
	text-align: center;
}

#contact .yokosen {
	display: flex;
	align-items: center;
}

#contact .yokosen::before,
#contact .yokosen::after {
  content: '';
  flex-grow: 1;
  height: 1px;
 background-color: #000;
}

#contact .yokosen::before {
  margin-right: 30px;
}

#contact .yokosen::after {
  margin-left: 30px;
}

/* footer
==========================================*/
footer {
	height: 61px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #F08437;
	color: #FFF ;
}
