/*
Theme Name:osyoya
 */
@charset "utf-8";

html, body {
    font-family: "Noto Sans JP";
}

body, text {
    word-break: break-all;
    -webkit-text-size-adjust: 100%;
    letter-spacing: 2px;
    font-weight: 500;
    line-height: 1.6;
    font-size: 16px;
    margin: 0;
    color: #000;
}
@media (max-width: 800px) {
body, text {
    font-size: 14px;
}
}

a {
    text-decoration: none;
    color: #131a3c;
    transition: 0.2s ease-in-out;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

label, button {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

a:hover {
    color: #131a3c;
}

::-moz-focus-inner {
    border: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    vertical-align: bottom;
    width: 100%;
}

h1, h2, h3, h4, p {
    margin: 0;
    font-size: 100%;
    font-weight: 500;
}

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

input, input [type="text"], textarea {
    font-size: 16px;
}

button {
    display: block;
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}

address {
    font-style: normal;
}

th {font-weight: 500;}


/* common
-----------------------------------------------------*/
.contents_wrap {
    padding: 100px 0;
    overflow: hidden;
}
@media (max-width: 800px) {
.contents_wrap {
    padding: 60px 0;
}
}

.contents_wrap2 {
    padding: 0 0 100px;
    overflow: hidden;
}
@media (max-width: 800px) {
.contents_wrap2 {
    padding: 0 0 60px;
}
}

.contents_wrap3 {
    padding: 100px 0 0;
    overflow: hidden;
}
@media (max-width: 800px) {
.contents_wrap3 {
    padding: 60px 0 0;
}
}

.contents_inner {
    width: 90%;
    max-width: 1300px;
    margin: 0 auto;
    overflow: hidden;
}


/* header area
-----------------------------------------------------*/
.header_wrap {
    position: fixed;
    top: 0;
    z-index: 9000;
    width: 100%;
    background-color: rgba(255, 255, 255, .7);
    border-bottom: 1px solid #efefef;
}
@media (max-width: 800px) {
.header_wrap {
    height: 60px;
}
}

.header_inner {
    margin: 0 auto;
    width: 95%;
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
}
@media (max-width: 800px) {
.header_inner {
    margin: 10px auto;
}
}

.header_logo {
    position: fixed;
    top: 15px;
    left: 80px;
    width: 200px;
    margin: auto;
    z-index: 9100;
}
@media (max-width: 1200px) {
.header_logo {
    top: 22px;
    left: 30px;
    width: 130px;
}
}
@media (max-width: 800px) {
.header_logo {
    top: 13px;
    left: 20px;
}
}

.main_navi li {
    float: left;
}

.main_navi li a {
    padding: 15px 13px;
    display: inline-block;
    font-weight: 700;
    color: #000;
}

.main_navi li a:hover {
    color: #5dbbdd;
}

.nav-en {
    font-size: 18px;
    text-align: center;
}

.menu-sub-ttl {
    font-size: 12px;
    letter-spacing: 1px;
    text-align: center;
    color: #000;
    font-weight: 700;
}


/* sp navi
-----------------------------------------------------*/
.gloval_menu {
    position: fixed;
    z-index: 9500;
    cursor: pointer;
    width: 60px;
    height: 60px;
    right: 0;
    top: 0;
    background-color: rgba(255, 255, 255, .4);
}

.menu_line {
    background-color: #295478;
    display: block;
    height: 2px;
    left: 15px;
    position: absolute;
    transition: transform .5s;
    width: 50%;
}

.menu_line_top {
    top: 18px;
}

.menu_line_center {
    top: 28px;
}

.menu_line_bottom {
    top: 38px;
}

.menu_line_top.active {
    top: 28px;
    transform: rotate(45deg);
}

.menu_line_center.active {
    top: 28px;
    transform: scaleX(0);
}

.menu_line_bottom.active {
    top: 28px;
    transform: rotate(135deg);
}

.gloval_nav {
    background-color: rgba(255, 255, 255, 1);
    border-left: 1px solid #efefef;
    display: none;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    z-index: 9400;
}

.gloval_nav_wrap {
    height: 100%;
    width: 100%;
    margin: 60px 0 20px;
}

.gloval_nav_menu li a {
    margin: 5px auto;
    padding: 13px 0;
    width: 80%;
    text-decoration: none;
    text-align: center;
    display: block;
    letter-spacing: 4px;
    border-radius: 5px;
    font-weight: 700;
}
@media (max-width: 800px) {
.gloval_nav_menu li a {
    padding: 6px 0;
}
}

@keyframes fade {
    0% {opacity: 0;}
    100% {opacity: 1;}
}


/* top page
-----------------------------------------------------*/
.main_visual {
    background-image: url(https://osyoya.com/image/main_image.jpg);
    background-size: cover;
    background-position: center center;
    height: 100vh;
}
@media (max-width: 800px) {
.main_visual {
    background-image: url(https://osyoya.com/image/main_image-sp.jpg);
    height: 95vh;}
}

.contentbox {
    overflow: hidden;
}

.contentbox_left {
    float: left;
    width: 60%;
}
@media (max-width: 800px) {
.contentbox_left {
    float: none;
    width: 100%;
    margin: 0 0 30px;
}
}

.contentbox_right {
    float: right;
    width: 35%;
}
@media (max-width: 800px) {
.contentbox_right {
    float: none;
    width: 100%;
}
}

.large_title {
    font-size: 75px;
    font-weight: 900;
    letter-spacing: 3px;
    margin: 0 0 50px;
    line-height: 100px;
}
@media (max-width: 800px) {
.large_title {
    font-size: 55px;
    line-height: 70px;
    letter-spacing: 1px;
}
}

.box_wrap {
    overflow: hidden;
}

.card_link {
    width: 100%;
    text-align: center;
}

.card_link a {
    padding: 20px 0;
    border: 1px solid #5dbbdd;
    background-color: #5dbbdd;
    color: #fff;
    display: block;
}

.card_link a:hover {
    border: 1px solid #5dbbdd;
    background-color: #fff;
    color: #000;
}

.box_left {
    float: left;
    width: 46%;
    padding: 30px 30px 10px;
    background-color: #fff;
}
@media (max-width: 800px) {
.box_left {
    float: none;
    width: 100%;
    margin: 0 0 30px;
}
}

.logo_wrap {
    display: block;
    padding: 0 100px;
}
@media (max-width: 800px) {
.logo_wrap {
    padding: 0 50px;
}
}

.box_right {
    float: right;
    width: 46%;
    padding: 30px 30px 10px;
    background-color: #fff;
}
@media (max-width: 800px) {
.box_right {
    float: none;
    width: 100%;
}
}

.box_title {
    font-size: 25px;
    margin: 20px 0;
}
@media (max-width: 800px) {
.box_title {
    font-size: 20px;
    margin: 20px 0 10px;
}
}

.info_wrap {
    border-top: 1px solid #000;
}

.info_in {
    display: flex;
    padding: 10px 0;
    border-bottom: 1px solid #e5e5e5;
}

.info_in:last-child {
    display: flex;
    padding: 20px 0;
    border: none;
}

.info_left {
    width: 120px;
}

.info_right {
    flex: 1;
}

.sns_icon_box {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.sns_icon {
    width: 40px;
    margin: 0 0 0 15px;
}

.slide_wrap {
    margin: 0 0 50px;
}

.marqueer2 {
    overflow: hidden;
}

.marqueer2 ul {
    display: flex;
    width: max-content;
}

.marqueer2 ul li {
    list-style: none;
    padding: 20px;
    background-color: #fff;
    width: 200px
}
@media (max-width: 800px) {
.marqueer2 ul li {
    width: 150px
}
}

.marqueer2 img {
    display: block;
    width: 100%;
}

.slide_1 {
    margin: 0 0 50px;
}

.slide_1 li {
    margin: 0 50px 0 0;
}

.slide_2 {
    margin: 0 0 0 75px;
}

.slide_2 li {
    margin: 0 0 0 50px;
}


/* sub page
-----------------------------------------------------*/
.subpage_titlewrap {
    background-color: #29476c;
    padding: 150px 0 70px;
    color: #fff;
    text-align: center;
}
@media (max-width: 1200px) {
.subpage_titlewrap {
    padding: 120px 0 30px;
}
}
@media (max-width: 800px) {
.subpage_titlewrap {
    padding: 100px 0 30px;
}
}

.subpage_title_en {
    font-size: 46px;
    font-weight: 800;
    letter-spacing: 5px;
    text-indent: 5px;
    font-family: "Montserrat", sans-serif;
}
@media (max-width: 800px) {
.subpage_title_en {
    font-size: 32px;
}
}

.subpage_title_ja {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 5px;
    text-indent: 5px;
}
@media (max-width: 800px) {
.subpage_title_ja {
    font-size: 16px;
}
}

.bg_nami {
    height: 35px;
    background-image: url(https://osyoya.com/image/nami.png);
    background-position: top center;
    background-size: cover;
}

.red_line {
    height: 8px;
    width: 30px;
    border-radius: 100px;
    background-color: #79cbf1;
    margin: 0 0 20px;
}

.subpage_block_title_ja {
    font-size: 20px;
    font-weight: 700;
    color: #0f4590;
}
@media (max-width: 800px) {
.subpage_block_title_ja {
    font-size: 18px;
}
}

.com_img {
    display: block;
    margin: 0 0 50px;
}

.list_inner ul {
    overflow: hidden;
}

.list_inner li {
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
}

@media (max-width: 800px) {
.list_inner li {
    padding: 10px 0;
}
}

.list_inner li:first-child {
    padding: 0 0 20px;
}

.gaiyoulist_wrap {
    display: flex;
}

@media (max-width: 800px) {
.gaiyoulist_wrap {
    display: block;
}
}

.gaiyou_left {
    float: left;
    width: 180px;
}

@media (max-width: 800px) {
.gaiyou_left {
    float: none;
    width: 100%;
    font-weight: 700;
}
}

.gaiyou_right {
    flex: 1;
}

.medal {
    width: 10%;
}
@media (max-width: 800px) {
.medal {
    width: 70px;
}
}

.jusyo_wrap {
    margin: 30px 0 0;
}

.media_wrap li {
    margin: 0 0 50px;
    padding: 0 0 55px;
    border-bottom: 1px solid #ccc;
}

.media_wrap li:last-child {
    margin: 0;
    border: none;
}

.media_date {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 5px;
}
@media (max-width: 800px) {
.media_date {
    font-size: 16px;
}
}

.media_title {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 20px;
}
@media (max-width: 800px) {
.media_title {
    font-size: 16px;
}
}

.media_contents {
    margin: 0 0 20px;
}

.red_maru {
    color: #ff3334;
}

.media_img_sm {
    width: 100%;
    max-width: 400px;
}


/* product area
-----------------------------------------------------*/
.products-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}
@media (max-width: 800px) {
.products-list {
    grid-template-columns: repeat(2, 1fr);
}
}

.products-list figure {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    background: #000;
}

.products-list img {
    transition: all 0.3s ease-out 0s;
}

.products-list figure:hover img {
    opacity: .6; transform: scale(1.1);
}


/* modal-window ----------------------------------------- */
.remodal-overlay {
    background-color: rgba(231,241,254,.97);
}

.remodal {
    background-color: transparent;
    max-width: 1100px;
    text-align: left;
}

.link-modal-wrap {
    width: 60%;
    height: 60px;
    left: 0;
    position: absolute;
    bottom: 0;
    overflow: hidden;
}
@media (max-width: 800px) {
.link-modal-wrap {
    width: 100%;
    height: 60px;
    left: 0;
    position: absolute;
    bottom: 0;
}
}

.link-modal a {
    font-weight: bold;
    transition: .3s;
    position: absolute;
    bottom: 0;
    display: inline-block;
    padding: 12px 25px;
    color: #000;
    background-color: #ffde00;
    border-radius: 40px;
}

.link-modal a:hover {
    background-color: #142a4e;
    color: #fff;
}

.link-modal a {font-weight: bold; transition: .3s; position: absolute; bottom: 0; display: inline-block; padding: 12px 25px; color: #000; background-color: #ffde00; border-radius: 40px;}
.link-modal a:hover {background-color: #142a4e; color: #fff;}

.link-modal2 a {font-weight: bold; transition: .3s; position: absolute; bottom: 0; display: inline-block; padding: 12px 75px; color: #000; background-color: #ffde00; border-radius: 40px;}
.link-modal2 a:hover {background-color: #142a4e; color: #fff;}

.product-box-wrap {
    overflow: hidden;
    margin: 30px 0;
    position: relative;
    color: #022447;
}
@media (max-width: 800px) {
.product-box-wrap {
    margin: 30px 0;
    padding: 0 0 80px;
}
}

.product-box-left {
    float: left;
    width: 56%;
}
@media (max-width: 800px) {
.product-box-left {
    float: none;
    width: 100%;
    margin: 0 0 30px;
}
}

.product-box-right {
    float: right;
    width: 40%;
}
@media (max-width: 800px) {
.product-box-right {
    float: none;
    width: 100%;
}
}

.modal-product-ttl {
    text-align: center;
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 33px;
    font-weight: 800;
    letter-spacing: 4px;
    text-indent: 4px;
    font-family: "Montserrat", sans-serif;
}
@media (max-width: 1200px) {
.modal-product-ttl {
    font-size: 35px;
}
}
@media (max-width: 800px) {
.modal-product-ttl {
    margin-bottom: 10px;
    font-size: 30px;
}
}

.modal-product-name {
    line-height: 22px;
    text-align: center;
    margin-bottom: 40px;
    font-size: 22px;
    font-weight: 700;
}
@media (max-width: 1200px) {
.modal-product-name {
    line-height: 18px;
    font-size: 18px;
}
}
@media (max-width: 800px) {
.modal-product-name {
    line-height: 18px;
    margin-bottom: 30px;
    font-size: 17px;
}
}

.modal-product-text {
    font-size: 80%;
    margin: 20px 0 70px;
}
@media (max-width: 800px) {
.modal-product-text {
    margin: 20px 0 0;
}
}

.remodal-close {
    position: absolute;
    top: 0!important;
    right: 20px!important;
    display: block;
    overflow: visible;
    width: 35px;
    height: 35px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    -webkit-transition: color .2s;
    transition: color .2s;
    text-decoration: none;
    color: #002172;
    border: 0;
    outline: 0;
    background: transparent;
}

.remodal-close:before {
    font-size:55px;
    line-height:35px;
    position:absolute;
    top:0!important;
    right:0!important;
    margin: 0;
    display:block;
    width:55px;
    content:"\00d7";
    text-align:center:;
}


/* contact area
-----------------------------------------------------*/
#formWrap {
    margin: 0 auto 60px;
    width: 70%;
}
@media (max-width: 800px) {
#formWrap {
    margin: 0 auto 30px;
    width: 100%;
}
}

#formbutton {
    cursor: pointer;
    -webkit-appearance: none;
    width: 180px;
    padding: 15px 0;
    margin: 0 5px;
    background-color: #295478;
    border: 1px solid #295478;
    border-radius: 100px;
    letter-spacing: 2px;
    text-indent: 2px;
    text-align: center;
    transition: .2s;
    color: #fff;
    font-family: "Noto Sans JP";
    font-size: 100%;
}
@media (max-width: 800px) {
#formbutton {
    width: 140px;
    padding: 12px 0;
}
}

#formbutton:hover {
    background-color: #fff;
    border: 1px solid #295478;
    color: #295478;
}

.input_wrap {
    margin: 5px 0 40px;
}
@media (max-width: 800px) {
.input_wrap {
    margin: 5px 0 20px;
}
}

.input_wrap2 {
    margin: 5px 0 80px;
}
@media (max-width: 800px) {
.input_wrap2 {
    margin: 5px 0 60px;
}
}

.formkoumoku {
    margin: 0 0 5px 0;
}

.input_area {
    width: 100%;
    background-color: #fff;
    border: none;
    height: 60px;
    margin: 4px 0 0;
    padding: 10px 20px;
    -webkit-appearance: none;
    border-radius: 15px;
    border: 1px solid #b6cfe3;
    font-family: "Noto Sans JP";
}
@media (max-width: 800px) {
.input_area {
    height: 40px;
    padding: 5px 10px;
    border-radius: 15px;
}
}

.input_sub_text {
    font-size: 90%;
    margin: 5px 0 0;
}

.input_area2 {
    width:100%;
    background-color: #fff;
    border: none;
    padding: 20px 20px;
    -webkit-appearance: none;
    border-radius: 20px;
    border: 1px solid #b6cfe3;
    font-family: "Noto Sans JP";
    margin: 5px 0 0;
}
@media (max-width: 800px) {
.input_area2 {
    padding: 5px 10px;
}
}

input[type="text"]:focus {
    outline: none;
    border: 1px solid #5384ad;
}

textarea:focus {
    outline: none;
    border: 1px solid #5384ad;
}

.hissu {
    color: #cf4e0e;
    font-size: 80%;
}

.policy {
    margin-top: 50px;
}

.policy1 {
    margin-bottom: 10px;
    text-align: center;
}

.policy2 {
    font-size: 90%;
    text-align: center;
}

.error_messe {
    margin: 5px 0;
    color: #d79555;
    font-weight: 600;
}

@media (max-width: 800px) {
#formWrap {
    margin: 0 auto 50px;
}

.hissu {
    font-size: 13px;
}
.policy {
    margin-top: 30px;
}

.policy2 {
    text-align: left;
}
}

.contact_tel {
    font-size: 40px;
    letter-spacing: 5px;
    font-family: "Montserrat", sans-serif;
    line-height: 30px;
    text-align: center;
    margin: 20px 0;
    font-weight: 700;
}
@media (max-width: 800px) {
.contact_tel {
    font-size: 35px;
    letter-spacing: 2px;
    margin: 10px 0;
}
}

.text1 {
    font-size: 120%;
    font-weight: 700;
}
@media (max-width: 800px) {
.text1 {
    font-size: 18px;
}
}

.text2 {
    font-size: 90%;
}


/* footer area
-----------------------------------------------------*/
footer {
    background-color: #455e87;
    color: #fff;
}

.footer_contents_wrap {
    padding: 70px 0;
    overflow: hidden;
}
@media (max-width: 800px) {
.footer_contents_wrap {
    padding: 60px 0;
}
}

.foot_in {
    display: flex;
}
@media (max-width: 800px) {
.foot_in {
    display: block;
}
}

.foot_boxL {
    float: left;
    width: 300px;
}
@media (max-width: 800px) {
.foot_boxL {
    float: none;
    width: 100%;
}
}

.foot_boxR {
    float: right;
    flex: 1;
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
}
@media (max-width: 800px) {
.foot_boxR {
    float: none;
    display: block;
}
}

.footlogo {
    width: 200px;
    margin-bottom: 36px;
}
@media (max-width: 800px) {
.footlogo {
    width: 150px;
}
}

.footer_sns_box {
    display: flex;
    justify-content: flex-end;
}
@media (max-width: 800px) {
.footer_sns_box {
    display: flex;
    justify-content: flex-start;
}
}

.copyright {
    margin: 10px 0 0;
    font-size: 80%;
    text-align: right;
}
@media (max-width: 800px) {
.copyright {
    text-align: left;
}
}

footer .sns_icon2 {
    margin: 75px 0 0;
}
@media (max-width: 800px) {
footer .sns_icon2 {
    margin: 30px 0 0;
}
}

.gloval_nav .sns_icon2 {
    margin: 30px auto 0;
    width: 125px;
}

footer .sns_icon2 li {
    width: 30px;
    margin: 0 0 0 5px;
    display: inline-block;
    transition: opacity 0.3s ease-out;
}
@media (max-width: 800px) {
footer .sns_icon2 li {
    margin: 0 10px 0 0;
}
}

.gloval_nav .sns_icon2 li {
    width: 38px;
    margin: 0 10px;
    display: inline-block;
}

.sns_icon2 li:hover {
    opacity: 0.6;
}

.foot_boxR .main_navi {
    overflow: hidden;
}

.foot_boxR .main_navi li a {
    padding: 0 0 0 26px;
    color: #fff;
}

.foot_boxR .main_navi li a:hover{
    color: #8ec6e3;
}

.foot_boxR .menu-sub-ttl {
    color: #fff;
}


/* grid area
-----------------------------------------------------*/
.grid_wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
@media (max-width: 800px) {
.grid_wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}
}


/* pagenavi
-----------------------------------------------------*/
.wp-pagenavi {
    clear: both;
    text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span {
    background-color: #fff;
    border: solid 1px #0174bd;
    padding: 20px 18px;
    margin: 0 8px;
    white-space: nowrap;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    text-align: center;
    text-decoration:none;
    display: inline-block;
}

.wp-pagenavi a:hover{
    color:#fff; 
    background-color:#0174bd; 
    border-color:#0174bd;
}

.wp-pagenavi span.current {
    color: #fff;
    background-color: #0174bd;
    border-color: #0174bd;
    font-weight: bold;
}

.wp-pagenavi a, .wp-pagenavi span {
    padding: 9px 15px 10px 16px;
    margin: 10px 4px 0!important;
}

.pagenavi_prev {
    width: 50%;
    float: left;
}

.pagenavi_next {
    width: 50%;
    float: right;
}

.pagenavi_inner {
    overflow: hidden;
    width: 100%;
}


.navi_title_next {
    text-align: right;
}

.pagenavi_prev a:hover, .pagenavi_next a:hover {
    color: #3ccefe;
}


/* other
-----------------------------------------------------*/
.center, .center2 {
    text-align: center;
}
@media (max-width: 800px) {
.center2 {
    text-align: left;
}
}

.block_title_wrap {
    margin: 0 0 50px;
}
@media (max-width: 800px) {
.block_title_wrap {
    margin: 0 0 30px;
}
}

.block_title_en {
    font-family: "Montserrat", sans-serif;
    font-size: 45px;
    font-weight: 800;
    line-height: 35px;
    margin: 0 0 10px;
}

.subpage_block_title_en {
    font-family: "Montserrat", sans-serif;
    font-size: 38px;
    font-weight: 800;
    line-height: 25px;
    margin: 0 0 10px;
}

.block_title_ja {
    font-size: 20px;
    font-weight: 500;
    color: #0f4590;
}

.topbuck {
    width: 70px;
    position: fixed;
    bottom: 0px;
    right: 0px;
}
@media (max-width: 800px) {
.topbuck {
    width: 50px;
}
}

.topbuck img {
    width: 100%;
}

.text_red {
    color: #d20000;
}

.huwatto {
    opacity : 0;
    transform : translate(0, 180px);
    transition : all 1s;
}

.huwatto.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}

.blue_bg {
    background-color: #dff7ff;
}

.link_btn {
    width: 300px;
}

.link_btn a {
    display: block;
    text-align: center;
    padding: 25px 0;
    background-color: #5dbbdd;
    border: 1px solid #5dbbdd;
    color: #fff;
}

.link_btn a:hover {
    background-color: #fff;
    border: 1px solid #5dbbdd;
    color: #000;
}


/* under 800
-----------------------------------------------------*/
@media (max-width: 800px) {
.pc {
    display: none;
}
}

/* over 801
-----------------------------------------------------*/
@media (min-width: 801px) {
.sp {
    display: none;
}
}



