@charset "utf-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;500;700&display=swap');

body {
	font-family: 'Roboto', 'Noto Sans JP', sans-serif;
	background-image: url(../img/bg01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	min-height: 100vh;
	position: relative;
	padding-bottom: 100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #FFFFFF;
	font-weight: 300;
	letter-spacing: 0.03rem;
}
h2 {
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 2.4rem;
    margin-bottom: 50px;
    padding-bottom: 10px;
    font-style: italic;
}
h3 {
    clear: both;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 1.4rem;
}

p {
	margin-bottom: 20px;
	font-size: 1rem;
	line-height: 2rem;
	text-align: justify;
}


img {
	max-width: 100%;
	height: auto;
}
a {
	transition: 0.3s;
}

a:link {
	color: #FFF9A9;
}
a:visited {
	color: #E8EBD5;
}
a:hover {
	color: #FFFE42;
	text-decoration: none;
}

nav.navbar-onemade {
    position: fixed;
    z-index: 10;
    width: 100%;
    left: 0px;
    top: 0px;
    letter-spacing: 0rem;
    background-color: #FFFFFF;
}
.navbar {
    display: block;
}
.navbar-brand {
    text-align: center;
    display: block;
    margin-bottom: 5px;
}

.collapse {

}
.active {
    border-radius: 3px;
    display: block;
    color: #C36398;
}

ul.menu1 {
    font-weight: 400;
    text-align: center;
    position: relative;
    left: 50%;
}
ul.menu1 li {
    margin-left: 12px;
    margin-right: 12px;
    display: inline-block;
    position: relative;
    left: -50%;
}
li.nav-item {
	letter-spacing: 0.05rem;
}

ul.menu1 li.nav-item a     {
	color: #333333;
}
ul.menu1 li.nav-item a:link {
    color: #333333;
    font-style: italic;
}
ul.menu1 li.nav-item a:visited {
    color: #333333;
    font-style: italic;
}
ul.menu1 li.nav-item a:hover {
    color: #C36398;
    text-decoration: none;
    font-style: italic;
}
ul.nav-sns {
    position: fixed;
    top: 15px;
    right: 15px;
}
.nav-sns li {
    margin-left: 10px;
    margin-right: 0px;
}

.nav-sns a {

}

.nav-sns a img {
	height: 22px;
	width: 22px;
}
.nav-sns a:hover {
	opacity: 0.8;
}


.nav-logo {
	height: 24px;
	width: auto;
}
button.navbar-toggler {
	float: right;
	background-color: rgba(255,255,255,0.30);
}
div.collapse {

}

.mainv {
	background-image: url(../img/mainv01.png);
	background-repeat: no-repeat;
	background-position: center 0px;
	background-size: 100% auto;
	height: 940px;
}
.main-logo  {
	text-align: center;
	padding-top: 70px;
	padding-right: 20px;
}
.main-logo img {
	height: 100px;
	width: auto;
}
.mainv video {
	margin-top: 380px;
	margin-left: 105px;
}

.topvideo {
	width: 220px;
	height: 372px;
}
footer {
	bottom: 0;
	position: absolute;
	width: 100%;
}

.copyright {
	color: #FFFFFF;
	text-align: center;
	font-weight: 300;
	font-size: 0.9rem;
	letter-spacing: 0.05rem;
	padding-bottom: 30px;
	padding-top: 20px;
	line-height: 20px;
}
.con-start {
	padding-top: 150px;
}
.con-start-top {
    padding-top: 60px;
}
.clct{
	margin-bottom: 30px;
}
.clctHide {
  display: none;
}
.clctBox a {
    display: inline-block;
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
}
.clctBox a:hover img {
    transition: 0.3s;
    opacity: 0;
    color: #FFFFFF;
}
.clctBox2 a {
    display: inline-block;
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
    background-color: #FFFFFF;
}
.clctBox2 a:hover img {
    transition: 0.3s;
    opacity: 0.8;
    color: #FFFFFF;
}
.shop {
	width: 100%;
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 1px;
	line-height: 20px;
	margin-bottom: 40px;
}
.shop dt {
	width: 50%;
	border-top: 1px dotted #CCCCCC;
	float: left;
	clear: both;
	padding-top: 8px;
	padding-bottom: 8px;
	text-indent: 5px;
	margin-bottom: 0px;
	font-weight: 300;
}
.shop dd {
	width: 50%;
	border-top: 1px dotted #CCCCCC;
	float: left;
	text-align: right;
	padding-right: 5px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-bottom: 0px;
	font-weight: 500;
}
.form-bt {
	margin-bottom: 50px;
}
.news {
	width: 100%;
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 1px;
	line-height: 20px;
	margin-bottom: 40px;
}
.news dt {
	width: 20%;
	border-top: 1px dotted #CCCCCC;
	float: left;
	clear: both;
	padding-top: 15px;
	padding-bottom: 15px;
	text-indent: 5px;
	margin-bottom: 0px;
	font-weight: 300;
	line-height: 24px;
}
.news dd {
	width: 80%;
	border-top: 1px dotted #CCCCCC;
	float: left;
	padding-right: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 0px;
	line-height: 24px;
}
.mailform textarea {
    width: 100%;
}
.nav-sns {
    text-align: center;
}
.nav-sns img {
    width: 26px;
    height: 26px;
}
.nav-sns a {
    display: inline;
}





ul.pdmenu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

.pdmenu__second-level li {
    border-top: 1px solid #CCC;
}

/* 下矢印 */
.init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* floatクリア */
.pdmenu:before,
.pdmenu:after {
    content: " ";
    display: table;
}

.pdmenu:after {
    clear: both;
}

.pdmenu {
    *zoom: 1;
}

.pdmenu > li.pdmenu__single {
    position: relative;
}

li.pdmenu__single ul.pdmenu__second-level {
    position: absolute;
    top: 25px;
    width: 100%;
    background: #FFFFFF;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    padding-left: 0px;
}

li.pdmenu__single:hover ul.pdmenu__second-level {
    top: 25px;
    visibility: visible;
    opacity: 1;
}
ul.pdmenu__second-level li {
    display: block;
    position: static;
    left: 0px;
    margin-left: 0px;
    margin-right: 0px;
}
ul.pdmenu__second-level li a {
    display: block;
    padding-top: 7px;
    padding-bottom: 7px;
}
ul.pdmenu__second-level li a:hover {
    background-color: #EEEEEE;
}


@media screen and (max-width:1199px){
.mainv {
    background-image: url(../img/mainv01.png);
    background-repeat: no-repeat;
    background-position: center 60px;
    background-size: 90% auto;
    height: 750px;
}
.main-logo  {
	text-align: center;
	padding-top: 70px;
	padding-right: 20px;
}
.main-logo img {
	height: 90px;
	width: auto;
}
.mainv video {
    margin-top: 315px;
    margin-left: 127px;
}

.topvideo {
    width: 160px;
    height: auto;
}


}



@media screen and (max-width:991px){
.mainv {
    background-image: url(../img/mainv01.png);
    background-repeat: no-repeat;
    background-position: center 80px;
    background-size: 100% auto;
    height: 680px;
}
.main-logo  {
	text-align: center;
	padding-top: 70px;
	padding-right: 20px;
}
.main-logo img {
	height: 80px;
	width: auto;
}
.mainv video {
	margin-top: 271px;
	margin-left: 68px;
}

.topvideo {
    width: 130px;
    height: auto;
    margin-top: 0px;
}


}

@media screen and (max-width:767px){
h2 {
    margin-bottom: 25px;
}
nav.navbar-onemade {
    position: fixed;
    z-index: 10;
    width: 100%;
    left: 0px;
    top: 0px;
    letter-spacing: 0rem;
    background-color: #FFFFFF;
}
.navbar {
    display: block;
}
.navbar-brand {
    text-align: center;
    display: block;
    margin-bottom: 5px;
    width: 100%;
}
.navbar-brand img {
    height: 20px;
    width: auto;
}

.navbar-toggler {
    position: fixed;
    top: 10px;
    right: 10px;
}
ul.menu1 {
    width: 100%;
    margin-top: 30px;
}
.menu1 li {
    border-top: 1px solid #999999;
    padding-top: 20px;
    padding-bottom: 20px;
}
.menu1 li:last-child {
    border-bottom: 1px solid #999999;
}
.menu1 .active {
    color: #9C0000;
}
.menu1 a {
    color: #333333;
    display: block;
}
.menu1 a:link {
    color: #333333;
}
.menu1 a:visited {
    color: #333333;
    display: block;
}
.menu1 a:hover {
    color: #9C0000;
}
.menu1 a:active {
    color: #9C0000;
}
ul.nav-sns {
    position: static;
    justify-content: center;
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.nav-sns {
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0px;
    width: 25%;
    display: inline-block;
}
.nav-sns li {
    margin: 0px;
    display: inline-block;
    width: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.nav-sns a {
    display: block;
}
.nav-sns a img {
    width: 40px;
    height: 40px;
}


.con-start {
	padding-top: 150px;
}
.con-start-top {
    padding-top: 60px;
}

.mainv {
	background-image: url(../img/mainv01.png);
	background-repeat: no-repeat;
	background-position: center 60px;
	background-size: 100% auto;
	height: 600px;
}
.main-logo  {
	text-align: center;
	padding-top: 40px;
	padding-right: 30px;
}
.main-logo img {
	height: 70px;
	width: auto;
}
.mainv video {
	margin-top: 202px;
	margin-left: 27px;
}
footer {
	bottom: 0;
	position: absolute;
	width: 100%;
}

.topvideo {
	width: 120px;
	height: auto;
}

}

@media screen and (max-width:575px){
.con-start {
	padding-top: 50px;
}

.mainv {
    background-image: url(../img/mainv01.png);
    background-repeat: no-repeat;
    background-position: center 30px;
    background-size: 100% auto;
    height: calc(100vh - 190px);
}
.main-logo  {
    text-align: center;
    width: 100%;
    padding: 0px;
}
.main-logo img {
    height: auto;
    width: 100%;
}
.mainv video {
    margin-top: 200px;
    margin-left: 20px;
}

.topvideo {
    width: 130px;
    height: auto;
}
footer {
	bottom: 0;
	position: absolute;
	width: 100%;
}
.con-start {
    padding-top: 100px;
}
.con-start-top {
    padding-top: 90px;
}
.news dt {
    display: block;
    float: none;
    width: 100%;
}
.news dd {
    display: block;
    float: none;
    width: 100%;
    border-top-style: none;
    padding-top: 0px;
}
}
