
@charset "utf-8";p,h1,div,dl,dt,dd,ul,li,h2,h3,h4,body{font-weight:normal;}a{text-decoration:underline;}

.main {
    width: 100%;
    margin-top: 6px;
    min-height: 100vh;
    background-color: #ffefea;
    position: relative;/*←相対位置*/
}

.main p {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.fadeup {
    animation-name: fadeup;
    animation-duration: 3s;
}

@keyframes fadeup {
from {
    opacity: 0;
    transform: translateY(24px);
}

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

.mainimg {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 900px;
}

.mainimg img {
    width: 2000px;
    height: 900px;
    position: absolute;
    left: 50%;
    margin-left: -1000px;
}

#movie {
  	width: 100%;
    margin: auto;
    margin-top: 100px;
    text-align: center;
}

#profile {
    width: 100%;
    height: 700px;
    margin: 0 auto;
    text-align: center;
    padding-top: 100px;
    background-image: url("/special/img/newface/takimoto_shizuha_20231016/profile/profile_bg.png");
    background-repeat: no-repeat;
    background-position: center bottom 60px;
}

#profile .index {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

#profile .index .p1 {
    position: relative;
    margin: 0px auto;
    text-align: center;
    padding: 1rem 2rem;
    color: #ff0030;
    font-size: 2.5em;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

#profile .index .p1::before {
    background-color: #ff0030; /* 線の色 */
    border-radius: 5px; /* 線の両端を丸く */
    bottom: 4px; /* 線の位置 */
    content: "";
    height: 3px; /* 線の高さ */
    left: 50%; /* 線の中央寄せ */
    position: absolute;
    transform: translateX(-50%); /* 線の中央寄せ */
    width: 30px; /* 線の長さ */
}

#profile dl {
    width: 500px;
    margin: 0 auto;
    padding-top: 60px;
    padding-left: 440px;
}

#profile dt {
    padding-top: 12px;
    text-align: left;
    font-size: 1.2em;
    letter-spacing: 0.1em;
    line-height: 1.4em;
    color: #3e3e3e;
    /* font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif; */
}

#profile h1 {
    font-size: 3.2em;
    letter-spacing: 0.1em;
    color: #3e3e3e;
    /* font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif; */
}

#profile h3 {
    width: 450px;
    padding-top: 12px;
    font-size: 1em;
    letter-spacing: 0.1em;
    color: #3e3e3e;
    border-bottom: dashed 0.5px #3e3e3e;
    /* font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif; */
}

#profile ul {
    width: 100%;
    margin: 0px auto;
    margin-top: 134px;
    margin-left: 0px;
    text-align: center;
}

#profile li {
    display: inline-block;
    vertical-align: top;
    padding-right: 20px;
}

.contents_button {
  	position: relative;
  	width: 150px;
  	height: 150px;
  	margin: 0 auto;
  	display: block;
  	overflow: hidden;
  	cursor: pointer;
}

.contents_button img {
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	-webkit-transform: translate(-50%, -50%);
  	transform: translate(-50%, -50%);
  	width: 100%;
  	display: block;
  	-webkit-transition: .4s ease-in-out;
  	transition: .4s ease-in-out;
}

#title {
    width: 100%;
    height: 900px;
    margin: 0 auto;
    text-align: center;
    margin-top: 140px;
    background-image: url("/special/img/newface/takimoto_shizuha_20231016/title_bg.png");
    background-repeat: no-repeat;
    background-position: center ;
}

#title .index {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 40px;
}

#title .index .p1 {
    position: relative;
    margin: 0px auto;
    text-align: center;
    padding: 1rem 2rem;
    color: #ff0030;
    font-size: 2.5em;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

#title .index .p1::before {
    background-color: #ff0030; /* 線の色 */
    border-radius: 5px; /* 線の両端を丸く */
    bottom: 4px; /* 線の位置 */
    content: "";
    height: 3px; /* 線の高さ */
    left: 50%; /* 線の中央寄せ */
    position: absolute;
    transform: translateX(-50%); /* 線の中央寄せ */
    width: 30px; /* 線の長さ */
}

#title .title_contents {
  	width: 1000px;
    margin: 0 auto;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 60px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#title .title_contents dl {
    width: 570px;
    margin: 0 auto;
    padding-left: 480px;
}

#title .title_contents dt {
    /* padding-top: 26px; */
    text-align: left;
    font-size: 1.2em;
    line-height: 1.7em;
    color: #242424;
}

#title .title_contents h1 {
    text-align: left;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.5em;
    color: #242424;
}

#title .title_contents a {
    text-decoration: none;
}

#title .title_contents ul {
    width: 570px;
    margin: 0 auto;
    text-align: left;
    padding-top: 20px;
}

#title .title_contents li {
    display: inline-block;
    text-align: left;
    padding-bottom: 20px;
    font-size: 1.1em;
    color: #3e3e3e;
    font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}

.buy_button {
    width: 530px;
    height: 70px;
    text-align: center;
    /* border-radius: 20px; */
    background-color: #ff0030;
}

.buy_button p {
    font-size: 1.3em;
    text-align: center;
    padding-top: 24px;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}

.buy_button:hover {
    transition: .4s;
}

#photo {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-top: 80px;
    background-color: #fff;
}

#photo .index {
    width: 200px;
    margin: 0 auto;
    padding-top: 20px;
    text-align: center;
}

#photo .index .p1 {
    position: relative;
    margin: 0px auto;
    text-align: center;
    padding: 1rem 2rem;
    color: #ff0030;
    font-size: 2.5em;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

#photo .index .p1::before {
    background-color: #ff0030; /* 線の色 */
    border-radius: 5px; /* 線の両端を丸く */
    bottom: 4px; /* 線の位置 */
    content: "";
    height: 3px; /* 線の高さ */
    left: 50%; /* 線の中央寄せ */
    position: absolute;
    transform: translateX(-50%); /* 線の中央寄せ */
    width: 30px; /* 線の長さ */
}

#photo ul {
    width: 1000px;
    margin: 0px auto;
    margin-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    display: flex;
  	flex-wrap: wrap;
    justify-content: space-around;
}

#photo li {
    padding-right: 40px;
    padding-bottom: 30px;
    list-style: none;
}

#photobook {
    width: 100%;
    height: 900px;
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
    padding-bottom: 100px;
    background-image: url("/special/img/newface/takimoto_shizuha_20231016/photobook/photobook_bg.png");
    background-repeat: no-repeat;
    background-position: center ;
}

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

#photobook .index .p1 {
    position: relative;
    margin: 0px auto;
    text-align: center;
    padding: 1rem 2rem;
    color: #ff0030;
    font-size: 2.5em;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

#photobook .index .p1::before {
    background-color: #ff0030; /* 線の色 */
    border-radius: 5px; /* 線の両端を丸く */
    bottom: 4px; /* 線の位置 */
    content: "";
    height: 3px; /* 線の高さ */
    left: 50%; /* 線の中央寄せ */
    position: absolute;
    transform: translateX(-50%); /* 線の中央寄せ */
    width: 30px; /* 線の長さ */
}

#photobook .title_contents {
  	width: 1000px;
    margin: 0 auto;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 60px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#photobook .title_contents dl {
    width: 570px;
    margin: 0 auto;
    padding-left: 480px;
}

#photobook .title_contents dt {
    /* padding-top: 26px; */
    text-align: left;
    font-size: 1.2em;
    line-height: 1.7em;
    color: #242424;
}

#photobook .title_contents h1 {
    text-align: left;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.5em;
    color: #242424;
}

#photobook .title_contents a {
    text-decoration: none;
}

#photobook .title_contents ul {
    width: 570px;
    margin: 0 auto;
    text-align: left;
    padding-top: 20px;
}

#photobook .title_contents li {
    display: inline-block;
    text-align: left;
    padding-bottom: 20px;
    font-size: 1.1em;
    color: #3e3e3e;
    font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}

#photobook .title_contents h4 {
    text-align: center;
    padding-top: 10px;
    font-size: 0.8em;
    color: #3e3e3e;
    font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}

#photobook .photo_thum {
  	position: relative;
  	width: 100px;
  	height: 100px;
  	margin: 0 auto;
  	display: block;
  	overflow: hidden;
  	cursor: pointer;
}

#photobook .photo_thum img {
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	-webkit-transform: translate(-50%, -50%);
  	transform: translate(-50%, -50%);
  	width: 100%;
  	display: block;
  	-webkit-transition: .4s ease-in-out;
  	transition: .4s ease-in-out;
}

#x_twitter {
    width: 100%;
    height: 700px;
    margin: 0 auto;
    text-align: center;
    padding-top: 100px;
    background-image: url("/special/img/newface/takimoto_shizuha_20231016/x_bg.png");
    background-repeat: no-repeat;
    background-position: center bottom 60px;
}

#x_twitter .index {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

#x_twitter .index .p1 {
    position: relative;
    margin: 0px auto;
    text-align: center;
    padding: 1rem 2rem;
    color: #ff0030;
    font-size: 2.5em;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

#x_twitter .index .p1::before {
    background-color: #ff0030; /* 線の色 */
    border-radius: 5px; /* 線の両端を丸く */
    bottom: 4px; /* 線の位置 */
    content: "";
    height: 3px; /* 線の高さ */
    left: 50%; /* 線の中央寄せ */
    position: absolute;
    transform: translateX(-50%); /* 線の中央寄せ */
    width: 30px; /* 線の長さ */
}

.twitter-timeline {
    margin: 0px auto;
    text-align: center;
    padding-top: 50px;
}

/***追従するトップへ戻るボタン***/
#page-top {
    position: fixed;
    right: 5px;
    bottom: 20px;
    height: 50px;
    text-decoration: none;
    font-weight: bold;
    transform: rotate(90deg);
    font-size: 90%;
    line-height: 1.5rem;
    color: #ff0054;
    padding: 0 0 0 35px;
    border-top: solid 1px;
}

#page-top::before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 0px;
    width: 15px;
    border-top: solid 1px;
    transform: rotate(35deg);
    transform-origin: left top;
}
