@charset "euc-jp";
/*--------- CSS MENU ---------*/
/*------------------------------
/*  01.  base
--------------------------------
------------------------------*/

/*  01.  base
------------------------------*/
/*  base  */
html,body {width: 100%; height: 100%; margin: 0; padding: 0;}
h1,h2,h3,h4,h5,h6,h7,dl,dt,dd,ol,ul,li,p,a {margin: 0; padding: 0; word-break: break-all;}
ol,ul,li {list-style: none;}
a {display: block; text-decoration: none;}

/*  font style  */
body {
	font-family: "Helvetica neue", Arial, Roboto, "Droid Sans", "¥Ò¥é¥®¥Î³Ñ¥´ ProN W3", "Hiragino Kaku Gothic ProN", ¥á¥¤¥ê¥ª, Meiryo, sans-serif;
	font-variant-ligatures: no-common-ligatures;
	font-kerning:normal; -webkit-font-kerning:normal; -moz-font-kerning:normal; -ms-font-kerning:normal; -o-font-kerning:normal;
	font-feature-settings: "kern" 1,"kern"; -webkit-font-feature-settings: "kern" 1,"kern"; -moz-font-feature-settings: "kern" 1,"kern"; -ms-font-feature-settings: "kern" 1,"kern"; -o-font-feature-settings: "kern" 1,"kern";
	font-smoothing: antialiased; -webkit-font-smoothing: antialiased; -moz-font-smoothing: antialiased; -ms-font-smoothing: antialiased; -o-font-smoothing: antialiased;
	text-rendering: optimizeLegibility; -webkit-text-rendering: optimizeLegibility; -moz-text-rendering: optimizeLegibility; -ms-text-rendering: optimizeLegibility; -o-text-rendering: optimizeLegibility;
     text-size-adjust:100%; -webkit-text-size-adjust:100%;
}

body.fix {overflow: hidden;}

/*  text style  */
.en {font-family: 'Poppins', sans-serif;}

/*  clearfix  */
.clearfix::after {display: block; clear: both; content: "";}



/*--------- CSS MENU ---------*/
/*------------------------------
/*  01.  header
/*  02.  header - logo
/*  03.  header - menu
/*  04.  header - cart
/*  05.  header - search
--------------------------------
------------------------------*/

/*  01.  header
------------------------------*/
/*  pc  */
@media screen and (min-width: 980px) {
/*  header  */
#head {position: fixed; width: 100%; height: 120px; top: 0; left: 0; background-color: #FFF; border-bottom: 2px solid #DDD; z-index: 888;}
}

/*  sp  */
@media screen and (max-width: 979px) {
/*  header  */
#head {position: fixed; width: 100%; height: 50px; top: 0; left: 0; background-color: #FFF; z-index: 888;}
}

/*  02.  header - logo
------------------------------*/
/*  pc  */
@media screen and (min-width: 980px) {
/*  header  *//*  logo  */
#head h1 {width: 50px; height: 50px; margin: 10px auto;}
#head h1 a {width: 100%; height: 100%; font-size: 0px; background-size: 100%; background-position: center; background-repeat: no-repeat;}
}

/*  sp  */
@media screen and (max-width: 979px) {
/*  header  *//*  logo  */
#head h1 {width: 40px; height: 40px; margin: 5px auto;}
#head h1 a {width: 100%; height: 100%; font-size: 0px; background-size: 100%; background-position: center; background-repeat: no-repeat;}
}

/*  03.  header - menu
------------------------------*/
/*  pc  */
@media screen and (min-width: 980px) {
/*  header  *//*  menu  *//*  button  */
#menu_button {display: none;}

/*  header  *//*  menu  */
#menu_body {width: 960px; height: auto; margin: auto;}
#menu_main {float: left; width: 100%; height: auto; margin-top: 10px;}
#menu_main ul.parent {float: left; width: 100%; height: auto;}
#menu_main ul.parent li.parent {position: relative; float: left; width: 160px; height: 40px;}
#menu_main ul li.sp {display: none;}
#menu_main ul.parent li.parent h2 {line-height: 20px; font-size: 12px; font-weight: 400; text-align: center; letter-spacing: 2px;}
#menu_main ul.parent li.parent h2 a {position: relative; padding: 10px; color: #000; box-sizing: border-box;}
#menu_main ul.parent li.parent h2 a::after {position: absolute; content: ""; width: 0%; height: 2px; left: 0; bottom: -2px; background-color: #000; opacity: 0;}
#menu_main ul.parent li.parent:hover h2 a::after {width: 100%; opacity: 1;}
  
#menu_main ul.parent li.parent ul.child {opacity: 0; visibility: hidden;}
#menu_main ul.parent li.parent:hover ul.child {opacity: 1; visibility: visible;} 
#menu_main ul.parent li.parent ul.child {position: absolute; float: left; width: 100%; height: auto; top: 40px; left: 0px;padding: 10px; margin: 1px 0px 0px 0px; background-color: #FFF; border: 1px solid #000; box-sizing: border-box;}
#menu_main ul.parent li.parent ul.child li.child {float: left; width: 100%; height: auto; line-height: 20px; font-size: 12px; font-weight: 400; text-align: center; letter-spacing: 1px;}
#menu_main ul.parent li.parent ul.child li.child a {position: relative; padding: 10px; color: #000; box-sizing: border-box;}
#menu_main ul.parent li.parent ul.child li.child a:hover {color: #AAA;}

/*  header  *//*  menu  *//*  sub  */
#menu_sub {position: absolute; width: auto; height: auto; top: 25px; right: 110px;}
#menu_sub ul {float: left; width: auto; height: auto;}
#menu_sub ul {display: flex; flex-wrap: nowrap;}
#menu_sub ul li {width: auto; height: auto; line-height: 20px; margin-right: 20px; font-size: 12px; font-weight: 400; text-align: center; letter-spacing: 1px;}
#menu_sub ul li a {color: #777;}
#menu_sub ul li a:hover {color: #000;}

/*  header  *//*  menu  *//*  sns  */
#menu_sns {display: none;}
}

/*  sp  */
@media screen and (max-width: 979px) {
/*  header  *//*  menu  *//*  button  */
#menu_button {position: fixed; width: 50px; height: 50px; top: 0px; left: 0px; background-color: rgba(0,0,0,0); border-radius: 0px; border: 0px; outline: none; z-index: 888;}
#menu_button p {position: absolute; width: 100%; height: 15px; line-height: 10px; left: 0; bottom: 0; font-size: 10px; font-weight: 600; text-align: center; letter-spacing: 1px;}
#menu_button p.open {color: #000; transform: translateX(0px); opacity: 1;}
#menu_button.active p.open {transform: translateX(20px); opacity: 0;}
#menu_button p.close {color: #FFF; transform: translateX(-20px); opacity: 0;}
#menu_button.active p.close {transform: translateX(0px); opacity: 1;}
#menu_button span {position: absolute; width: 20px; height: 2px; left: 15px; background-color: #000; border-radius: 5px;}
#menu_button span:first-of-type {top: 12px;}
#menu_button span:nth-of-type(2) {top: 18px; opacity: 1;}
#menu_button span:last-of-type {top: 24px;}
#menu_button.active span:first-of-type {background-color: #FFF; transform: translateY(6px) rotate(225deg);}
#menu_button.active span:nth-of-type(2) {background-color: #FFF; transform: translateX(100%); opacity: 0;}
#menu_button.active span:last-of-type {background-color: #FFF; transform: translateY(-6px) rotate(-225deg);}
     
/*  header  *//*  menu  */
#menu {visibility: hidden; opacity: 0;}
#menu.open {visibility: visible; opacity: 1;}
#menu {position: fixed; width: 100%; height: auto; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0,0,0,0.9); overflow: hidden; z-index: 777;}

/*  header  *//*  menu  *//*  body  */
#menu #menu_body {transform: translateX(-100%); opacity: 0;}
#menu.open #menu_body {transform: translateX(0); opacity: 1;}
#menu #menu_body {position: absolute; width: calc(100% - 80px); max-width: 400px; top: 0px; left: 0px; bottom: 0px; padding-top: 50px; background-color: #333; z-index: 887;}

/*  header  *//*  menu  */
#menu_main {position: absolute; top: 50px; left: 0px; right: 0px; bottom: 140px; overflow-y: scroll;}
#menu_main ul.parent {float: left; width: 100%; height: auto; padding: 0px 20px 0px 20px; box-sizing: border-box;}
#menu_main ul.parent li.parent {float: left; width: 100%; height: auto; padding: 10px 0px 10px 0px; border-bottom: 1px solid #AAA;}
#menu_main ul.parent li.parent h2 {line-height: 15px; font-size: 12px; font-weight: 700; letter-spacing: 4px;}
#menu_main ul.parent li.parent h2 a {position: relative; padding: 10px 0px 10px 0px; color: #FFF; box-sizing: border-box;}
#menu_main ul.parent li.parent ul.child {float: left; width: 100%; height: auto;}
#menu_main ul.parent li.parent ul.child li.child {float: left; width: 100%; height: auto; line-height: 15px; font-size: 12px; font-weight: 400; letter-spacing: 4px;}
#menu_main ul.parent li.parent ul.child li.child a {position: relative; padding: 10px 0px 10px 10px; color: #FFF; box-sizing: border-box;}
#menu_main ul.parent li.sp {float: left; width: 100%; height: auto; border-bottom: 1px solid #AAA;}
#menu_main ul.parent li.sp h2 {line-height: 15px; font-size: 12px; font-weight: 700; letter-spacing: 4px;}
#menu_main ul.parent li.sp h2 a {position: relative; padding: 20px 0px 20px 0px; color: #FFF; box-sizing: border-box;}

/*  header  *//*  menu  *//*  sub  */
#menu_sub {position: absolute; float: left; width: 100%; height: auto; left: 0; bottom: 41px;}
#menu_sub ul {float: left; width: 100%; height: auto; padding: 10px 20px 10px 20px; box-sizing: border-box;}
#menu_sub ul li {float: left; width: 100%; height: auto; line-height: 15px; margin-right: 20px; font-size: 12px; font-weight: 400; letter-spacing: 2px;}
#menu_sub ul li a {display: inline-block; padding: 10px 0px 10px 0px; color: #CCC;}

/*  header  *//*  menu  *//*  sns  */
#menu_sns {position: absolute; float: left; width: 100%; height: auto; left: 0; bottom: 0px;}
#menu_sns ul {float: left; width: 100%; height: auto; border-top: 1px solid #AAA;}
#menu_sns ul {display: flex; flex-wrap: nowrap;}
#menu_sns ul li {width: calc(100% / 3); height: 40px; font-size: 0px; border-right: 1px solid #AAA; box-sizing: border-box;}
#menu_sns ul li:last-of-type {border: 0px;}
#menu_sns ul li a {width: 100%; height: 100%; background-size: 16px; background-position: center; background-repeat: no-repeat;}
}

/*  04.  header - cart
------------------------------*/
/*  pc  */
@media screen and (min-width: 980px) {
/*  header  *//*  cart  */
#head_cart {position: absolute; width: auto; height: auto; top: 20px; right: 20px;}
#head_cart a {display: inline-block; line-height: 20px; padding: 5px 10px 5px 10px; font-size: 14px; font-weight: bold; color: #000;}
#head_cart a:hover {color: #FFF; background-color: #000;}
#head_cart a span {margin-left: 10px;}
}

/*  sp  */
@media screen and (max-width: 979px) {
/*  header  *//*  cart  */
#head_cart {position: absolute; width: 30px; height: 30px; top: 10px; right: 10px;}
#head_cart a {width: 100%; height: 100%; font-size: 0px; background-image: url("http://crescenteyes.mods.jp/hilalay/image/icon_bag-black.png"); background-size: 16px; background-position: center; background-repeat: no-repeat;}
}

/*  05.  header - search
------------------------------*/
/*  pc  */
@media screen and (min-width: 980px) {
/*  header  *//*  search  */
#head_search {position: absolute; width: 200px; height: auto; top: 20px; left: 20px; border: 1px solid #000;}
#head_search input[type="text"] {float: left; width: 170px; height: 30px; line-height: 20px; padding: 5px; font-size: 12px; font-weight: normal; background-color: #FFF; box-sizing: border-box; outline: none; border: 0px; border-radius: 0px; -webkit-appearance: none;}
#head_search input[type="submit"] {display: block; float: left; width: 30px; height: 30px; line-height: 30px; font-size: 0px; background-color: #FFF; background-image: url("http://crescenteyes.mods.jp/hilalay/image/icon_search-black.png"); background-size: 16px; background-position: center; background-repeat: no-repeat; outline: 0px; border: 0px; border-radius: 0px; cursor: pointer; -webkit-appearance: none;}
#head_search:hover input[type="submit"] {background-color: #000; background-image: url("http://crescenteyes.mods.jp/hilalay/image/icon_search-white.png");}
#head_search_btn,
#head_search .head_search_btn {display: none;}
}

/*  sp  */
@media screen and (max-width: 979px) {
/*  header  *//*  search  */
#head_search_btn {position: absolute; width: 30px; height: 30px; top: 10px; right: 40px; background-image: url("http://crescenteyes.mods.jp/hilalay/image/icon_search-black.png"); background-size: 14px; background-position: center; background-repeat: no-repeat; z-index: 2;}
#head_search {position: absolute; display: none; width: 100%; height: 100px; top: 0px; left: 0px; padding: 15px; background-color: #FFF; box-sizing: border-box; z-index: 889;}
#head_search input[type="text"] {float: left; width: calc(100% - 40px); height: 30px; line-height: 20px; padding: 5px; font-size: 12px; font-weight: normal; background-color: #FFF; box-sizing: border-box; outline: none; border: 0px; border-bottom: 1px solid #000; border-radius: 0px; -webkit-appearance: none;}
#head_search input[type="submit"] {display: block; float: left; width: 40px; height: 30px; line-height: 30px; font-size: 0px; background-color: #000; background-image: url("http://crescenteyes.mods.jp/hilalay/image/icon_search-white.png"); background-size: 14px; background-position: center; background-repeat: no-repeat; outline: 0px; border: 0px; border-radius: 0px; cursor: pointer; -webkit-appearance: none;}
#head_search .head_search_btn {float: left; width: 100%; height: 20px; margin-top: 20px;}
#head_search .head_search_btn p {display: block; width: 100px; height: 20px; line-height: 20px; margin: auto; font-size: 10px; font-weight: normal; text-align: center; letter-spacing: 2px; color: #000; background-color: #EEE;}
}

/*  ex.  animation
------------------------------*/
/*  animation  */
#menu a::after,
#menu a::before {transition: all 0.4s;}

#menu_button,
#menu_button span,
#menu_button p {transition-duration: 0.4s; transition-timing-function: ease-in-out;}

#menu {transition-duration: 0.4s; transition-delay: 0s;}
#menu #menu_body {transition-duration: 0.4s; transition-delay: 0.4s; transition-timing-function: ease-in;}

#menu_main ul.child,
#menu_main ul.child li.child,
#menu_main ul.child li.child a {transition: all 0.4s;}

#head_cart a,
#head_search input[type="submit"] {transition: all 0.4s;}



/*--------- CSS MENU ---------*/
/*------------------------------
/*  01.  content
/*  02.  content - title
/*  03.  content - button
--------------------------------
------------------------------*/

/*  01.  content
------------------------------*/
/*  pc  */
@media screen and (min-width: 980px) {
/*  content  */
#content {float: left; width: 100%; height: auto; margin-top: 120px;}
.content_wrap {float: left; width: 100%; height: auto;}
.content {width: 100%; max-width: 1600px; margin: auto;}
}

/*  sp  */
@media screen and (max-width: 979px) {
/*  content  */
#content {float: left; width: 100%; height: auto; margin-top: 50px;}
.content_wrap {float: left; width: 100%; height: auto;}
.content {width: 100%; max-width: 600px; margin: auto;}
}

/*  02.  content - title
------------------------------*/
/*  pc  */
@media screen and (min-width: 980px) {
/*  content  *//*  title  */
.content_title {float: left; width: 100%; height: auto;}
.content_title h2,
.content_title h3 {line-height: 30px; font-size: 30px; font-weight: 200; text-align: center; letter-spacing: 8px;}
.content_title p.jp {line-height: 20px; margin-top: 10px; font-size: 14px; font-weight: normal; text-align: center; letter-spacing: 8px;}
}

/*  sp  */
@media screen and (max-width: 979px) {
/*  content  *//*  title  */
.content_title {float: left; width: 100%; height: auto;}
.content_title h2,
.content_title h3 {line-height: 30px; font-size: 24px; font-weight: 200; text-align: center; letter-spacing: 4px;}
.content_title p.jp {line-height: 20px; font-size: 12px; font-weight: normal; text-align: center; letter-spacing: 4px;}
}

/*  03.  item list
------------------------------*/
/*  pc  */
@media screen and (min-width: 980px) {
/*  item list  */
.item-list {float: left; width: 100%; height: auto;}
.item-list ul {float: left; width: 100%; height: auto;}
.item-list ul {display: flex; flex-wrap: wrap; justify-content: space-between;}
.item-list ul::before {display: block; content: ""; width: calc(100% / 4 - 20px); order: 1;}
.item-list ul::after {display: block; content: ""; width: calc(100% / 4 - 20px); order: 1;}
.item-list ul li {position: relative; width: calc(100% / 4 - 20px); height: auto; margin-bottom: 40px;}
.item-list ul li a {width: 100%; height: 100%;}
.item-list ul li .image {position: relative; float: left; width: 100%; height: auto; padding-top: 150%;}
.item-list ul li .image .image_main {position: absolute; width: 100%; height: 100%; top: 0; left: 0; background-size: cover; background-position: center; opacity: 1; z-index: 2;}
.item-list ul li:hover .image .image_main {opacity: 0;}
.item-list ul li .image .image_sub {position: absolute; width: 100%; height: 100%; top: 0; left: 0; background-size: cover; background-position: center; z-index: 1;}
.item-list ul li .detail {float: left; width: 100%; height: auto; margin-top: 20px;}
.item-list ul li .detail p.name {line-height: 20px; font-size: 12px; font-weight: normal; letter-spacing: 2px; color: #000;}
.item-list ul li .detail p.price {line-height: 20px; margin-top: 10px; font-size: 12px; font-weight: normal; letter-spacing: 2px; color: #777;}
.item-list ul li .detail p.sale {color: #A00406;}
.item-list ul li .detail p.sale span {padding: 0px 5px 0px 5px; margin-right: 5px; color: #FFF; background-color: #A00406; letter-spacing: 0px;}
.item-list ul li .detail p.teika {line-height: 20px; margin-top: 0px; font-size: 10px; font-weight: normal; letter-spacing: 2px; color: #777;}
.item-list ul li .soldout {position: absolute; width: 120px; height: auto; background-color: #AAA; z-index: 3;}
.item-list ul li .soldout p {line-height: 30px; font-size: 12px; font-weight: normal; text-align: center; letter-spacing: 2px; color: #FFF;}
}

/*  sp  */
@media screen and (max-width: 979px) {
/*  item list  */
.item-list {float: left; width: 100%; height: auto;}
.item-list ul {float: left; width: 100%; height: auto;}
.item-list ul {display: flex; flex-wrap: wrap; justify-content: space-between;}
.item-list ul::before {display: block; content: ""; width: calc(100% / 2 - 10px); order: 1;}
.item-list ul::after {display: block; content: ""; width: calc(100% / 2 - 10px); order: 1;}
.item-list ul li {position: relative; width: calc(100% / 2 - 10px); height: auto; margin-bottom: 20px;}
.item-list ul li a {width: 100%; height: 100%;}
.item-list ul li .image {position: relative; float: left; width: 100%; height: auto; padding-top: 150%;}
.item-list ul li .image .image_main {position: absolute; width: 100%; height: 100%; top: 0; left: 0; background-size: cover; background-position: center; z-index: 2;}
.item-list ul li .image .image_sub {display: none;}
.item-list ul li .detail {float: left; width: 100%; height: auto; margin-top: 10px;}
.item-list ul li .detail p.name {line-height: 20px; font-size: 11px; font-weight: normal; letter-spacing: 1px; color: #000;}
.item-list ul li .detail p.price {line-height: 15px; margin-top: 5px; font-size: 12px; font-weight: normal; letter-spacing: 1px; color: #777;}
.item-list ul li .detail p.sale {color: #A00406;}
.item-list ul li .detail p.sale span {padding: 0px 3px 0px 3px; margin-right: 5px; color: #FFF; background-color: #A00406; letter-spacing: 0px;}
.item-list ul li .detail p.teika {line-height: 20px; margin-top: 0px; font-size: 10px; font-weight: normal; letter-spacing: 0px; color: #777;}
.item-list ul li .soldout {position: absolute; width: 80px; height: auto; background-color: #AAA; z-index: 3;}
.item-list ul li .soldout p {line-height: 20px; font-size: 10px; font-weight: normal; text-align: center; letter-spacing: 2px; color: #FFF;}
}

/*  ex.  animation
------------------------------*/
/*  animation  */
.content_button a::before,
.content_button a::after,
.content_button p::before,
.content_button p::after {transition: all 0.4s;}
.item-list ul li .image .image_main,
.item-list ul li .image .image_sub {transition: all 0.1s;}



/*--------- CSS MENU ---------*/
/*------------------------------
/*  01.  footer
/*  02.  footer - info
/*  03.  footer - menu
/*  04.  copyright
--------------------------------
------------------------------*/

/*  01.  footer
------------------------------*/
/*  pc  */
@media screen and (min-width: 980px) {
/*  footer  */
#foot {position: relative; float: left; width: 100%; height: auto; background-color: #000;}
}

/*  sp  */
@media screen and (max-width: 979px) {
/*  footer  */
#foot {position: relative; float: left; width: 100%; height: auto; background-color: #000;}
}

/*  02.  footer - top
------------------------------*/
/*  pc  */
@media screen and (min-width: 980px) {
/*  footer  *//*  top  */
#foot_top {float: left; width: 100%; height: 40px;  border-top: 1px solid #DDD; border-bottom: 1px solid #DDD; background-color: #EEE;}
#foot_top a {width: 100%; height: 100%;}
#foot_top a img {display: block; width: 20px; height: 20px; margin: 10px auto;}
}

/*  sp  */
@media screen and (max-width: 979px) {
/*  footer  *//*  top  */
#foot_top {float: left; width: 100%; height: 40px;  border-top: 1px solid #DDD; border-bottom: 1px solid #DDD; background-color: #EEE;}
#foot_top a {width: 100%; height: 100%;}
#foot_top a img {display: block; width: 20px; height: 20px; margin: 10px auto;}
}

/*  03.  footer - sns
------------------------------*/
/*  pc  */
@media screen and (min-width: 980px) {
/*  footer  *//*  sns  */
#foot_sns {float: left; width: 100%; height: auto; padding: 40px; box-sizing: border-box;}
#foot_sns .sns {float: left; width: 100%; height: auto;}
#foot_sns .sns ul {float: left; width: 100%; height: auto;}
#foot_sns .sns ul {display: flex; flex-wrap: nowrap;}
#foot_sns .sns ul li {width: 20px; height: 20px; margin-right: 40px;}
#foot_sns .sns ul li a {width: 100%; height: 100%; font-size: 0px; background-size: 100%; background-position: center; background-repeat: no-repeat; opacity: 0.7;}
#foot_sns .sns ul li a:hover {opacity: 1;}
}

/*  sp  */
@media screen and (max-width: 979px) {
/*  footer  *//*  sns  */
#foot_sns {float: left; width: 100%; height: auto; padding: 40px; box-sizing: border-box;}
#foot_sns .sns {float: left; width: 100%; height: auto;}
#foot_sns .sns ul {float: left; width: 100%; height: auto;}
#foot_sns .sns ul {display: flex; flex-wrap: nowrap;}
#foot_sns .sns ul li {width: 16px; height: 16px; margin-right: 30px;}
#foot_sns .sns ul li a {width: 100%; height: 100%; font-size: 0px; background-size: 100%; background-position: center; background-repeat: no-repeat;}
}

/*  04.  footer - menu
------------------------------*/
/*  pc  */
@media screen and (min-width: 980px) {
/*  footer  *//*  menu  */
#foot_menu {float: left; width: 600px; height: auto; padding: 0px 40px 40px 40px; box-sizing: border-box;}
#foot_menu {display: flex; flex-wrap: nowrap;}
#foot_menu .block {width: calc(100% / 2); height: auto;}
#foot_menu .block p.title {line-height: 20px; font-size: 14px; font-weight: bold; letter-spacing: 2px; color: #FFF;}
#foot_menu .block ul {float: left; width: 100%; height: auto; margin-top: 10px;}
#foot_menu .block ul li {float: left; width: 100%; height: auto; line-height: 20px; margin-top: 10px; font-size: 12px; font-weight: 400; letter-spacing: 2px;}
#foot_menu .block ul li a {position: relative; display: inline-block; color: #FFF;}
#foot_menu .block ul li a::after {position: absolute; content: ""; width: 0%; height: 1px; left: 0; bottom: 0px; background-color: #FFF; opacity: 0;}
#foot_menu .block ul li a:hover::after {width: 100%; opacity: 1;}
}

/*  sp  */
@media screen and (max-width: 979px) {
/*  footer  *//*  menu  */
#foot_menu {float: left; width: 100%; height: auto; padding: 0px 40px 40px 40px; box-sizing: border-box;}
#foot_menu .block {float: left; width: 100%; height: auto;}
#foot_menu .block:first-of-type {margin-bottom: 20px;}
#foot_menu .block p.title {line-height: 20px; font-size: 14px; font-weight: bold; letter-spacing: 2px; color: #FFF;}
#foot_menu .block ul {float: left; width: 100%; height: auto; margin-top: 5px;}
#foot_menu .block ul li {float: left; width: 100%; height: auto; line-height: 20px; margin-top: 5px; font-size: 12px; font-weight: 400; letter-spacing: 2px;}
#foot_menu .block ul li a {position: relative; display: inline-block; color: #FFF;}
}

/*  05.  footer - copyright
------------------------------*/
/*  pc  */
@media screen and (min-width: 980px) {
/*  footer  *//*  copyright  */
#foot_copyright {position: absolute; width: 340px; height: auto; right: 40px; bottom: 40px;}
#foot_copyright p {line-height: 20px; font-size: 12px; font-weight: normal; text-align: right; letter-spacing: 2px; color: #FFF;}
}

/*  sp  */
@media screen and (max-width: 979px) {
/*  footer  *//*  copyright  */
#foot_copyright {float: left; width: 100%; height: auto; padding: 0px 40px 20px 40px; box-sizing: border-box;}
#foot_copyright p {line-height: 20px; font-size: 10px; font-weight: normal; letter-spacing: 1px; color: #FFF;}
}

/*  ex. animation
----------------------------*/
/*  animation  */
#foot_sns .sns ul li a {transition: all 0.4s;}
#foot_menu .block ul li a::after {transition: all 0.4s;}

/*--------- CSS MENU ---------*/
/*------------------------------
/*  01.  pop up
--------------------------------
------------------------------*/

/*  01.  pop up
------------------------------*/
/*  pc  */
@media screen and (min-width: 1000px) {
/*  pop up  */
#popup_wrap {display:none; position: fixed; width: 500px; height: auto; right: 10px; bottom: 20px; padding: 20px; background-image: linear-gradient(-45deg,#FDE7FF 25%, #FFDFFD 25%, #FFDFFD 50%, #FDE7FF 50%, #FDE7FF 75%, #FFDFFD 75%, #FFDFFD); background-size: 10px 10px; box-shadow: 0px 0px 40px #777; box-sizing: border-box; z-index: 777;}
.popup_body {float: left; width: 100%; height: auto; padding: 20px; background-color: #FFF; box-sizing: border-box;}
.popup_body p.title {line-height: 20px; margin-bottom: 20px; font-size: 20px; font-weight: bold; text-align: center;}
.popup_body p.catch {line-height: 15px; margin-bottom: 10px; font-size: 12px; font-weight: bold;}
.popup_body p.text {line-height: 20px; font-size: 12px; font-weight: normal;}

.popup_body ul {float: left; width: 100%; height: auto; margin-top: 20px; padding: 20px; background-color: #EEE; border-radius: 10px; box-sizing: border-box;}
.popup_body ul p {line-height: 20px; margin-bottom: 10px; font-size: 12px; font-weight: normal; text-align: center;}
.popup_body ul p span {font-size: 20px;}
.popup_body ul li {float: left; width: 100%; height: auto; line-height: 20px; margin-top: 5px; font-size: 12px; font-weight: normal;}

.content_button {float: left; width: 100%; height: auto; box-sizing: border-box;}
.content_button a {width: 100%; height: 40px; margin: auto; line-height: 40px; font-size: 12px; font-weight: bold; text-align: center; color: #FFF; background-color: #333; border-radius: 10px; box-sizing: border-box;}
.popup_body .content_button {margin-top: 20px; padding-left: 20px; padding-right: 20px;}

.button_area{position: absolute; width: 40px; height: 40px; top: -20px; left: -20px; z-index: 2;}
.button_area button{display:block; width: 40px; height: 40px; background-color: #FFF; border: 2px solid #000; border-radius: 20px; box-sizing: border-box;}
.button_area button span {position: absolute; width: 20px; height: 2px; left: 10px; background-color: #000;}
.button_area button span:first-child {top: 19px; transform: rotate(-45deg);}
.button_area button span:last-child {bottom: 19px; transform: rotate(45deg);}
}

/*  sp  */
@media screen and (max-width: 999px) {
/*  pop up  */
#popup_wrap {display:none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0,0,0,0.4); z-index: 777;}
.popup_body {position: absolute; width: calc(100% - 40px); height: auto; margin-top: 20px; top: 50%; left: 50%; padding: 20px; background-color: #FFF; box-sizing: border-box; transform: translate(-50%,-50%);}
.popup_body p.title {line-height: 20px; margin-bottom: 20px; font-size: 20px; font-weight: bold; text-align: center;}
.popup_body p.catch {line-height: 20px; margin-bottom: 10px; font-size: 14px; font-weight: bold;}
.popup_body p.text {line-height: 15px; font-size: 10px; font-weight: normal;}

.popup_body ul {float: left; width: 100%; height: auto; margin-top: 20px; padding: 10px; background-color: #EEE; border-radius: 10px; box-sizing: border-box;}
.popup_body ul p {line-height: 20px; margin-bottom: 5px; font-size: 10px; font-weight: normal; text-align: center;}
.popup_body ul p span {font-size: 16px;}
.popup_body ul li {float: left; width: 100%; height: auto; line-height: 15px; margin-top: 5px; font-size: 10px; font-weight: normal;}

.content_button {float: left; width: 100%; height: auto; box-sizing: border-box;}
.content_button a {width: 100%; height: 40px; margin: auto; line-height: 40px; font-size: 14px; font-weight: bold; text-align: center; color: #FFF; background-color: #333; border-radius: 10px; box-sizing: border-box;}
.popup_body .content_button {margin-top: 20px;}
  
.button_area{position: absolute; width: 40px; height: 40px; top: -10px; left: -10px; z-index: 2;}
.button_area button{display:block; width: 40px; height: 40px; background-color: #FFF; border: 2px solid #000; border-radius: 20px; box-sizing: border-box;}
.button_area button span {position: absolute; width: 20px; height: 2px; left: 10px; background-color: #000;}
.button_area button span:first-child {top: 19px; transform: rotate(-45deg);}
.button_area button span:last-child {bottom: 19px; transform: rotate(45deg);}
}