@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
}

#letter {
    width: 87%;
    margin: 3em auto 0.25em;
}

#letter a {
    border-radius: 5px;
    overflow: hidden;
    display: block;
/*    box-shadow: 5px 7px 16px -5px rgba(188,188,188,0.87);*/
    border: 1px #999 solid;
}
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: #ffcccb;
}

[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
}

.kv_award a:hover, .kv_award a:visited {
    color: #DABC94!important;
    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: 140px;
    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%;
}
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;
}
.sp_br {
    display: block;
}
.sns-icon ul {
    margin-top: 30px; 
    display: flex;
    align-items: center;
}
.sns-icon ul li {
    width: 12%;
    margin-right: 7%;
}
.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*/

#pop-overlay.hidden,
#img-overlay.hidden{
    display: none;
}
#pop-overlay,
#img-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.8);
  position:fixed;
  z-index: 99;
  top: 0;
  left: 0;
}
#popup,
.img-pop{
    max-width: 450px;
    width: 90%;
    padding:3%;
    margin: auto;
    box-sizing:border-box;
    display:none;
    position:fixed;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 99;
}
#popup .popup_img,
#img-pop .popup_img-2 {
    width: 100%;
    margin: 0 auto;
    text-align: right;
}
.bg-image {
    background-size: cover;
    background-position: center center;
    width: 100%;
    list-style: none;
}
img{
  width: 100%;
}
#close,#close-2 {
    width: 30px;
    height: 30px;
    padding: 3px;
    margin: 5px 0px 5px auto;
    background:#fff;
}
#pop-overlay {
    z-index: 99999;
}
.line-content {
    background-color: #04C755;
    color: #FFF;
    font-size: 16px;
    line-height: 1.3em;
    font-weight: bold;
    padding: 0.75em 0;
    position: relative;
    margin-bottom: 1em;
}
.line-content span {
    position: relative;
}
.line-content span::after {
    position: absolute;
    top:0;
    bottom: 0;
    content: "";
    display: block;
    right: -24px;
    width: 8px;
    height: 8px;
    margin: auto;
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.line-content a {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}
.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: 13px;
}
/***↑↑↑↑↑いる↑↑↑↑↑↑***/

.subttl-p {
    text-align: center;
    background-color: #F2F1ED;
    font-size: 14px;
    padding: 0.8em;
}
.komoji {
    display: block;
    font-size: 10px;
    text-align: right;
    width: 100%;
    padding-right: 16px;
}
#content-wrap h1 {
    font-size: 18px;
    text-align: center;
    margin: 16px auto 8px;
}
.appeal {
    background-color: #FFF;
    padding: 16px;
    margin: 0 16px 24px;
    border-radius: 5px;
}
.appeal h2 {
    font-size: 16px;
    text-align: center;
    margin-bottom: 0.75em;
    color: #B67C2D;
}
.appeal li {
    margin-bottom: 0.5em;
}
.appeal li:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 5px;
    border-left: 2px solid #B67C2D;
    border-bottom: 2px solid #B67C2D;
    transform: rotate(-45deg);
    margin-right: 0.5em;
}
#content-wrap p {
    font-size: 14px;
    text-align: center;
}
.section-img {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 16px auto;
}
.hide {
    display: none;
}
.section-img span {
    width: calc(50% - 4px);
    margin-bottom: 8px;
}
.sec-1 {
    background-color: #EFEFEF;
    margin: 16px;
    padding: 8px;
    border-radius: 5px;
}
.sec-1 h2 {
    font-size: 14px;
    text-align: center;
    margin: 0 auto 8px;
}
.baglist {
    padding: 24px 0;
    background-color: #FFF;
}
.baglist span {
    font-size: 14px;
    text-align: center;
    margin: 16px auto 0;
    display: block;
}
.baglist span:after {
    content: "";
    width: 8px;
    margin-left: 0.75em;
    height: 8px;
    display: inline-block;
    vertical-align: middle;
    color: #333;
    line-height: 1;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-25%) rotate(135deg);
}
h3 {
    font-size: 18px;
    text-align: center;
    margin-top: 40px;
}
.youtube {
  width:calc(100% - 32px);
  aspect-ratio: 16/9;
  margin: 0 auto 32px;
}
.youtube iframe {
  width:100%;
  height:100%;
}
a.button {
    color: #FFF!important;
    border: 1px solid #dc4991;
    text-align: center;
    width: calc(100% - 32px);
    display: block;
    font-weight: bold;
    padding: 1.3em 0;
    position: relative;
    background-color: #dc4991;
}
a.button#float-btn {
    position: fixed;
    bottom: 8px;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 374px;
    background-color: #dc4991;
    opacity: 0.8;
    color: #FFF!important;
}
a.button.to-dl {
    margin: 24px auto;
}
a.button::after {
    content: "";
    background-image: url(/img/lp/b250/arrow-white.png);
    width: 34px;
    height: 9px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 16px;
    bottom: 8px;
}
#content-wrap {
    overflow: hidden;
    margin-bottom: 40px;
}