html{
    font-family: 'Noto Sans JP',
    "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
    font-size: 16px;
}
body {
    color: #74736C;
    width: 100%;
    -webkit-text-size-adjust:100%;
    line-height: 1.8em;
    letter-spacing: 0.05em;
    background: #eee;
}
section {
    width: 95%;
    text-align: center;
    margin: 0 auto 1.5rem;
    padding: 0 1rem;
    background: #fff;
    box-sizing: border-box;
    overflow: auto;
}
p {
    margin-bottom: 1rem;
}
img {
        width: 100%;
        height: auto;
}
h2 {
    color: #74736C;
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.4;
    letter-spacing: 0.1em;
    position: relative;
    top: 1em;
    width: 70%;
    padding: 1.2rem 2rem;
    margin: 0 auto 2em;
}
h2:before {
    right: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    border-right: 8px solid #74736C;
    border-bottom: 8px solid #74736C;
}
h2:after {
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    border-top: 8px solid #74736C;
    border-left: 8px solid #74736C;
}
h2:before, h2:after {
    position: absolute;
    content: '';
}
.emphasis {
    font-size: 1.4rem;
    font-weight: bold;
}
.emphasis2 {
    font-size: 1.2rem;
    font-weight: bold;
}
.btn {
    margin: 2rem auto;
}
.btn a {
    display: block;
    width: 100%;
    padding: 1rem;
    background: #545F42;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
}
.btn a:hover {
    background: #C6C5BE;
}
.notice {
    color: #F44E80;
    margin-bottom: 2rem;
}

/*---------------------
Information Area
---------------------*/
#info {
    font-size: 0.8rem;
    position: relative;
    color: #F44E80;
    background: #FFE1E2;
    overflow: auto;
    padding: 2rem 1rem 1rem;
    border: 2px solid #F44E80;
}

#info .info-label {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px;
    color: #fff;
    font-weight: 700;
    font-style: italic;
    line-height: 1;
    background-color: #F44E80;
}

#info p.info-title {
    font-weight: bold;
}

#info p {
    margin-bottom: 0;
    line-height: 1.4;
}
/*---------------------
Main Container
---------------------*/
#main-container {
    min-height: 100vh;
    position: relative;
    padding-bottom: 200px;
    padding-top: 80px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*---------------------
Header
---------------------*/
header {
    position: fixed;
    top: 0;
    left: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 80px;
    background: #eee;
    z-index: 1;
}
header.shadow {
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .2);
    background: #eee;
}
#myg {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
    clip-path: inset(0px 0px 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
}
#top-comp-logo{
    position: absolute;
    top: 55%;
    left: 15px;
    width: 150px;
    transform: translate(0, -50%);
}
#top-comp-logo svg {
    width: 100%;
    height: auto;
}

/*---------------------
Navigation
---------------------*/
#global-nav {
    display: block;
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    letter-spacing: 0.2em;
    background: #333;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
}
#global-nav ul {
    margin: auto 30px;
    text-align: center;
}
#global-nav ul li {
    position: relative;
    border-bottom: 1px solid #fff;
}
#global-nav ul li a {
    display: block;
    padding: 15px;
    color: #fff;
}
.open #global-nav {
    top: 80px;
    bottom: 0;
    transition: all .3s ease;
    opacity: 1;
}

/* #nav-tggle */
#nav-tggle {
    display: block;
    position: absolute;
    top: 25px;
    right: 25px;
    width: 30px;
    height: 30px;
    transition: all .5s;
    cursor: pointer;
}
#nav-tggle span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: #333;
    transition: all .4s;
}
#nav-tggle span:nth-child(1) {
    top: 4px;
}
#nav-tggle span:nth-child(2) {
    top: 14px;
}
#nav-tggle span:nth-child(3) {
    bottom: 4px;
}
.open #nav-tggle span:nth-child(1) {
    width: 13px;
    transform: translate3d(2px, 3px, 0) rotate(45deg);
}
.open #nav-tggle span:nth-child(2) {
    transform: translate3d(0, 0, 0) rotate(-45deg);
}
.open #nav-tggle span:nth-child(3) {
    width: 13px;
    transform: translate3d(15px, -4px, 0) rotate(45deg);
}


/*---------------------
Top
---------------------*/
main {
    width: 100%;
    color: #fff;
    overflow: hidden;
    margin-bottom: 1rem;
}
.main-visual {
    height: 300px;
    font-size: 2rem;
    line-height: 1.5em;
    padding: 1rem;
    background: url("../images/mv.jpg") 0 0 / cover no-repeat;
    overflow-y: hidden;
}
.tagline {
    font-size: 1.8rem;
}
.sub-tagline {
    font-size: 1rem;
    line-height: 1.4rem;
}
#challenge-area {
    color: #74736C;
    text-align: center;
}
#challenge-area .challenge-box {
    width: 100%;
    background: linear-gradient(
    -45deg,
    #fff 25%, #F7F7F5 25%,
    #F7F7F5 50%, #fff 50%,
    #fff 75%, #F7F7F5 75%,
    #F7F7F5
    );
    background-size: 40px 40px;
    padding: 1rem;
    box-sizing: border-box;
    margin: 0 auto 2rem;
}
#challenge-area h3 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 0.6rem;
}
#challenge-area .challenge-num {
    position: relative;
    display: inline-block;
	color: #F44E80;
	font-size: 14px;
    font-weight: 700;
	font-style: italic;
}
#challenge-area .challenge-num:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -5px;
    display: inline-block;
    width: 60px;
    height: 1px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #F44E80;
}
#challenge-area h3:after {
    border-bottom: 2px solid #e04272;
}
#onlineshop-area {
    text-align: center;
}

/*---------------------
Subpage
---------------------*/
#sub-page main {
    background: url("../images/title_bg2.jpg") -120px 0 / auto 100px no-repeat #2d2d2d;
}
#sub-page main.products {
    margin-bottom: 0;
}
#sub-page main .title_area {
    height: 100px;
    text-align: center;
    background: url("../images/title_bg1.png") -30px 0 / auto 100px no-repeat;
}
#sub-page main .title_area h1 {
    font-size: 1.6rem;
    color: #eee;
    padding: 35px 0;
}
#sub-page aside {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 auto;
    margin-bottom: 2rem;
    box-sizing: border-box;
    background: #C6C5BE;
}
#sub-page aside ul {
    display:-webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#sub-page aside ul li {
/*    margin: 0.5rem;*/
}
#sub-page aside ul li a {
/*    color: #74736C;*/
    position: relative;
    display: block;
    padding: 0.5rem 1.2rem;
}
#sub-page aside ul li a::before {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    left: 0;
    margin-top: -3px;
}
#sub-page aside ul li a:hover {
    color: #74736C;
}
#sub-page .sub-section .product-item-inner {
    padding: 1rem 0;
    border-top: 1px solid #74736C;
}
#sub-page .sub-section h3 {
    font-size: 1.3rem;
    width: 100%;
    padding-bottom: 1rem;
}
#sub-page .sub-section .products-item-box img.product-item {
    width: 70%;
    max-width: 300px;
}
#sub-page .sub-section .products-item-box img.product-item:before {
    content: ""
}
#sub-page .sub-section img.product-ex {
    margin-bottom: 1rem;
}
#sub-page div.tb-wrap {
  width: 100%;
  overflow-x: scroll;
}
#sub-page table {
    width: 100%;
    line-height: 1.2;
    margin: 0 auto 2rem;
}
#sub-page table tr td {
    border: 1px solid #ddd;
    padding: 0.4rem;
    vertical-align: middle;
}
#sub-page table td.table-heaader {
    color: #fff;
    background: #74736C;
}
#sub-page table td.table-heaader-sub {
    background: #F8F8F7;
}

#sub-page .sub-section dl {
        margin: 0 auto;
        margin-bottom: 1rem;
}
#sub-page .sub-section dl dt, #sub-page .sub-section dl dd {
    padding: 1rem;
    box-sizing: border-box;
    overflow-wrap: break-word;
}
#sub-page .sub-section dl dt {
    color: #fff;
    background: #74736C;
    white-space: nowrap;
}
#sub-page .sub-section dl dt span {
    color: #C6C5BE;
    font-size: 0.8rem;
    font-weight: 700;
    font-style: italic;
    line-height: 1;
}
#sub-page .sub-section dl dd {
    background: #F8F8F7;
    margin-bottom: 1rem;
}
#sub-page a.shop {
    color: #74736C;
}
#sub-page a.shop:hover {
    text-decoration: underline;
}
#sub-page section ul li {
    display: flex;
    align-items: baseline;
    margin: 0 auto 1rem;
    text-align: left;
    width: 100%;
}
#sub-page section li:before {
    content: "■";
    margin-right: 5px;
    color: #545F42;
}

/*Form*/
.required-icon::after {
  content: "必須";
  background-color: #F44E80;
  color: #fff;
  font-size: 0.7rem;
  min-width: 1rem;
  padding: 0.4rem;
  margin: 0px 0.5rem;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  border-radius: 10px;
  display: inline-block;
}
#sub-page .sub-section form span {
    font-size: 0.8rem;
    text-align: left;
}
#sub-page .sub-section form span.char-rule {
    display: block;
    text-align: right;
    margin-top: -1rem;
}
p.form-txt {
    margin-top: 1.5rem;
}
form {
    margin-top: 2rem;
}
form p.form-title {
    margin-bottom: 0.5rem;
    text-align: left;
}
input, textarea, select {
    color: #74736C;
    font-family: initial;
    font-size: 1rem;
    font-weight: normal;
    padding: 0.5rem 1rem;
    width: 100%;
    height: 60px;
    border: 1px solid #C6C5BE;
    border-radius: 5px;
    line-height: 1;
    letter-spacing: inherit;
    margin-bottom: 0.5rem;
    box-sizing: border-box;
}
input:focus, textarea:focus {
    outline: none;
    border: 1px solid #F44E80;
    background: #F8F8F7;
}
input[type="radio"] {
    position: relative;
    top: -4px;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-bottom: 0;
}
input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin: 0 10px;
}
::placeholder {
    color: #C6C5BE;
}
input#copies {
    width: 5rem;
    height: 40px;
    margin-bottom: 0;
}
textarea {
    padding-top: 15px;
    height: 250px;
    line-height: 1.2;
    margin-top: 15px;
    margin-bottom: 0;
}
select {
    height: 60px;
}
#sub-page .sub-section form dl {
    align-items: flex-start;
    border-bottom: 1px solid #ddd;
}
#sub-page .sub-section form#contact-form dl dt {
    margin: 0 auto 0.5rem;
    line-height: normal;
    text-align: left;
}
#sub-page .sub-section form#contact-form dl dt label {
    font-weight: bold;
}
#sub-page .sub-section form dl dt, #sub-page .sub-section form dl dd {
    background: none;
    padding: 0.5rem;
    color: #74736C;
}
#sub-page .sub-section form div.form-radio {
    text-align: left;
}
#sub-page .sub-section form div.poricy {
    width: 100%;
    margin: 0 auto;
    padding: 1.5rem;
    text-align: left;
    font-size: 0.8rem;
    line-height: 1.4;
    background: #F8F8F7;
    box-sizing: border-box;
}
#sub-page .other-contact {
    width: 100%;
    margin: 0 auto 1rem;
    padding: 1.5rem;
    text-align: left;
    background: #F8F8F7;
    box-sizing: border-box;
}
#sub-page .sub-section form div p.poricy-title {
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
}
#sub-page .sub-section form div.check-area {
    width: 90%;
    font-size: 1rem;
    text-align: center;
    border: 2px solid #74736C;
    padding: 1rem;
    margin: 0 auto;
}
#sub-page .sub-section form div.check-area label {
    font-weight: bold;
}
input.form-btn {
    width: 100%;
    margin: 2rem auto;
    background: #545F42;
    color: #fff;
    box-sizing: border-box;
    border: none;
    border-radius: 0;
    cursor: pointer;
}
input.form-btn:hover, input#back:hover {
    background: #C6C5BE;
}
input#back {
    background: #74736C;
    margin-bottom: 0;
}
form span.alert {
    color: #F44E80;
    display: block;
    margin-bottom: 0.5rem;
}
form span#agree_btn-error {
    text-align: center!important;
    margin-top: 1rem;
}
input.alert, select.alert, textarea.alert {
    border: 1px solid #F44E80;
}
/* Form End*/

/*---------------------
Footer
---------------------*/
footer {
    position: absolute;
    bottom: 0;
    height: auto;
    min-width: 100%;
    color: #fff;
    background: #333;
    text-align: center;
    font-size: 0.8rem;
    letter-spacing: 0.2em;
    padding: 30px;
    box-sizing: border-box;
}
footer svg {
    width: 60px;
    height: auto;
}
footer p {
    margin: 0.5em;
}

#page-top {
    display: none;
    position: fixed;
    right: 15px;
    bottom: 15px;
    text-indent: -9999px;
    margin: 0;
}
#page-top.pt-btn-on {
    display: block;
}
#page-top a {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    background: #545F42;
    border-radius: 50px;
    transition: opacity .1s ease;
}
#page-top a:hover {
    background: #74736C;
}
#page-top a::before {
    position: absolute;
    top: 7px;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 14px;
    height: 14px;
    margin: auto;
    content: '';
    transform: rotate(-45deg);
    border-top: 2px solid #eee;
    border-right: 2px solid #eee;
}

@media (min-width: 960px) {
    html{
        font-size: 18px;
    }
    h2 {
        font-size: 1.6rem;
        top: 0.5em;
        width: 25rem;
        padding: 1.2rem 2rem;
        margin: 0 auto 2em;
    }
    section {
        margin: 0 auto 2rem;
    }
    .btn {
        width: 300px;
    }
    /*---------------------
    Header
    ---------------------*/
    header.shadow {
        background-color: rgba(238,238,238,0.95);
    }

    
    /*---------------------
    Navigation
    ---------------------*/
    #nav-tggle {
        display: none;
    }
    #nav-area {
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translate(0, -50%);
    }
    #global-nav {
        height: 54px;
        position: relative;
        letter-spacing: 0.2em;
        background: none;
        transition: none;
        opacity: 1;
        overflow: hidden;
    }
    #global-nav ul {
        display: flex;
        margin: 0;
    }
    #global-nav ul li {
        margin: 10px 20px;
        border-bottom: none;
    }
    #global-nav ul li a {
        display: block;
        color: #333;
        padding: 0;
    }
    #global-nav ul li a:hover {
        color: #74736C;
        border-bottom: 3px solid #545F42;
    }
    
    
    /*---------------------
    Top
    ---------------------*/
    main {
        margin-bottom: 2rem;
    }
    .main-visual {
        padding: 2rem;
        background: url("../images/mv.jpg") 0 0 / 100% auto no-repeat;
    }
    .sub-tagline {
        font-size: 1.2rem;
    }
    #challenge-area, #onlineshop-area {
        padding: 1rem 2rem;
    }
    #challenge-area h3 {
        font-size: 1.4rem;
    }
    #challenge-area .challenge-box {
        width: 70%;
        box-sizing: border-box;
    }
    
    /*---------------------
    Subpage
    ---------------------*/
    #sub-page main {
        background: url("../images/title_bg2.jpg") right 0 / auto 150px no-repeat #2d2d2d;
    }
    #sub-page main .title_area {
        height: 150px;
        background: url("../images/title_bg1.png") 0 0 / auto 150px no-repeat;
    }
    #sub-page main .title_area h1 {
        font-size: 2rem;
        padding: 50px 0;
    }
    #sub-page .sub-section {
        width: 90%;
        padding: 1rem 2rem;
        margin: 0 auto 2rem;
    }
    #sub-page .sub-section .products-item-box img.product-item {
        width: 30%;
        max-width: 400px;
    }
    #sub-page .sub-section img.product-ex {
        width: 80%;
        max-width: 900px;
    }
    #sub-page div.tb-wrap {
      width: 100%;
      overflow: hidden;
    }
    #sub-page table {
        width: 80%;
    }
    #sub-page table tr td {
        padding: 0.5rem;
    }
    #sub-page .sub-section dl {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 80%;
    }
    #sub-page .sub-section dl dt, #sub-page .sub-section dl dd {
        margin-bottom: 0.5rem;
    }
    #sub-page .sub-section dl dt {
        display: flex;
        width: 30%;
        align-items: center;
    }
    #sub-page .sub-section dl dd {
        text-align: left;
        width: 70%;
    }
    #sub-page section ul li {
        width: 80%;
    }
    
    /*From*/
    p.form-txt {
        margin-top: 0.5rem;
    }
    input[type="checkbox"] {
        width: 30px;
        height: 30px;
    }
    #sub-page .sub-section form#contact-form dl dt {
        margin-top: 15px;
        margin-bottom: 0;
    }
    #sub-page .sub-section form div.poricy {
        width: 80%;
    }
    #sub-page .sub-section form div.check-area {
        width: 70%;
    }
    input.form-btn {
        width: 300px;
        margin: 2rem 1rem;
    }
    input#back {
        margin-bottom: 2rem;
    }
    /* From End*/
    
    #sub-page .other-contact {
        width: 80%;
        margin: 0 auto 2rem;
        padding: 1.5rem;
        text-align: center;
    }

    /*---------------------
    Footer
    ---------------------*/
    #page-top {
        right: 20px;
        bottom: 30px;
    }
    #page-top a {
        width: 80px;
        height: 80px;
    }

}










