@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
*{
  margin: 0;
  padding: 0;
}
/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  width: 100%;
  font-family: dnp-shuei-ymincho-std, "gowun-batang", sans-serif;
  font-style: normal;
  color: #000;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.17em;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

p {
  margin-top: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

.a_button {
  width: 100%;
  max-width: 317px;
}

.a_button--outline {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #000;
  color: #fff;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.a_button--outline:hover, .a_button--outline:focus {
  background-color: #fff;
  color: #000;
}
.a_button--outline.type-white {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}
#container{
  position: relative;
  min-width: 320px;
  margin: 0 0 0 175px;
}
#content{
}
/*-------------------- common --------------------*/

.pc_block {
  display: block;
}
.pc_inline {
  display: inline;
}
.pc_none {
  display: none;
}
.sp_block {
  display: none;
}
@media (max-width: 1024px) {
  .tb_inline {
    display: inline;
  }
  .tb_none {
    display: none;
  }
}
@media (max-width: 750px) {
  .pc_block {
    display: none;
  }
  .sp_block {
    display: block;
  }
  .sp_inline {
    display: inline;
  }
  .sp_none {
    display: none;
  }
}
@media (max-width: 599px) {
  .ssp_inline {
    display: inline;
  }
  .ssp_none {
    display: none;
  }
}

/*-------------------- header --------------------*/
#header{
  position: fixed;
  left: 0;
  top: 0;
  background-color: #fff;
  width: 175px;
  height: 100%;
  border: none;
  box-shadow: 0 3px 6px rgba(0,0,0,0.1);
  z-index: 1000;
}
#header .siteTitle{
  width: 100%;
  text-align: center;
  margin: 15px 0 0;
  padding: 0;
  line-height: 1em;
}
#header .siteTitle img{
  width: 66px;
  margin-bottom: 45px;
  margin-top: 75px;
}
.logo_sub{
  font-family: dnp-shuei-nshogomincho-std, sans-serif;
  font-weight: 400;
  text-align: center;
  font-size: 14px;
  letter-spacing: 3px;
  margin-bottom: 100px;
}
.menu_logo_sub{
  font-family: dnp-shuei-nshogomincho-std, sans-serif;
  font-weight: 400;
  text-align: center;
  font-size: 14px;
  letter-spacing: 3px;
  margin-bottom: 45px;
}
.menu_btn
{
  box-sizing: border-box;
  width: 64px;
  height: 64px;
  top: 32px;
  left: 39px;
  margin: 45px auto 60px;
  display: none;
}
.menu_btn div
{
  position: relative;
  width: 64px;
  height: 64px;
}
.menu_btn span:nth-of-type(1)
{
  top: 24px;
  left: 16px;
}
.menu_btn span:nth-of-type(2)
{
  top: 34px;
  left: 16px;
}
.menu_btn span
{
  display: block;
  width: 32px;
  height: 4px;
  border-radius: 1px;
  background-color: #000000;
  position: absolute;
  transition: all linear .3s;
}

.menu.open
{
  top: 0;
  opacity: 1;
}
.menu {
  background-color: #EEE;
  position: fixed;
  top: -100vh;
  right: 0;
  z-index: 101;
  box-sizing: border-box;
  width: 100%;
  height: 100vh;
  opacity: 0;
  transition: opacity 0.5s ease;
  padding: 45px 0 0 45px;
}
.menu_inner {
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 0 80px;
  width: 882px;
  margin: 105px auto;
}
.menu_logo {
  width: 112px;
  margin: 0 auto 40px;
}
.menu_btn.close{
  margin: 0 !important;
}
.menu_btn.close span:nth-of-type(1)
{
  transform: rotate(26deg);
  top: 32px;
  left:22px;
}
.nav_li_main {
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
}
.navi_content li{
  margin-bottom: 45px;
}
.nav_li_main span {
}

.nav_li_main span:first-child {
  font-size: 30px;
  padding-right: 30px;
  font-family: "gowun-batang", sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 10px;
  width: 390px;
}

.nav_li_main span:last-child {
  font-size: 15px;
  margin-top: 11px;
  letter-spacing: 5px;
}
#content{
  position: relative;
  overflow: hidden;
}

.image_size{
  width: 100%;
  object-fit: cover;
  height: auto;
  max-height: 500px;
}
.side_sns{
  display: block;
  text-align: center;
}
@media (max-width: 1024px) {
  .nav_li_main span:first-child {
    width: 100%;
    text-align: left;
    padding-right: 0;
  }
  .nav_li_main span:last-child {
    margin-top: 11px;
  }
}
@media (max-width: 750px) {
  #container {
    min-width: auto;
    margin: 0 0 0 40px;
  }
  #header {
    width: 47px;
    text-align: center;
  }
  #header .siteTitle img {
    width: 30px;
    margin-bottom: 15px;
  }
  .logo_sub {
    display: inline-block;
    width: 30px;
    letter-spacing: 3px;
    writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    margin-bottom: 30px;
  }
  .menu_btn {
    width: 40px;
    height: 40px;
    margin: 45px auto 60px;
  }
  .menu_btn div {
    width: 40px;
    height: 40px;
  }
  .menu_btn span:nth-of-type(1) {
    top: 14px;
    left: 10px;
  }
  .menu_btn span:nth-of-type(2) {
    top: 22px;
    left: 10px;
  }
  .menu_btn span {
    width: 20px;
    height: 4px;
  }
  .menu {
    top: -100vh;
    right: 0;
    width: 100%;
    height: 100vh;
    padding: 45px 0 0;
  }
  .menu_inner {
    gap: 0 40px;
    width: 100%;
    padding: 0 40px;
    margin: 60px auto;
  }
  .menu_logo{
    width: 80px;
    margin: 0 auto 40px;
  }
  .menu_btn.close span:nth-of-type(1) {
    top: 20px;
    left: 10px;
  }
  .nav_li_main span:first-child {
    font-size: 26px;
    word-break: break-all;
  }
  .nav_li_main span:last-child {
    font-size: 13px;
  }
}
@media (max-width: 599px) {
  .menu_logo_sub{
    display: inline-block;
    font-size: 12px;
    writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    margin-bottom: 45px;
  }
  .menu_inner {
    grid-template-columns: 40px 1fr;
    padding: 0 20px 0 40px;
  }
  .menu_logo{
    width: 40px;
    margin: 0 auto 40px;
  }
  .menu_inner_left{
    width: 40px;
    text-align: center;
  }
  .nav_li_main {
   text-align: left;
  }
  .nav_li_main span:first-child {
    width: 100%;
    padding-right: 0;
  }
  .nav_li_main span:last-child {
    width: 100%;
    margin-top: 11px;
  }
}

/*-------------------- section --------------------*/
.sec_ttl {
  font-size: 25px;
  font-weight: 800;
  letter-spacing: 0.2em;
  margin-left: 55px;
  margin-bottom: 70px;
}
.sec_ttl_en {
  font-size: 18px;
  font-weight: 700;
  line-height: 2.96;
  letter-spacing: 0.2em;
  margin: 0 0 74px 25px;
}
@media (max-width: 1024px) {
  .sec_ttl_en {
    margin: 0 0 74px;
  }
}
@media (max-width: 750px) {
  .sec_ttl {
    font-size: 14px;
    margin-bottom: 40px;
    margin-left: 0px;
  }
  .sec_ttl_en {
    font-size: 10px;
  }

}
@media(max-width: 599px) {
  .sec_ttl {
    line-height: 1.5;
  }
  .sec_ttl_en {
    line-height: 1;
    margin: 0;
  }
}
/*-------------------- brand policy --------------------*/
.brand_policy {
  width: 94%;
  min-width: 835px;
  max-width: 1150px;
  margin: 90px auto 150px;
}
.brand_policy .sec_ttl {
  margin-bottom: 53px;
}
.brand_policy_cp {
  font-size: clamp(34px,2.14vw,41px);
  font-weight: 800;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 82px;
}
.brand_policy_box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 38px;
  padding: 0 68px;
}
.brand_policy_jp_box h4 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 22px;
}
.brand_policy_jp_box h5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-bottom: 35px;
}
.brand_policy_jp_box h6 {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
.brand_policy_jp_box p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.brand_policy_en_box h2,
.brand_policy_en_box h3,
.brand_policy_en_box h4,
.brand_policy_en_box p {
  color: #1e1e1e;
}
.brand_policy_en_box h4 {
  font-family: "gowun-batang", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 22px;
}
.brand_policy_en_box h5 {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.1em;
  margin-bottom: 35px;
}
.brand_policy_en_box h6 {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

.brand_policy_en_box h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}
.brand_policy_en_box p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.05em;
}

@media (max-width: 750px) {
  .brand_policy {
    width: 95%;
    min-width: 300px;
    max-width: 300px;
    margin: 40px auto 60px;
  }
  .brand_policy .sec_ttl {
    margin-bottom: 40px;
  }
  .brand_policy_box {
    grid-template-columns: 1fr;
    gap: 40px 0;
    padding: 0px;
  }
  .brand_policy_cp {
    font-size: 13px;
    margin-bottom: 40px;
    letter-spacing: 0;
  }
  .brand_policy_jp_box h4 {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .brand_policy_jp_box h5 {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .brand_policy_jp_box h6 {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .brand_policy_jp_box p {
    font-size: 12px;
  }
  .brand_policy_en_box h4 {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .brand_policy_en_box h3 {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .brand_policy_en_box p {
    font-size: 12px;
  }
}

/*-------------------- company --------------------*/
.company {
  width: 94%;
  min-width: 835px;
  max-width: 1150px;
  margin: 0px auto 150px;
}
.company_list {
  display: flex;
  flex-direction: column;
  gap: 80px 0;
}
.company_list img {
  width: 100%;
  height: auto;
  margin-bottom: 58px;
}
.txt {
  padding: 0 68px;
}
.company h3 {
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 37px;
}
.company h4 {
  font-size: clamp(32px,1.93vw,37px);
  font-weight: 800;
  letter-spacing: 0.1em;
  margin-bottom: 32px;
}
.company_desc {
  font-size: 14px;
  font-weight: 500;
  line-height: 2.5;
  margin-bottom: 40px;
}
.company h5 {
  font-size: 14px;
  margin-bottom: 16px;
}
.company_content_wrapper{
  border-top: 1px solid #1c1c1c;
  border-bottom: 1px solid #1c1c1c;
  padding: 20px 30px;
}
.company_content {
  font-size: 14px;
}
@media (max-width: 1024px) {
  .txt {
    padding: 0 20px;
  }
}
@media (max-width: 750px) {
  .company {
    width: 100%;
    margin-bottom: 60px;
    min-width: 300px;
    max-width: 300px;
    
  }
  .company_list {
    gap: 60px 0;
  }
  .company_list img {
    margin-bottom: 40px;
  }
  .txt {
    padding: 0 0px;
  }
  .company h3 {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .company h4 {
    font-size: 32px;
    margin-bottom: 40px;
  }
  .company_desc {
    font-size: 12px !important;
    margin-bottom: 40px;
    line-height: 2;
  }
  .company h5 {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .company_content {
    font-size: 12px;
  }
  .company_content_wrapper{
    padding: 20px 10px;
  }
}
@media(max-width: 599px) {
  .company h4 {
    font-size: 15px;
  }
  .side_sns {
    display: block;
    text-align: center;
    width: 15px;
    margin: 0 auto;
  }
}
/*-------------------- philosophy --------------------*/
.philosophy{
  width: 94%;
  min-width: 835px;
  max-width: 1150px;
  margin: 50px auto;
}
.philosophy_flow {
  padding: 0 80px;
}
.philosophy_flow img {
  width: 100%;
  max-width: 1920px;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .philosophy_flow {
    padding: 0 20px;
  }
}
@media(max-width: 750px) {
  .philosophy{
    min-width: 300px;
    max-width: 300px;
  }

  .philosophy_flow {
    padding: 0 20px;
  }
}

/*-------------------- footer --------------------*/
footer{
  background: #000;
  color: #fff;
  font-weight: 400;
  padding: 78px 0 62px;
  margin-top: 200px;
}
.footer_inner {
  display: grid;
  grid-template-columns: 50px auto;
  grid-template-rows: auto auto auto;
  gap: 10px 60px;
  max-width: 568px;
  font-size: 17px;
  align-items: center;
  padding: 0 20px;
  margin: 0 auto;
}
footer .logo_bottom{
  grid-row: 1 / 4;
  width: 50px;
  margin: 0 auto;
}
footer .name {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-top: 10px;
}
footer .address{
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
footer .copyright{
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media (max-width: 750px) {
  footer{
    padding: 44px 0 40px;
    margin-top: 60px;
  }
  .footer_inner {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
    gap: 10px 0;
    max-width: 376px;
    font-size: 17px;
    text-align: center;
    margin: 0 auto;
  }
  footer .logo_bottom{
    grid-row: 1 / 2;
    width: 31px;
    text-align: left;
  }
  footer .name {
    font-size: 12px;
    text-align: center;
  }
  footer .address{
    font-size: 12px;
    text-align: center;
  }
  footer .copyright{
    font-size: 12px;
    text-align: center;
    margin-bottom: 0;
  }
}
@media (max-width: 599px) {
  footer .logo_bottom{
    align-self: start;
    margin-bottom: 30px;
  }
}