@media print{
    #header1, #header2,footer{
        display: none;
    }
    #wrap{
        margin-top: 0px;
        padding-bottom: 0px;
        min-height: 0px;
    }
}
body{
    margin: 0;
    padding: 0;
    width: 100%;
}
p{
    color: rgb(77,77,77);
}
#splash {
  position: fixed;
  background: #fff;
  display: flex;
  inset:0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 999;
  transition: opacity 0.6s ease;
  pointer-events: auto;
  touch-action: none;
}
#splash img{
  height: 10vh;
}
#splash.is-hidden {
  opacity: 0;
  pointer-events: none;
}
#top{
    display: flex;
    justify-content: space-between;
    position: sticky;
    top:0;
    z-index: 1;
}
#toplogo img{
    height: 12vh;   
}
.menu{
    font-size: min(18pt,max(7vw,16px));
    font-family: '遊ゴシック','helvetica','verdana',sans-serif
    font-weight: 550;
    line-height: 1.9;
    text-align: right;
    color: rgb(77,77,77);   
}
ul{
    list-style:none;
}
.menu a{
    color:rgb(77,77,77);
    text-decoration: none;
}
a:visited   {
    color:rgb(77,77,77);
}

#introwrap{
    text-align: center;
}
#intro{
    padding:0;
    display: inline-block;
    text-align: left;
    font-size: min(18pt,max(2vw,14px));
    font-family: '遊ゴシック','helvetica','verdana',sans-serif;
    font-weight: 600;
    color:#262626;
}
.short,
.long {
  border: none;
  border-bottom: 0.5px solid rgba(0,0,0,.4);
  padding: 0.5em 0;
  background: transparent;
}
.short:focus,
.long:focus {
  outline: none;
  border-bottom: 1.5px solid rgba(0,0,0,1);
}
dd {
  margin-left: 0;
}
#contact{
    margin-left: 13vw;
}
#contact dt{
    width:90vw;
}
.folio{
    display: flex;
    margin-left: 5vw;
}
.folio img{
    width: 20vw;
}
.folio p{
    margin-left: 5vw;
}
h1{
    font-size: min(18pt,max(2vw,14px));
    font-family: '遊ゴシック','helvetica','verdana',sans-serif;
    font-weight: 600;
    color:#262626;
}
p{
    margin:0;
    padding:0;
    font-family: '遊ゴシック','helvetica','verdana',sans-serif;
    font-weight: 600;
}
.worktext{
    font-size: min(10pt,max(1.4vw,10px));
    font-family: '遊ゴシック','helvetica','verdana',sans-serif;
}

#wrap{
    overflow: hidden;
}

#logoint{
    text-align: center;
}
.burger-ic button {
  width: 100%;
  height: 100%;
  position: relative;

  padding: 0;
  margin: 0;
  border: none;
  background: none;

  appearance: none;
  -webkit-appearance: none;
  outline: none;
  line-height: 0;
}
.burger-ic img {
  width: 100%;
  height: 100%;
  padding: 0;
  appearance: none;
  border: none;
  cursor: pointer;

  position: absolute;
  inset: 0;
  object-fit: contain;

  transition: opacity .5s ease;
}
/*.burger-ic button i {
  width: 100%;
  height: 3px;
  background: #333;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -5vh;
  transition: all .3s;
}
.burger-ic button i:nth-child(1) {
  transform: translate(0, -15px);
}
.burger-ic button i:nth-child(3) {
  transform: translate(0, 15px);
}*/
.menu {
  width: 100vw;
  height: 105vh;
  background: rgba(255,255,255,0.8);

  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transition:
    opacity .5s ease,
    visibility 0s linear .5s;

  position: fixed;
  margin-top: -18vh;
  z-index: 5;
}
.menu img{
  height: 3vh;
  margin-top:1vh;
}
/*.burger-ic.close i:nth-child(1) {
  transform: rotate(-45deg);
}
.burger-ic.close i:nth-child(2) {
  transform: rotate(45deg);
}
.burger-ic.close i:nth-child(3) {
  opacity: 0;
}*/
.menu.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;

  transition:
    opacity .5s ease;
}

footer p{
    text-align: center;
    font-size: min(8pt,max(15vw,8px));
}
footer{
    margin-top: 5vw;
    margin-bottom: 2vh;
}
video{
    clip-path: inset(0 0 1px 0);
}
.burger-ic img{
  transition:opacity .5s ease;
}
    
/* 初期状態：hambだけ表示 */
.icon-hamb {
  opacity: 1;
}

.icon-close {
  opacity: 0;
  pointer-events: none;
}

/* メニューオープン時 */
.burger-ic.close .icon-hamb {
  opacity: 0;
}

.burger-ic.close .icon-close {
  opacity: 1;
  pointer-events: auto;
}
.send-btn {
  margin-top: 4vh;

  background: none;
  border: none;
  padding: 0.5em 0;

  font-size: 0.9rem;
  letter-spacing: 0.15em;
  color: #262626;

  cursor: pointer;
  position: relative;
}

/* 下線：通常状態（フォーム未入力と同じ） */
.send-btn::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;

  width: 100%;
  height: 1.5px;
  background: rgba(0,0,0,.4);

  transition: 
    background .2s ease,
    height .2s ease;
}

/* hover / focus：フォーム入力中と同じ状態 */
.send-btn:hover::after,
.send-btn:focus::after {
  background: rgba(0,0,0,1);
  height: 1.5px;
}

/* 余計な枠を消す */
.send-btn:focus {
  outline: none;
}
.worktable th,td{
    color: rgb(77,77,77);
    font-size: min(8pt,max(1.2vw,8px));
    font-family:'Inter', 'Helvetica Neue','遊ゴシック','helvetica','verdana',sans-serif;
    font-weight: 250;
}
.worktitle{
    color: rgb(77,77,77);
    font-size: min(20pt,max(1.8vw,16px));
    font-family: '遊ゴシック','helvetica','verdana',sans-serif;
    font-weight: 550;
}
.worktitle{
    margin-bottom: 2vh;
}

.discotitle{
    color: rgb(77,77,77);
    font-size: min(20pt,max(1.8vw,16px));
    font-family: '遊ゴシック','helvetica','verdana',sans-serif;
    font-weight: 550;
}
.discoex{
    color: rgb(77,77,77);
    font-size: min(10pt,max(0.9vw,8px));
    font-family: '遊ゴシック','helvetica','verdana',sans-serif;
    font-weight: 550;
}
.picsolo th,td{
    color: rgb(77,77,77);
    font-size: min(8pt,max(1.2vw,8px));
    font-family:'Inter', 'Helvetica Neue','遊ゴシック','helvetica','verdana',sans-serif;
    font-weight: 250;
}
.abouttext{
    color: rgb(77,77,77);
    font-size: min(10pt,max(1.4vw,10px));
    font-family:'Inter', 'Helvetica Neue','遊ゴシック','helvetica','verdana',sans-serif;
    font-weight: 400;
}
.award-list li{
    color: rgb(77,77,77);
    font-size: min(8pt,max(1.2vw,8px));
    font-family:'Inter', 'Helvetica Neue','遊ゴシック','helvetica','verdana',sans-serif;
    font-weight: 250;
}
.photo-wrap {
  position: relative;
  overflow: hidden;
  pointer-events: none;
  width: fit-content;
}
.photo-wrapper img,a{
  pointer-events: auto;
}
.photo-wrap img {
  width: 100%;
  height: auto;
  display: block;
}

.area {
  position: absolute;
  top: 0;
  height: 100%;
  display: block;
z-index: 2;
    
}

.suzu {
  left: 45%;
  width: 20%;
}

.haya {
  left: 65%;
  width: 25%;
}

.award-toggle {
  margin-top: 1.5rem;
  align-self: flex-start;  /* flexの中央寄せを無効化 */
}
.profile-section {
  width: 18vw;       /* tableと同じ幅にする */
  text-align: left; /* 左揃え固定 */
}
.award-btn {
  background: none;
  border: none;
  padding: 0;
  font-size: 0.9rem;
  font-weight: 400;
  color: rgb(77,77,77);
  cursor: pointer;
  border-bottom: 1px solid #ccc;
}

.award-btn:hover {
  border-bottom-color: #111;
}

.award-list {
  max-height: 200px;   /* ← 最初から場所を取る */
  overflow: hidden;
  transition: opacity 0.3s ease;
  opacity: 0;
}
.award-list ul {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  font-size: 0.85rem;
  line-height: 1.8;
}
@media screen and (min-width: 600px){
#wrap{
    min-height: calc(100vh - 590px);
    position: relative;
    margin-top: 0px;
    padding-bottom: 0px;/*←footerの高さ*/
    box-sizing: border-box;/*←全て含めてmin-height:100vhに*/
}
#toplogo{
    margin:  2vh 2vh 2vh 2vh;
}
.picflex1 img,vido{
    width:50vw;
    margin-left:13vw;
}
.picflexabout img{
    width: 74vw;
}
.abouttext{
    margin-left: 13vw;        
    }
.picflexabout{
    display: flex;
    justify-content: center;
}
.picflexohc img{
    width:55vw;
    margin-left:13vw;
    margin-bottom:3vh;
}
.picflex1wide img{
    width:70vw;
    margin-left:13vw;
}
.picflex2 img,video{
    width:50vw;
    margin-left:37vw;
}
.picflex2wide img{
    width:50vw;
    margin-left:37vw;
}
.picwork img{
    width:74vw;
    margin-left:13vw;
    vertical-align: bottom;
}
.worktext,.worktable{
    width:60vw;
    margin-left:13vw;
}
.worktable, .picsolo{
    text-align: left;
    }
.worktable th{
    width: 6vw;
}
.worktable td{
    width: 50vw;
}
.picsolo{
    display: flex;
    justify-content: center;
    margin: 10vw auto;
    width: 54vw;
    align-items: flex-start;
}
.picsolo2{
    width:25vw;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 5vw;
    row-gap:3vh;
    text-align: left;
} 
.picsolo td{
    width:12vw;
}
.picsolo th{
    width:6vw;
}
.picsolo img{
    width:18vw;
}

.picsolo p{
    width:18vw;
}
.picsolo table{
    width:18vw;
}
.picsolo2{
    flex-flow: column;
}
    
.burger-ic {
  width: 6vh;
  height: 6vh;
  position: fixed;
  top: 4vh;
  right: 4vh;
  z-index: 300;
}
 .menu ul{
    margin-top: 6vh;
    margin-right: 18vh;
}
#contact{
    margin-left: 13vw;
}
.short{
    width:50vw;
}
.long{
    width:74vw;
    height:30vh;
}
.award-toggle{
    text-align: left;
    align-self: flex-start;
}
  .profile-section{
    width: 18vw;
  }

  .award-toggle{
    width: 18vw;
    text-align: left;
  }

  .award-list ul{
    width: 18vw;
    text-align: left;
  }
}
@media screen and (max-width: 600px){
#wrap{
    min-height: calc(100vh - 330px);
    position: relative;
    margin-top:0px;
    padding-bottom: 0px;/*←footerの高さ*/
    box-sizing: border-box;/*←全て含めてmin-height:100vhに*/
}
#toplogo{
    margin:  5vw 5vw 5vw 5vw;
}
.picflex1 img,video{
    width:90vw;
    margin-left:5vw;
}
.picflexabout img,p{
    width:90vw;
    margin-left:5vw;
}
.picflexohc img{
    width:90vw;
    margin-left:5vw;
    margin-bottom:3vh;
}
.picflex1wide img{
    width:90vw;
    margin-left:5vw;
}
.picflex2 img,video{
    width:90vw;
    margin-left:5vw;
}
.picflex2wide img{
    width:90vw;
    margin-left:5vw;
}
.picwork img{
    width:90vw;
    margin-left:5vw;
    vertical-align: bottom;
}
.worktext{
    width:90vw;
    margin-left:10vw;
}
.burger-ic {
  width: 5vh;
  height: 5vh;
  position: fixed;
  top: 3vh;
  right: 3vh;
  z-index: 300;
}
.menu ul{
    margin-top: 10vh;
    margin-right: 10vw;
}
 #contact{
    margin-left: 5vw;
}
.short{
    width:90vw;
}
.long{
    width:90vw;
    height:50vh;
}
.worktable{
    width:90vw;
    margin-left:5vw;
}
.worktable{
    text-align: left;
}
.worktable th{
    width: 20vw;
}
.worktable td{
    width: 70vw;
}
.picsolo td{
    width:40vw;
}
.picsolo th{
    width:20vw;
}
.picsolo img{
    width:50vw;
}
.picsolo p{
    width:60vw;
}
.picsolo table{
    width:60vw;
}
.picsolo{
    flex-direction: column;
    justify-content: flex-end; /* ← 中央をやめる */
    padding-right: 5vw;        /* ← 画面右から5vw */
    align-items: flex-start;
    box-sizing: border-box;
}
.picsolo2{
    display: flex;
    flex-direction: column;
    text-align: right;
    align-items: flex-end;
    flex-direction: column; 
    margin-top:5vh;
}

.picsolo2 {
    align-items: flex-end;     /* ← 中身を右寄せ */
    text-align: right;
  }
.picsolo2 table {
    margin-right: 0vw;
}
.picsolo2 img {
}
.profile-section{
    width:60vw;
    text-align:left;
  }
.profile-section{
    width:100%;
  }
.award-toggle{
    width:100%;
    text-align: right;
    box-sizing: border-box;
  }
.award-list ul{
    text-align: right;
  }
.award-btn{
    font-size:0.6rem;
    }
.picflexabout{
    margin-bottom: 70vh;
    }
} 