@charset "UTF-8";
*, ::after, ::before {
    box-sizing: border-box
}

html {
    font-size: 10px;
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}
@-ms-viewport {
    width: device-width
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block
}

body {
    max-width: 450px;
    margin: 0 auto;
    font-family: ヒラギノ角ゴシック, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #FFF;
}

[tabindex="-1"]:focus {
    outline: 0!important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

abbr[data-original-title], abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}

ul,li{
   margin:0;
   padding: 0;
   text-indent: 0;
   list-style-type: none;
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote, figure {
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    background-color: transparent;
    color: inherit;
    text-decoration: none
}

section a:hover, section a:visited, section a:active {
    color: #FFFFFF;
    text-decoration: none
}

a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

code, kbd, pre, samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

img {
    border-style: none;
    width: 100%;
    vertical-align: bottom;
    max-width: 100%
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: dotted 1px;
    outline: -webkit-focus-ring-color auto 5px
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none!important
}

body {
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

* {
    box-sizing: border-box
}

.footer {
    padding: 30px 8%;
    background-color: #303335;
    color: #FFF;
}

.footer p {
    font-size: 1.6rem;
    margin-bottom: 40px;
}

.footer ul li {
    font-size: 1.6rem;
    margin-bottom: 0.8em;
}

.footer a:hover,
.footer a:visited{
    color: #FFF!important;
    text-decoration: none!important;
}
.footer a {
    color: #FFF!important;
    text-decoration: none!important;
}

.footer .icon a{
    width: 115px;
    display: inline-block;
    margin-right: 15px;
    margin-top: 20px;
}

/*reset end*/
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 3.5% 8px 4.2%;
    margin-top : 24px;
}
header h1 {
    font-size: 1.4rem;
    line-height: 24px;
    color: #FFF;
    background-color: #B67C29;
    padding: 0 4.2%;
    text-align: center;
    position: fixed;
    width: 100%;
    z-index: 99;
    top: 0;
    left: 0;
}
header p {
    color: #303335;
    font-size: 1.4rem;
    letter-spacing:-0.05em;
}
.logo {
    width: 90px;
}

a.button {
    text-decoration: none;
}
a.button {
    background-color: #303335;
    color: #FFF;
    font-size: 1.4rem;
    display: block;
    width: 90%;
    text-align: center;
    height: 54px;
    line-height: 54px;
    font-weight: 500;
    border-radius: 4px;
    margin: 8px auto!important;
}
a.button  {
    border-radius: 4px;
    margin: 1em 0;
    position: relative;
}
a.button span.dl-note:after {
    content: "";
    width: 10px;
    height: 10px;
    border-style: solid;
    border-width: 2px;
    border-color: transparent transparent #FFFFFF #FFFFFF;
    transform: rotate(225deg);
    margin: auto;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
}

.section-brands h1 {
    color: #303335;
    font-size: 2.4rem;
    line-height: 3.2rem;
    text-align: center;
    margin-bottom: 0.37em;
    padding: 35px 0 20px;
}
.section-brands ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.brands-list {
    margin-bottom: 30px;
    text-align: center;
}
.brands-list p {
    text-align: right;
}
.section-brands .brands-img-list {
    width: 95%;
    margin: auto;
}
.section-brands .brands-img-list li {
    width: 50%;
    margin-bottom: 20px;
    text-align: center;
}
.section-brands .brands-img-list li span {
    display: block;
    font-size: 15px;
    font-weight: 600;
}
.section-brands .brands-img-list li .kana {
    font-size: 13px;
    font-weight: normal;
}
.section-brands .brands-img-list li img {
    width: 75%;
}

.opacity {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -100%);
    background: linear-gradient(rgba(255, 255, 255, 0.4),rgba(255,255,255, 1));
    height: 265px;
    width: 100%;
    z-index: 90;
}

.section-brands .brands-etc-list {
    width: 87%;
    margin: 0 auto;
    text-align: left;
    display: none;
}
.section-brands .brands-etc-list li {
    font-size: 15px;
    width: 47%;
    margin-top: 27px;
}

.sns-icon ul {
    margin-top: 30px; 
    display: flex;
    align-items: center;
}
.sns-icon ul li {
    width: 12%;
    margin-right: 7%;
}

@media screen and (min-width:680px) {
    footer{
        border-top: 1px solid #999;
        margin-top: 40px;
        padding-top: 40px;
    } 
}

figcaption{
  font-size: 14px;
}  

.include {
    position: relative;
}
.first-view h1 {
    position: absolute;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4em;
    color: #fff;
    text-shadow: 2px 2px 5px #333;
}
.first-view .top-obi {
    font-size: 18px!important;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255,216,20,0.8);
    color: #303335;
    padding: 3px 8px;
}
.first-view h1 span.ttl-box {
    display: block;
    margin-bottom: 2px;
}
.first-view h1 span.ttl-box .ttl-bg {
    background-color: rgba(255,255,255,0.6);
    padding: 3px 8px;
}

@media screen and (max-width:340px) {
    .first-view h1 {
        font-size: 28px;
        line-height: 1.2em;
    }
}
@keyframes huwa {
    0% {
        transform: translate(0,0px);
    }

    100% {
        transform: translate(0,-8px)
    }
}

.fixed_btn {
    background: #FFF;
}
.fixed_btn a {
    width: 90%;
    display: block;
    color: #FFF;
    text-align: center;
    padding: 16px;
    margin: auto;
    border-radius: 5px;
    font-size: 18px;
    background: #303335;
    position: relative;
    
}
.fixed_btn a::before,
.fixed_btn a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.fixed_btn a::before {
    content:"";
    right: 0;
    width: 10px;
    height: 10px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.float_btn a::before,
.float_btn a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.float_btn a::before {
    content:"";
    right: 15px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

p.aacd-ttl {
    margin-top: 1.5em;
}
p.aacd-ttl,p.aacd-note {
    color: #B67C29;
}
p.aacd-ttl, p.aacd-note span {
    font-weight: bold;
}
.aacd-logo {
    width: 107px;
}

.header {
    margin-top: 0!important;
}    

.include h1 {
    z-index: 998;
    letter-spacing: -0.01em;
}

.participate {
    width: 93%;
    margin: 3.25em auto 5em;
}
.participate p{
    display: flex;
    align-items: center;
    margin-bottom: 1.25em;
    padding-bottom: 1.25em;
}
.participate p:nth-of-type(5) {
    border: none;
}
.participate img {
    margin: auto;
}
.participate-img {
    width: 30%;
    display: flex;
    justify-content: center;
}
.participate span.participate-note{
    width: calc(100% - 30% - 8px);
    display: block;
    margin-left: 8px;
    text-align: justify;
    font-size: 12px;
}
.recruit_kv_add {
    margin: 0 auto;
    background: #EDEDED;
    padding: 2em 3.5% 1.7em;
}
.recruit_kv_add h3,.recruit_kv_add ul li {
    position: relative;
}
.recruit_kv_add h3 {
    font-size: 14px;
    margin-bottom: 0.25em;
}
.recruit_kv_add h3 span{
    margin: 0 4px 0 0;
}

.recruit_kv_add .logo {
    width: 86px;
    margin-left: 8px;
}
.recruit_kv_add h3,.recruit_kv_note {
    color: #B67C29;
}
.recruit_kv_add ul li {
    margin-bottom: 0.5em;
}
.recruit_kv_add .add-world {
    border: 1px solid rgb(48, 51, 53);
    border-radius: 5px;
    color: #303335;
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
    text-align: justify;
    padding: 12px;
    margin-top: 16px;
}
.add-komoji {
    color: #303335;
    font-size: 10px;
    text-align: right;
    margin-top: 1.5em;
}

/*popup/END*/

img{
  width: 100%;
}
