@charset "UTF-8";
*, *::before, *::after {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
.hissu {
	background-color: #FC9496;
	border-radius: 20px;
	padding: 5px;
	color: #FFFFFF;
}
img {
    vertical-align: top;
    height: auto;
    display: block;
    max-width: 100%;
}

html {
	font-size: 62.5%;
	scroll-behavior:smooth;
	scroll-padding-top:100px;
		
}
#top .guitarshop {
}
.guitarshop {
    text-align: center;
    display: flex;
    width: auto;
    margin: 0 auto;
    max-width: 600px;
    gap:100px
        
}
body {
    background-color: #F8E4E4;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 2.4rem;
    line-height: 1.7;
    padding-top: 200px;
    height: 100vh;
    margin-left: auto;
    margin-right: auto;
}

.Gradation_3 {
  display: flex;
  width: 100%;
  height: 100vh;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(150deg, #a6d900 0%, #ff4454 100%);
  opacity: 0.5;
  animation: Grad 4s infinite alternate;
    z-index: -2
}

.Gradation_3_text{
  font-size: 30px;
  font-family: Arial;
  font-weight: 600;
  color: #fff;
 }

@keyframes Grad {
  0% {
    -webkit-filter: hue-rotate(0deg);
    filter: hue-rotate(0deg);
  }

  100% {
    -webkit-filter: hue-rotate(360deg);
    filter: hue-rotate(360deg);
  }
}
.container {
    margin: 0 auto;
    max-width: 1240px;
    padding-top: 0;
    padding-bottom: 0;
}
.meisi {
    display: flex;
}
header {
	width: 100%;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
	align-items: center;
	border-top: 10px solid #ec008c;
	background-color: rgba(235,182,225,0.80);
	box-shadow: 0 1px 6px rgba(0,0,0,0.5);
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 3;
}




#top {
}
footer {
    padding: 30px 0;
    background-color: #99EBC3;
    border-radius: ショートハンドを設定;
    margin: 0 auto;
    width: 100%;
}
.gotop {
	position: fixed;
	right: 20px;
	opacity: 0.7;
	bottom: 0px;
}
.profile a {
    padding: 5px;
    border-radius: 80px;
    background-color: #e6ff8a;
    position: absolute;
    z-index: 1;
    left: 0px;
    margin-bottom: 50px;
    margin-left: 60px;
    text-align: center;
    justify-content: center;
}
.profile {
    position: relative;
    left: 50px;
    margin-bottom: 50px;
    margin-top: 50px;
    padding-bottom: 50px;
    font-family: Osaka-mono, "MS Gothic", monospace;
}


.profile_button {
    display: inline-block;
    width: 250px;
    text-align: center;
    text-decoration: none;
    line-height: 60px;
    outline: none;
    color: #49260c;
    position: relative;
    border: 1px solid #49260c;
    transition: color 0.5s ease;
}
.profile_button:hover {
  color: #fff;             
  background-color: pink;   
}





.gotop:hover {
	opacity: 1;
}


.copyright {
	font-size: 14px;
	color: #fff;
	text-align: center;
}
ul {
	list-style-type: none;
}

.menu {
	display: flex;
	align-items: center;
	justify-content: center;
}
a {
	color: #49260C;
	text-decoration: none;
}

.menu a {
	padding: 5px 50px;
	display: block;
	text-align: center;
	border-bottom: 2px solid rgba(0, 0, 0, 0);
	font-size: 18px;
}
.menu a:hover {
	text-decoration: none;
	border-bottom-color: #fff;
}
.text-small {
	font-size: 0.8em;
}

figure {
	margin: 5rem -2rem 0;
}
.sec1 {
}
.myportfolio {
	text-align: left;
	margin-bottom: 2em;
}
.skill {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border: 1px solid #efc4c0;
    padding-top: 3rem;
    padding-right: 3rem;
    padding-left: 3rem;
    padding-bottom: 3rem;
    width: 300px;
    background: #fbf0ef;
    color: #efc4c0;
    font-size: 20px;
    justify-content: center;
}



.skill p {
	text-align: left;
}

.dropdown-menu li {
	display: block;
	position: relative;
	text-align: center;
}
.tag {
    display: flex;
    padding-left: 5px;
    padding-right: 5px;
    gap: 20px;
}
.graphicsection {
    margin-top: 15rem;
    margin-bottom: 15rem;
}

.dropdown-menu {
	display: none; /* 初期状態では非表示 */
	position: absolute;
	background-color: #EEC0E2; /* 幅を固定 */
	top: 100%;
	min-width: 200px;
	margin-top: -10px;
	text-align: left;
}

.dropdown-menu li a {
	padding: 10px 20px;
	color: #49260c;
	border-bottom: 2px solid #EC008C;
	font-size: 18px;
	text-align: left;
}

.dropdown-menu li a:hover {
	background-color: pink;
	color: white;
	text-decoration: underline;
}

/* マウスオーバー時にプルダウンメニューを表示 */
.dropdown:hover .dropdown-menu {
	display: block;

}
.dropdown a {
	display: flex;
	margin-bottom: 0px;
	align-items: center;
	justify-content: center;
}
.dropdown a img {

}
.works_box {
	display: flex;
	justify-content: space-between;
}
img {
	max-width: 100%;
	height: auto;
}

.box {
	margin-left: 0.7em;
	margin-right: 0.7em;
	max-width: 100%;
	width: 23%;
}
.container_contact h1 {
	text-align: center;
}



main {
    height: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px;
    max-width: 1060px;
    margin-top: 50px;
}



.section h2 {
    font-size: 2.4rem;
    margin-right: 0;
    margin-left: 0;
    margin-top: 15px;
}
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    row-gap: 20px;
    column-gap: 100px;
    color: #49260C;
}
.gallery-logo {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	row-gap: 20px;
	column-gap: 100px;
	padding-bottom: 70px;
	text-align: center;

}
.gallery-logo .thumb {
    aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
  width: 100%;  
  
}
.gallery-logo .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
	aspect-ratio: 1 / 1;
	border-radius: 50%; /* 枠の太さ */
	background: linear-gradient(135deg, #ffd1b3, #ffc1cc);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
	display: flex;
	align-items: center;
	justify-content: center;
    
}

.gallery-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  overflow: hidden;
}

.gallery-item {
    text-align: center;
    width: 100%;
    margin-top: 20px;
}
.gallery-item p {
    margin: 20px 0;
}
.thumb:hover img {
  transform: scale(1.1);
  box-shadow: 4px 4px 10px rgba(0,0,0,0.2);
  z-index: 1 
  
}
.thumb {
    position: relative;
    overflow: hidden; /* 画像のはみ出し防止 */
    cursor: pointer;




　
     height: auto;
    display: block;
    border: 7px solid #ffd1b3;
    color: #49260C;
}

.thumb img {
	top: 0;
	left: 0;
	width: 100%;
	object-fit: cover;
	transition: transform 0.6s ease;
	aspect-ratio: 1 / 1; /* 枠の太さ */
	background: linear-gradient(135deg, #ffd1b3, #ffc1cc); /* グラデーション枠 */
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15); /* 立体影 */
	display: flex;
	align-items: center;
	justify-content: center;
	height: auto;
}
#about p {
    white-space: pre-line;
}


.line {
    white-space: nowrap;
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.linebanner a {
	text-align: center;
	justify-content: center;
    
}

.linebanner {
	filter: drop-shadow(5px 5px 5px #00582d);
	transition: 0.2s;
}
.linebanner:hover {
      transform: translateY(-5px);
      filter: drop-shadow(5px 5px 5px #00582d);
      cursor: pointer;
    }
.graphic_thumb {
    position: relative;
    background-color: #ccc;
    padding-top: 100%;
    transition: transform 0.3s ease;
    border-radius: 100px 100px 0 0;
    cursor: pointer;
    display: flex;
    max-width: 100%;
}
.graphic_thumb img {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 80px 80px 0 0;
    display: flex;
}
bannerlogo .thum img {
    position: absolute;
    top: 0;
    border-radius: 80px 80px 0 0;
    left: 0;
    display: flex;
    width: 20rem;
    height: 20rem;
}
bannerlogo .thum {
    position: absolute;
    border-radius: 80px 80px 0 0;
    top: 0;
    left: 0;
    display: flex;
    width: 20rem;
    height: 20rem;
}
.graphic_thumb:hover {
    transform: scale(1.05);
    box-shadow: 0 80px 16px rgba(0, 0, 0, 0.15);
    gap: 200px;
    width: 50rem;
    height: 50rem;
    
}
.graphicgallery-item {
    display: grid;
    column-gap: 200px;
    gap:30px}
.graphicgallery-item p {
    margin: 20px 0;
    display: flex;
}
.tool {
    text-align: left;
    text-decoration: none;
    border-bottom: 2px dashed #000;
    margin-bottom: 1rem;
    margin-top: 1rem;
}
.small a {
    margin-top: 0.1rem;
    text-align: center;
    margin-bottom: 0.1rem;
    border-color: 000;
    border-width: 3px;
    font-family: inherit;
    font-weight: 600;
    border-radius: 10px;
    font-size: 1.7rem;
    line-height: 2.2rem;
    z-index: 1;
    display: flex;
}
.logo {
    margin: 0 auto;
    display: flex;
    width: 100%;
}
.chichinohi {
    gap: 80px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
.logo_company  {
    display: flex;
}
.pickles {
  display: grid;
  grid-template-columns: repeat(4, 1fr); 
  gap: 20px;
  padding: 0 10px;
  margin: 0 auto;
}

.pickles img {
  width: 100%;      
  height: auto;
  display: block;
 max-width: 300px;
}

    
.banner_wedding {
    margin-bottom: 0;
    gap: 16px;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
    flex-direction: column;
}

.banner_wedding img {
    max-width: 600px; /* 画像サイズは任意 */
    height: auto;
    display: block;
    margin-top: 50px;
    margin-bottom: 50px;    
}
#top img {
}
h1 {
    color: #49260C; /* 文字色 */
    padding: 5px 10px; /* 上下・左右の余白 */
    position: relative;
    text-shadow: -1px -1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff, 2px 2px 2px #ffff; /* 文字の縁取り */
    z-index: 0;
    width: fit-content;
    margin-top: 3rem;
    margin-bottom: 3rem;
}
h1:before {
	background: repeating-linear-gradient(45deg, #f5d5da, #f5d5da 4px, #fcf0f1 0, #fcf0f1 7px); /* 斜めボーダー */
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -2;
    }
.graphicgallery-grid {
    
    display: flex;
  flex-wrap: wrap;       /* 幅が足りなくなると折り返す */
  gap: 16px;             /* アイテム間の余白 */
}
.graphicgallery-item {
  flex: 1 1 calc(25% - 16px);
  box-sizing: border-box;
}
.chichinohi {
  display: flex;
  justify-content: center;
  gap: 100px;
  width: 100%;
  margin: 30px 0;
}

.chichinohi img {
  width: 300px;
  height: auto;
  display: block;
}

}
}
}


screen{
.graphicdesigntitle {
    text-align: center;
}
}
.earth {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
padding top:3rem;     margin-left: auto;
}



.flu_wrapper {
  animation: floating-x 7.2s ease-in-out infinite alternate-reverse;
}
.fluffy2 {
    animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
    padding-left: 0px;
}
@keyframes floating-x {
  0% {
    transform: translateX(-5%);
  }
  100% {
    transform: translateX(5%);
  }
}
@keyframes floating-y {
  0% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(10%);
  }
}

.fluffy {

  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}
@keyframes floating-y {
  0% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(10%);
  }

}
.snake {
    display: flex;
    align-items: center; /* 高さを揃えない*/
    margin: 0 auto;
    gap: 10rem;
    width: 100%;
    justify-content: center;
}
.snake img {
    margin: 5rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 100%;
    cursor: pointer;
}
.gographic a  {
    border-color: 000;
    border-top-width: 3px;
    border-right-width: 3px;
    border-bottom-width: 3px;
    border-left-width: 3px;
    font-family: inherit;
    font-weight: 600;
    font-size: 1.7rem;
    line-height: 2.2rem;
    border-radius: 80px;
    padding: 15px;
    background-color: #e6ff8a;
    z-index: 1;
    margin-bottom: 50px;
}
.syousai {
	text-align: left;
	text-decoration: none;
	border-bottom: 2px dashed #000;
	margin-top: 10rem;
	margin-bottom: 1rem;
	color: #49260c;
}
.gographic {
    margin-top: 15rem;
    text-align: center;
    margin-bottom: 15rem;
}
.gographic a:hover {
}
.gotop a img {
}
.gographic_button {
    display: inline-block;
    width: 250px;
    text-align: center;
    text-decoration: none;
    line-height: 60px;
    outline: none;
    color: #49260c;
    border: 1px solid #49260c;
    position: relative;
    transition: color 0.5s ease;
}
.gographic_button:hover {
    color: #fff;
    background-color: pink;
}
.gohome_button {
    display: inline-block;
    width: 250px;
    text-align: center;
    text-decoration: none;
    line-height: 60px;
    outline: none;
    color: #49260c;
    border: 1px solid #49260c;
    background-color: #fff;
    position: relative;
    transition: color 0.5s ease;
}
.gohome_button:hover {
    color: #fff;
    background-color: pink;
}
.small_button:hover {
    color: #fff;
    background-color: pink;
}
.gohome {
    margin-top: 15rem;
    text-align: center;
    margin-bottom: 15rem;
}
.illustrator {
}
.small_button {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    line-height: 60px;
    outline: none;
    border: 1px solid #49260c;
    color: #49260c;
    background-color: #efe1d7;
    position: relative;
    padding: 0.5rem;
    transition: color 0.5s ease;
    width: auto;
}
.gohome a {
    border-color: 000;
    border-width: 3px;
    font-family: inherit;
    font-weight: 600;
    font-size: 1.7rem;
    border-radius: 80px;
    padding: 15px;
    line-height: 2.2rem;
    background-color: #e6ff8a;
    z-index: 1;
    margin-bottom: 50px;
}
.emoji {
}
.banner {
}
.logo {
}
h3 {
    margin-top: 1em;
    color: #49260c;
}
p {
    color: #49260c;
}
.small {
    display: flex;
    gap: 4px;
    align-items: center;
    height: auto;
    padding-top: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.profile_text {
    border: 1px solid #efc4c0;
    padding: 0.5em;
    background: #fbf0ef;
    color: #efc4c0;
    padding: 0.5em 1em;
    padding: 1em;
    font-size: 20px;
}
.skilldiv {
    text-align: center;
    justify-content: center;
    height: auto;
    display: flex;
}
.designtitle {
    margin-bottom: -100px;
}
.works {
    border: #70FFCF solid 1px;
    border-left: #70FFCF solid 10px;
    padding-top: 5;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5;
    background: #E2FFF5;
    font-size: 100%;
    width: fit-content;
    margin-bottom: 14px;
    margin-top: 14rem;
    color: #49260c;
    }
#top main #gallery {
}
.section {
    margin-top: 50px;
}
.worksworks {
}
.title_a  {
    margin-left: 120px;
    display: flex;
}
.left, .right {
    display: flex;
    justify-content: center;
    padding-top: 65px;
    top: 65px;
    align-items: center;
    width: 100%;
}
.wrapper {
    display: flex;
    width: 100%;
}
.left .text {
    background: #ffe6e8; 
    padding: 20px; border: 2px 
    dashed #ffb6c1; 
    box-shadow: 0 0 0 5px #ffe6e8; 
    box-shadow: 0 0 0 5px #ffe6e8; 
    box-shadow: 0 0 0 5px #ffe6e8; 
}
.right {
    margin-left: 20px;
}
main_design {
}
iframe    {
	display: block;
	width: 70%;
	height: auto;
	aspect-ratio: 16/9;
	margin-top: 100px;
	margin-bottom: 100px;
	margin-left: auto;
	margin-right: auto;
}
.syousai {
}
.presen {
    border-left: 1px solid #70FFCF;
    border-right: 1px solid #70FFCF;
    border-bottom: 1px solid #70FFCF;
    border-top: 1px solid #70FFCF;
    padding-top: 5;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5;
    background: #E2FFF5;
    font-size: 100%;
    width: fit-content;
    margin-bottom: 14px;
    margin-top: 14rem;
}
h4 {
    color: #49260c;
}
.pre {
    border-left: 1px solid #70FFCF;
    border-right: 1px solid #70FFCF;
    border-bottom: 1px solid #70FFCF;
    border-top: 1px solid #70FFCF;
    padding-top: 5;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5;
    background: #E2FFF5;
    font-size: 100%;
    width: fit-content;
    margin-bottom: 14px;
    margin-top: 5rem;
    color: #49260c;
}
.success a:hover {
    text-decoration: none;
    border-bottom-color: #fff;
    color: #33B4F9;
    display: inline-block;
}
.success a {
    margin-top: 0.1rem;
    text-align: left;
    margin-bottom: 0.1rem;
    font-family: inherit;
    border-radius: 0px;
    font-weight: 600;
    line-height: 2.2rem;
    z-index: 1;
    padding: 5px 50px;
    display: inline-block;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    font-size: 25px;
}

















@media (max-width:800px){
nav {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #AFD95C;
	left: 100%;
	transition: 0.5s;
	z-index: 3;
	opacity: 1;
}
.menu-open .nav-button span:nth-child(1) {
	top: 23px;
	transform: rotate(315deg);
}
.menu-open .nav-button span:nth-child(2) {
	width: 0;
	left: 50%;
}
.menu-open .nav-button span:nth-child(3) {
	top: 23px;
	transform: rotate(-315deg);
}



.nav-button {
	width: 70px;
	height: 50px;
	margin-left: auto;
	position: relative;
	z-index: 1;
}
.nav-button span {
	transition: 0.3s;
}

.menu-open nav {
	left: 0px;
}

.nav-button span {
	width: 30px;
	height: 2px;
	background-color: #FFFFFF;
	position: absolute;
	left: 20px;
}
.nav-button span:nth-child(1) {
	top: 12px;
}
.nav-button span:nth-child(2) {
	top: 24px;
	z-index: 1;
}
.nav-button span:nth-child(3) {
	top: 36px;
}







nav .menu {
	display: block;
	height: 100%;
	padding-bottom: 50px;
	overflow: auto;
}
nav .menu a {
	padding: 30px 0;
	font-size: 30px;
}
header h1 {
	z-index: 1;
	margin-bottom: 20px;
	line-height: 0px;
	flex-shrink: 0;
}
h2 {
    font-size: 3rem;
    position: relative;
    line-height: 1;
    margin-left: auto;
    padding: 5px 10px;
    color: #49260C;
    text-shadow: -1px -1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff, 2px 2px 2px #ffff;
    z-index: 0;
    margin-top: 3rem;
    justify-content: center;
    margin-right: auto;
    max-width: 100%;
    width: fit-content;
    margin-bottom: 3rem;
}
.works_box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.box {
	width: 48%;
	margin-bottom: 20px;
}

.gallery {
    display: block;
}
.snake {
    display: block;
}
.gallery-grid {
    display: block;
}
img {
    height: auto;
    max-width: 100%;
}
.gallery-item {
    max-width: 100%;
}
.gallery-item img {
    max-width: 100%;
}



.dropdown-menu {
	position: static;  /* 親の流れに沿う配置に */
	display: block !important;  /* 常に表示 */
	width: 100%;  /* 幅いっぱい */
	box-shadow: none;
	background: transparent; /* 必要なら背景を変える */
	text-align: center;
  }

  /* メニューのリストアイテム */
  .dropdown-menu li a {
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
	display: block;
	color: #BBA259;
	text-align: center;
  }


}




@media (max-width:600px){
.box {
	width: 95%;
	margin-bottom: 20px;
}
.works_box {
	display: block;
	max-width: 100%;
}




}
