@charset "UTF-8";

img {
  display: inline;
}

#footer,
#header,
#nav,
#main,
#infoArea,
#b2t,
#sidebar {
  display: none;
}
co-mainimg_2022_summerco-mainimg_2022_summer #navigation {
  z-index: 999999999;
}

.cc-pagemode-default #navigation {
  display: none;
}

#container {
  background: none;
}

#c-bg {
  width: auto;
  background: none;
}

#wrapArea {
  width: auto;
  margin: 0;
}

#content {
  float: none;
  width: auto !important;
}

#content_area {
  padding: 0;
}

.cf {
  min-height: auto;
}

.cf:after {
  display: none;
}

#container a img:hover {
  opacity: 1;
}

body,
p,
table,
td {
  font: normal 16px/2 "Hiragino Mincho ProN", "MS PMincho", serif !important;
  color: #000;
}

body {
  min-width: 1280px;
  letter-spacing: 1px;
  background: #fff;
  -webkit-font-smoothing: subpixel-antialiased;
}

header {
  position: relative;
  height: 140px;
  padding: 0 80px;
  margin: 50px 0;
}

header h1 {
  position: absolute;
  right: 0;
  left: 0;
  width: 220px;
  margin: auto;
}

header ul {
  position: absolute;
  right: 80px;
  display: flex;
  justify-content: space-between;
  width: 346px;
  margin: 0;
  list-style-type: none;
}

header li {
  position: relative;
}

header li a::before,
header li a::after {
  position: absolute;
  top: -5px;
  z-index: -1;
  display: block;
  width: 6px;
  height: 0;
  content: "";
  background: #ffe100;
  transition: all 0.3s ease;
}

header li a::after {
  transition: all 0.6s ease;
}

header li:nth-of-type(1) a::before {
  left: 5px;
}

header li:nth-of-type(1) a::after {
  left: 33px;
}

header li:nth-of-type(1) a:focus::before,
header li:nth-of-type(1) a:hover::before,
header li:nth-of-type(1) a:active::before {
  height: 38px;
}

header li:nth-of-type(1) a:focus::after,
header li:nth-of-type(1) a:hover::after,
header li:nth-of-type(1) a:active::after {
  height: 67px;
}

header li:nth-of-type(2) a::before {
  left: 5px;
}

header li:nth-of-type(2) a::after {
  left: 33px;
}

header li:nth-of-type(2) a:focus::before,
header li:nth-of-type(2) a:hover::before,
header li:nth-of-type(2) a:active::before {
  height: 66px;
}

header li:nth-of-type(2) a:focus::after,
header li:nth-of-type(2) a:hover::after,
header li:nth-of-type(2) a:active::after {
  height: 108px;
}

header li:nth-of-type(3) a::before {
  left: 5px;
}

header li:nth-of-type(3) a::after {
  left: 33px;
}

header li:nth-of-type(3) a:focus::before,
header li:nth-of-type(3) a:hover::before,
header li:nth-of-type(3) a:active::before {
  height: 105px;
}

header li:nth-of-type(3) a:focus::after,
header li:nth-of-type(3) a:hover::after,
header li:nth-of-type(3) a:active::after {
  height: 143px;
}

header li:nth-of-type(4) a::before {
  left: 1px;
}

header li:nth-of-type(4) a::after {
  left: 28px;
}

header li:nth-of-type(4) a:focus::before,
header li:nth-of-type(4) a:hover::before,
header li:nth-of-type(4) a:active::before {
  height: 55px;
}

header li:nth-of-type(4) a:focus::after,
header li:nth-of-type(4) a:hover::after,
header li:nth-of-type(4) a:active::after {
  height: 88px;
}

header li:nth-of-type(5) a::before {
  left: 1px;
}

header li:nth-of-type(5) a::after {
  left: 28px;
}

header li:nth-of-type(5) a:focus::before,
header li:nth-of-type(5) a:hover::before,
header li:nth-of-type(5) a:active::before {
  height: 100px;
}

header li:nth-of-type(5) a:focus::after,
header li:nth-of-type(5) a:hover::after,
header li:nth-of-type(5) a:active::after {
  height: 167px;
}

header .waiting {
  position: absolute;
  top: -50px;
  left: 80px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 216px;
  height: 127px;
  padding: 75px 0 0 0;
  font-family: sans-serif;
  font-size: 18px;
  font-weight: bold;
  background: url(/assets/images/inherit/waiting-banner.png) top center/100% no-repeat;
}

header .waiting a {
  position: absolute;
  top: 45px;
  width: 130px;
  height: 41px;
}

header .waiting a img {
  width: 130px;
  height: 41px;
  transition: all 0.3s;
}

header .waiting a:focus img,
header .waiting a:hover img,
header .waiting a:active img {
  transform: scale(1.05);
}

header .recruit {
  position: absolute;
  top: -50px;
  left: 310px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 171px;
  height: 128px;
  font-family: sans-serif;
  font-size: 18px;
  font-weight: bold;
}

header .recruit a {
  top: -50px;
  display: block;
  width: 100%;
  height: 100%;
  background: url(/assets/images/inherit/recruit-cocooka.png) top center/100% no-repeat;
  opacity: 0.8;
  transition: all 0.3s;
}

header .recruit a:focus,
header .recruit a:hover,
header .recruit a:active {
  opacity: 1;
}

header .recruit span {
  display: none;
}

main {
  display: block;
}

main > div {
  position: relative;
  width: 1080px;
  margin: 0 auto 240px auto;
}

.co-mainVisual {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 720px;
  margin-bottom: 120px;
  background: url(/assets/images/inherit/co_mainImg.jpg) center center no-repeat;
  background-position: 50% 70%;
  background-size: cover;
}

.co-mainVisual > div {
  position: relative;
  width: 1280px;
  height: 720px;
  margin: 0 auto;
}

.co-mainVisual > div img:nth-of-type(1) {
  position: absolute;
  top: 40px;
  left: 0;
  width: 628px;
  opacity: 0;
}

.co-mainVisual > div img:nth-of-type(2) {
  position: absolute;
  top: 140px;
  left: 0;
  width: 488px;
  opacity: 0;
}

.co-mainVisual > div img:nth-of-type(3) {
  position: absolute;
  right: 0;
  bottom: 60px;
  width: 634px;
  opacity: 0;
}

.co-mainVisual > div img:nth-of-type(4) {
  position: absolute;
  bottom: 60px;
  left: 0;
  width: 310px;
  opacity: 0;
}

#co-concept h1 {
  position: absolute;
  top: 0;
  right: 0;
}

#co-concept h2 {
  margin-bottom: 60px;
}

#co-concept p {
  margin-bottom: 40px;
}

#co-shop h1 {
  margin-bottom: 80px;
  text-align: center;
}

#co-shop > div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1080px;
  color: #000;
  text-decoration: none;
}

#co-shop > div > a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
}

#co-shop > div > .co-logo span {
  position: relative;
  display: block;
  margin-top: 20px;
  font-size: 12px;
  line-height: 0.9;
  background: url(/assets/images/inherit/co_link.png) bottom right no-repeat;
  background-size: 34px auto;
}

#co-shop > div > .co-logo span::before {
  position: absolute;
  top: 3px;
  left: -5px;
  z-index: -1;
  display: block;
  width: 0;
  height: 6px;
  content: "";
  background: #ffe100;
  transition: all 0.3s ease;
}

#co-shop > div > .co-logo img {
  transition: all 0.3s ease;
}

#co-shop > div:hover > .co-logo img {
  opacity: 0.5;
}

#co-shop > div:hover > .co-logo span::before {
  display: block;
  width: 110px;
  height: 6px;
  content: "";
}

#co-shop > div > .co-txt {
  position: relative;
}

#co-shop > div > .co-txt > div {
  display: flex;
  align-items: center;
  width: 920px;
  height: 400px;
}

#co-shop > div > .co-txt > div p span {
  padding: 5px;
  background: #fff;
}

#co-shop > div:nth-of-type(1) {
  margin-bottom: 200px;
  margin-left: 100px;
}

#co-shop > div:nth-of-type(1) > .co-txt > img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

#co-shop > div:nth-of-type(2) {
  margin-bottom: 200px;
  margin-left: -100px;
}

#co-shop > div:nth-of-type(2) > .co-txt > div {
  justify-content: flex-end;
  text-align: right;
}

#co-shop > div:nth-of-type(2) > .co-txt > img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

#co-shop > div:nth-of-type(3) {
    margin-bottom: 200px;
    margin-left: 100px;
  }
  
  #co-shop > div:nth-of-type(3) > .co-txt > img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
  }
  
#co-access {
  display: flex;
  justify-content: space-between;
}

#co-access h2 {
  margin-bottom: 5px;
  font: normal 16px/2 "Hiragino Mincho ProN", "MS PMincho", serif !important;
  color: #000 !important;
}

#co-access table {
  letter-spacing: 3px;
}

#co-access th {
  width: 160px;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}

#co-gmap {
  width: 600px;
  height: 400px;
}

#co-gmap iframe {
  width: 600px;
  height: 400px;
  border: none;
}

footer ul {
  display: flex;
  justify-content: space-between;
  width: 860px;
  padding: 0;
  margin: 0 auto 80px auto;
  list-style-type: none;
}

footer li:nth-of-type(1) a:focus::before,
footer li:nth-of-type(1) a:hover::before,
footer li:nth-of-type(1) a:active::before {
  width: 60px;
}

footer li:nth-of-type(2) a:focus::before,
footer li:nth-of-type(2) a:hover::before,
footer li:nth-of-type(2) a:active::before {
  width: 100px;
}

footer li:nth-of-type(3) a:focus::before,
footer li:nth-of-type(3) a:hover::before,
footer li:nth-of-type(3) a:active::before {
  width: 125px;
}

footer li:nth-of-type(4) a:focus::before,
footer li:nth-of-type(4) a:hover::before,
footer li:nth-of-type(4) a:active::before {
  width: 82px;
}

footer .co-info {
  padding-top: 150px;
  margin-bottom: 80px;
  font-size: 10px !important;
  color: #000;
  text-align: center;
  background: url(/assets/images/inherit/co_logo.png) top center no-repeat;
  background-size: 200px auto;
}

footer .co-info > div {
  display: flex;
  justify-content: space-between;
  width: 1080px;
  margin: 60px auto 100px;
}

footer .co-info > div > div {
  width: 360px;
}

footer .co-info > div > div > a {
  position: relative;
  display: block;
  width: 360px;
  color: #000;
  text-decoration: none;
}

footer .co-info > div > div:not(:first-child) > a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 1px;
  height: 64px;
  margin: auto;
  content: "";
  background: #ccc;
}

footer .co-info > div > div > a > span:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 270px;
  height: 68px;
  margin-bottom: 25px;
}

footer .co-info > div > div > a > span:first-child > img {
  transition: all 0.3s ease;
}

footer .co-info > div > div > a:hover > span:first-child > img {
  transform: scale(1.05);
}

footer .co-info > div > div > a > span:last-child {
  position: relative;  
  display: flex;
  align-items: center;
  justify-content: center;
  width: 270px;
}

footer .co-info > div > div > a > span:last-child::before {
    position: absolute;
    top: 4px;
    left: -5px;
    z-index: -1;
    display: block;
    width: 100%;
    height: 6px;
    content: "";
    transition: all 0.3s ease;
    transform: scaleX(0);
    transform-origin: 0 0;
 
  }
  
footer .co-info > div > div > a:focus > span:last-child::before,
footer .co-info > div > div > a:hover > span:last-child::before,
footer .co-info > div > div > a:active > span:last-child::before {
  transform: scaleX(1.08);
}

footer .co-info > div > div > a > img {
  display: block;
  margin: 0 auto;
}

.co-scrAnim {
  position: relative;
  transition: all 0.7s;
}

#co-loader {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
}

#co-loader > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

#co-loader > div > img {
  display: block;
  margin-top: 100px;
}

#co-loader > div > div {
  width: 221px;
  height: 120px;
  background: url(/assets/images/inherit/co_logo.png) no-repeat;
  background-size: 221px 120px;
}

#co-recruitImg {
  width: 1080px;
  height: 500px;
  margin: 0 auto 80px auto;
}

#co-recruit h1 {
  font-size: 26px;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 9px;
}

#co-recruit h1::after {
  display: block;
  font-size: 11px;
  font-weight: normal;
  letter-spacing: 3px;
  content: "Recruit";
}

#co-recruit h2 {
  margin-top: 80px;
  margin-bottom: 40px;
  font-size: 18px;
  border-bottom: 1px solid #ccc;
}

#co-recruit h2:nth-of-type(1) {
  margin-top: 60px;
}

#co-recruit > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}

#calendar h1 {
}

#co-recruit h3 {
  width: 10%;
  margin: 0;
  font-size: 16px;
  font-weight: normal;
}

#co-recruit > div > div {
  width: 90%;
}

#co-recruit p {
  margin-top: 0;
}

#co-recruit ul {
  padding: 0 0 20px 0;
  margin: 0;
  list-style-type: none;
}

#co-recruit ul li::before {
  content: "・";
}

#co-recruitBanner {
  position: absolute;
  top: -50px;
  left: 80px;
  perspective: 300px;
}

.co-mainVisual-2020-summer {
  width: 100%;
  height: 720px;
  margin-bottom: 120px;
  background: #f9d1cf url(/assets/images/inherit/co-mainimg_2022_winter.png) center center no-repeat;
  background-size: auto 720px;
}

#calendar h1 {
  margin-bottom: 80px;
  text-align: center;
}

header .waiting2 {
  position: absolute;
  top: -50px;
  left: 80px;
  box-sizing: border-box;
  width: 216px;
  height: 127px;
  padding: 45px 0 0 15px;
  font-family: sans-serif;
  font-weight: bold;
  background: url(/assets/images/inherit/waiting-banner.png) top center/100% no-repeat;
}

header .waiting2 .waiting-recipio {
  display: block;
  width: 130px;
  height: 41px;
}

header .waiting2 .waiting-recipio img {
  width: 130px;
  height: 41px;
  transition: all 0.3s;
}

header .waiting2 a.waiting-recipio:focus img,
header .waiting2 a.waiting-recipio:hover img,
header .waiting2 a.waiting-recipio:active img {
  transform: scale(1.05);
}

.waiting-text {
  height: auto !important;
  padding: 0 !important;
  font-size: 14px !important;
  text-align: left !important;
}

.waiting-button {
  position: absolute;
  top: 55px;
  right: 15px;
  display: block;
  width: 34px;
  padding: 5px 7px;
  font-weight: normal;
  line-height: 1.3;
  color: #fff;
  text-decoration: none;
  background: #db5311;
  border-radius: 5px;
  box-shadow: 2px 2px 4px;
  box-shadow: 0 2px 6px #6666;
  transition: all 0.3s;
}

header .waiting2 a.waiting-button:focus,
header .waiting2 a.waiting-button:hover,
header .waiting2 a.waiting-button:active {
  transform: scale(1.1);
}

span[data-epark="waiting_info_block"] > span {
  color: #000 !important;
}

header .waiting2 + div {
  display: none;
}
