@charset "utf-8";#ec-header {
    display: none;
}
#wrapper {
    padding-top: 0px;
}
.ec-footer {
    display: none;
}

#wrapper {
    padding-top: 0px;
}
.crumbsList {
    display: none;
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden; /* 全体のスクロールを無効化 */
}

.container {
  width: 100vw;
  height: 100vh;
  display: flex;
}

.fixed-left {
  width: 40vw;
  height: 115vh;
  position: fixed;
  left: 0;
  top: 0;
  box-sizing: border-box;
  padding: 40px 24px;
  z-index: 10;
  /* 背景画像の指定 */
  background-image: url('/photo/page/20250718/kotohayokozawa-top.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.scroll-right {
    width: 60vw;
    margin-left: 40vw; /* 左側固定分の幅を空ける */
    height: 110vh;
    overflow-y: auto; /* ここだけ縦スクロール */
    background: #fff;
    box-sizing: border-box;
    padding: 0px 0px;
    text-align: center;
}

/* ページレイアウト*/
.parent {
    display: grid;
    grid-template-columns: repeat(1, 0.9fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 5px;
    justify-content: center;
    justify-items: center;
}

.parent02 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 5px;
    justify-content: center;
    justify-items: center;
}

.parent03 {
    display: grid;
    grid-template-columns: repeat(1, 0.8fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 5px;
    justify-content: center;
    justify-items: center;
}


.cv722container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 10px 10px;
    grid-auto-flow: row;
    align-content: center;
    justify-items: center;
    grid-template-areas: "photoimage10 photoimage20";
    margin: 5% 0% 0%;
}

.photoimage10 { grid-area: photoimage10; }

.photoimage20 { grid-area: photoimage20; }


/* 1カラムクレジット*/

.containerCVT7 {
    display: grid;
    grid-template-columns: 0.3fr;
    grid-template-rows: 0.5fr 0.5fr 0.5fr;
    gap: 70px 0px;
    grid-auto-flow: row;
    justify-content: center;
    justify-items: center;
    grid-template-areas:
        "photoimage30"
        "textimage40"
        "photoimage50";
    padding-top: 15%;
}

.photoimage30 { grid-area: photoimage30; }

.textimage40 { grid-area: textimage40;
    text-align: center;
    font-size: 1.0em;
    line-height: 2;
    width: 100%;
    padding-top: 2%;
}

.photoimage50 { grid-area: photoimage50; }

/* ボタン*/

.bton a {
    background: #211537;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 300px;
    padding: 10px 25px;
    color: white;
    line-height: 1.8;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    margin-top:10%;
}

.bton a:hover {
    background: #333;
    color: #FFF;
}

.bton a:hover:after {
    border-color: #211537;
}

.font01 {
    font-size: 1.5em;
    line-height: 25px;
    width: 65%;
    margin: 0 auto;
    text-align: center;
    padding-top: 5%;
    font-family: "Poppins", sans-serif;
    padding-bottom: 10%;
    font-weight: bold;
}

.text01 {
    font-size: 1.0em;
    line-height: 25px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 5%;
    font-family: "Poppins", sans-serif;
}

.text02 {
    font-size: 1.0em;
    line-height: 25px;
    width: 80%;
    margin: 0 auto;
    text-align: end;
    padding-bottom: 5%;
    font-family: "Poppins", sans-serif;
}

.text03 {
    font-size: 1.0em;
    line-height: 25px;
    width: 80%;
    margin: 0 auto;
    text-align: left;
    padding-bottom: 5%;
    font-family: "Poppins", sans-serif;
}

.background {
    background-image: url('/photo/page/20250718/0093futter.jpg');
    background-size: cover;
    background-position: center;
    width: 60vw;
    height: 110vh;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.credit {
  color: #fff;
  text-align: center;
  margin: 30px 0;
  text-shadow: 0 2px 8px rgba(0,0,0,0.5);
}

.role {
    font-size: 1.3em;
    margin-bottom: 8px;
    letter-spacing: 1px;
    font-weight: bold;
}

.name {
  font-size: 1.0em;
  font-weight: 500;
  letter-spacing: 2px;
}
｝
@media (max-width: 1024px) {
.fixed-left {
    width: 40vw;
    height: 80vh;
    position: fixed;
    left: 0;
    top: 0;
    box-sizing: border-box;
    padding: 40px 24px;
    z-index: 10;
    background-image: url(/photo/page/20250718/kotohayokozawa-top.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
body {
    overflow: auto; /* スクロールを有効化 */
    height: auto;
}
}

@media (max-width: 768px) {
.container {
    width: 100vw;
    height: 900vh;
    display: flex;
}

.scroll-right {
        width: 100vw;
        margin-left: 0;
        height: auto;
        padding: 1200px 0px 0px;
        position: absolute;
}
}

@media (max-width: 768px) {
body {
    overflow: auto; /* スクロールを有効化 */
    height: auto;
}

.fixed-left {
        width: 100vw;
        height: 180vh;
        position: absolute;
        background-image: url(/photo/page/20250718/kotohayokozawa.jpg);
        background-size: cover;
    }
}

@media (max-width: 768px) {
.background {
    background-image: url(/photo/page/20250718/0093futter.jpg);
    background-size: cover;
    background-position: center;
    width: 100vw;
    height: 110vh;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
}

@media (max-width: 430px) {
.container {
    width: 100vw;
    height: 300vh;
    display: flex;
    overflow: hidden;
    flex-direction: column;
}
}
@media (max-width: 430px) {

.fixed-left {
        width: 100vw;
        height: 100vh;
        position: absolute;
        background-image: url('/photo/page/20250718/kotohayokozawa.jpg');
        background-size: cover;
}

.scroll-right {
        width: 100vw;
        margin-left: 0;
        height: auto;
        padding: 600px 0px 0px;
        position: absolute;
}

.background {
    background-image: url('/photo/page/20250718/0093futter.jpg');
    background-size: cover;
    background-position: center;
    width: 100vw;
    height: 110vh;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.parent {
    display: grid;
    grid-template-columns: repeat(1, 0.9fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 5px;
    justify-content: center;
    justify-items: center;
    padding-top: 10%;
}
}

@media (max-width: 375px) {
.fixed-left {
        width: 100vw;
        height: 85vh;
        position: absolute;
        background-image: url(/photo/page/20250718/kotohayokozawa.jpg);
        background-size: cover;
}

.scroll-right {
        width: 100vw;
        margin-left: 0;
        height: auto;
        padding: 520px 0px 0px;
        position: absolute;
}
}
@media (max-width: 320px) {
.fixed-left {
        width: 100vw;
        height: 70vh;
        position: absolute;
        background-image: url(/photo/page/20250718/kotohayokozawa.jpg);
        background-size: cover;
    }
    .scroll-right {
        width: 100vw;
        margin-left: 0;
        height: auto;
        padding: 450px 0px 0px;
        position: absolute;
    }
}