@charset "UTF-8";

/* ブラウザのディフォルトレイアウトリセット */
* {
	margin: 0;
	padding: 0;
	border: none;
	font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

img {
	border-image-width:0;
}


/* サイトの基本レイアウトと書体の定義 */
body {
	height: 100%;
	width: 100%;
	overflow-x: hidden;
	font-family: vdl-v7gothic, sans-serif;
	font-weight: 700;
	font-style: normal;
    background-color: #FFFFFF;
}

/* ベースのCSS変数 */
:root {
  --display-width:1980px;
  --base-font:21px;
}

a {
	color:#ffffff;
	border:none;
	text-decoration: none;
	outline : none;
}
a:visited {
	border:none;
	text-decoration: none;
}
a:active {
	text-color:rgba(0,0,0,1.00);
	border:none;
	text-decoration: none;
}

a:focus {
	text-color:rgba(0,0,0,1.00);
	border:none;
	text-decoration: none;
}
a:hover {
	color:rgba(126,126,126,1.00);
	border:none;
	text-decoration: none;
}

#page {
	display:inline-block;
	max-width: 100%;
}

header#top {
	display:inline-block;
	margin:0 auto;
	text-align:center;
}




/* ------ パソコン幅表示 -------- */
	html {
		font-size:var(--base-font);
		outline: none;
		height: 100%;
		border:none;
	}

    body {
        background-color: #FFFFFF;
	}

	
	/*ヘッダー*/
	header {
        height: 5vw;
	}
	
	.header-logo {
        display: inline;
        position: absolute;
        left: 7.5vw;
		width: 25vw;
        height: 25vw;
        background-color: #F88E1E;
        text-align: center;
	}

    .header-logo img {
		width: 20vw;
        padding-top: 2.5vw;
		margin: auto;
        vertical-align: middle;
	}
	
	.header-nav {
        position: absolute;
		width: 50vw;
        right: 0;
        background-color: #F88E1E;
        z-index: 100000;
	}


    .header-nav ul {
        display: flex;
        height: 5vw;
        right: 0;
        background-color: #F88E1E;
        justify-content: space-around;
        line-height: 5vw;
	}

    .header-nav ul li {
        list-style: none;
        font-family: zen-kaku-gothic-antique, sans-serif;
    }

    .header-nav ul li a {
        color: #171614;
    }

    .arrow-decoration-nav {
        position: relative;
        display: inline-block;
        width: 1.5rem;
        height: 0.1rem;
        margin-top: 1.2rem;
        margin-left: 0.5rem;
        border-radius: 9999px;
        background-color: #171614;
    }

    .arrow-decoration-nav::before {
        content: "";
        position: absolute;
        top: calc(50% - 0.2rem);
        right: 0;
        width: 0.5rem;
        height: 0.1rem;
        border-radius: 9999px;
        background-color: #171614;
        transform: rotate(45deg);
        transform-origin: calc(100% - 0.2rem) 50%;
    }

    main {
        width: 100%;
    }

    /*ファーストビュー*/
    #fv {
        height: 40.25vw;
        margin-bottom: 2vw;
        
    }

    #main-image-pc {
        display: block !important;
        position: absolute;
        width: 60vw;
        right: 0;
        top: 2vw;
    }

    #main-image-sp {
        display: none !important;
    }

	.main-text {
		position: absolute;
        width: 33vw;
        left: 3vw;
        top: 28vw;
        text-align: center;
        color: #171614;
	}
    .main-text h1 {
		font-size: 3.5vw;
        line-height: 4.5vw;
        margin-bottom: 1vw;
	}

    .main-text h2 {
		font-size: 1.6vw;
        font-family: zen-kaku-gothic-antique, sans-serif;
	}

    .decoration {
        background-color: #F88E1E;
        width: 80vw;
        height: 8vw;
        position: relative;
        top: 32.25vw;
        z-index: -1;
    }

    /*インフォメーション*/
    #infomation {
        background-color: #FFFFFF;
        width: 80%;
        margin: auto auto 5vw auto;
        
    }
 
    #infomation h3 {
        color: #ACA7A4;
        font-size: 1.7rem;
    }

    .info {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .info-notice {
        flex: 0 0 60%;
    }

    .info-notice-list ol {
        list-style: none;
        margin-top: 0.5rem;
    }

    .info-notice-list ol li {
        margin-top: 0;
    }

    .info-notice-list ol li a {
        color: #ACA7A4;
        font-size: 1rem;
        font-family: zen-kaku-gothic-antique, sans-serif;
        font-weight: 400;
        line-height: 1rem;
    }

    .info-notice-list ol li a span {
        font-size: 1.2rem;
    }

    .info-notice-link {
        text-align: end;
    }

    .info-notice-link a {
        color: #ACA7A4;
        font-weight: 400;
        font-size: 1.2rem;
    }

    .info-notice-link-decoration {
        position: relative;
        display: inline-block;
        width: 2rem;
        height: 0.15rem;
        margin-top: 2rem;
        border-radius: 9999px;
        background-color: #ACA7A4;
    }

    .info-notice-link-decoration::before {
        content: "";
        position: absolute;
        top: calc(50% - 0.2rem);
        right: 0;
        width: 1rem;
        height: 0.15rem;
        border-radius: 9999px;
        background-color: #ACA7A4;
        transform: rotate(45deg);
        transform-origin: calc(100% - 0.2rem) 50%;
    }

    .info-notice-decoretion {
        width: 2px;
        height: 6rem;
        background-color: #ACA7A4;
    }

    .info-inquiry {
        background-color: #ACA7A4;
        width: 15vw;
        height: 7vw;
        text-align: center;
    }
    .info-inquiry a {
        line-height: 7vw;
        font-family: zen-kaku-gothic-antique, sans-serif;
        vertical-align: middle;
        font-size: 1.3rem;
    }

	/*メニュー*/
    
	#wrap {
		background-color: #EBEBEB;
	}

    
	
    /*PILLBOX タイトル*/
    #items, #category, #concept {
        max-width: 1680px;
        margin: auto; 
        position: relative;
    }

    .items-decoration-absolute {
        position: absolute;
        top: 0;
        width: 100%;
    }

    .items-decoration {
        max-width: 1680px;
        width: 90%;
        height: 0.9vw;
        background-color: #F88E1E;
        margin-left: 0;
        margin-right: auto;
    }

    .items-decoration-1 {
        max-width: 1680px;
        width: 16vw;
        aspect-ratio: 1;
        clip-path: polygon(0 0,100% 0,0 100%);
        background: #F88E1E;
        margin-left: 0;
        margin-right: auto;
    }

    .contents {
        color: #171614;
        padding:0 3vw; 
        position: relative;
        z-index: 10000;
    }

    .sub-title {
        font-size: 2rem;
        font-family: zen-kaku-gothic-antique, sans-serif;
        font-weight: 600;
        padding-top: 1.5rem;
    }

    #items h3 {
        font-size: 4.5rem;
        font-weight: 800;
        line-height: 5rem;
        padding-top: 1rem;
        color: #171614;
    }

    #items h4 {
        font-size: 2rem;
        line-height: 2.5rem;
        font-weight: 600;
        padding: 0;
        color: #171614;
    }

    /*PILLBOX 画像、特徴*/
    .items-point {
        display: flex;
        margin-top: 3vw;
        justify-content: space-between;
    }

    .items-point-text {
        width: 57%;
    }

    .point-title {
        display: inline;
        font-size: 2.6vw;
        font-family: zen-kaku-gothic-antique, sans-serif;
        font-weight: 600;
        line-height: 5vw;
        padding: 0.1rem 0.5rem;
        margin-top: 0.3rem;
        color: #EBEBEB;
        background-color: #171614;
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone;
    }

    .items-point-image-sp {
        display: none !important;
    }
    .point-list {
        margin-top: 2rem;
    }

    .point-list ol {
        list-style: none;
    }

    .point-list-1 ,.point-list-2 ,.point-list-3 {
        font-size: 1.3rem;
        color: #171614;
        margin-top: 1rem;
        line-height: 2rem;
        padding-left: 2rem;
    }

    .point-list-1 ul ,.point-list-2 ul ,.point-list-3 ul {
        list-style: disc;
        font-size: 1rem;
        font-family: zen-kaku-gothic-antique, sans-serif;
        font-weight: 400;
        line-height: 1.3rem;
    }

    .point-list-1 {
        background: url("../images/point-list-pc-1.png") left 0px top -0.1rem no-repeat;
        background-size: 1.8rem auto;
    }

    .point-list-2 {
        background: url("../images/point-list-pc-2.png") left 0px top -0.1rem no-repeat;
        background-size: 1.8rem auto;
    }

    .point-list-3 {
        background: url("../images/point-list-pc-3.png") left 0px top -0.1rem no-repeat;
        background-size: 1.8rem auto;
    }

    .items-point-image-pc {
        width: 35%;
    }

    .items-point-image-pc img {
        width: 100%;
    }

    /*PILLBOX ポイント*/
    .items-area {
        display: flex;
        justify-content: space-between;
        margin: 5vw 3vw 0;
    }

    .items-area-box {
        width: 22%;
    }

    .items-area-box img {
        width: 100%;
        }

    .items-area-box-title {
        font-weight: 600;
        font-size: 1.3rem;
        font-family: zen-kaku-gothic-antique, sans-serif;
    }

    .items-area-box-text {
        font-weight: 400;
        font-size: 0.9rem;
        font-family: zen-kaku-gothic-antique, sans-serif;
    }

    /*PILLBOX 購入リンク*/
    .buy {
        margin: 2rem;
    }

    .buy-botton {
        display: flex;
        justify-content: flex-end;
        margin-right: 2rem;
    }

    .buy-botton p {
        font-size: 2rem;
        color: #F88E1E;
        padding-right: 0.5rem;
    }

    .buy-decoration {
        position: relative;
        display: inline-block;
        width: 10rem;
        height: 0.3rem;
        margin-top: 2rem;
        border-radius: 9999px;
        background-color: #F88E1E;
    }

    .buy-decoration::before {
        content: "";
        position: absolute;
        top: calc(50% - 0.2rem);
        right: 0;
        width: 3rem;
        height: 0.3rem;
        border-radius: 9999px;
        background-color: #F88E1E;
        transform: rotate(45deg);
        transform-origin: calc(100% - 0.2rem) 50%;
    }

    /*カテゴリーリンク*/
    #category {
        margin-top: 10vw;
    }

    .category-decoration-absolute {
        position: absolute;
        top: 0;
        width: 100%;
    }

    .category-decoration {
        max-width: 1680px;
        width: 80%;
        height: 0.9vw;
        background-color: #F88E1E;
        margin-left: auto;
        margin-right: 10vw;
    }

    .category-decoration-1 {
        max-width: 1680px;
        width: 16vw;
        aspect-ratio: 1;
        clip-path: polygon(100% 0,0 0,100% 100%);
        background: #F88E1E;
        margin-left: auto;
        margin-right: 10vw;
    }

    #category h3 {
        font-size: 4.5rem;
        font-weight: 800;
        line-height: 5rem;
        padding-top: 3vw;
        margin-right: 10vw;
        color: #171614;
        text-align: end;
    }

    #category h4 {
        text-align: right;
        margin-right: 10vw;
        padding-top: 0.8rem;
    }

    #category h4 span {
        background-color: #171614;
        font-size: 1.8rem;
        font-family: zen-kaku-gothic-antique, sans-serif;
        line-height: 2.5rem;
        font-weight: 600;
        color: #EBEBEB;
        padding-left: 0.8rem;
        padding-right: 0.8rem;
    }

    .category-box {
        margin-top: 5vw;
        margin-left: auto;
        margin-right: auto;
        width: 60%;
    }

    .category-box-decoration {
        position: absolute;
        width: 12vw;
        aspect-ratio: 1;
        clip-path: polygon(0 0,100% 0,0 100%);
        background: #F88E1E;
    }

    .category-box-image {
        display: block;
    }
    .category-box-image img {
        width: 100%;
        height: auto;
        vertical-align: bottom;
    }

    .category-title {
        position: absolute;
        font-size: 3.4rem;
        font-weight: 800;
        top: 27%;
        left: 24%;
        color: #FFFFFF;
    }

    .category-arrow {
        position: absolute;
        top: 58%;
        right: 23%;
        color: #FFFFFF;
        font-size: 1.5rem;
        display: flex;
    }

    .arrow-decoration {
        position: relative;
        display: inline-block;
        width: 6rem;
        height: 0.2rem;
        margin-top: 1.2rem;
        margin-left: 0.5rem;
        border-radius: 9999px;
        background-color: #FFFFFF;
    }

    .arrow-decoration::before {
        content: "";
        position: absolute;
        top: calc(50% - 0.2rem);
        right: 0;
        width: 1.5rem;
        height: 0.2rem;
        border-radius: 9999px;
        background-color: #FFFFFF;
        transform: rotate(45deg);
        transform-origin: calc(100% - 0.2rem) 50%;
    }

    .category-box-image-1 {
        max-width: 1280px;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    
    .category-box-image-2 {
        width: 50%;
    }

    .category-box-image-2 img {
        width: 100%;
        vertical-align: bottom;
    }

    .category-title-2 {
        position: absolute;
        font-size: 2.6rem;
        font-weight: 800;
        top: 65%;
        left: 24%;
        color: #FFFFFF;
    }

    .category-arrow-2 {
        position: absolute;
        top: 96%;
        right: 51%;
        color: #FFFFFF;
        font-size: 1.2rem;
        display: flex;
    }

    .arrow-decoration-2 {
        position: relative;
        display: inline-block;
        width: 4rem;
        height: 0.2rem;
        margin-top: 1rem;
        margin-left: 0.5rem;
        border-radius: 9999px;
        background-color: #FFFFFF;
    }

    .arrow-decoration-2::before {
        content: "";
        position: absolute;
        top: calc(50% - 0.2rem);
        right: 0;
        width: 1.2rem;
        height: 0.2rem;
        border-radius: 9999px;
        background-color: #FFFFFF;
        transform: rotate(45deg);
        transform-origin: calc(100% - 0.2rem) 50%;
    }

    .category-title-3 {
        position: absolute;
        font-size: 2.6rem;
        font-weight: 800;
        top: 65%;
        left: 52%;
        color: #FFFFFF;
    }

    .category-arrow-3 {
        position: absolute;
        top: 96%;
        right: 23%;
        color: #FFFFFF;
        font-size: 1.2rem;
        display: flex;
    }

    /*ブランド　コンセプト*/
    #concept {
        margin-top: 10vw;
    }

    .concept-decoration {
        width: 90%;
        height: 0.9vw;
        background-color: #F88E1E;
        position: absolute;
        left: 0;
    }

    .concept-decoration-1 {
        width: 16vw;
        aspect-ratio: 1;
        clip-path: polygon(0 0,100% 0,0 100%);
        background: #F88E1E;
        position: absolute;
        left: 0;
    }

    .concept-box {
        display: flex;
        justify-content: space-between;
        padding-left: 3rem;
        padding-right: 3rem;
        margin: auto;
        position: relative;
        top:3rem;
        z-index: 10000;
    }

    .concept-box-text {
        width: 55%;
    }

    .concept-box-image-pc {
        width: 40%;
        text-align: center;
    }

    .concept-box-image-pc img {
        width: 100%;
    }

    #concept h3 {
        font-size: 3.5rem;
        line-height: 4.5rem;
        font-weight: 800;
        color: #171614;
    }

    #concept p {
        font-size: 1.2rem;
        font-family: zen-kaku-gothic-antique, sans-serif;
        font-weight: 400;
        color: #171614;
        margin-top: 2rem;
    }

    .concept-box-image-sp {
        display: none!important;
    }

    /*イメージ*/
    #foot-image {
        display: flex;
        width: 100%;
        justify-content: center;
        margin-top: 5vw;
    }

    #foot-image img{
        width: 25%;
    }


    /*ナビ*/
    .container{
        height: 3vw;
        position: absolute;
    }

    .elm{
        background-color: rgba(25,25,25,0.80);
        width: 100%;
        height: 3vw;
        position: fixed;
        bottom: 0;
        right: 0;
        display: flex;
        justify-content: space-around;
        transition: .2s;
        opacity: 0;
        z-index:-1;
    }

    /*.container-logo {
        width: 10%;
        text-align: center;
    }

    .container-logo img {
        width: 50%;
        vertical-align: middle;
    }*/

    .container-nav {
        width: 80%;
    }

    .container-nav ul {
        display: flex;
        height: 3vw;
        right: 0;
        justify-content: space-around;
        line-height: 3vw;
	}

    .container-nav ul li {
        list-style: none;
        font-family: zen-kaku-gothic-antique, sans-serif;
    }

    .arrow-decoration-container-nav {
        position: relative;
        display: inline-block;
        width: 1.5rem;
        height: 0.1rem;
        margin-top: 1.2rem;
        margin-left: 0.5rem;
        border-radius: 9999px;
        background-color: #FFFFFF;
    }

    .arrow-decoration-container-nav::before {
        content: "";
        position: absolute;
        top: calc(50% - 0.1rem);
        right: 0;
        width: 0.5rem;
        height: 0.1rem;
        border-radius: 9999px;
        background-color: #FFFFFF;
        transform: rotate(45deg);
        transform-origin: calc(100% - 0.1rem) 50%;
    }


	/* フッター部 */
	footer {
		width:100vw;
        background-color: #F88E1E;
	}

    .footer-nav {
        display: flex;
        width: 80vw;
        min-height: 18vw;
        margin: auto;
        justify-content: space-around;
        align-items: center;
    }
	
    .footer-nav-logo{
        width: 50%;
        text-align: right;
        padding-right: 2rem;
    }

    .footer-nav-logo img {
        width: 90%;
    }

    .footer-nav-info {
        font-family: zen-kaku-gothic-antique, sans-serif;
        width: 50%;
    }

    .footer-corporation {
        font-size: 1rem;
    }

    .footer-corporation-name {
        font-size: 1.6rem;
        font-weight: 900;
    }

    .footer-address {
        font-size: 0.8rem;
        font-weight: 400;
    }

    .footer-coporate-link {
        color: #FFFFFF;
        font-size: 0.8rem;
        margin-top: 0.5rem;
        display: block;
    }

    .footer-coporate-link[target="_blank"]::after {
        content: "\f35d";
        font-family: "Font Awesome 5 Free";
        font-weight: bold;
        padding-left: 0.5em;
        font-size: 0.8rem;
    }

    .footer-inquiry-link {
        display: inline-block;
        color: #F88E1E;
        font-size: 1.4rem;
        background-color: #171614;
        padding-right: 1rem;
        padding-left: 1rem;
        line-height: 2.6rem;
        margin-top: 1.2rem;
    }

    .footer-inquiry-link[target="_blank"]::after {
        content: "\f35d";
        font-family: "Font Awesome 5 Free";
        font-weight: bold;
        padding-left: 0.5em;
        font-size: 1.3rem;
    }

	footer span {
		display: inline-block;
		width: 100%;
		line-height: 3rem;
		vertical-align: middle;
		text-align: center;
		font-size: 0.7rem;
		color: #FFFFFF;
	}

/* ------ 1500PXをブレークポイントにする -------- */
@media only screen and (max-width: 1500px){
	html {
		font-size:18px;
	}
}
/* ------ 1300PXをブレークポイントにする -------- */
@media only screen and (max-width: 1300px){
	html {
		font-size:16px;
	}
}

/* ------ 1100PXをブレークポイントにする -------- */
@media only screen and (max-width: 1100px){
	html {
		font-size:14px;
	}
 }

/* ------ 1000PXをブレークポイントにする -------- */
@media only screen and (max-width: 1000px){
	html {
		font-size:12px;
	}
}

/* ------ スマートフォン幅表示 850PXをブレークポイントにする -------- */
@media only screen and (max-width: 850px){
	
	html {
		font-size:14px;
	}
	
	/*ヘッダー*/
	header {
        height: 190vw;
	}
	
	.header-logo {
        left: 15vw;
		width: 70vw;
        height: 65vw;
	}

    .header-logo img {
		width: 50vw;
        padding-top: 7vw;
	}
	
	.header-nav {
        position: absolute;
		width: 100%;
        top: 197vw;
	}

    .header-nav ul {
        height: 15vw;
        line-height: 15vw;
	}

    .header-nav ul li {
        font-size: 1.3rem;
    }
    
    .arrow-decoration-nav {
        width: 2rem;
        height: 0.2rem;
    }

    .arrow-decoration-nav::before {
        width: 1rem;
        height: 0.2rem;
    }

    /*ファーストビュー*/
    #fv {
        height: 25vw;
        margin-bottom: 2vw;
    }

    #main-image-pc {
        display: none !important;
    }

    #main-image-sp {
        display: block !important;
        position: absolute;
        width: 100%;
        right: 0;
        top: 120vw;
    }

	.main-text {
		position: absolute;
        width: 90vw;
        left: 5vw;
        top: 73vw;
	}
    
    .main-text h1 {
		font-size: 10vw;
        line-height: 12vw;
        margin-bottom: 5vw;
	}

    .main-text h2 {
		font-size: 5vw;
	}

    .decoration {
        position: absolute;
        width: 100%;
        height: 20vw;
        top: 100vw;
        z-index: -1;
    }
	
    /*インフォメーション*/
    #infomation {
        background-color: #FFFFFF;
        width: 90%;
        margin: auto auto 10vw auto;
        
    }
 
    #infomation h3 {
        color: #ACA7A4;
        font-size: 1.8rem;
    }

    /*.info {
        display: flex;
        flex-flow: column;
        justify-content: space-between;
        align-items: flex-start;
    }*/

    
    .info-notice {
        flex: 0 0 70%;
    }

    .info-notice-list ol li a {
        font-size: 1.1rem;
        line-height: 1.5rem;
    }

    .info-notice-link a {
        font-size: 1.2rem;
    }
    
    .info-notice-decoretion {
        margin: 0 2%;
    }

    .info-inquiry {
        width: 23%;
        height: 15vw;
        text-align: center;
        margin: 1rem auto;
    }
    
    .info-inquiry a {
        line-height: 15vw;
        font-size: 1.1rem;
    }
	
	/*PILLBOX タイトル*/
    #items, #category, #concept {
    }

    .items-decoration-absolute {
        position: absolute;
        top: 0;
        width: 100%;
    }

    .items-decoration {
        width: 95%;
        height: 1.5vw;
    }

    .items-decoration-1 {
        width: 30vw;
    }

    .sub-title {
        font-size: 1.5rem;
        padding-top: 2rem;
    }

    #items h3 {
        font-size: 5rem;
        font-weight: 800;
        line-height: 5.5rem;
    }

    #items h4 {
        font-size: 1.7rem;
    }

    /*PILLBOX 画像、特徴*/
    .items-point {
        flex-flow: column;
        margin-top: 10vw;
        justify-content: space-between;
    }

    .items-point-text {
        width: 100%;
        margin: auto;
    }

    .point-title {
        font-size: 5vw;
        line-height: 10vw;
    }
    
    .items-point-image-sp {
        display: block!important;
        width: 80vw;
        margin: 10vw auto;
    }
    
    .items-point-image-sp img {
        width: 100%;
    }

    .point-list {
        margin-top: 2rem;
    }

    .point-list ol {
        list-style: none;
    }

    .point-list-1 ,.point-list-2 ,.point-list-3 {
        font-size: 1.8rem;
        margin-top: 1.5rem;
        line-height: 2.5rem;
    }

    .point-list-1 ul ,.point-list-2 ul ,.point-list-3 ul {
        font-size: 1.2rem;
        line-height: 1.6rem;
        margin-top: 0.5rem;
    }

    .point-list-1 {
        background-size: 2.3rem auto;
    }

    .point-list-2 {
        background-size: 2.3rem auto;
    }

    .point-list-3 {
        background-size: 2.3rem auto;
    }
    
    .items-point-image-pc {
        display: none!important;
    }

    /*PILLBOX ポイント*/
    .items-area {
        display: flex;
        flex-wrap: wrap;
        margin: 5vw 3vw 0;
    }

    .items-area-box {
        width: 47%;
        margin-top: 1rem;
    }

    .items-area-box-title {
        font-size: 1.4rem;
    }

    .items-area-box-text {
        font-size: 1rem;
    }
    
    
    /*PILLBOX 購入リンク*/
    .buy {
        margin: 5vw 0;
    }

    .buy-botton p {
        font-size: 2.4rem;
    }

    .buy-decoration {
        margin-top: 2.9rem;
    }

    
    /*カテゴリーリンク*/
    .category-decoration {
        width: 90%;
        margin-right: 5%;
    }

    .category-decoration-1 {
        width: 30vw;
        margin-right: 5%;
    }

    #category h3 {
        font-size: 4.5rem;
        line-height: 5rem;
        margin-right: 5%;
    }

    #category h4 {
        margin-right: 5%;
        padding-top: 0.9rem;
    }

    #category h4 span {
        font-size: 1.6rem;
        line-height: 2.6rem;
    }

    .category-box {
        margin-top: 15vw;
        width: 80%;
    }

    .category-box-decoration {
        width: 16vw;
    }

    .category-title {
        font-size: 6vw;
        top: 33%;
        left: 15%;
    }

    .category-arrow {
        top: 60%;
        right: 14%;
        font-size: 3vw;
    }

    .arrow-decoration {
        width: 2.5rem;
        height: 0.2rem;
        margin-top: 4vw;
    }

    .arrow-decoration::before {
        width: 1rem;
    }

    .category-title-2 {
        font-size: 5vw;
        top: 68%;
        left: 15%;
    }

    .category-arrow-2 {
        top: 96%;
        right: 52%;
        font-size: 2vw;
    }

    .arrow-decoration-2 {
        width: 2rem;
        margin-top: 2.6vw;
    }

    .arrow-decoration-2::before {
        width: 0.8rem;
    }

    .category-title-3 {
        font-size: 5vw;
        top: 68%;
        left: 53%;
        color: #FFFFFF;
    }

    .category-arrow-3 {
        top: 96%;
        right: 14%;
        font-size: 2vw;
    }
	
	/*ブランド　コンセプト*/
    #concept {
        margin-top: 15vw;
    }

    .concept-decoration {
        width: 95%;
        height: 1vw;
    }

    .concept-decoration-1 {
        width: 30vw;
    }

    .concept-box {
        flex-flow: column;
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .concept-box-text {
        width: 95%;
    }

    .concept-box-image-pc {
        display: none!important;
    }

    #concept h3 {
        font-size: 3.1rem;
        line-height: 3.8rem;
    }
    
    .concept-box-image-sp {
        display: block!important;
        width: 90vw;
        margin: 5vw auto 0;
    }
    
    .concept-box-image-sp img {
        width: 100%;
    }

    #concept p {
        font-size: 1.3rem;
        margin-top: 5vw;
    }
    
    /*ナビ*/
    .container{
        height: 13vw;
    }

    .elm{
        height: 13vw;
    }

    /*.container-logo {
        width: 10%;
        text-align: center;
    }

    .container-logo img {
        width: 50%;
        vertical-align: middle;
    }*/

    .container-nav {
        width: 95%;
    }
    
    .container-nav ul {
        height: 13vw;
        line-height: 13vw;
        font-size: 1.3rem;
	}
    
    .arrow-decoration-container-nav {
        width: 1.5rem;
        height: 0.2rem;
    }

    .arrow-decoration-container-nav::before {
        width: 0.5rem;
        height: 0.2rem;
        top: calc(50% - 0.2rem);
        transform-origin: calc(100% - 0.2rem) 50%;
    }

    
    /*イメージ*/
    #foot-image {
        flex-wrap: wrap;
        margin-top: 15vw;
    }

    #foot-image img{
        width: 50%;
    }
    
    /* フッター部 */
    .footer-nav {
        flex-flow: column;
    }
	
    .footer-nav-logo {
        width: 100%;
        text-align: center;
        padding-right: 0;
        margin-top: 5vw;
    }
    .footer-nav-logo img {
        width: 100%;
    }
    .footer-nav-info {
        width: 100%;
        margin-top: 5vw;
    }

    .footer-corporation {
        font-size: 1.5rem;
    }

    .footer-corporation-name {
        font-size: 2.5rem;
    }

    .footer-address {
        font-size: 1.2rem;
    }

    .footer-coporate-link {
        font-size: 1.2rem;
        margin-top: 1.5rem;
    }

    .footer-coporate-link[target="_blank"]::after {
        padding-left: 0.5em;
        font-size: 1rem;
    }

    .footer-inquiry-link {
        font-size: 2rem;
        padding-right: 1rem;
        padding-left: 1rem;
        line-height: 4rem;
        margin-top: 0.5rem;
    }

    .footer-inquiry-link[target="_blank"]::after {
        font-size: 1.8rem;
    }

	footer span {
        margin-top: 1rem;
		line-height: 3rem;
		font-size: 1rem;
        font-weight: 400;
	}
}

/* ------ スマートフォン幅表示 600PXをブレークポイントにする -------- */
@media only screen and (max-width: 600px){
	
	html {
		font-size:11px;
	}
}

/* ------ スマートフォン幅表示 430PXをブレークポイントにする -------- */
@media only screen and (max-width: 430px){
	
	html {
		font-size:11px;
	}
    
   .category-title {
        top: 36%;
    }

    .category-arrow {
        top: 63%;
    }
}
