html, body {
    margin: 0;
    font-size: 12px;
    font-family: zen-kaku-gothic-antique, sans-serif;
    line-height: 1.7;
    letter-spacing: 0.15em;
}

a {
    color: gray;
}

p {
    margin: 0;
}

footer {
    margin-top: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-top: solid 2px white;
    text-align: center;
    background-color: #01286a;
    color: white;
    font-weight: bold;
}

.bg-base {
    background-color: #01286a;
}

.bg-rev {
    background-color: white;
}

.base-color {
    background-color: #01286a;
    color: white;
}

.rev-color {
    color: #495475;
}

.bg-img {
    background-image: url('../images/sp/home_caption_back.png');
}

.container {
    padding: 0;
    margin-top: 2.75rem;
    padding-top: 1rem;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.logo {
    height: 20px;
}

a.menu {
    display:block;
    padding: 0.5rem 1rem;

    color: white;
    font-weight: bold;
    text-decoration: none;
}

a.rev-color {
    color: #495475;
}

.navbar-brand > img {
    height: 1.5rem;
}

.nav-item {
    display: inline-block;
}

.navbar-toggler .navbar-toggler-icon.rev {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(73,84,117,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");

}

.full {
    width: 100%;
}

.about_caption_imgs {
    display: block;
    width: 65%;
    margin: 0 auto;
}

.border_top {
    border-top: solid 2px white;
}

.border_top_rev {
    border-top: solid 2px #495475;
}

.nearly-full {
    width: 90%;
}

.probably {
    width: 75%;
}

img.probably {
    display:block;
    margin-top: 1rem;
    margin-left: auto;
    margin-right: auto;
}

.caption {
    text-align: center;
    padding: 1rem 0;
}

.caption-color {
    color: #01286a;
}

.caption.noindex{
    padding-top: 0;
    padding-bottom: 1rem;
}

.caption > div {
    font-size: 14px;
    text-align: left;
    padding-left: 2rem;
    padding-right: 2rem;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.4;
}

.attention {
    font-size: 22px;
}

.desc-small {
    font-size: 10px;
    font-weight: normal;
}

.bold {
    font-weight: bold;
}

.relative {
    position: relative;
}

.home_cover_text1 {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    transform: translate(-50%, -50%);
}

.home_cover_text2 {
    display: none;
    position: absolute;
    top: 35%;
    left: 50%;
    width: 80%;
    transform: translate(-50%, -50%);
}

.home_cover_text3 {
    display: none;
    position: absolute;
    top: 55%;
    left: 50%;
    width: 60%;
    transform: translate(-50%, -50%);
}

.home_cover_caption {
    position: absolute;
    right: 2rem;
    bottom: -1rem;
    width: 45%;
}

.home_caption_back {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
}

.home_contents_caption {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 99;
}

.news {
    z-index: 0;
    background-color: white;
    color: black;
}

.news_title {
    width: 20%;
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
}

.cover_caption {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 99;
}

.contents_text {
    width: 74%;
    margin: 0 auto;
    padding-top: 1rem;
    padding-bottom: 2rem;
}

.box {
    text-align: center;
    width: 80%;
    margin: 1rem auto;
    padding-top: 2rem;
    padding-bottom: 1rem;
    background-color: white;
}

.box > img {
    width: 80%;
    margin-bottom: 1rem;
}

.box > h3 {
    font-weight: bold;
}

.recipe_box {
    width: 80%;
    margin: 2rem auto;
    padding-top: 1rem;
}

.recipe_num {
    display: block;
    width: 70%;
    margin: 0 auto;
}

.factory-title {
    text-align: center;
    margin-top: 1rem;
}

.factory-title > h3 {
    font-weight: bold;
}

.factory {
    display: block;
    margin: 0 auto;
}

.blank_box {
    background-color: white;
    height: 150px;
    width: 60%;
    margin: 0 auto;
}

.text-center {
    text-align: center;
}

.mt-1r {
    margin-top: 1rem;
}

.mt-3 {
    margin-top: 5vh;
}

.mb-3 {
    margin-bottom: 3vh;
}

.mb-10 {
    margin-bottom: 3.5rem;
}

.required {
    color: red;
}

.alert {
    color: red;
}

.contact_title {
    display: block;
    width: 60%;
    margin: 0 auto;
}

.title_image {
    display: block;
    width: 60%;
    margin: 0 auto;
}

.safety_image {
    display: block;
    width: 80%;
    margin: 0 auto;
}

.safety_text {
    position: absolute;
    color: white;
    top: 65%;
    left: 15%;
    width: 70%;
    letter-spacing: 0.1rem;
}

.oisisa_title_back {
    position: absolute;
    width: 30%;
    left: 10%;
    top: 40%;
}

.oisisa_image {
    display: block;
    width: 70%;
    margin: 0 auto;
}

.oisisa_text_box {
    height: 55vw;
}

.delicious_text {
    display: block;
    width: 70%;
    margin-top: 1rem;
    margin-bottom: 3rem;
    margin-left: auto;
    margin-right: auto;

    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
}

.delicious_text_contents {
    width: 60%;
    margin-top: 1.5rem;
    margin-bottom: 3rem;
    margin-left: auto;
    margin-right: auto;

    color: white;

    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
}

.oisisa_text_back_1 {
    display: block;
    width: 30%;

    position: absolute;
    bottom: 0;
    right: 0;
}

.oisisa_text_back_2 {
    display: block;
    width: 30%;

    position: absolute;
    top: 2rem;
    left: 0;
}

.ansin_text_box {
    height: 85vw;
    margin-bottom: 3rem;
}

.ansin_text {
    position: absolute;
    display: block;
    width: 90%;

    left: 50%;
    transform: translate(-50%);
}

.arrow {
    display: block;
    width: 15%;
    margin: 2rem auto;
}
