@charset "UTF-8";

/* 共通部分--------------------------------- */
* { 
    margin: 0;
    padding: 0;
}
html {
    font-size: 1rem;
    scroll-behavior: smooth;
}
body {
    font-family: 'Exo 2', sans-serif;
    font-family: 'Maven Pro', sans-serif;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    line-height: 2rem;
    color: black;
    width: 100%;
}
a {
    text-decoration: none;
}
img {
    max-width: 100%;
}
.wrapper {
    max-width: 1100px;
    margin-left: 10%;
    margin-right: 10%;
    max-width: 100%;
}
/* fadeUp */

.fadeUp{
    animation-name:fadeUpAnime;
    animation-duration:0.5s;
    animation-fill-mode:forwards;
    opacity:0;
    }
    
    @keyframes fadeUpAnime{
      from {
        opacity: 0;
      transform: translateY(100px);
      }
    
      to {
        opacity: 1;
      transform: translateY(0);
      }
    }
    
    
    /* スクロールをしたら出現する要素にはじめに透過0を指定　*/
     
    .fadeUpTrigger{
        opacity: 0;
    }

    .wrap {
        overflow: hidden;
    }
/* title--------------------------------- */
.page-title {
    margin-top: -35%;
    margin-bottom: 30%;
    padding-bottom: -30%;
    margin-left: 10%;
    font-size: 3.5rem;
    font-family: 'Exo 2', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
} 

/*  header>nav--------------------------------- */
.logo {
    width: 105px;
    margin-top: 30px;
    margin-left: 100px;
}
header {
    display: flex;
    justify-content: space-between;
}
.main-nav {
    display: flex;
    font-size: 0.9rem;
    text-transform: uppercase;
    margin-top: 30px;
    margin-right: 150px;
    list-style: none;
}
.main-nav li {
    margin-left: 40px;
    font-family: 'Maven Pro', sans-serif;
    font-weight: 600;
}
.main-nav a {
    color: rgb(39, 39, 39);
}
.main-nav a:hover {
    color: #b8b8b8;
}
.main-nav a img:hover {
    color: cadetblue;
}
.Instagram-logo {
    width: 1.5rem;
}
#menu-btn-check {
    display: none;
}


/* visual--------------------------------- */
.big-bg {
	background-size: cover;
	background-position: center top;
}
#home {
    /* background-position: center;
    background-size: cover;
    background-image: url(../images/top.png); */
    min-height: 100vh;
    /* max-width: 100%;
    margin-top: 20px; */
}
.visual{
	position: relative;
}

/* content1--------------------------------- */
h2 {
    font-size: 2.5rem;
    font-weight: normal;
    text-align: center;
    padding-top: 15%;
    margin-bottom: 10%;
}
.deko1 {
    display: flex;
    justify-content: center;
    gap: 70px;
}
.deko1 section .title {
    font-size: 2rem;
    margin-top: 15%;
    margin-bottom: 10%;
}
.deko1 section {
    line-height: 2;
    width: 27%;
}
.sankou1 {
    font-size: 0.7rem;
    text-align: right;
    margin-top: 15%;
}
h3 {
    margin-top: 10%;
    margin-bottom: 2%;
    text-align: center;
    font-weight: normal;
    font-size: 1.5rem;
}
.office {
    width: 30%;
    margin-top: 70px;
}
.seven {
    text-align: center;
}


/* content2--------------------------------- */
.content2 {
    margin-top: 10%;
}
.content2 p {
    text-align: center;
    font-size: 1.5rem;
}
.lineup1 {
    text-align: center;
    margin-top: 20%;
    margin-bottom: 5%;
}
.lineup1 img {
    width: 50%;
}
.lineup2 {
    text-align: center;
    font-size: 1rem;
    margin-top: 5%;
    margin-bottom: 5%;
}
.lineup2 img {
    width: 3%;
}

/* LINEUP--------------------------------- */
.REFRESHFRAME {
    background: #f5f5f5;
    /* background-repeat: repeat; */
    width: 100%;
    padding-top: 10%;
}
.refresh {
    text-align: center;
}
h4 {
    font-size: 7rem;
    font-family:  'Exo 2', sans-serif;
    font-weight: 400;
}
.refresh p {
    font-size:1.5rem;
    margin-top: 5%;
    margin-bottom: 10%;
}
.post-date {
    background-color:#F9F9F9;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    text-align: center;
    /* position: absolute; */
}
.post-date:hover {
    background: #EFEFEF;
}
.item {
    display: flex;
    justify-content: center;
    gap: 40px;
}
.linkphoto img {
    width: 38px;
    padding-top: 12px;
}
.linkphoto2 img {
    width: 55px;
    padding-top: 15px;
}

/* 商品１・２--------------------------------- */

h5 {
    text-align: center;
    font-size: 2.5rem;
    margin-top: 20%;
    margin-left: 20%;
    margin-right: 20%;
    padding-bottom: 5px;
    border-bottom: 1px solid black;
    font-family:  'Exo 2', sans-serif;
    font-weight: 400;
}
.yomi {
    text-align: center;
}
.sphoto1 {
    text-align: center;
}
.sphoto1 img {
    margin-top: 5%;
    max-width: 300px;
}
.sphoto2 {
    text-align: center;
}
.sphoto2 img {
    margin-top: 5%;
    max-width: 450px;
}
.seven2 {
    width: 12%;
    margin-top: 2%;
    margin-bottom: -15%;
    margin-right: 20%;
    margin-left: auto;
}

/* 商品説明１・２--------------------------------- */
/* 横並び */
.goriyou {
    text-align: center;
    margin-top: 10%;
}

.flex3 {
    display: flex;
    justify-content: space-between;
}
.item-1 {
    width: 55%;
    padding-left: 10%;
    margin-bottom: 10%;
}
.item-2 {
    margin-bottom: 5%;
}
.main_img img {
	height: auto;
    width: 90%;
    margin-left: -30%;
    margin-top: 25%;
}
.main_img_2 img {
	height: auto;
    width: 90%;
    margin-left: -20%;
}
 
.kirikae section{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.sub_img {
    margin-top: 100px;
}
.sub_img dl{
	display: table;
	table-layout: auto;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.sub_img dl dt{
	display: table-cell;
	margin: 0px;
	padding-right: 20px;
	vertical-align: top;
	border: 0px solid #FFF;
    overflow: hidden;
}
.sub_img dl dt img{
	cursor:pointer;
    width: 80%;
}
.sub_img dl dd{
	display: table-cell;
	margin: 0px;
	padding: 0px;
}
/* .sub_img img:hover {
    opacity: 0.6; */
    /* transform: scale(1.2); 拡大 */


.hangframe1-1 {
    display: flex;
    justify-content: center;
    gap: 7%;
    margin-bottom: 5%;
}
/* ボックス */
.hangframe1-2 {
    background-color: #FFF;
    width: 400px;
    height: 600px;
}
.hangframe1-2 p {
    margin-left: 10%;
    margin-right: 10%;
}
/* ボックスの中身 */
.hangframe1-1 section { 
    margin-bottom: 5%;
}
.point1-1 {
    margin-top: 50px;
    padding-top: 10%;
    margin-right: 10%;
    margin-bottom: 4%;
}
.point1-2 {
    font-size: 1.25rem;
    font-weight: 500;
}
.pointimg-1 {
    text-align: center;
}


.btn {
	position: relative;
	width: 300px;
}
.btn img {
	position: absolute;
	margin-top: 38%;
	margin-left: 65%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	display: block;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
.btn:hover img:nth-of-type(2) {
	opacity: 0;
}

/* ボックスなし */
.hangframe1-3 {
    padding-left: 8%;
    padding-right: 8%;
    padding-bottom: 8%;
}
.point1-3 {
    font-size: 1.2rem;
    font-weight: 400;
    padding-top: 10%;
    margin-bottom: 30px;
}
.flex-1 {
    display: flex;
    justify-content: space-between;
}
.flex-2 {
    display: flex;
    gap: 10%;
    justify-content: flex-start;
}
.item-1 {
    width: 55%;
    padding-left: 5%;
}

.item-3 {
    width: 176px;
}

.main_img img {
	height: auto;
    width: 80%;
    margin-left: -5%;
}
.main_img_2 img {
	height: auto;
    width: 90%;
    margin-left: -5%;
}
 
.kirikae section{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.sub_img {
    margin-top: 100px;
}
.sub_img dl{
	display: table;
	table-layout: auto;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.sub_img dl dt{
	display: table-cell;
	margin: 0px;
	padding-right: 30px;
	vertical-align: top;
	border: 0px solid #FFF;
    overflow: hidden;
}
.sub_img dl dt img{
	cursor:pointer;
    width: 80%;
}
.sub_img dl dd{
	display: table-cell;
	margin: 0px;
	padding: 0px;
}
.sub_img img:hover {
    opacity: 0.6;
    /* transform: scale(1.2); 拡大 */
} 
.grid2 {
    width: 80%;
    margin-left: 10%;
    margin-bottom: 5%;
}
.grid {
    display: grid;
    gap: 80px;
    grid-template-columns: repeat(3,minmax(200px,1fr));
    margin-top: 5%;
}
.item-2 {
    margin-bottom: 50px;
}

/* ボタン・シェア--------------------------------- */
.by {
    text-align: center;
    margin-bottom: 7%;
}
div iframe {
    margin-bottom: 15%;
}
.youtube {
    width: 850;

}
.button {
    font-size: 1rem;
    color: white;
    background: black;
    border-radius: 5px;
    padding: 10px 35px;
    margin-bottom: 20%;
}
.button:hover {
    background: rgb(255, 255, 255);
    color: black;
    border-width: 1px;
    border-style: solid;
}

.button2 {
    /* font-size: 1rem; */
    width: 50px;
    color: white;
    background: black;
    border-radius: 1px;
    padding: 5px 25px;
    text-align: center;
}
.button2 img {
    width: 15px;
    margin-top: 7px;
}
.button2:hover {
    background:#a5a5a580;
}
.button3 {
    /* font-size: 1rem; */
    width: 50px;
    color: white;
    background: #4b6c86;
    border-radius: 1px;
    padding: 5px 25px;
    text-align: center;
}
.button3 img {
    width: 10px;
    margin-top: 7px;
}
.button3:hover {
    background: #4b6c8680;
}
.share{
    display: flex;
    justify-content: center;
    margin-top:20%;
    padding-bottom: 10%;
    gap: 20px;
}

.topreturn {
    text-align: right;
    margin-right: 10%;
    padding-bottom: 10%;
}
.topreturn img {
    width: 25px;
}
.topreturn a:hover img{
    transform: scale(1.2); /* 拡大 */
}



/* footer--------------------------------- */
footer {
    background-color: black;
    color: white;
    text-align: center;
    padding: 3%;
}


/* モバイル版--------------------------------- */
@media (max-width:1300px){
    h4 {
        font-size: 4.5rem;
    }
    .btn img {
        margin-top: 30%;
        margin-left: 55%;
}
}
@media (max-width:900px){
    /* .wrapper {
        max-width: 300px;
    } */
    .logo {
        width: 85px;
        margin-top: 30px;
        margin-left: 30px;
    }
    .page-title {
        font-size: 1.2rem;
    }
    /* header */
    .main-nav {
    }
    #home {
        min-height: auto;
    }
    /* ご利用方法--------------------------------- */
  
    .goriyou {
    margin-left: 10%;
    width: 80%;
    }
    .flex3 {
        flex-direction: column;
        align-items: center;
    }
    .item-1 {
        width: 90%;
        padding-left: 0;
        margin-bottom: 0px;
    }  
    .main_img img {
        text-align: center;
        width: 60%; 
        margin-bottom: 10px;
        margin-left: 20%;
        margin-top: 0%;
    }
    .sub_img {
        margin-top: 30px;
    }
    .sub_img dl dt {
        padding-right: 0;
        padding-bottom: 1rem;
    }
    .item-2 {
        margin-bottom: 50px;
        margin-left: 5%;
    }
    .item-2 img {
        max-width: 250px;
}
    /* ハンバーガーメニュー--------------------------------- */
.menu-btn {
    position: fixed;
    top: 20px;
    right: 20px;
    display: flex;
    height: 40px;
    width: 40px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #ffffff00;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 2px;
    width: 25px;
    border-radius: 3px;
    background-color: #000000;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}

#menu-btn-check {
    display: none;
}
/* ハンバーガーメニュー中身 */
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 80;
    background-color: #383838;
    transition: all 0.5s;/*アニメーション設定*/
    text-align: center;
}
.menu-content ul {
    margin-top: 30%;
    display: inline-block;
    line-height: 50px;
    flex-direction: column;
    padding-bottom: 10px;
    padding-left: 0;
}
.menu-content ul li {
    margin: 0 auto;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    color:#ffffff;
    text-decoration: none;
    font-size: 1.2rem;
}
#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}}

@media (max-width:600px){
    /* .wrapper {
        max-width: 300px;
    } */
    .logo {
        width: 85px;
        margin-top: 30px;
        margin-left: 30px;
    }
    .page-title {
        font-size: 1.2rem;
    }
    /* header */
    .main-nav {
    }
    #home {
        min-height: auto;
    }
    /* ハンバーガーメニュー--------------------------------- */
.menu-btn {
    position: fixed;
    top: 20px;
    right: 20px;
    display: flex;
    height: 40px;
    width: 40px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #ffffff00;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 2px;
    width: 25px;
    border-radius: 3px;
    background-color: #000000;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}

#menu-btn-check {
    display: none;
}
/* ハンバーガーメニュー中身 */
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 80;
    background-color: #383838;
    transition: all 0.5s;/*アニメーション設定*/
    text-align: center;
}
.menu-content ul {
    margin-top: 30%;
    display: inline-block;
    line-height: 50px;
    flex-direction: column;
    padding-bottom: 10px;
    padding-left: 0;
}
.menu-content ul li {
    margin: 0 auto;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    color:#ffffff;
    text-decoration: none;
    font-size: 1.2rem;
}
#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}
    /* content1--------------------------------- */
    h2 {
        font-size: 1.2rem;
        padding-top: 15%;
    }
    .deko1 {
        flex-direction: column;
        align-items: center;
    }
    .deko1 section .title {
        margin-top: 20px;
        font-size: 16px;
    }
    .deko1 section {
        font-size: 0.9rem;
        width: 80%;
    }
    .sankou1 {
        margin-top: 1rem;
        font-size: 0.4rem;
    }
    .office {
        text-align: center;
        width: 80%;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .deko1 img {
        width: 400px;
    }
    h3 {
        font-size: 0.8rem;
        text-align: center;
    }
    .seven {
        text-align: center;
    }
    .seven img {
        width: 200px;
    }
    .sankou2 {
        margin-bottom: 20%;
        margin-top: 1rem;
        font-size: 0.4rem;
        margin-left: 25%;
        margin-right: 25%;
    }
   /* content2--------------------------------- */
   .content2 p {
    font-size: 0.8rem;
   }
   .lineup2 {
    font-size: 0.5rem;
    
   }

    /* LINEup--------------------------------- */
    h4 {
        font-size: 1.75rem;
    }
    .refresh p {
        font-size: 0.8rem;
        margin-top: 2%;
    }
    .post-date {
        background-color:#F9F9F9;
        border-radius: 50%;
        width: 90px;
        height: 90px;
        text-align: center;
        margin-top: -5%;
    }
    .post-date:hover {
        background: #EFEFEF;
    }
    .item {
        display: flex;
        justify-content: center;
        gap: 20px;
    }
    .linkphoto img {
        width: 28px;
        margin-top: -5%;
    }
    .linkphoto2 img {
        width: 42px;  
        padding-top: 10px;
    }


    /* 商品１・２--------------------------------- */
    h5 {
        font-size: 1.5rem;
        padding-top: 20%;
    }
    .yomi {
        font-size: 0.8rem;
    }
    .seven2 {
        margin-top: 10px;
        margin-right: 14%;
    }
    .seven2 img {
        width: 120%;
    }
    .sphoto1 img {
        margin-top: 5%;
        max-width: 160px;
    }
    .sphoto2 img {
        margin: 5%;
        max-width: 200px;
    }

    /* 商品詳細-------------------------------- */
        .hangframe1-1 {
            flex-direction: column;
            align-items: center;
            margin-bottom:15%;
        }
        /* ボックス */
        .hangframe1-2 {
            width: 80%;
            height: 470px;
            margin-top: 30px;
        }
        .hangframe1-2 p {
            margin-left: 10%;
            margin-right: 10%;
        }
        /* ボックスの中身 */
        .point1-1 {
            margin-top: 30px;
        }
        .point1-2 {
            font-size: 1.2rem;
        }
        .p {
            font-size: 0.8rem;
        }
        .pp {
            font-size: 0.85rem; 
        }
        /* ボックスなし */
        .point1-3 {
            font-size: 1.2rem;
            margin-bottom: 10px;
            margin-top: 15%;
        }
        .pointimg-1 {
            width: 250px;
            text-align: center;
        }
        .pointimg-1 img {
            margin-left: 10%;
            margin-right: 10%;
        }
        .pointimg-3 {
            margin-top: -10%;
        }
        .btn img {
            margin-top: 40%;
            margin-left: 60%;
    }
        .pointimg-2 {
            margin-top: -15%;
        }
        /* ご利用方法--------------------------------- */
    h4 {
        margin-top: 15%;
        font-size: 1.25rem;
    }
    .goriyou {
    margin-left: 10%;
    width: 80%;
    }
    .flex3 {
        flex-direction: column;
        align-items: center;
    }
    .item-1 {
        width: 90%;
        padding-left: 0;
        margin-bottom: 0px;
    }  
    .main_img img {
        text-align: center;
        width: 60%; 
        margin-bottom: 10px;
        margin-left: 20%;
        margin-top: 0%;
    }
    .sub_img {
        margin-top: 30px;
    }
    .sub_img dl dt {
        padding-right: 0;
        padding-bottom: 1rem;
    }
    .item-2 {
        margin-bottom: 50px;
        margin-left: 5%;
    }
    .item-2 img {
        max-width: 250px;
}
.deko1 {
    flex-direction: column;
    align-items: center;
}
.grid2 {
    width: 80%;
    margin-left: 10%;
    margin-bottom: 0%;
}
.grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(1,minmax(200px,1fr));
    margin-top: 0%;
}


   /* botton--------------------------------- */
    .by {
        margin-bottom: 20%;
    }
    .button:hover {
        background: rgb(255, 255, 255);
        color: black;
        border-width: 1px;
        border-style: solid;
    }
    .button2 {
        padding: 2px 20px;
    }
    .button3 {
        padding: 2px 20px;
    }    
    .share{
        display: flex;
        justify-content: center;
        margin:20%;
        /* gap: 20px; */
    }
    .topreturn img {
        width: 20px;
    }
    
    footer p {
        font-size: 8px;
    }
}









/* div .lineup img {
    width: 100px;
} */

/* .scroll_up {
    transition: 0.8s ease-in-out;
    transform: translateY(30px);
    opacity: 0;
  }
  .scroll_up.on {
    transform: translateY(0);
    opacity: 1.0;
  } */