@charset "utf-8";

/*!
 * ress.css â€¢ v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */

/* # =================================================================
   # Global selectors
   # ================================================================= */

   html {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
    word-break: normal;
    -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4;
  }
  
  *,
  ::before,
  ::after {
    background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
  }
  
  ::before,
  ::after {
    text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
    vertical-align: inherit;
  }
  
  * {
    padding: 0; /* Reset `padding` and `margin` of all elements */
    margin: 0;
  }
  
  /* # =================================================================
     # General elements
     # ================================================================= */
  
  hr {
    overflow: visible; /* Show the overflow in Edge and IE */
    height: 0; /* Add the correct box sizing in Firefox */
  }
  
  details,
  main {
    display: block; /* Render the `main` element consistently in IE. */
  }
  
  summary {
    display: list-item; /* Add the correct display in all browsers */
  }
  
  small {
    font-size: 80%; /* Set font-size to 80% in `small` elements */
  }
  
  [hidden] {
    display: none; /* Add the correct display in IE */
  }
  
  abbr[title] {
    border-bottom: none; /* Remove the bottom border in Chrome 57 */
    /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted;
  }
  
  a {
    background-color: transparent; /* Remove the gray background on active links in IE 10 */
  }
  
  a:active,
  a:hover {
    outline-width: 0; /* Remove the outline when hovering in all browsers */
  }
  
  code,
  kbd,
  pre,
  samp {
    font-family: monospace, monospace; /* Specify the font family of code elements */
  }
  
  pre {
    font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
  }
  
  b,
  strong {
    font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
  }
  
  /* https://gist.github.com/unruthless/413930 */
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  sup {
    top: -0.5em;
  }
  
  /* # =================================================================
     # Forms
     # ================================================================= */
  
  input {
    border-radius: 0;
  }
  
  /* Replace pointer cursor in disabled elements */
  [disabled] {
    cursor: default;
  }
  
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
  }
  
  [type="search"] {
    -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
    outline-offset: -2px; /* Correct the outline style in Safari */
  }
  
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
  }
  
  textarea {
    overflow: auto; /* Internet Explorer 11+ */
    resize: vertical; /* Specify textarea resizability */
  }
  
  button,
  input,
  optgroup,
  select,
  textarea {
    font: inherit; /* Specify font inheritance of form elements */
  }
  
  optgroup {
    font-weight: bold; /* Restore the font weight unset by the previous rule */
  }
  
  button {
    overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
  }
  
  button,
  select {
    text-transform: none; /* Firefox 40+, Internet Explorer 11- */
  }
  
  /* Apply cursor pointer to button elements */
  button,
  [type="button"],
  [type="reset"],
  [type="submit"],
  [role="button"] {
    cursor: pointer;
    color: inherit;
  }
  
  /* Remove inner padding and border in Firefox 4+ */
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  
  /* Replace focus style removed in the border reset above */
  button:-moz-focusring,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    outline: 1px dotted ButtonText;
  }
  
  button,
  html [type="button"], /* Prevent a WebKit bug where (2) destroys native `audio` and `video`controls in Android 4 */
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
  }
  
  /* Remove the default button styling in all browsers */
  button,
  input,
  select,
  textarea {
    background-color: transparent;
    border-style: none;
  }
  
  /* Style select like a standard input */
  select {
    -moz-appearance: none; /* Firefox 36+ */
    -webkit-appearance: none; /* Chrome 41+ */
  }
  
  select::-ms-expand {
    display: none; /* Internet Explorer 11+ */
  }
  
  select::-ms-value {
    color: currentColor; /* Internet Explorer 11+ */
  }
  
  legend {
    border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
    color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
    display: table; /* Correct the text wrapping in Edge and IE */
    max-width: 100%; /* Correct the text wrapping in Edge and IE */
    white-space: normal; /* Correct the text wrapping in Edge and IE */
    max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
  }
  
  ::-webkit-file-upload-button {
    /* Correct the inability to style clickable types in iOS and Safari */
    -webkit-appearance: button;
    color: inherit;
    font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
  }
  
  /* # =================================================================
     # Specify media element style
     # ================================================================= */
  
  img {
    border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
  }
  
  /* Add the correct vertical alignment in Chrome, Firefox, and Opera */
  progress {
    vertical-align: baseline;
  }
  
  svg:not([fill]) {
    fill: currentColor;
  }
  
  /* # =================================================================
     # Accessibility
     # ================================================================= */
  
  /* Hide content from screens but not screenreaders */
  @media screen {
    [hidden~="screen"] {
      display: inherit;
    }
    [hidden~="screen"]:not(:active):not(:focus):not(:target) {
      position: absolute !important;
      clip: rect(0 0 0 0) !important;
    }
  }
  
  /* Specify the progress cursor of updating elements */
  [aria-busy="true"] {
    cursor: progress;
  }
  
  /* Specify the pointer cursor of trigger elements */
  [aria-controls] {
    cursor: pointer;
  }
  
  /* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
  [aria-disabled] {
    cursor: default;
  }

/*whole*/
body {
  color: #595757;
  line-height: 1.6;
  font-family: "Koburina Gothic W6 JIS2004";
  font-weight: 500;
}
body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 0%;
}
img {
  width: 100%;
}
a {
  text-decoration: none;
  -webkit-transition: .4s;
  transition: .4s;
}
a:hover {
  text-decoration: none;
  opacity: .8;
}
.koc-bg {
  position: relative;
}
.koc-bg::before{
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100vh;
  background-image: url(../img/bg.jpg);
  background-position: center top;
  background-size:cover;
  background-repeat: no-repeat;
}
.koc-sec {
  position: relative;
  max-width: 1000px;
  height: 100%;
  margin: auto;
  padding: 35px 0;
  background-repeat: no-repeat;
  background-size: unset;
  background-position: center top;
}
/*sec--1*/
.koc-sec--1 {
  padding-top: 35px;
  max-width: 1000px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 12px rgba(0,0,0,.3);
          box-shadow: 0 0 12px rgba(0,0,0,.3);
}
.koc-yokoku > div {
  margin: auto;
}
.koc-yokoku > div:first-of-type {
  width: 188px;
}
.koc-mv {
  width: 474px;
  padding: 30px 0 0;
  margin: auto;
}
.koc-imgUnderTxt {
  padding: 10px 0 0;
  font-size: 18px;
  text-align: center;
  color: #0055B1;
}
.koc-imgUnderTxt > span.koc-imgUnderTxt__attention {
  display: block;
  padding: 5px 0 0;
  margin: auto;
  font-size: 11px;
}
.koc-img2 {
  max-width: 460px;
  padding: 30px 0 0;
  margin: auto;
}
/*sec--2*/
.koc-sec--2 {
  background-color: #0055b1;
  margin-top: -30px;
  padding: 60px 0;
  -webkit-box-shadow: -15px 0px 10px -15px rgba(0,0,0,.3), 15px 0px 10px -15px rgba(0,0,0,.3);
          box-shadow: -15px 0px 10px -15px rgba(0,0,0,.3), 15px 0px 10px -15px rgba(0,0,0,.3);
}
.koc-sec--2 .koc-sec__inner {
  width: 100%;
  max-width: 360px;
  margin: auto;
}
.koc-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 255px;
  margin: auto;
}
.koc-sns > a {
  display: block;
}
.koc-sns > a:first-of-type {
  width: 58.57px;
}
.koc-sns > a:nth-of-type(2) {
  width: 51.18px;
}
.koc-sns > a:last-of-type {
  width: 53.87px;
}
.koc-links {
  text-align: center;
}
.koc-links > div {
  padding: 20px 0 0;
}
.koc-links > div > a {
  color: #FFDE15;
  font-size: 22px;
  text-decoration: none;
  letter-spacing: .1em;
}
.koc-links > div:last-of-type {
  width: 188px;
  margin: auto;
}

/*pc/sp*/
.cmn-pc {
  display: block;
}
.cmn-sp {
  display: none;
}
/*banner*/
.koc-sec--banner {
  padding-top: 60px;
  padding-bottom: 170px;
  margin-top: -15px;
  max-width: 1000px;
  background-color: #fff;
  -webkit-box-shadow: -15px 0px 10px -15px rgba(0,0,0,.3), 15px 0px 10px -15px rgba(0,0,0,.3);
          box-shadow: -15px 0px 10px -15px rgba(0,0,0,.3), 15px 0px 10px -15px rgba(0,0,0,.3);
}
.koc-sec--banner a{
  -webkit-box-shadow: 0 0 12px rgba(0,0,0,.3);
          box-shadow: 0 0 12px rgba(0,0,0,.3);
  border-radius: 20px;
  margin-bottom: 30px;
  color: #595757;
  display: block;
  width: 48%;
}
.koc-sec--banner img{
  border-radius: 20px 20px 0 0;
}
.koc-sec--banner .koc-sec__inner a div:last-of-type{
  padding: 15px 28px;
}
.koc-sec--banner .koc-sec__inner a div.padding-top{
  padding-top: 25px;
}
.koc-sec--banner a.off{
  pointer-events:none;
  background: rgba(0,0,0,.3);
  -webkit-filter: contrast(0.5);
          filter: contrast(0.5);
}
@media screen and (min-width: 659px) {
  .koc-sec--banner .koc-sec__inner {
      width: 100%;
      max-width: 820px;
      margin: 0 auto;
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
  }

}

@media screen and (max-width: 768px) {
  .koc-bg::before{
    background-image: url(../img/bg_sp.jpg);  
  }
  /*whole*/
  .koc-bg {
    width: 100%;
  }
  .koc-sec {
    width: 90%;
    margin: 0 5%;
    background-image: none!important;
    height: inherit!important;
  }
  /*sec--1*/
  .koc-sec--1 {
    background-color: #fff;
  }
  .koc-mv {
    width: 100%;
    max-width: 424px;
  }
  .koc-imgUnderTxt {
    width: 100%;
    max-width: 430px;
    margin: auto;
    text-align: left;
  }
  .koc-img2 {
    width: 100%;
    max-width: 430px;
  }
  /*pc/sp*/
  .cmn-pc {
    display: none;
  }
  .cmn-sp {
    display: block;
  }
  /*banner*/
  .koc-sec--banner .koc-sec__inner {
    width: 95%;
    margin: 0 auto;
  }
  .koc-sec--banner img {
    width: 100%;
  }
}

@media screen and (max-width: 660px) {

  /*whole*/
  .koc-sec {
    width: 92%;
    padding: 20px 4% 10px;
    margin: 0 4%;
  }
  /*sec--1*/
  .koc-sec--1 {
    padding-top: 17px;
  }
  .koc-yokoku > div:first-of-type {
    width: 110px;
  }
  .koc-mv {
    width: 78%;
    padding: 15px 0 0;
  }
  .koc-imgUnderTxt {
    max-width: 268px;
    font-size: 14px;
    text-align: justify;
  }
  .koc-img2 {
    width: 80%;
    padding: 20px 0 0;
  }

  /*sec--2*/
  .koc-sec--2 {
    padding-top: 30px;
    padding-bottom: 20px;
    background-position: center top -55px;
  }
  .koc-sec--2 .koc-sec__inner {
    max-width: 268px;
  }
  .koc-sns {
    width: 184px;
  }
  .koc-sns > a:first-of-type {
    width: 42px;
  }
  .koc-sns > a:nth-of-type(2) {
    width: 38px;
  }
  .koc-sns > a:last-of-type {
    width: 41px;
  }
  .koc-links > div {
    padding: 20px 0 0;
  }
  .koc-links > div:last-of-type {
    width: 140px;
    padding-top: 35px;
  }
  .koc-links > div > a {
    font-size: 14px;
  }
  /*banner*/
  .koc-sec--banner a{
    width: 100%;
  }
  .koc-sec--banner .koc-sec__inner a div:last-of-type {
    padding: 10px 15px;
    font-size: 14px;
  }
  .koc-sec--banner .koc-sec__inner a div.padding-top{
    padding-top: 10;
  }
}