@charset "UTF-8";
html,
body,
.item_tosa div,
.item_tosa span,
.item_tosa iframe,
.item_tosa h1,
.item_tosa h2,
.item_tosa h3,
.item_tosa h4,
.item_tosa h5,
.item_tosa h6,
.item_tosa p,
.item_tosa img,
.item_tosa small,
.item_tosa strong,
.item_tosa b,
.item_tosa dl,
.item_tosa dt,
.item_tosa dd,
.item_tosa ol,
.item_tosa ul,
.item_tosa li,
.item_tosa footer,
.item_tosa header,
.item_tosa nav,
.item_tosa section {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: bottom;
    background: transparent;
}

.item_tosa {
    line-height: 1;
    -webkit-text-size-adjust: 100%;
    font-family: 'Noto Sans', 'Noto Sans CJK JP', 'Noto Sans CJK JP Subset', sans-serif;
    width: 100%;
    min-width: 750px;
    background: url('../img/main_bg.jpg') repeat-y center 0;
    background-size: 2000px 1874px;
    background-attachment: fixed;
}

.bg {
    background: url('../img/main_bg.jpg') repeat-y center 0;
    background-size: 2000px 1874px;
    background-attachment: fixed;
    width: 100%;
    min-width: 940px;
}

section a {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 624px;
    -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.2));
    -moz-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.2));
    -ms-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.2));
}


/*
.item_tosa::after {
  content: "";
  width: 100%;
  height: 100vh;
  background: url(../img/main_bg.jpg) no-repeat center 0;
  background-size: 2000px 1874px;
  position: fixed;
  top: 0px;
  left: 50%;
  transform: translate(-50%,0%);
  z-index: -1;
}
*/


/*
.item_tosa {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  font-family: 'Noto Sans', 'Noto Sans CJK JP', 'Noto Sans CJK JP Subset', sans-serif;
  width: 100%;
  min-width: 750px;
  position: relative;
}
.item_tosa::after {
  content: "";
  width: 100%;
  height: 100vh;
  background: url(../img/main_bg.jpg) no-repeat center 0;
  background-size: 2000px 1874px;
  position: fixed;
  top: 0px;
  left: 50%;
  transform: translate(-50%,0%);
  z-index: -1;
}
*/

.item_tosa ul li {
    list-style: none;
}

.item_tosa a {
    margin: 0;
    padding: 0;
    color: #333333;
    text-decoration: none;
    vertical-align: baseline;
    display: block;
}

.item_tosa a:hover {
    opacity: 0.8;
}

.item_tosa img {
    width: 100%;
}


/* ========================================
  resetここまで
========================================== */

.item_tosa * {
    color: #333333;
    font-size: 16px;
    line-height: 1;
}

.item_tosa .inner {
    width: 750px;
    margin: 0 auto;
    background: #fff;
}

.item_tosa section {
    position: relative;
    box-sizing: border-box;
    max-width: 2000px;
    margin: 0 auto;
}

.section1 a {
    bottom: 357px;
}

.section2 a {
    bottom: 128px;
}

.section3 .a1 {
    bottom: 3147px;
}

.section3 a {
    bottom: 224px;
}

.section3 .a3 {
    bottom: 383px;
}

.section4 a {
bottom: 48px;
}

.section5 a {
bottom: 56px;
}

.section6 a {
bottom: 48px;
}

.lp-tab_area {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}

.lp-tab_area label {
    display: inline-block;
    cursor: pointer;
    width: 50%;
    opacity: 0.5;
}

.lp-panel_area {
    background: #fff;
}

.lp-tab_lp-panel {
    width: 100%;
    display: none;
    position: relative;
    box-sizing: border-box;
    max-width: 100%;
    margin: 0 auto;
}

.lp-tab_lp-panel a {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 616px;
    -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.2));
    -moz-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.2));
    -ms-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.2));
}

.panel-1 a {
    bottom: 388px;
}

.panel-2 a {
    bottom: 100px;
}


/* cvArea */

@media screen and (max-width: 768px) {
    .item_tosa {
        background-size: 266.667vw 249.867vw;
        min-width: 100vw;
    }
    /* ========================================
  resetここまで
========================================== */
    .item_tosa * {
        font-size: 2.133vw;
    }
    .item_tosa .inner {
        width: 100vw;
    }
    .item_tosa section {
        max-width: 100vw;
    }
    /* ======================
  cvArea
========================= */
    section a {
        bottom: 8vw;
        width: 84vw;
    }
    .section1 a {
        bottom: 47vw;
    }
    .section2 a {
        bottom: 17vw;
    }
    .section3 a {
        bottom: 30vw;
    }
    .section3 .a2 {
        bottom: 231vw;
    }
    .section3 .a3 {
        bottom: 51vw;
    }
    .section4 a {
        bottom: 6vw;
    }

    .section5 a {
        bottom: 7vw;
    }

    .section6 a {
        bottom: 6vw;
    }

    .panel-1 a {
        bottom: 52vw;
    }
    .lp-tab_lp-panel a {
        width: 82vw;
    }

    .panel-2 a {
        bottom: 14vw;
    }
}


/*-------------------------------------*
*footer
*-------------------------------------*/

.footer_container_fluid {
    width: 100%;
    background: #e3e3e3;
    margin: auto;
}

.footer_container {
    margin-left: auto;
    margin-right: auto;
    width: 750px;
}

.footer_container {
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

.footer_container ul {
    margin: 0;
    padding: 0;
    display: inline-block;
}

.footer_container li {
    list-style: none;
    margin: 0 10px 0 0;
    float: left;
}

.footer_container li:last-child {
    margin: 0;
}

.footer_container li a {
    text-decoration: none;
    font-size: 10px;
    color: #3e3e3e;
}

.copyright {
    width: 100%;
    background: #e3e3e3;
    margin: auto;
    color: #3e3e3e;
    font-size: 10px;
    text-align: center;
}