@charset "utf-8";

/*-------------------------------------
css初期化
--------------------------------------*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-family:  "Noto Sans JP",sans-serif;
    font-family: "Poppins", sans-serif;
	font-size: 100%;
}

div:after {
	content: "";
	display: block;
	clear: both;
}

/*-------------------------------------
タグの基本設定
--------------------------------------*/
body {
	background: #30271E;
	line-height: 1.6;
	font-size: 81.25%;
	color: #414141;
}

html {
	overflow-y: scroll;
}

a {
	text-decoration: none;
	outline: none;
	color: #333333;
}

a:hover{
	text-decoration: underline;
	color: #666666;
}

a:hover img{
	opacity: 0.80;
}

/*--------------------------------------------------------------------
Container
--------------------------------------------------------------------*/
div#Container {
	width: 944px;
	padding: 10px 0;
	margin: 0 auto;
	background: #30271E;
}

/*--------------------------------------------------------------------
h1
--------------------------------------------------------------------*/
h1 {
	padding: 10px 0;
	text-align: center;
}

/*--------------------------------------------------------------------
Contents
--------------------------------------------------------------------*/
div#Contents {
	width: 944px;
	margin: 0 auto;
	padding: 10px 0;
	overflow: hidden;
}

div#Contents:after {
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

/*--------------------------------------------------------------------
Nav
--------------------------------------------------------------------*/
nav {
	width: 944px;
	margin: 0 auto;
	position: relative;
}

nav ul li {
	list-style: none;
	width: 236px;
	margin: 0 0 20px 0;
	float: left;
}

nav ul li a img:nth-child(2){
	position: absolute;
	margin-left: -236px;
    transition: opacity 1s;
  
}

nav ul li a:hover img:nth-child(2){
    opacity: 0;
}






/*--------------------------------------------------------------------
Main
--------------------------------------------------------------------*/
div#Main {
	width: 800px;
	margin: 0 auto;
	color: #F8FFEB;
}

div#Main h2 {
	font-size: 105%;
	font-weight: bold;
	color: #F8FFEB;
    margin-bottom: 15px;
    
}

div#Main div#TopImg {
    width: 800px;
    margin: 5px auto 0 auto;
    border-radius: 5px;
    overflow: hidden;
}

div#Main div#TopImg img {
    display: block;
    width: 100%;
    height: auto;
}


/* CHAPTER 01 / MOVIEサイドの文字 */
div#Main div#PortImg::before {
    content: "01  /  MOVIE";
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    color: #30271E;
    font-size: 18px;
    letter-spacing: 2px;
    opacity: 0.55;
    padding-bottom: 20px;
    border-bottom: 1px solid #30271E;
}

div#Main div#PortImg::after {
    content: "INSTAGRAM  REEL";
    position: absolute;
    right: 45px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    color: #30271E;
    font-size: 13px;
    letter-spacing: 2px;
    opacity: 0.55;
}


div#Main div#PortImg {
    position: relative;
    margin: 5px auto 0 auto;
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}



/*-------------------------------------
CHAPTER 02 / プレゼン資料
--------------------------------------*/

div#Main div#PortImg.marketing {
    width: 800px;
    background: #E8E8DC;
    padding: 40px 0;
    box-sizing: border-box;
    border-radius: 5px;
    overflow: hidden;
}

/* プレゼン資料1枚ごとの枠 */
div#Main div#PortImg.marketing .presentation-item {
    width: 460px;
    margin: 0 auto 35px auto;
    transition: transform 0.3s ease, box-shadow 0.5s ease;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

/* 最後の資料だけ下の余白をなくす */
div#Main div#PortImg.marketing .presentation-item:last-child {
    margin-bottom: 0;
}

/* プレゼン資料 */
div#Main div#PortImg.marketing .presentation-item img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 5px;
}

/* ホバー */
div#Main div#PortImg.marketing .presentation-item:hover {
    transform: scale(1.03);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.22);
}

/* CHAPTER 02 / プレゼン資料サイドの文字 */
div#Main div#PortImg.marketing::before {
    content: "02 / MARKETING";
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    color: #30271E;
    font-size: 18px;
    letter-spacing: 2px;
    opacity: 0.55;
    padding-bottom: 20px;
    border-bottom: 1px solid #30271E;
}

div#Main div#PortImg.marketing::after {
    content: "SNS MARKETING";
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    color: #30271E;
    font-size: 13px;
    letter-spacing: 2px;
    opacity: 0.45;
}

div#Main p {
	color: #F8FFEB;
	margin-top: 20px;
	margin-bottom: 30px;
}

div#Main table {
	width: 90%;
	margin: 10px auto 20px auto;
	border-collapse: collapse;
	border: 0 none;
}

div#Main table tr th {
	width: 22%;
	padding: 14px 10px;
	background: #30271E;
	border-bottom: 1px solid #5A5048;
	text-align: center;
	vertical-align: middle;
	color: #F8FFEB;
    letter-spacing: 1px;
}

div#Main table tr td {
	width: 78%;
    padding: 14px 18px;
    background: transparent;
    border-bottom: 1px solid #5A5048;
    color: #F8FFEB;
    text-align: left;
    vertical-align: middle;
    line-height: 1.8;
}

div#Main table tr td ul {
	padding: 0 0 0 8px;
	margin: 0 0 0 8px;
}

div#Main table tr td ol {
	padding: 0 0 0 8px;
	margin: 0 0 0 8px;
}

/*--------------------------------------------------------------------
pagetop
--------------------------------------------------------------------*/
p.pagetop {
	text-align: right;
}

/*--------------------------------------------------------------------
address
--------------------------------------------------------------------*/
address {
	clear: both;
	text-align: center;
	color: #F8FFEB;
}


/* CHAPTER 01 / MOVIE */
body:has(#kadai01) 


#PortImg {
    width: 800px;
    height: 500px;
    background-color: #E8E8DC;
    position: relative;
    overflow: hidden;
}

.phone-movie {
    transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
    position: relative;
    width: 500px;
    height: 500px;
    margin: 0 auto;
}

.phone-movie:hover {
    transform: scale(1.08) rotate(-2deg);
}


.phone-movie img {
    position: absolute;
	pointer-events: none;
    width: 500px;
    height: 500px;
    top: 0;
    left: 0;
    z-index: 2;
    
}

.phone-movie video {
    position: absolute;
    width: 33.6%;
    height: 63.2%;
    object-fit: cover;
    top: 21%;
    left: calc(50% + 0.8%);
    transform: translateX(-50%);
    border-radius: 1px;
    z-index: 1;
}

.home-comment {
    text-align: center;
}


/* スマホ画像 */
.phone-movie img {
    position: absolute;
    width: 500px;
    height: 500px;
    top: 0;
    left: 0;
    z-index: 2;
   
}

/* LP ブラウザ風フレーム */
#lp-browser {
    width: 800px;
    margin: 15px 0 30px 50%;
    transform: translateX(-50%);
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    position: relative;
    border: 10px solid #E8E8DC;
    border-radius: 5px;
    overflow: hidden;
	 }

 


/* ブラウザ上部 */
.browser-bar {
    height: 46px;
    background: #E8E8DC;
    display: flex;
    align-items: center;
    padding: 0 15px;
    box-sizing: border-box;
}

/* 3つの丸 */
.browser-dots {
    display: flex;
    gap: 7px;
}

.browser-dots span {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #30271E;
}

/* LPをスクロールする部分 */
.lp-scroll {
    width: 100%;
    height: 480px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #E8E8DC;
}

/* LP画像 */
.lp-scroll img {
    display: block;
    width: 100%;
    height: auto;
}
.browser-address {
    width: 300px;
    height: 28px;
    margin-left: 30px;
    background: #ffffff;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #30271E;
    font-size: 15px;
    opacity: 0.5;
}

.scroll-guide {
    position: absolute;
    right: 25px;
    top: 90px;
    bottom: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #30271E;
    font-family: 'Poppins', sans-serif;
    font-size: 10px;
    letter-spacing: 2px;
    opacity: 0.55;
    animation: scrollGuide 1.8s ease-in-out infinite;
    pointer-events: none;
}

.scroll-guide span {
    font-size: 20px;
    line-height: 1;
}

.scroll-guide small {
    margin-top: 3px;
}

@keyframes scrollGuide {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(5px);
    }
}
/*-------------------------------------
CHAPTER 02 / 資料クリック拡大
--------------------------------------*/

#presentation-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(48, 39, 30, 0.6S5);
    align-items: center;
    justify-content: center;
    padding: 30px;
    box-sizing: border-box;
}

#presentation-modal.active {
    display: flex;
}

#presentation-large {
    display: block;
    max-width: 75vw;
    max-height: 75vh;
    width: auto;
    height: auto;
    object-fit: contain;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.65);
}

.presentation-close {
    position: fixed;
    top: 20px;
    right: 30px;
    z-index: 10000;
    color: #F8FFEB;
    font-size: 40px;
    line-height: 1;
    cursor: pointer;
    font-weight: 300;
}

.presentation-close:hover {
    opacity: 0.7;
}
.slide-in {
  opacity: 0;
  transform: translateX(-100px);
  animation: slideIn 1.5s ease-out forwards;
}
@keyframes slideIn {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/*-------------------------------------
スマホ対応
--------------------------------------*/
@media screen and (max-width: 600px) {

    div#Container {
        width: 100%;
        padding: 10px 0;
        box-sizing: border-box;
    }

    div#Contents {
        width: 100%;
        padding: 10px 15px;
        box-sizing: border-box;
    }

    div#Main {
        width: 100%;
        box-sizing: border-box;
    }

    div#Main div#TopImg {
        width: 100%;
        margin: 5px auto 0;
        border-radius: 15px;
        overflow: hidden;
    }

    div#Main div#TopImg img {
        display: block;
        width: 100%;
        height: auto;
    }

}
h1 {
    padding: 10px 15px;
    box-sizing: border-box;
}

h1 img {
    display: block;
    width: 100%;
    max-width: 944px;
    height: auto;
    margin: 0 auto;
}
 /* CHAPTER01 */
    div#Main div#PortImg {
        width: 100%;
        height: auto;
        min-height: 500px;
        box-sizing: border-box; 
    }
    .phone-movie {
    width: 100%;
    max-width: 500px;
}
.phone-movie img {
    width: 100%;
    height: auto;
}

.phone-movie video {
    width: 32%;
    height: auto;
}
 /* CHAPTER02 */
    div#Main div#PortImg.marketing {
        width: 100%;
        padding: 25px 15px;
        box-sizing: border-box;
    }

    div#Main div#PortImg.marketing .presentation-item {
        width: 100%;
        max-width: 460px;
    }
 /* CHAPTER03 */
    #lp-browser {
        width: 100%;
        margin: 15px auto 30px;
        transform: none;
        box-sizing: border-box;
    }

    .lp-scroll {
        height: 400px;
    }   

/*-------------------------------------
スマホ対応
--------------------------------------*/
@media screen and (max-width: 600px) {

    /* 全体 */
    div#Container {
        width: 100%;
        padding: 10px 0;
        box-sizing: border-box;
    }

    div#Contents {
        width: 100%;
        padding: 10px 15px;
        box-sizing: border-box;
    }

    div#Main {
        width: 100%;
        box-sizing: border-box;
    }


    /* DESIGN MY NEXT */
    h1 {
        padding: 10px 15px;
        box-sizing: border-box;
    }

    h1 img {
        display: block;
        width: 100%;
        height: auto;
        margin: 0 auto;
    }


    /* HOME */
    div#Main div#TopImg {
        width: 100%;
        margin: 5px auto 0;
        border-radius: 15px;
        overflow: hidden;
    }

    div#Main div#TopImg img {
        display: block;
        width: 100%;
        height: auto;
    }


    /* ナビゲーション */
    nav {
        width: 100%;
    }

    nav ul {
        width: 100%;
        display: flex;
    }

    nav ul li {
        width: 25%;
        margin-bottom: 10px;
        float: none;
    }

    nav ul li a {
        display: block;
    }

    nav ul li a img {
        display: block;
        width: 100%;
        height: auto;
    }

    nav ul li a img:nth-child(2) {
        margin-left: -100%;
    }


    /* CHAPTER01 */
    div#Main div#PortImg {
        width: 100% !important;
        height: auto !important;
        min-height: 0;
        box-sizing: border-box;
    }

    .phone-movie {
       width: 100%;
    max-width: 500px;
    aspect-ratio: 1 / 1;
    margin: 0 auto;
    position: relative;
    }

    .phone-movie img {
        position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: contain;
    }

    .phone-movie video {
       position: absolute;
    width: 31.6%;
    height: 55%;
    object-fit: contain;
    top: 22%;
    left: calc(50% + 0.8%);
    transform: translateX(-50%);
    border-radius: 5px;
    z-index: 1;
    }


    /* CHAPTER02 */
    div#Main div#PortImg.marketing {
        width: 100%;
        height: auto;
        padding: 25px 15px;
        box-sizing: border-box;
    }

    div#Main div#PortImg.marketing .presentation-item {
        width: 100%;
        max-width: 460px;
        box-sizing: border-box;
    }


    /* CHAPTER03 */
    #lp-browser {
        width: 100%;
        margin: 15px auto 30px;
        transform: none;
        box-sizing: border-box;
    }

    .lp-scroll {
        height: 400px;
    }

}


