@charset "UTF-8";
/* =====================================
	全体設定
===================================== */

html{
    font-size: 62.5%;
}

/*a{
    transition: 0.3s all ease;
}

a:hover{
	opacity: 0.6;
}*/

.sp{
	display:none !important;
}

body{
	position: relative;
	margin: 0 auto;
	font-size: 1.8rem;
	font-family:"Yu Gothic","YuGothic","Hiragino Sans","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ","Meiryo",sans-serif;
    font-weight: 500;
    font-style: normal;
	color: #000;
    line-height: 1.67;
	text-align: left;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;/*Chrome,Safari*/
	-ms-text-size-adjust: 100%;/*EgdeMobile*/
	-moz-text-size-adjust: 100%;/*firefox*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-feature-settings: "palt";
    letter-spacing: 0.02em;
    background: url("../img/bg01.png") no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}

img{
    max-width: 100%;
    height: auto;
}

sup{
    font-size: 60%;
}

#wrapper{
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    box-shadow: 6px 6px 12px 0px rgba(0, 0, 0, 0.2);
}

.left{
    width: calc((100% - 500px) / 2);
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.left img{
    width: min(21.5625vw, 414px);
}

.right{
    width: calc((100% - 500px) / 2);
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.right ul li a{
    font-size: min(1.40625vw, 2.7rem);
    font-weight: bold;
    line-height: 1;
    text-decoration: none;
    color: #000;
    padding-left: min(0.9375vw, 18px);
    background: url("../img/arrow01.svg") no-repeat center left;
    background-size: min(0.625vw, 12px) auto;
}

.right ul li + li{
    margin-top: min(2.5vw, 48px);
}

.right .cv{
    margin: min(2.8125vw, 54px) auto 0;
    display: table;
}

.right .cv img{
    width: min(23.854167vw, 458px);
}

.right .insta{
    margin: min(1.770833vw, 34px) auto 0;
}

.right .insta img{
    width: min(4.4270833vw, 85px);
}

@media screen and (max-width:1200px){
.left, .right{
    display: none;
}
}


/* =====================================
	header
===================================== */

header{
    width: 100%;
    height: 70px;
    background: #fff;
    position: sticky;
    top: 0;
    left: 0;
    display: flex;
    z-index: 100;
}

header .logo{
    width: 52.8%;
    height: 100%;
    border-right: 1px solid #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
}

header .logo img{
    width: 54.5455%;
    margin: 0 auto;
}

header .amazon{
    width: 47.2%;
    height: 100%;
    border-left: 1px solid #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
}

header .amazon img{
    width: 38.983%;
    margin: 0 auto;
}

.sp-nav{
    display: none;
}

@media screen and (max-width:1200px){

header .logo{
    width: 43.4%;
    border-right: none;
}

header .logo img{
    width: 66.359447%;
}

header .amazon{
    width: 44%;
    border-right: 1px solid #ccc;
}

header .amazon img{
    width: 41.8182%;
}

.menu-trigger,
.menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}
.menu-trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 12.6%;
    height: 100%;
    border: none;
    appearance: none;
    background: #fff;
    z-index: 1000;
    display: block !important;
}
.menu-trigger span {
    position: absolute;
    left: 50%;
    width: 49.206349%;
    height: 2px;
    background-color: #e5002d;
    transform: translateX(-50%);
    transform-origin: center center;
}
.menu-trigger span:nth-of-type(1) {
    top: 28px;
}
.menu-trigger span:nth-of-type(2) {
    top: 36px;
}
.menu-trigger span:nth-of-type(3) {
    top: 44px;
}
.menu-trigger.active span:nth-of-type(1) {
    transform: translateX(-50%) translateY(8px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
    transform: translateX(-50%) translateY(-8px) rotate(45deg);
}

.sp-nav{
    width: 500px;
    height: calc(100% - 70px);
    background: #fff;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    border-top: 1px solid #ccc;
    padding: 75px 38px;
    display: none;
    overflow-y: scroll;
}

.sp-nav ul li a{
    font-size: 2.7rem;
    font-weight: 500;
    color: #e5002d;
    line-height: 1;
    text-decoration: none;
}

.sp-nav ul li + li{
    margin-top: 92px;
}

.sp-nav .insta{
    margin: 73px auto 0;
    display: table;
}

.sp-nav .insta img{
    width: 79px;
}
}


/* =====================================
	main
===================================== */

.pr{
    position: relative;
}

.txt01 img{
    position: absolute;
    bottom: 0;
    left: 0;
}

.txt02{
    position: relative;
    z-index: 10;
}

.txt03 img{
    position: absolute;
    bottom: 0;
    left: 0;
}

#voice{
    margin-top: 40px;
}


/* =====================================
	footer
===================================== */

footer{
    background: #fff;
    position: relative;
    padding: 190px 0 33px;
}

footer .pagetop{
    position: absolute;
    top: 36px;
    right: 66px;
    width: 112px;
}

footer .insta img{
    margin: 0 auto;
    width: 116px;
    position: relative;
    z-index: 10;
}

footer small{
    font-size: 2.5rem;
    text-align: center;
    line-height: 1;
    margin-top: 48px;
    width: 100%;
    display: table;
}

@media screen and (max-width:768px){

.pc{
	display:none !important;
}

.sp{
	display:block !important;
}

a:hover{
	opacity: 1;
}

body{
    font-size: 3.467vw;
    width: 100%;
    min-width: auto;
    overflow-x: hidden;
}

#wrapper{
    max-width: 100%;
    box-shadow: none;
}


/* =====================================
	header
===================================== */

header{
    height: 14vw;
}

header .logo{
    width: 43.6vw;
    border: none;
}

header .logo img{
    width: 28.67vw;
}

header .amazon{
    width: 43.6vw;
    border-right: 1px solid #ccc;
}

header .amazon.sp{
    display: flex !important;
}

header .amazon img{
    width: 18.533vw;
}

.menu-trigger,
.menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}
.menu-trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 12.8vw;
    height: 100%;
    border: none;
    appearance: none;
    background: #fff;
    z-index: 1000;
}
.menu-trigger span {
    position: absolute;
    left: 50%;
    width: 6.133vw;
    height: 0.4vw;
    background-color: #e5002d;
    transform: translateX(-50%);
    transform-origin: center center;
}
.menu-trigger span:nth-of-type(1) {
    top: 5.6vw;
}
.menu-trigger span:nth-of-type(2) {
    top: 7.2vw;
}
.menu-trigger span:nth-of-type(3) {
    top: 8.8vw;
}
.menu-trigger.active span:nth-of-type(1) {
    transform: translateX(-50%) translateY(1.6vw) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
    transform: translateX(-50%) translateY(-1.6vw) rotate(45deg);
}

.sp-nav{
    width: 100%;
    height: calc(100% - 14vw);
    background: #fff;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    border-top: 1px solid #ccc;
    padding: 15.2vw 7.733vw;
    display: none;
}

.sp-nav ul li a{
    font-size: 5.4vw;
    font-weight: 500;
    color: #e5002d;
    line-height: 1;
    text-decoration: none;
}

.sp-nav ul li + li{
    margin-top: 18.67vw;
}

.sp-nav .insta{
    margin: 14.67vw auto 0;
    display: table;
}

.sp-nav .insta img{
    width: 16vw;
}


/* =====================================
	main
===================================== */

#voice{
    margin-top: 8vw;
}


/* =====================================
	footer
===================================== */

footer{
    padding: 38vw 0 6.6vw;
}

footer .pagetop{
    top: 7.2vw;
    right: 13.2vw;
    width: 22.4vw;
}

footer .insta img{
    width: 23.2vw;
}

footer small{
    font-size: 5vw;
    margin-top: 9.6vw;
}


}