@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}
@media only screen and (max-width: 48em) {
  *,
  *::before,
  *::after {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

body {
  font-size: 0.9rem;
  text-rendering: optimizeSpeed;
  line-height: 1.8;
}

*:focus {
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

ul,
ol {
  padding: 0;
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

figure,
img,
picture,
svg {
  display: block;
}

img,
picture,
svg {
  height: auto;
}

img,
picture,
svg {
  width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
  border-radius: 0;
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

select {
  background: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-value {
  color: inherit;
  background: transparent;
}
select::-ms-expand {
  display: none;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 0;
}

button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
  background: transparent;
  font: inherit;
  border: 0;
  padding: 0;
  margin: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

html {
  font-weight: 300;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN",  "Noto Sans JP",
    "Arial", "Yu Gothic", "Meiryo",
    sans-serif;
  color: #727272;
  font-weight: 400;
}
/* pc */
@media only screen and (min-width: 768px) {
  br.pc_none {
    display: none;
  }
  .wrapper {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    letter-spacing: 2px;
  }
  header#sp_header {
    display: none;
  }
  header {
    position: fixed;
    width: 100%;
    z-index: 100;
    height: 90px;
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    align-items: center;
    border-bottom: 1px solid #eaeaea;
    top: 0;
  }
  header .head_navi {
  }

  header .head_navi .head_logo {
    width: 197px;
    margin-left: 40px;
  }
  header .head_menu {
    margin-right: 40px;
    font-family: "Trebuchet MS", "Helvetica Neue", "Helvetica"
  }
  header .head_menu > ul {
    display: flex;
    width: 410px;
    justify-content: space-between;
  }

  header .head_menu > ul > li {
    font-size: 18px;
    color: #666666;
    position: relative;
    cursor: pointer;
  }

  header .head_menu > ul > li a {
    position: relative;
    display: block;
  }

  header .head_menu > ul > li .head_menu_child {
    position: absolute;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    width: 240px;
    box-sizing: border-box;
    padding: 20px 20px;
    font-size: 14px;
    left: -90px;
    bottom: -100px;
    opacity: 0;
    transition: 0.2s;
    font-family: "Zen Kaku Gothic New";
    font-weight: 600;
  }
  header .head_menu > ul > li.hover:hover .head_menu_child {
    bottom: -120px;
    opacity: 1;
  }

  header .head_menu > ul > li .head_menu_child:before,
  header .head_menu > ul > li .head_menu_child:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: auto;
  }
  header .head_menu > ul > li .head_menu_child:before {
    top: -11px;
    border-style: solid;
    border-color: transparent transparent #ccc transparent;
    border-width: 0 11px 11px 11px;
  }
  header .head_menu > ul > li .head_menu_child:after {
    top: -10px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    border-width: 0 10px 10px 10px;
    z-index: 10;
  }

  header .head_menu > ul > li .head_menu_child li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    background: url(../img/common/line_dot.png) repeat-x;
    background-position: bottom;
  }

  header .head_menu > ul > li .head_menu_child li:last-child {
    background: none;
    padding: 0;
    margin: 0;
  }

  header .head_menu > ul > li .head_menu_child li a:after {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 5px;
    background: url(../img/common/icon_menu_arrow.png) no-repeat;
    background-size: contain;
    top: 50%;
    right: 20px;
    margin-top: -3px;
  }

  header .head_menu > ul > li > a:after {
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #666666;
    bottom: 0px; /*アンダーラインがaタグの下端から現れる*/
    transform: scale(0, 1); /*アンダーラインの縮尺比率。ホバー前はx方向に0*/
    transform-origin: left top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の左端*/
    transition: transform 0.2s; /*変形の時間*/
  }

  header .head_menu > ul > li > a:hover:after {
    transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
  }

  #breadcrumbs {
    background-color: #f5f5f5;
    color: #999999;
    font-size: 12px;
  }

  #breadcrumbs ul {
    display: flex;
    align-items: center;
    width: 1080px;
    margin: 0 auto;
  }

  #breadcrumbs ul li {
    align-items: center;
    padding: 5px 0;
    font-size: 14px;
  }

  #breadcrumbs ul li a {
    display: flex;
    align-items: baseline;
  }

  #breadcrumbs ul li a:after,
  #breadcrumbs ul li span:after {
    content: "＞";
    margin: 0 10px;
  }
  #breadcrumbs ul li img {
    width: 90px;
  }

  footer {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  footer .logo {
    width: 126px;
    margin: 0 auto 20px;
  }

  footer .menu.sp_menu {
    display: none;
  }

  footer .menu > ul {
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
    margin: 60px auto 60px;
    width: 410px;
    font-family: "Trebuchet MS", "Helvetica Neue", "Helvetica";
  }

  footer .menu ul li {
    position: relative;
    cursor: pointer;
  }

  footer .menu > ul > li .menu_child {
    position: absolute;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    width: 240px;
    box-sizing: border-box;
    padding: 20px 20px;
    font-size: 14px;
    left: -90px;
    top: -100px;
    opacity: 0;
    transition: 0.2s;
    height: 110px;
    font-family: "Zen Kaku Gothic New";
    font-weight: 600;
  }
  footer .menu > ul > li.hover:hover .menu_child {
    top: -130px;
    opacity: 1;
  }

  footer .menu > ul > li .menu_child:before,
  footer .menu > ul > li .menu_child:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: auto;
  }
  footer .menu > ul > li .menu_child:before {
    bottom: -11px;
    border-style: solid;
    border-color: #ccc transparent transparent transparent;
    border-width: 11px 11px 0 11px;
  }
  footer .menu > ul > li .menu_child:after {
    bottom: -10px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    border-width: 10px 10px 0 10px;
    z-index: 10;
  }

  footer .menu > ul > li .menu_child li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    background: url(../img/common/line_dot.png) repeat-x;
    background-position: bottom;
  }

  footer .menu > ul > li .menu_child li:last-child {
    background: none;
    padding: 0;
    margin: 0;
  }

  footer .menu > ul > li .menu_child li a:after {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 5px;
    background: url(../img/common/icon_menu_arrow.png) no-repeat;
    background-size: contain;
    top: 50%;
    right: 20px;
    margin-top: -3px;
  }

  footer .menu > ul > li > a:after {
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #666666;
    bottom: 0px; /*アンダーラインがaタグの下端から現れる*/
    transform: scale(0, 1); /*アンダーラインの縮尺比率。ホバー前はx方向に0*/
    transform-origin: left top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の左端*/
    transition: transform 0.2s; /*変形の時間*/
  }

  footer .menu > ul > li > a:hover:after {
    transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
  }

  footer .logo_kose {
    width: 80px;
    margin: 0 auto 0;
  }
}
/* sp */
@media only screen and (max-width: 767px) {
  .wrapper {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  header#pc_header {
    display: none;
  }
  header {
    position: fixed;
    width: 100%;
    z-index: 100;
    max-width: 480px;
    height: 60px;
  }

  header .head_navi {
    display: flex;
    background-color: #fff;
    padding: 20px 25px 10px;
    justify-content: space-between;
    background-color: transparent;
    transition: 0.5s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  }

  header .head_navi .head_logo {
    width: 126px;
    height: 30px;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  }

  header .head_navi .head_menu_btn {
    width: 30px;
  }

  header .head_navi .head_menu_btn span {
    background: #727272;
    display: block;
    height: 0.5px;
    width: 22px;
    position: relative;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
    margin-top: 10px;
  }

  header .head_navi .head_menu_btn span:before {
    content: "";
    display: block;
    height: 1px;
    width: 14px;
    position: absolute;
    background: #727272;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
    top: 7px;
  }

  header .head_navi .head_menu_btn span:after {
    content: "";
    display: block;
    height: 1px;
    width: 30px;
    position: absolute;
    background: #727272;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
    bottom: 7px;
  }

  header .head_navi .head_menu_btn.close {
    width: 30px;
  }

  header .head_navi .head_menu_btn.close span {
    background: none;
  }

  header .head_navi .head_menu_btn.close span:before {
    content: "";
    display: block;
    height: 1px;
    width: 20px;
    position: absolute;
    background: #727272;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
    top: 0;
    left: 20px;
    transform: translate(-50%, -50%) rotate(35deg);
  }

  header .head_navi .head_menu_btn.close span:after {
    content: "";
    display: block;
    height: 1px;
    width: 20px;
    position: absolute;
    background: #727272;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
    top: 0;
    left: 20px;
    transform: translate(-50%, -50%) rotate(-35deg);
  }

  header .head_menu {
    background-color: #f5f5f5;
    height: 0;
    box-sizing: border-box;
    padding: 65px 30px;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  }

  header .head_menu li {
    font-size: 14px;
    padding: 16px 8px;
    box-sizing: border-box;
    position: relative;
  }

  header .head_menu li:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, #aaaaaa 1px, transparent 1px);
    background-size: 7px 1px;
    background-repeat: repeat-x;
  }

  header .head_menu li span {
    font-size: 20px;
    display: block;
    line-height: 1.2;
    font-family: "Zen Kaku Gothic New";
    font-weight: 600;
    color: #666;
  }

  header .head_menu li a {
    position: relative;
    display: block;
    font-family: "Trebuchet MS", "Helvetica Neue", "Helvetica";
    color: #999;
  }

  header .head_menu li a:after {
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 7px;
    background: url(../img/common/icon_menu_arrow.png) no-repeat;
    background-size: contain;
    top: 50%;
    right: 0;
    margin-top: -3px;
  }

  header .head_menu.active {
    visibility: visible;
    opacity: 1;
    height: 100vh;
  }

  header .head_navi.active {
    background-color: #fff;
  }

  header .head_navi.active .head_logo {
    visibility: visible;
    opacity: 1;
  }

  #breadcrumbs {
    background-color: #f5f5f5;
    color: #999999;
    font-size: 12px;
  }

  #breadcrumbs ul {
    display: flex;
    align-items: center;
    padding: 0 25px;
  }

  #breadcrumbs ul li {
    align-items: center;
    padding: 5px 0;
    font-size: 10px;
  }

  #breadcrumbs ul li a {
    display: flex;
    align-items: baseline;
  }

  #breadcrumbs ul li a:after,
  #breadcrumbs ul li span:after {
    content: "＞";
    margin: 0 10px;
  }
  #breadcrumbs ul li img {
    width: 70px;
  }

  footer {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  footer .logo {
    width: 126px;
    margin: 0 auto 20px;
  }

  footer .menu.pc_menu {
    display: none;
  }

  footer .menu > ul {
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
    margin-bottom: 60px;
    font-family: "Trebuchet MS", "Helvetica Neue", "Helvetica";
  }

  footer .menu > ul > li {

  }
  footer .menu > ul > li a {
    position: relative;
    display: block;
  }

  footer .logo_kose {
    width: 80px;
    margin: 0 auto 0;
  }
}

.fadein {
  opacity: 0;
  transform: translate(0, 100px);
  transition: all 0.5s;
}

.fadein.active {
  opacity: 1;
  transform: translate(0, 0);
}

@keyframes circlemove {
  0% {
    bottom: 110px;
  }
  100% {
    bottom: 0px;
  }
}

@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}

.scroll_down:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 110px;
  background: #d0d0d2;
}
