@charset "utf-8";

@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon.eot?mkzbvc");
    src: url("../fonts/icomoon.eot?mkzbvc#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?mkzbvc") format("truetype"), url("../fonts/icomoon.woff?mkzbvc") format("woff"), url("../fonts/icomoon.svg?mkzbvc#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-new-tab:before {
    content: "\ea7e";
}

/* ===============================
base
=============================== */
body {
    font-family: 'Avenir', 'Helvetica Neue', 'Arial', 'M PLUS 1p', sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'Hiragino Sans', 'ヒラギノ角ゴシック', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic';

    font-weight: 400;
    line-height: 1.6em;
    color: #000;
    -webkit-text-size-adjust: 100%;
    background: #fff;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

.wf-os {
    font-family: 'Oswald', sans-serif !important;
}

@media screen and (min-width : 1024px) {
    body {
        font-size: 100% !important;
    }
}

#wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

a,
a:visited {
    color: #000;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:focus {
    outline: none;
}

a:hover {
    text-decoration: none;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.entry-content a[target="_blank"]:after {
    font-family: 'Font Awesome 5 Free';
    content: '\f35d';
    font-size: 0.9em;
    margin: 0 1%;
    font-weight: 600;
}

ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}

img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    border: none;
}

h1 {
    padding: 0;
    margin: 0 auto;
    font-size: 1.4rem;
    font-weight: 700;
    width: 80%;
    color: #000;
}

.large {
    font-size: 2.6rem;
}

@media screen and (max-width : 320px) {
    h1 {
        font-size: 1.4rem;
    }

    .large {
        font-size: 2rem;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1024px) {
    h1 {
        font-size: 2.4rem;
    }
}

@media screen and (min-width : 1024px) {
    h1 {
        font-size: 3.2rem;
    }

    .large {
        font-size: 4rem;
    }
}

h2 {
    font-size: 2rem;
    font-weight: 600;
    padding: 1em 0;
    margin: 0;
    line-height: 1;
    color: #000;
    letter-spacing: 0.03em;
}

@media screen and (min-width: 1024px) {
    h2 {
        font-size: 4rem;
    }
}

h3 {
    display: inline-block;
    position: relative;
    padding: 10px 0;
    margin: 0;
    color: #000;
    font-weight: 500;
    letter-spacing: 0.08em;
}

@media screen and (min-width: 1024px) {
    h3 {
        font-size: 1.6rem;
        padding: 16px 0 30px 0;
    }
}

.clear {
    clear: both;
}

.clearfix {
    zoom: 1;
}


/* ===============================
utility
=============================== */
.bold {
    font-weight: 600;
}

.un-l {
    text-decoration: underline;
}

.al-c {
    text-align: center;
}

.fxs {
    font-size: 0.7rem;
    font-weight: 400;
}

@media screen and (min-width: 1024px) {
    .fxs {
        font-size: 0.9rem;
    }
}

.fs {
    font-size: 0.9rem;
}

.fL {
    font-size: 1rem;
}

@media screen and (min-width: 1024px) {
    .fL {
        font-size: 2rem;
    }
}

button:focus {
    outline: none;
}

.sp {
    display: block !important;
}

.pc {
    display: none !important;
}

@media screen and (min-width:1024px) {
    .pc {
        display: block !important;
    }

    .sp {
        display: none !important;
    }
}

/* ===============================
header
=============================== */
.hero_area {
    max-width: 100%;

}

.hero_bg {
    background: url(../img/main-view.jpg) center / cover;
    position: relative;
    height: 100vh;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 896px) and (orientation: landscape) {
.hero_bg {
    overflow: auto;
}
}

section.main {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    top: 20%;
    text-align: center;
}

@media screen and (min-width: 896px) {
section.main {
    max-width: 830px;
    margin: 0 auto;
    position: relative;
    top: 0;
}
}
@media screen and (max-width: 896px) and (orientation: landscape) {
    section.main {
        position: absolute;
        top: 0;
    }
 }

.think {
    width: 88%;
    height: auto;
    text-align: center;
    margin: 0 auto 5%;
    padding: 10% 0 0;
}

@media screen and (min-width: 1024px) {
    .think {
        width: 100%;
        max-width: 830px;
        height: auto;
        margin: 0 auto;
    }
}

.fo-s {
    font-size: 0.6em;
    line-height: 1.3;
    padding: 0;
}
.button05 a {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 1em 0;
    color: #fff;
    font-size: 0.8em;
    font-weight: 600;
    background-color: #ff9933;
    box-shadow: 0 5px 0 #000;
    transition: 0.3s;
  }
  @media screen and (min-width: 1024px) {
    .button05 a {
        font-size: 1.5em;
      }
  }
  .button05 a::after {
    content: '';
    width: 4px;
    height: 4px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
  }
  @media screen and (min-width: 1024px) {
    .button05 a::after {
        width: 12px;
        height: 12px;
      }
  }
  
  .button05 a:hover {
    transform: translateY(3px);
    text-decoration: none;
    box-shadow: 0 2px 0 #000;
  }

/* ===============================
section
=============================== */
section {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.catch {
    width: 80%;
    border: 2px solid #000;
    display: block;
    margin: 4% auto;
    padding: 20px 0;
    text-align: center;
    font-size: 1em;
}

@media screen and (min-width: 1024px) {
    .catch {
        max-width: 830px;
        font-weight: 500;
        font-size: 2em;
        padding: 5% 0;
    }
}

.copy {
    text-align: center;
    margin: 0 auto;
    font-size: 0.7em;
    color: #808080;
    padding: 5% 0;
}
