@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
	box-sizing: border-box;
	border-style: solid;
	border-width: 0;
}

/* Document */
/* ============================================ */

/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
* 3. Remove gray overlay on links for iOS.
*/

html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
	-webkit-tap-highlight-color: transparent;
	/* 3*/
}

/* Sections */
/* ============================================ */

/**
* Remove the margin in all browsers.
*/

body {
	margin: 0;
}

/**
* Render the `main` element consistently in IE.
*/

main {
	display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
	margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Lists (definition) */
/* ============================================ */

dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/

hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
	border-top-width: 1px;
	margin: 0;
	clear: both;
	color: inherit;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: inherit;
	/* 2 */
}

address {
	font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
* Remove the gray background on active links in IE 10.
*/

a {
	background-color: transparent;
	text-decoration: none;
	color: inherit;
}

.nav_warp {}

.nav_warp .nav {}

.nav_warp img {}

.nav_warp p {}

.nav_warp .nav_menu {}

.nav_warp ul {}

.nav_warp li {}

.nav_warp a {}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/

abbr[title] {
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
	/* 2 */
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/

b,
strong {
	font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: inherit;
	/* 2 */
}

/**
* Add the correct font size in all browsers.
*/

small {
	font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content */
/* ============================================ */

/**
* Prevent vertical alignment issues.
*/

img,
embed,
object,
iframe {
	vertical-align: bottom;
}

img {
	width: 100%;
}


/* Forms */
/* ============================================ */

/**
* Reset form fields to make them styleable
*/

button,
input,
optgroup,
select,
textarea {
	-webkit-appearance: none;
	appearance: none;
	vertical-align: middle;
	color: inherit;
	font: inherit;
	background: transparent;
	padding: 0;
	margin: 0;
	outline: 0;
	border-radius: 0;
	text-align: inherit;
}

/**
* Reset radio and checkbox appearance to preserve their look in iOS.
*/

[type="checkbox"] {
	-webkit-appearance: checkbox;
	appearance: checkbox;
}

[type="radio"] {
	-webkit-appearance: radio;
	appearance: radio;
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/

button,
input {
	/* 1 */
	overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/

button,
select {
	/* 1 */
	text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type="button"],
[type="reset"],
[type="submit"] {
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
	cursor: default;
}

/**
* Remove the inner border and padding in Firefox.
*/

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
* Remove arrow in IE10 & IE11
*/

select::-ms-expand {
	display: none;
}

/**
* Remove padding
*/

option {
	padding: 0;
}

/**
* Reset to invisible
*/

fieldset {
	margin: 0;
	padding: 0;
	min-width: 0;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/

legend {
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/

progress {
	vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/

textarea {
	overflow: auto;
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
* 1. Correct the outline style in Safari.
*/

[type="search"] {
	outline-offset: -2px;
	/* 1 */
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/**
* Clickable labels
*/

label[for] {
	cursor: pointer;
}

/* Interactive */
/* ============================================ */

/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/

details {
	display: block;
}

/*
* Add the correct display in all browsers.
*/

summary {
	display: list-item;
}

/*
* Remove outline for editable content.
*/

[contenteditable] {
	outline: none;
}

/* Table */
/* ============================================ */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption {
	text-align: left;
}

td,
th {
	vertical-align: top;
	padding: 0;
}

th {
	text-align: left;
	font-weight: bold;
}

/* Misc */
/* ============================================ */

/**
* Add the correct display in IE 10+.
*/

template {
	display: none;
}

/**
* Add the correct display in IE 10.
*/

[hidden] {
	display: none;
}

html {
	font-size: 62.5%;
}

body {
	margin: 0 auto;
	background-color: ;
	font-size: 1.4rem;
	font-family: 'Hiragino Kaku Gothic ProN', "Noto Sans", "Koburina Gothic W3 JIS2004", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

.clearfix::after {
	content: '';
	display: block;
	clear: both;
}

.box::-webkit-scrollbar {
	display: none;
}


::selection {
	background: #94bd62e0;
}

/*==================================================
スライダーのためのcss
===================================*/





.slider {
	position: relative;
	z-index: 1;
	/*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
	/*	height: 100vh;*/
	/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
	width: 100vw;
}

/*　背景画像設定　*/

.slider-item01 {
	background: url(https://coco-factory.jp/ugokuweb/wp-content/themes/ugokuweb/data/6-1-2/img/img_01.jpg);
}

.slider-item02 {
	background: url(https://coco-factory.jp/ugokuweb/wp-content/themes/ugokuweb/data/6-1-2/img/img_02.jpg);
}

.slider-item03 {
	background: url(https://coco-factory.jp/ugokuweb/wp-content/themes/ugokuweb/data/6-1-2/img/img_03.jpg);
}

.slider-item {
	width: 100%;
	/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
	height: 100vh;
	/*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
	background-repeat: no-repeat;
	/*背景画像をリピートしない*/
	background-position: center;
	/*背景画像の位置を中央に*/
	background-size: cover;
	/*背景画像が.slider-item全体を覆い表示*/
}

/*矢印の設定*/

.slick-prev,
.slick-next {
	position: absolute;
	z-index: 3;
	top: 42%;
	cursor: pointer;
	/*マウスカーソルを指マークに*/
	outline: none;
	/*クリックをしたら出てくる枠線を消す*/
	border-top: 2px solid #fff;
	/*矢印の色*/
	border-right: 2px solid #fff;
	/*矢印の色*/
	height: 25px;
	width: 25px;
}

.slick-prev {
	/*戻る矢印の位置と形状*/
	left: 2.5%;
	transform: rotate(-135deg);
}

.slick-next {
	/*次へ矢印の位置と形状*/
	right: 2.5%;
	transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
	position: relative;
	z-index: 3;
	text-align: center;
	margin: -50px 0 0 0;
	/*ドットの位置*/
}

.slick-dots li {
	display: inline-block;
	margin: 0 5px;
}

.slick-dots button {
	color: transparent;
	outline: none;
	width: 8px;
	/*ドットボタンのサイズ*/
	height: 8px;
	/*ドットボタンのサイズ*/
	display: block;
	border-radius: 50%;
	background: #fff;
	/*ドットボタンの色*/
}

.slick-dots .slick-active button {
	background: #333;
	/*ドットボタンの現在地表示の色*/
}


/*========= レイアウトのためのCSS ===============*/
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	color: #fff;
}

a:hover,
a:active {
	text-decoration: none;
}

.main_title {
	position: absolute;
	z-index: 2;
	top: 70%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	/*
	top: 50%;
	right: 40%;
	transform: translate(100%, -50%);
	text-align: left;
*/

	text-transform: uppercase;
	color: #fff;
	padding: 0 50px;
}




.main_title_h1 {
	font-family: bebas-neue-by-fontfabric, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 4vw;
	text-align: center;
	margin: 10px;
}

.main_title_h2 {
	font-weight: bold;
	font-size: 1.8vw;
	margin: 10px;
}

.main_title_h2 span{
	font-weight: bold;
	font-size: 1.3vw;
	margin: 10px;
}

.main_title_theme {
	font-family: bebas-neue-by-fontfabric, sans-serif;
	font-weight: 700;
	font-weight: 700;
	font-size: 1.5vw;
	margin: 10px;
}

.slick-dots {
	position: relative;
	z-index: 3;
	text-align: center;
	margin: -50px 0 0 0;
	display: none;
}

.slick-next {
	right: 2.5%;
	transform: rotate(45deg);
	display: none;
}

.slick-prev {
	left: 2.5%;
	transform: rotate(-135deg);
	display: none;
}


.wrapper {
	position: relative;
	padding: 7vh 0 0;
}

.container {
	background: #555;
}


.container p {
	padding: 300px 0;
	text-align: center;
	color: #fff;
}

.aw_start_warp {
	max-width: 1000px;
	margin: 0 auto;
	padding: 150px 0;
	text-align: center;
	color: #555555;
	font-weight: bold;
}

.aw_start_warp img {
	margin: 50px auto;
	text-align: center;
}

.aw_start_warp img:hover {
	opacity: 0.6;
	transition: all 0.5s ease;
}



.aw_start_h1 {
	font-family: bebas-neue-by-fontfabric, sans-serif;
	font-weight: 700;
	font-size: 40px;
	color: #232323;
	margin: 0 auto 30px;
}

.aw_title_h2 {
	font-family: bebas-neue-by-fontfabric, sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #555555;
	margin: 0 auto 20px;
}

.aw_start_p {
	font-weight: bold;
	font-size: 10px;
	letter-spacing: 0.2rem;
	line-height: 2rem;
	color: #555555;
}

.aw_start_warp_bk {
	margin: 0 auto;
	padding: 150px 0;
	text-align: center;
	color: #555555;
	font-weight: 700 bold;
	background-color: #f9f9f9;
}

.aw_start_warp_bk img {
	max-width: 1000px;
	margin: 50px auto;
	text-align: center;
}
.aw_start_warp_bk img:hover {
	opacity: 0.6;
	transition: all 0.5s ease;
}


.aw_start_h1_bk {
	font-family: bebas-neue-by-fontfabric, sans-serif;
	font-weight: 700;
	font-size: 40px;
	color: #232323;
	margin: 0 auto 20px;

}

.aw_title_h2_bk {
	font-family: bebas-neue-by-fontfabric, sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #555555;
	margin: 0 auto 20px;
}




.season_theme_warp {
	background-color: #F9F9F9;
	padding: 100px;
	margin: 0 auto 100px;
}

.season_theme {
	max-width: 1000px;
	font-size: 17px;
	font-weight: bold;
	margin: 0px auto;
	padding: 100px 0;
	letter-spacing: 0.2rem;
	line-height: 3rem;
	text-align: justify;
	text-justify: inter-ideograph;
}

.theme {
	background-color: #fff;
	max-width: 1000px;
	margin: 0 auto;
	padding: 50px 100px;
}

.theme_title_h2 {
	position: relative;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin: 0 auto 60px;
}

.theme_title_h2::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -30px;
	/*下線の上下位置調整*/
	display: inline-block;
	width: 50px;
	/*下線の幅*/
	height: 2px;
	/*下線の太さ*/
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translate(-50%);
	/*位置調整*/
	background-color: #555555;
	/*下線の色*/
}

.theme_title_h3 {
	text-align: center;
	font-weight: bold;
	font-style: 24px;
	margin: 0 auto 20px;
	color: #B8B8B8;
}

.theme_title_p {
	font-size: 16px;
	line-height: 2rem;
	margin: 20px auto;
}

.contents_title {
	max-width: 1000px;
	margin: 100px auto;
	padding: 0 100px;
	background-image: url("../img/25thlogo.svg");
	background-repeat: no-repeat;
	background-position: right;
}

.contents_h1 {
	font-family: bebas-neue-by-fontfabric, sans-serif;
	font-weight: 700;
	font-size: 40px;
	margin: 0 auto 10px;
	padding: 200px 0 0;
}

.contents_h2 {
	font-weight: bold;
	font-size: 16px;
	color: #555555;
	margin: 0 auto 50px;
}

.contents_p {
	max-width: 700px;
	font-size: 16px;
	padding: 0 0 200px;
	line-height: 3rem;
}

.logo {
	width: 40%;
	display: flex;
}

.logo img {
	width: 3vw;
	position: relative;
	display: block;
}

.logo p {
	font-family: bebas-neue-by-fontfabric, sans-serif;
	font-weight: 700;
	font-size: 1.3vw;
	padding: 20px 0;
	margin: 5px 20px;
}

/*navi*/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

:root {
	--nav-height: 7vh;
	--nav-background: #ccc;
}

nav {
	display: flex;
	padding: 0 30px;
	align-items: center;
	width: 100%;
	height: var(--nav-height);
	background-color: rgba(255, 255, 255, 0.3);
	position: fixed;
	z-index: 10000;
}

.logo h1 {
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	display: flex;
}

/* nav-links */

.nav-links {
	display: flex;
	height: var(--nav-height);
	align-items: center;
	margin-left: auto;
}

.nav-links li {
	list-style: none;
	margin: 0 15px;
	height: var(--nav-height);
	line-height: var(--nav-height);
	text-align: center;
	font-size: 1.2rem;

}

.nav-links li:hover {
	opacity: 0.6;
	transition: all 0.5s ease;
}



.nav-links li a {
	text-decoration: none;
	color: rgb(99, 99, 99);
	position: relative;
}

/* menu */

.menu {
	cursor: pointer;
	border: none;
	outline: none;
	display: none;
}

.menu .bar {
	width: 20px;
	height: 2px;
	background: #000;
	border-radius: 5px;
	opacity: 1;
	visibility: visible;
	transition: 0.5s ease;
	transform-origin: left;
}

.menu .bar1 {
	margin-bottom: 5px;
}

.menu .bar3 {
	margin-top: 5px;
}

.menu.toggle .bar1 {
	transform-origin: left;
	transform: rotate(45deg);
}

.menu.toggle .bar2 {
	opacity: 0;
	visibility: hidden;
}

.menu.toggle .bar3 {
	transform-origin: left;
	transform: rotate(-45deg);
}

.brand_design {
	width: 65%;
	margin: 0 auto;
}



.flex_box_warp {
	width: 100vw;
	background-color: #f9f9f9;
	padding: 100px;
}

.flex_box {
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}

.flex_box img {
	padding: 5px;
	text-align: left;
}


.sample1 {
	max-width: 33.333333%;
	width: 33.333333%;
	flex: 0 0 calc(100% / 3);
	display: block;
	position: relative;
	/* 相対位置指定 */	
}

.sample1 .caption {
	font-size: 10px;
	text-align: left;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translate(0%, -50%);
}

.sample1 .mask {
	width: 100%;
	height: 100%;
	position: absolute;
	/* 絶対位置指定 */
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	/* マスクを表示しない */
	background-color: rgba(0, 0, 0, 0.5);
	/* マスクは半透明 */
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.sample1:hover .mask {
	opacity: 1;
	/* マスクを表示する */
}

.brand_name {
	font-size: 10px;
	font-weight: bold;
	margin: 0 auto 10px;
}

.item_name {
	font-size: 1.3rem;
}

.and_more {
	font-size: 16px;
	text-align: center;
	margin: 50px auto;
	color: #555555;
}

.btn {
	display: block;
	width: 280px;
	height: 50px;
	margin: 0 auto;
	line-height: 50px;
	border: 1px #555555 solid;
	border-radius: 3px;
	background: #555555;
	text-align: center;
	font-size: 13px;
	color: #ffffff;
	font-weight: normal;
}

.btn:hover {
	display: block;
	line-height: 50px;
	border: 1px #555555 solid;
	border-radius: 3px;
	background: #fff;
	text-align: center;
	font-size: 13px;
	color: #555555;
	transition: all 0.5s ease;
}

.btn_bk {
	display: block;
	width: 280px;
	height: 50px;
	margin: 0 auto;
	line-height: 50px;
	border: 1px #555555 solid;
	border-radius: 3px;
	background: #555555;
	text-align: center;
	font-size: 13px;
	color: #ffffff;
}

.btn_bk:hover {
	display: block;
	line-height: 50px;
	border: 1px #555555 solid;
	border-radius: 3px;
	background: #fff;
	text-align: center;
	font-size: 13px;
	color: #555555;
	transition: all 0.5s ease;
}


.new_brends {
	margin: 100px auto;
}

.new_brends ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	justify-content: space-around;
}

.new_brends img {
	width: 200px;
	padding: 10px;
	margin: 10px;
}

.new_brends img :hover{
	opacity: 0.6;
	transition: all 0.5s ease;
}



.btn_nb {
	background: #232323;
	margin: 50px auto;
	padding: 30px 0;
	border-radius: 3px;
}

.btn_nb:hover {
	opacity: 0.6;
	transition: all 0.5s ease;
}


.btn_nb img {
	display: block;
	width: 200px;
	margin: 15px auto;
}

.btn_nb p {
	color: #fff;
	font-size: 16px;
	margin: 15px auto;
	text-align: center;
	font-weight: normal;
}

footer {
	text-align: center;
	color: #232323;
	padding: 50px 0;
	background-color: #fff;
}



.fadein {
	opacity: 0;
	transform: translate(0, 50px);
	transition: all 1500ms;
}

.fadein.scrollin {
	opacity: 1;
	transform: translate(0, 0);
}

#page-top {
	position: fixed;
	bottom: 25px;
	right: 25px;
	line-height: 1;
	z-index: 99;
}

#page-top a {
	text-decoration: none;
	color: #fff;
	width: 30px;
	text-align: center;
	display: block;
	border-radius: 90px;
	opacity: 0.9;
	transition: all .3s ease;
}

#page-top a:hover {
	text-decoration: none;
	opacity: .6;
}




.start {
	background: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 11000;
}

.start p {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
	width: 150px;
}