@charset "UTF-8";
/* CSS Document */
/* -----Basic style----- */
html.no_scroll {
  overflow: hidden;
  padding-right: 15px; /* 幅のリフローを避ける */
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote,
ul,
li,
ol,
dl,
dd,
tr {
  font-size: 14px;
  line-height: 1.7;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
}

.sp {
  display: none !important;
}

a {
  color: #000;
  text-decoration: none;
  transition: 0.3s;
}
a:visited {
  color: #000;
}
a:hover {
  color: #000;
  text-decoration: none;
}
a:active {
  color: #000;
}
a.tel {
  pointer-events: none;
  cursor: default;
}

img[src$=".jpg"],
img[src$=".png"] {
  backface-visibility: hidden;
}
.color_01 {
	color: #fff;
}
.fw-b{
	font-weight: bold;
}
.flex_01{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

/* -----Basic styleここまで----- */
/* -----Common style----- */
.wrapper {
	width: 100%;
	height: 100vh;
}
.box_left,
.box_right{
	width: 44%;
	padding: 40px;
}
.link_wrap{
	padding: 8px 0;
    border: 1px solid #fff;
    text-align: center;
    margin-top: 20px;
}
.link_wrap a{
	display: block;
	color: #fff;
}
/* header */
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: transparent;
  width: 100%;
  height: 90px;
  background-color: #fff;
  transition: transform 0.5s cubic-bezier(0.38, 0.41, 0.27, 1);
}
header .logo {
  transition: margin 0.5s cubic-bezier(0.38, 0.41, 0.27, 1);
  margin-top: 0;
}
header .logo img {
  max-width: 261px;
  width: 100%;
  height: auto;
}
header nav {
  display: none;
  position: fixed;
  top: 90px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  height: 520px;
}
header nav .header_top {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 0 50px;
  box-sizing: border-box;
  position: relative;
}
header nav .header_top .insta_link {
  position: absolute;
  right: 0;
  bottom: 0;
}
header nav .header_top .insta_link:hover {
  opacity: 0.6;
}
header nav .header_top a {
  color: #fff;
}
header nav .header_top a:visited {
  color: #fff;
}
header nav .header_top .letter-message {
  text-align: center;
  color: #fff;
}
header nav .header_top .letter-message strong,
header nav .header_top .letter-message span {
  display: block;
}
header nav .header_top .letter-message strong {
  font-size: 24px;
  line-height: 1.35;
  letter-spacing: 0.06em;
  font-weight: 400;
}
header nav .header_top .letter-message span {
  font-size: 16px;
  font-weight: 300;
  margin: 12px 0 0;
}
header nav .header_top .mail_form {
  margin: 28px 0 0;
}
header nav .header_top .mail_form .input_wrap {
  max-width: 700px;
  box-sizing: border-box;
  background-color: #272727;
  display: flex;
  border-radius: 30px;
  margin-left: auto;
  margin-right: auto;
}
header nav .header_top .mail_form .input_wrap input[type=mail],
header nav .header_top .mail_form .input_wrap input[type=submit] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
header nav .header_top .mail_form .input_wrap input[type=mail] {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  width: calc(100% - 100px);
  padding: 16px 10px 16px 42px;
  box-sizing: border-box;
  border-radius: 30px 0 0 30px;
  -webkit-box-shadow: 0 0 0px 1000px #272727 inset;
}
header nav .header_top .mail_form .input_wrap input[type=mail]::placeholder {
  color: #777777;
}
header nav .header_top .mail_form .input_wrap input[type=mail]:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #272727 inset;
}
header nav .header_top .mail_form .input_wrap input[type=mail]:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #272727 inset;
}
header nav .header_top .mail_form .input_wrap input[type=submit] {
  font-size: 14px;
  color: #fff;
  padding: 20px 56px 20px 10px;
  background-image: url(../img/common/arrow.svg);
  background-repeat: no-repeat;
  background-position: right 36px center;
  background-size: 6px 8px;
  box-sizing: border-box;
  transition: all 0.4s ease;
  cursor: pointer;
}
header nav .header_top .mail_form .input_wrap input[type=submit]:hover {
  background-position: right 30px center;
}
header nav .header_top .mail_form + p {
  text-align: center;
  margin-top: 8px;
  color: #fff;
}
header nav .header_top .header_t_container {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
header nav .header_top .inner_nav {
  margin: 35px 0 0;
}
header nav .header_top .header_nav_container {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}
header nav .header_top .header_nav_container .category_link_list a {
  font-size: 14px;
  font-weight: 300;
  position: relative;
  padding-right: 14px;
}
header nav .header_top .header_nav_container .category_link_list a::after {
  content: "";
  position: relative;
  background-image: url(../img/common/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 6px;
  height: 8px;
  display: inline-block;
  margin-left: 8px;
  margin-bottom: 2px;
}
@media (min-width: 900px) {
  header nav .header_top .header_nav_container .col_6 ul > li a {
    background: linear-gradient(#fff, #fff) 0 100%/0 1px no-repeat;
    transition: background 0.4s ease;
  }
  header nav .header_top .header_nav_container .col_6 ul > li a:hover {
    background-size: 100% 1px;
  }
}
header nav .header_top .header_nav_container .col_6 ul:not([class]) > li:not([class]) a {
  font-size: 14px;
  font-weight: 300;
}
header nav .header_top .header_nav_container .col_6 ul:not([class]) > li:not([class]) a strong {
  font-size: 20px;
  font-weight: 300;
}
header nav .header_top .header_nav_container .col_6 ul:not([class]) > li.insta_link {
  margin-bottom: 8px;
}
header nav .header_top .header_nav_container .col_6 ul:not([class]) > li.insta_link > a .insta_icon {
  font-size: 16px;
  font-weight: 400;
  padding-left: 24px;
  display: inline-block;
  position: relative;
}
header nav .header_top .header_nav_container .col_6 ul:not([class]) > li.insta_link > a .insta_icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../img/common/insta.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 17px;
  height: 17px;
}
header nav .header_top .header_nav_container .inner_nav > .row {
  margin: 0 -26px;
}
header nav .header_top .header_nav_container .inner_nav > .row > .col_6 {
  padding: 0 26px;
}
header .header_inner {
  padding-top: 28px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  transition: padding 0.5s cubic-bezier(0.38, 0.41, 0.27, 1);
  background-color: #fff;
}
header .right_nav_box {
  display: flex;
  align-items: center;
}
header .right_nav_box .mypage_link {
  margin: 0 28px 0 0;
}
header .right_nav_box .shop_link {
  margin: 0 26px 0 0;
}
header.none .right_nav_box {
  display: none;
}
header .menu {
  position: relative;
  background: #fff;
  width: 46px;
  height: 36px;
}
header .menu span {
  position: absolute;
  top: 12px;
  left: 0;
  right: 0;
  display: inline-block;
  background: #000;
  width: 30px;
  height: 3px;
  margin: auto;
  transition: 0.3s;
}
header .menu span.line-t.show {
  top: 17px;
  transform: rotate(-32deg);
}
header .menu span.line-m {
  top: 22px;
}
header .menu span.line-m.show {
  opacity: 0;
}
header .menu span.line-b {
  top: 23px;
}
header .menu span.line-b.show {
  top: 17px;
  transform: rotate(32deg);
}
header .menu p {
  color: #fff;
  padding: 35px 0 0;
  font-size: 10px;
  text-align: center;
}
header.scroll {
  height: 80px;
  background-color: #fff;
}
header.scroll .header_inner {
  padding-top: 13px;
}
header.scroll .header_inner .logo {
  margin-top: 12px;
}
header.scroll .header_inner nav {
  top: 80px;
  height: calc(100vh - 80px);
}

/*Component*/
html {
  overflow: auto;
}
html.no_move {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

.en {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}

.barlow {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
}

.noto_font {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", "MS P Gothic", san-serif;
}

.container {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  box-sizing: border-box;
}
@media (max-width: 899px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 375px) {
  .container {
    padding-left: 5.33vw;
    padding-right: 5.33vw;
  }
}

.container-fluid {
  padding-left: 5.7%;
  padding-right: 5.7%;
  box-sizing: border-box;
}
.container-fluid.right-visible-container {
  overflow: visible;
}
@media (max-width: 899px) {
  .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 375px) {
  .container-fluid {
    padding-left: 5.33vw;
    padding-right: 5.33vw;
  }
}

.in-block {
  display: inline-block;
}

.row {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.row .col {
  position: relative;
  width: 100%;
  min-height: 1px;
  box-sizing: border-box;
}
.row .col.col_1 {
  flex: 0 0 100%;
  max-width: 100%;
}
.row .col.col_6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.row .col.col_4 {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}
.row .col.col_3 {
  flex: 0 0 25%;
  max-width: 25%;
}
@media (max-width: 899px) {
  .row .col.col_3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.bread_crumb {
  font-size: 12px;
  line-height: 1.35;
  letter-spacing: 0.02em;
  margin: 10px 0 42px;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}
.bread_crumb.over::before {
  content: "…";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  padding-top: 0.25em;
  padding-left: 0.31em;
  padding-right: 0.31em;
  box-sizing: border-box;
}
.bread_crumb.other_patern {
  margin: 0 0 15px;
  overflow: hidden;
  white-space: nowrap;
}
@media (max-width: 899px) {
  .bread_crumb.other_patern {
    margin: 8px 0 8px;
  }
}

.round_link {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  border: 2px solid #000;
  padding: 10px 20px 10px 33px;
  box-sizing: border-box;
  display: inline-block;
  border-radius: 32px;
  width: auto;
  min-width: 245px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 899px) {
  .round_link {
    display: inline-flex;
    font-size: 14px;
    width: auto;
    min-width: 200px;
    height: 54px;
    padding: 12px 20px;
    white-space: nowrap;
  }
}
.round_link > .pdf_icon {
  padding-right: 42px;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
}
.round_link > .pdf_icon::before {
  content: "PDF";
  font-size: 12px;
  line-height: 1.15;
  letter-spacing: 0.03em;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 32px;
  height: 16px;
  background-color: #a62421;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.round_link.black {
  color: #fff;
  background-color: #000;
}

.anchor {
  position: absolute;
}
@media (min-width: 900px) {
  .anchor {
    top: -90px;
  }
}
@media (max-width: 899px) {
  .anchor {
    top: -60px;
  }
}

/*footer*/
footer {
  background: #000000;
}
footer .footer_inner {
  padding: 78px 5.7% 40px;
}
footer .footer_inner p,
footer .footer_inner a {
  color: #ffffff;
}
footer .footer_inner .letter-message {
  text-align: center;
  padding: 0 0 1em 0;
}
footer .footer_inner .letter-message strong,
footer .footer_inner .letter-message span {
  display: block;
}
footer .footer_inner .letter-message strong {
  font-size: 24px;
  line-height: 1.35;
  letter-spacing: 0.06em;
  font-weight: 400;
}
footer .footer_inner .letter-message span {
  font-size: 16px;
  font-weight: 300;
  margin: 12px 0 0;
}
footer .footer_inner iframe {
  width: 700px;
  height: 100px;
}
footer .footer_inner .mail_form {
  margin: 28px 0 0;
}
footer .footer_inner .mail_form .input_wrap {
  max-width: 700px;
  box-sizing: border-box;
  background-color: #272727;
  display: flex;
  border-radius: 30px;
  margin-left: auto;
  margin-right: auto;
}
footer .footer_inner .mail_form .input_wrap input[type=mail],
footer .footer_inner .mail_form .input_wrap input[type=submit] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
footer .footer_inner .mail_form .input_wrap input[type=mail] {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  width: calc(100% - 100px);
  padding: 16px 10px 16px 42px;
  box-sizing: border-box;
  border-radius: 30px 0 0 30px;
}
footer .footer_inner .mail_form .input_wrap input[type=mail]::placeholder {
  color: #fff;
  color: #777777;
}
@keyframes onAutoFillStart {}
footer .footer_inner .mail_form .input_wrap input[type=mail]:-webkit-autofill {
  -webkit-text-fill-color: #fff !important;
  animation-name: onAutoFillStart;
  transition: background-color 50000s ease-in-out 0s;
}
footer .footer_inner .mail_form .input_wrap input[type=submit] {
  font-size: 14px;
  color: #fff;
  padding: 20px 56px 20px 10px;
  background-image: url(../img/common/arrow.svg);
  background-repeat: no-repeat;
  background-position: right 36px center;
  background-size: 6px 8px;
  box-sizing: border-box;
  transition: all 0.4s ease;
  cursor: pointer;
}
footer .footer_inner .mail_form .input_wrap input[type=submit]:hover {
  background-position: right 30px center;
}
footer .footer_inner .mail_form + p {
  text-align: center;
  margin-top: 8px;
}
footer .footer_inner .fot_bottom {
  border-top: 1px solid #272727;
  padding: 22px 0 0;
}
footer .footer_inner .fot_bottom.fot_bottom02 {
  border: none;
  padding: 0;
}
footer .footer_inner .fot_bottom.fot_bottom02 #pageTop {
  padding: 20px !important;
  position: fixed;
  bottom: 0;
  right: 0;
  background-color: #000;
}
footer .footer_inner .fot_bottom .logo img {
  width: 233px;
  height: auto;
}
footer .footer_inner .fot_bottom .logo small {
  font-size: 10px;
  line-height: 1.35;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  color: #474747;
  display: inline-block;
  margin-left: 12px;
}
footer .footer_inner .fot_bottom .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .footer_inner #pageTop a {
  display: inline-block;
  padding-left: 22px;
  box-sizing: border-box;
  background-image: url(../img/common/arrow_g.svg);
  background-repeat: no-repeat;
  background-size: 13px 9px;
  background-position: left center;
}
footer .footer_inner .fot_top {
  padding: 0 0 60px;
  box-sizing: border-box;
  position: relative;
}
footer .footer_inner .fot_top .insta_link {
  position: absolute;
  right: 0;
  bottom: 15px;
}
footer .footer_inner .fot_top .insta_link:hover {
  opacity: 0.6;
}
footer .footer_inner .fot_top .fot_t_container {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
footer .footer_inner .fot_top .fot_nav_container {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}
footer .footer_inner .fot_top .fot_nav_container .category_link_list a {
  font-size: 14px;
  font-weight: 300;
  position: relative;
  padding-right: 14px;
}
footer .footer_inner .fot_top .fot_nav_container .category_link_list a::after {
  content: "";
  position: relative;
  background-image: url(../img/common/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 6px;
  height: 8px;
  display: inline-block;
  margin-left: 8px;
  margin-bottom: 2px;
}
@media (min-width: 900px) {
  footer .footer_inner .fot_top .fot_nav_container p.top a {
    background: linear-gradient(#fff, #fff) 0 100%/0 1px no-repeat;
    transition: background 0.4s ease;
  }
  footer .footer_inner .fot_top .fot_nav_container p.top a:hover {
    background-size: 100% 1px;
  }
}
footer .footer_inner .fot_top .fot_nav_container p.top a.line {
  background: linear-gradient(#fff, #fff) 0 100%/0 1px no-repeat;
  background-size: 100% 1px;
}
footer .footer_inner .fot_top .fot_nav_container p.top a::after {
  content: "";
  position: relative;
  background-image: url(../img/common/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 6px;
  height: 8px;
  display: inline-block;
  margin-left: 8px;
  margin-bottom: 2px;
}
@media (min-width: 900px) {
  footer .footer_inner .fot_top .fot_nav_container .col_6 ul > li a {
    background: linear-gradient(#fff, #fff) 0 100%/0 1px no-repeat;
    transition: background 0.4s ease;
  }
  footer .footer_inner .fot_top .fot_nav_container .col_6 ul > li a:hover {
    background-size: 100% 1px;
  }
}
footer .footer_inner .fot_top .fot_nav_container .col_6 .col_6_w {
  flex: 0 0 55%;
  max-width: 55%;
}
footer .footer_inner .fot_top .fot_nav_container .col_6 .col_6_s {
  flex: 0 0 45%;
  max-width: 45%;
}
footer .footer_inner .fot_top .fot_nav_container .col_6 ul:not([class]) > li:not([class]) a {
  font-size: 14px;
  font-weight: 300;
}
footer .footer_inner .fot_top .fot_nav_container .col_6 ul:not([class]) > li:not([class]) a strong {
  font-size: 20px;
  font-weight: 300;
}
footer .footer_inner .fot_top .fot_nav_container .col_6 ul:not([class]) > li.insta_link {
  margin-bottom: 8px;
}
footer .footer_inner .fot_top .fot_nav_container .col_6 ul:not([class]) > li.insta_link > a .insta_icon {
  font-size: 16px;
  font-weight: 400;
  padding-left: 24px;
  display: inline-block;
  position: relative;
}
footer .footer_inner .fot_top .fot_nav_container .col_6 ul:not([class]) > li.insta_link > a .insta_icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../img/common/insta.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 17px;
  height: 17px;
}
footer .footer_inner .fot_top .fot_nav_container nav > .row {
  margin: 0 -26px;
}
footer .footer_inner .fot_top .fot_nav_container nav > .row > .col_6 {
  padding: 0 26px;
}

#pageTop a {
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  color: #777777;
  display: block;
  width: 50px;
}
#pageTop a:hover {
  opacity: 0.7;
}
#main {
	margin-top: 90px;
	background: #000;
}
.con_01 .inner,
.con_02 .inner,
.con_03 .inner {
	position: relative;
}
.con_01 .inner .link_01{
	position: absolute;
	bottom: 32px;
	left: 36px;
	/*left: 54px;*/
	width: 26%;
	background: #000;
}
.con_02 .inner .link_02{
	position: absolute;
	bottom: 32px;
	left: 36px;
	/*left: 54px;*/
	width: 26%;
	background: #000;
}
.con_03 .inner .link_03{
	position: absolute;
	bottom: 32px;
	left: 36px;
	/*left: 54px;*/
	width: 26%;
	background: #000;
}
/* -----Common styleここまで----- */


/* -----responsive----- */
@media only screen and (max-width: 1023px) {
}
@media only screen and (max-width: 767px) {
html.no_scroll {
  overflow: hidden;
  position: fixed;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote,
ul,
li,
ol,
dl,
dd,
tr {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
}

.pc {
  display: none !important;
}
.sp {
  display: block!important;
}

a {
  color: #000;
  text-decoration: none;
}
a:visited {
  /*color: #000;*/
}
a:active {
  color: #000;
}

img[src$=".jpg"],
img[src$=".png"] {
  backface-visibility: hidden;
}


header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #fff;
  width: 100%;
  height: 60px;
  transition: height 0.5s cubic-bezier(0.38, 0.41, 0.27, 1);
}
header .logo {
  transition: margin 0.5s cubic-bezier(0.38, 0.41, 0.27, 1);
  margin-top: 0;
}
header .logo img {
  max-width: 179px;
}
header nav {
  display: none;
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 60px 20px 30px;
  box-sizing: border-box;
  height: 100vh;
}
header .letter-message {
  text-align: center;
  padding: 0 0 1em 0;
}
header .letter-message strong,
header .letter-message span {
  display: block;
}
header .letter-message strong {
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0.06em;
  font-weight: 400;
}
header .letter-message span {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 300;
  margin: 13px 0 0;
}
header .mail_form {
  margin: 13px 0 0;
}
header .mail_form .input_wrap {
  max-width: 700px;
  box-sizing: border-box;
  background-color: #272727;
  display: flex;
  border-radius: 30px;
  margin-left: auto;
  margin-right: auto;
}
header .mail_form .input_wrap input[type=mail],
header .mail_form .input_wrap input[type=submit] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
header .mail_form .input_wrap textarea {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
}
header .mail_form .input_wrap input[type=mail] {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  width: calc(100% - 82px);
  padding: 14px 10px 14px 28px;
  box-sizing: border-box;
}
header .mail_form .input_wrap input[type=mail]::placeholder {
  color: #777777;
}
header .mail_form .input_wrap input[type=submit] {
  font-size: 14px;
  color: #fff;
  padding: 17px 44px 18px 10px;
  background-image: url(../../img/common/arrow.svg);
  background-repeat: no-repeat;
  background-position: right 28px center;
  background-size: 6px 8px;
  box-sizing: border-box;
}
header .inner_nav {
  padding: 0 0 35px;
}
header .inner_nav > .row > .col_6 {
  flex: 0 0 50%;
  max-width: 50%;
}
header .inner_nav > .row > .col_6 ul {
  max-width: 130px;
}
header .inner_nav > .row > .col_6 ul:nth-child(1) {
  max-width: 160px;
}
header .inner_nav > .row > .col_6 ul li {
  font-size: 0;
  line-height: 1;
}
header .inner_nav > .row > .col_6 ul li:nth-child(3), header .inner_nav > .row > .col_6 ul li:nth-child(5), header .inner_nav > .row > .col_6 ul li:nth-child(4), header .inner_nav > .row > .col_6 ul li:nth-child(6), header .inner_nav > .row > .col_6 ul li:nth-child(7), header .inner_nav > .row > .col_6 ul li:nth-child(8) {
  display: flex;
  align-items: center;
}
header .inner_nav > .row > .col_6 ul li:nth-child(1) {
  min-height: 64px;
  max-height: 64px;
  display: flex;
  align-items: center;
}
header .inner_nav > .row > .col_6 ul li:nth-child(1) a strong {
  line-height: 1.2;
  font-weight: bold;
}
header .inner_nav > .row > .col_6 ul li + li {
  margin: 14px 0 0;
}
header .inner_nav > .row > .col_6 ul li strong {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 300;
}
header .inner_nav > .row > .col_6 ul li a {
  font-size: 10px;
  line-height: 1.4;
  font-weight: bold;
  word-break: break-all;
}
header .inner_nav ul:not([class]) > li:not([class]) a {
  font-size: 10px;
  font-weight: bold;
}
header .inner_nav ul:not([class]) > li:not([class]) a strong {
  font-size: 16px;
  font-weight: 300;
}
header nav .header_top {
  padding: 0 0 30px;
  position: relative;
}
header .header_top p,
header .header_top a {
  color: #ffffff;
}
header .header_top .fot_t_container {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
header .header_top > .inner_nav > .row > .col_6 {
  flex: 0 0 100%;
  max-width: 100%;
}
header .header_top .insta_link {
  position: absolute;
  right: 0;
  bottom: 15px;
}
header .header_inner {
  padding-top: 19px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  transition: padding 0.5s cubic-bezier(0.38, 0.41, 0.27, 1);
}
header .right_nav_box {
  display: flex;
  align-items: center;
}
header .right_nav_box .mypage_link {
  margin: 0 14px 0 0;
}
header .right_nav_box .mypage_link img {
  max-width: 22px;
  height: auto;
}
header .right_nav_box .shop_link {
  margin: 0 18px 0 0;
}
header .right_nav_box .shop_link img {
  max-width: 18px;
  height: auto;
}
header.none .right_nav_box {
  display: none;
}
header .menu {
  position: relative;
  background: #fff;
  width: 29px;
  height: 20px;
}
header .menu span {
  position: absolute;
  top: 4px;
  left: 0;
  right: 0;
  display: inline-block;
  background: #000;
  width: 22px;
  height: 2px;
  margin: auto;
  transition: 0.3s;
}
header .menu span.line-t.show {
  top: 8px;
  transform: rotate(-32deg);
}
header .menu span.line-m {
  top: 8px;
}
header .menu span.line-m.show {
  opacity: 0;
}
header .menu span.line-b {
  top: 11px;
}
header .menu span.line-b.show {
  top: 8px;
  transform: rotate(32deg);
}
header .menu p {
  color: #fff;
  padding: 35px 0 0;
  font-size: 10px;
  text-align: center;
}
/*Component*/
html {
  overflow: auto;
}
html.no_move {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

.en {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}

.barlow {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
}

.noto_font {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", "MS P Gothic", san-serif;
}

.container {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  box-sizing: border-box;
}

.container-fluid {
  padding-left: 5.7%;
  padding-right: 5.7%;
  box-sizing: border-box;
}
.container-fluid.right-visible-container {
  overflow: visible;
}

.in-block {
  display: inline-block;
}

.row {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.row .col {
  position: relative;
  width: 100%;
  min-height: 1px;
  box-sizing: border-box;
}
.row .col.col_1 {
  flex: 0 0 100%;
  max-width: 100%;
}
.row .col.col_6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.row .col.col_4 {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}
.row .col.col_3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.bread_crumb {
  font-size: 12px;
  line-height: 1.35;
  letter-spacing: 0.02em;
  margin: 10px 0 42px;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}
.bread_crumb.over::before {
  content: "…";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  padding-top: 0.25em;
  padding-left: 0.31em;
  padding-right: 0.31em;
  box-sizing: border-box;
}
.bread_crumb.other_patern {
  margin: 0 0 15px;
  overflow: hidden;
  white-space: nowrap;
}
.round_link {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  border: 2px solid #000;
  padding: 10px 20px 10px 33px;
  box-sizing: border-box;
  display: inline-block;
  border-radius: 32px;
  width: auto;
  min-width: 245px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.round_link > .pdf_icon {
  padding-right: 42px;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
}
.round_link > .pdf_icon::before {
  content: "PDF";
  font-size: 12px;
  line-height: 1.15;
  letter-spacing: 0.03em;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 32px;
  height: 16px;
  background-color: #a62421;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.round_link.black {
  color: #fff;
  background-color: #000;
}

.anchor {
  position: absolute;
}

/*footer*/
footer {
  background: #000000;
}
footer .footer_inner {
  padding: 30px 5.7% 40px;
}
footer .footer_inner p,
footer .footer_inner a {
  color: #ffffff;
}
footer .footer_inner a.line {
  background: linear-gradient(#fff, #fff) 0 100%/0 1px no-repeat;
  background-size: 100% 1px;
  font-weight: bold;
}
footer .footer_inner .letter-message {
  text-align: center;
  padding: 0 0 1em 0;
}
footer .footer_inner .letter-message strong,
footer .footer_inner .letter-message span {
  display: block;
}
footer .footer_inner .letter-message strong {
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.06em;
  font-weight: 400;
}
footer .footer_inner .letter-message span {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 300;
  margin: 13px 0 0;
}
footer .footer_inner iframe {
  width: 100%;
  height: 100px;
}
footer .footer_inner .mail_form {
  margin: 13px 0 0;
}
footer .footer_inner .mail_form .input_wrap {
  max-width: 700px;
  box-sizing: border-box;
  background-color: #272727;
  display: flex;
  border-radius: 30px;
  margin-left: auto;
  margin-right: auto;
}
footer .footer_inner .mail_form .input_wrap input[type=mail],
footer .footer_inner .mail_form .input_wrap input[type=submit] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
footer .footer_inner .mail_form .input_wrap textarea {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
}
footer .footer_inner .mail_form .input_wrap input[type=mail] {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  width: calc(100% - 82px);
  padding: 14px 10px 14px 28px;
  box-sizing: border-box;
}
footer .footer_inner .mail_form .input_wrap input[type=mail]::placeholder {
  color: #777777;
}
footer .footer_inner .mail_form .input_wrap input[type=submit] {
  font-size: 14px;
  color: #fff;
  padding: 17px 44px 18px 10px;
  background-image: url(../../img/common/arrow.svg);
  background-repeat: no-repeat;
  background-position: right 28px center;
  background-size: 6px 8px;
  box-sizing: border-box;
}
footer .footer_inner .fot_bottom {
  border-top: 1px solid #272727;
  padding: 22px 0 0;
}
footer .footer_inner .fot_bottom.fot_bottom02 {
  border: none;
  padding: 0;
}
footer .footer_inner .fot_bottom.fot_bottom02 #pageTop {
  padding: 20px !important;
  position: fixed;
  bottom: 0;
  right: 0;
  background-color: #000;
}
footer .footer_inner .fot_bottom .flex {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
footer .footer_inner .fot_bottom .logo img {
  width: 197px;
  height: auto;
}
footer .footer_inner .fot_bottom .logo small {
  font-size: 10px;
  letter-spacing: 0.03em;
  line-height: 1.35;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  color: #474747;
  display: block;
  margin: 8px 0 0;
}
footer .footer_inner nav > .row > .col_6 {
  flex: 0 0 100%;
  max-width: 100%;
}
footer .footer_inner nav > .row > .col_6:nth-child(1) {
  margin-bottom: 35px;
}
footer .footer_inner nav > .row > .col_6:nth-child(1) ul > li {
  line-height: 1.8;
}
footer .footer_inner nav > .row > .col_6:nth-child(1) ul > li a {
  font-size: 10px;
  line-height: 1.4;
  font-weight: bold;
  word-break: break-all;
}
footer .footer_inner nav > .row > .col_6:nth-child(2) ul {
  max-width: 130px;
}
footer .footer_inner nav > .row > .col_6:nth-child(2) ul:nth-child(1) {
  max-width: 160px;
}
footer .footer_inner nav > .row > .col_6:nth-child(2) ul li {
  font-size: 0;
  line-height: 1;
}
footer .footer_inner nav > .row > .col_6:nth-child(2) ul li:nth-child(1), footer .footer_inner nav > .row > .col_6:nth-child(2) ul li:nth-child(3), footer .footer_inner nav > .row > .col_6:nth-child(2) ul li:nth-child(4), footer .footer_inner nav > .row > .col_6:nth-child(2) ul li:nth-child(5), footer .footer_inner nav > .row > .col_6:nth-child(2) ul li:nth-child(6), footer .footer_inner nav > .row > .col_6:nth-child(2) ul li:nth-child(7), footer .footer_inner nav > .row > .col_6:nth-child(2) ul li:nth-child(8) {
  display: flex;
  align-items: center;
}
footer .footer_inner nav > .row > .col_6:nth-child(2) ul li + li {
  margin: 14px 0 0;
}
footer .footer_inner nav > .row > .col_6:nth-child(2) ul li strong {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 700;
}
footer .footer_inner nav > .row > .col_6:nth-child(2) ul li a {
  font-size: 10px;
  line-height: 1.4;
  font-weight: bold;
  word-break: break-all;
}
footer .footer_inner nav .category_link_list a {
  font-size: 14px;
  font-weight: 300;
  position: relative;
}
footer .footer_inner nav .category_link_list a::after {
  content: "";
  position: relative;
  background-image: url(../img/common/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 5px;
  height: 7px;
  display: inline-block;
  margin-left: 5px;
  margin-bottom: 2px;
}
footer .footer_inner nav ul:not([class]) > li:not([class]) a {
  font-size: 14px;
  font-weight: 300;
}
footer .footer_inner nav ul:not([class]) > li:not([class]) a strong {
  font-size: 20px;
  font-weight: 300;
}
footer .footer_inner nav ul:not([class]) > li.insta_link {
  margin-bottom: 8px;
}
footer .footer_inner nav ul:not([class]) > li.insta_link > a .insta_icon {
  font-size: 16px;
  font-weight: 400;
  padding-left: 24px;
  display: inline-block;
  position: relative;
}
footer .footer_inner nav ul:not([class]) > li.insta_link > a .insta_icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../img/common/insta.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 17px;
  height: 17px;
}
footer .footer_inner #pageTop a {
  display: inline-block;
  padding-left: 22px;
  box-sizing: border-box;
  background-image: url(../../img/common/arrow_g.svg);
  background-repeat: no-repeat;
  background-size: 13px 9px;
  background-position: left center;
}
footer .footer_inner .fot_top {
  padding: 0 0 78px;
  position: relative;
}
footer .footer_inner .fot_top .fot_t_container {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
footer .footer_inner .fot_top > nav > .row > .col_6 {
  flex: 0 0 100%;
  max-width: 100%;
}
footer .footer_inner .fot_top .insta_link {
  position: absolute;
  right: 0;
  bottom: 15px;
}

#pageTop a {
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  color: #777777;
  display: block;
  width: 50px;
}
#pageTop a:hover {
  opacity: 0.7;
}
#main {
	margin-top: 60px;
}
.box_left,
.box_right{
	width: 100%;
	padding: 20px;
}
.con_01 .inner .link_01{
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto 20px;
	width: 90%;
}
.con_02 .inner .link_02{
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto 20px;
	width: 90%;
}
.con_03 .inner .link_03{
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto 20px;
	width: 90%;
}
.con_04 .inner .link_04{
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto 20px;
	width: 90%;
}
.con_05 .inner .link_05{
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto 20px;
	width: 90%;
}
}

@media (max-width: 375px) {
  header .logo img {
    max-width: 52vw;
  }
}
@media (max-width: 360px) {
  header .inner_nav > .row > .col_6 ul li + li {
    margin: 8px 0 0;
  }
}
@media (max-width: 360px) {
  header .inner_nav > .row > .col_6 ul li:not([class]) a {
    font-size: 12px;
  }
}
@media (max-width: 375px) {
  header .right_nav_box .mypage_link {
    margin: 0 3.47vw 0 0;
  }
  header .right_nav_box .mypage_link img {
    max-width: 5.87vw;
  }
}
@media (max-width: 375px) {
  header .right_nav_box .shop_link {
    margin: 0 3.47vw 0 0;
  }
  header .right_nav_box .shop_link img {
    max-width: 4.8vw;
  }
}
@media (max-width: 899px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 375px) {
  .container {
    padding-left: 5.33vw;
    padding-right: 5.33vw;
  }
}
@media (max-width: 899px) {
  .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 375px) {
  .container-fluid {
    padding-left: 5.33vw;
    padding-right: 5.33vw;
  }
}
@media (max-width: 899px) {
  .row .col.col_3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 899px) {
  .bread_crumb.other_patern {
    margin: 8px 0 8px;
  }
}
@media (max-width: 899px) {
  .round_link {
    display: inline-flex;
    font-size: 14px;
    width: auto;
    min-width: 200px;
    height: 54px;
    padding: 12px 20px;
    white-space: nowrap;
  }
}
@media (min-width: 900px) {
  .anchor {
    top: -90px;
  }
}
@media (max-width: 899px) {
  .anchor {
    top: -60px;
  }
}

/* -----responsiveここまで----- */
