@charset "utf-8";

/* --ブラウザの互換初期化------------------------ */

html {
    overflow: scroll;
}

* {
    margin: 0;
    padding: 0;
}

body,
div,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: normal;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

q:before,
q:after {
    content: '';
}


/* --clearfix------------- */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix {
    min-height: 1px;
}

img {
    vertical-align: bottom;
}

* html .clearfix {
    height: 1px;
    /*¥*/
    /*/ height: auto; overflow: hidden; /**/
}


/* ------------------------
    基本構造
------------------------ */

html {}

body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #333;
    /*background: #fff url("../img/bg.jpg") repeat;
    background-attachment: fixed;*/
    margin: 0;
    padding: 0;
    font-size: 12px;
}

/*a {
    display: block;
}*/

a:hover {
    text-decoration: none;
}

a img:hover {
    opacity: 0.6;
    transition: 0.3s;
}

a.no_hover img:hover {
    opacity: 1.0;
    transition: 0.3s;
}

.fas.fa-blue,
.far.fa-blue {
    color: #006cb6;
}

.fas,
.far {
    margin-right: 5px;
}

.logo {
    display: block;
    width: 120px;
    position: fixed;
    top: 14px;
    left: 34px;
    text-align: center;
    z-index: 20;
}
.logo a {
    color: #fff;
    text-decoration: none;
}
.logo a:hover {
    opacity: 0.7;
    transition: 0.3s;
}
.logo img {
    width: 100%;
}
/*.contents::before {
    content: url(/pW73nJre/wp-content/themes/ishida/Arquet_files/bg-img_pc.png);
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
}*/
.contents_parent {
    width: 100%;
    background-color: #39517D;
    position: relative;
    background: url("./bg-img_pc.png") no-repeat;
      /*background-attachment: scroll;*/
    background-attachment: fixed;
    margin: 0;
    padding: 0;
    font-size: 13px;
    /*position: relative;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;*/
}

.contents_parent::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 100%;
    /*background: rgba(0, 0, 0, 0.1);*/
    background: #39517D;
    z-index: 10;
}

.contents_parent::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 100%;
    /*background: rgba(0, 0, 0, 0.1);*/
    background: #39517D;
    z-index: 10;
}

.nav_block {
    position: fixed;
    width: 220px;
    left: 12%;
    top: 140px;
    z-index: 997;
}

.nav_block img {
    width: 100%;
}

.nav_list {
    margin: 40px 0 20px 0;
    list-style: none;
}

.nav_list li {
    margin: 10px 0;
}

.nav_list a {
    color: #333;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
}

.nav_list a:hover {
    text-decoration: underline;
}

.nav_com_txt {
    width: 80%;
    margin: 40px auto 0 auto;
}

.contents_parent .bg_parts01 {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 990;
}

.contents_parent .bg_parts01 img {
    width: 100%;
}

.contents_parent .bg_parts02 {
    position: fixed;
    right: 300px;
    bottom: 70px;
    z-index: 999;
    animation: moveY 1.0s infinite alternate ease-in-out;
}
/*#hero-wrapper {
    position: relative;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
#hero-wrapper #hero-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
}
#hero-wrapper #hero-slider .slide-img {
  background-image: url("./bg-img_pc.png");
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#hero-wrapper #hero-slider .slide-img img {
  height: 100vh;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: fixed;
}
*/

@keyframes moveY {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(18px);
    }
}

.contents_parent .bg_parts03 {
    width: 180px;
    position: fixed;
    top: 24%;
    right: 120px;
}

.contents_parent .contents {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    background-color: #fff;
    position: relative;
    z-index: 998;
    /*top: -100vh;*/
    position: relative;
}

.contents_parent .contents .main {
    background-color: #39517D;

}

.contents_parent img,
.block img,
.com_block img {
    width: 100%;
    visibility: visible;
}

.com_block {
    width: 100%;
    background-color: #fef2f5;
    margin: 0 auto;
    padding: 40px 0 10px 0;
}

.com_txt {
    width: 58%;
    margin: 0 auto;
    text-align: center;
}

.btn01 {
    display: block;
    font-weight: bold;
    border-radius: 20px;
    width: 100%;
    background-color: #f77494;
    color: #fff;
    text-align: center;
    padding: 10px 10px;
    text-decoration: none;
    margin: 20px auto 40px auto;
    border: 1px solid #f77494;
    box-sizing: border-box;
}

.btn01:hover {
    border: 1px solid #f77494;
    background-color: #fff;
    color: #f77494;
}

.btn02 {
    display: block;
    font-weight: bold;
    border-radius: 20px;
    width: 100%;
    background-color: #616161;
    color: #fff;
    text-align: center;
    padding: 10px 10px;
    text-decoration: none;
    margin: 20px auto 40px auto;
    border: 1px solid #616161;
    box-sizing: border-box;
}

.btn02:hover {
    border: 1px solid #616161;
    background-color: #fff;
    color: #616161;
}

footer .footer-menu {
    width: 100%;
    margin: 0 auto;
    padding: 20px 10px;
    position: relative;
    box-sizing: border-box;
}

footer .footer-menu .footer-menu-list {
    border: 5px solid #006cb6;
    border-radius: 4px;
}

footer .footer-menu .footer-menu-list strong {
    font-size: 1.7rem;
    padding: 12px 15px;
}

footer .footer-menu .footer-menu-list strong small {
    font-size: 1.4rem;
}

footer .footer-menu .footer-menu-list strong {
    display: block;
    background-color: #006cb6;
    padding: 17px 20px;
    color: #fff;
    font-size: 1.3em;
}

footer .footer-menu .footer-menu-list strong small {
    font-size: 0.9em;
    padding-left: 10px;
}

footer .footer-menu .footer-menu-list ul {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #fff;
    padding: 15px 30px 30px;
    list-style-type: none;
}

footer .footer-menu .footer-menu-list ul li {
    width: 50%;
    margin: 15px 0 0;
}

footer .footer-menu .footer-menu-list ul li a {
    color: #222222;
}

footer .footer-menu .footer-menu-list ul:first-of-type {
    position: relative;
}

footer .footer-menu .footer-menu-list ul:first-of-type::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 30px;
    right: 30px;
    height: 1px;
    background-color: #e4e4e4;
}

footer .footer-menu .footer-menu-list ul:last-of-type li:last-of-type {
    width: 100%;
}

.footer_logo {
    width: 40%;
    margin: 0 auto;
    top: -90px;
    position: relative;
}
.footer_logo img {
    margin: 150px auto 0;
    text-align: center;
    width: 70%;
}

@media screen and (min-width: 1200px) {
    .contents_parent .contents {
        width: 440px;
        /*height: 100vh;*/
        overflow-x: hidden;
        overflow-y: scroll;
    }
    .contents_parent .contents {
        position: relative;
    }
    .nav_block,
    .bg_parts01,
    .bg_parts02,
    .bg_parts03 {
        display: none;
    }
    .bg_parts02 {
        display: block;
        right: 300px;
    }

}

@media screen and (max-width: 1199px) {
    .logo,
    .nav_block,
    .bg_parts01,
    .bg_parts02,
    .bg_parts03 {
        display: none;
    }
    .contents_parent::before,
    .contents_parent::after {
        display: none;
    }
}

@media screen and (min-width: 980px) and (max-width: 1199px) {
    .contents_parent .contents {
        width: 480px;
        height: 100vh;
    }
    .bg_parts02 {
        display: block;
        right: 120px !important;
    }
    #contents02 {
        margin: 50px auto 0;
        top: 140px;
        position: relative;
    }
    #contents03 {
      top: 90px;
      position: relative;
    }

}


}

@media screen and (min-width: 800px) {
    .contents_parent .contents {
        box-shadow: 0 0 8px #dfdfdf;
    }
}

.green {
    background-color: #f0f8fa;
}

.green .btn01 {
    background-color: #57bebb;
    border: 1px solid #57bebb;
}

.green .btn01:hover {
    border: 1px solid #57bebb;
    background-color: #fff;
    color: #57bebb;
}

.green_bg {
    background-color: #57bebb;
}

.purple {
    background-color: #f8f8fa;
}

.purple .btn01,
.purple_btn .btn01 {
    background-color: #6a3786;
    border: 1px solid #6a3786;
}

.purple .btn01:hover,
.purple_btn .btn01:hover {
    border: 1px solid #6a3786;
    background-color: #fff;
    color: #6a3786;
}

.purple_bg {
    background-color: #7392af;
}

.blue {
    background-color: #f9fafc;
}

.blue .btn01,
.blue_btn .btn01 {
    background-color: #7392af;
    border: 1px solid #7392af;
}

.blue .btn01:hover,
.blue_btn .btn01:hover {
    border: 1px solid #7392af;
    background-color: #fff;
    color: #7392af;
}

.blue_bg {
    background-color: #7392af;
}


/* 05 */

.brown {
    background-color: #f5f0ed;
}

.brown .btn01,
.brown_btn .btn01 {
    background-color: #8c593e;
    border: 1px solid #8c593e;
}

.brown .btn01:hover,
.brown_btn .btn01:hover {
    border: 1px solid #8c593e;
    background-color: #fff;
    color: #8c593e;
}

.brown_bg {
    background-color: #8c593e;
}


/* 06 */

.orange {
    background-color: #fff5ed;
}

.orange .btn01,
.orange_btn .btn01 {
    background-color: #ff8c32;
    border: 1px solid #ff8c32;
}

.orange .btn01:hover,
.orange_btn .btn01:hover {
    border: 1px solid #ff8c32;
    background-color: #fff;
    color: #ff8c32;
}

.orange_bg {
    background-color: #ff8c32;
}


/* 07 */

.pink .btn01,
.pink_btn .btn01 {
    background-color: #f74674;
    border: 1px solid #f74674;
}

.pink .btn01:hover,
.pink_btn .btn01:hover {
    border: 1px solid #f74674;
    background-color: #feeef1;
    color: #f74674;
}

.pink_bg {
    background-color: #f74674;
}

.pink_bg_sub {
    background-color: #feeef1;
}

.backnumber {
    width: 94%;
    margin: 40px auto 60px auto;
    text-align: center;
}

.backnumber h2 {
    font-size: 1.4em;
    margin: 0 0 20px 0;
}

@media screen and (max-width: 768px) {
    .tcenter .cent-tit {
        writing-mode: vertical-rl;
        color: #fff;
        font-size: 1.6em;
        z-index: 5;
        position: absolute;
        top: 90px;
        left: 50%;
        letter-spacing: 0.2em;
        text-shadow: 1px 2px 3px #000;
    }
}

.headimage {
    display: block;
    z-index: 5;
    position: absolute;
    bottom: 400px;
    margin: 0 auto;
    top: -60px;
}
.bottomimage {
    display: block;
    z-index: 5;
    position: absolute;
    top: 500px;
    margin: 0 auto;
}
.tcenter {
    text-align: center;
}
.tcenter .cent-tit {
    writing-mode: vertical-rl;
    color: #fff;
    font-size: 16px;
    z-index: 5;
    position: absolute;
    top: 90px;
    left: 50%;
    letter-spacing: 0.2em;
    text-shadow: 1px 2px 3px #000;
}
div.tit-box {
    width: 100%;
    height: 40px;
    background-color: rgba(0, 19, 56, 0.6);
    bottom: 300px;
    position: relative;
    z-index: 10;
}
.tcenter .sub-tit {
    display: inline-block;
    color: #FFFFFF;
    font-size: 16px;
    position: relative;
    letter-spacing: 0.2em;
    margin: 7px auto;
    vertical-align: middle;
}
.tcenter .tit01 {
    display: block;
    width: 50%;
    z-index: 10;
    position: relative;
    margin: 0 auto;
    top: -320px;
}
.tcenter p.tit02 {
    display: block;
    position: relative;
    margin: 0px auto 0px;
    color: #FFF;
    font-size: 18px;
}
a.btn_01 {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #AD9A65;
  box-sizing: border-box;
  width: 70%;
  height: 50px;
  color: #AD9A65;
  font-size: 16px;
  text-align: left;
  text-decoration: none;
  position: relative;
  transition-duration: 0.2s;
  margin: 40px auto 30px;
  z-index: 5;
}
a.btn_01:hover {
  background: #AD9A65;
  color: #fff;
}
h2.tit-h2 {
    color: #FFF;
    font-size: 20px;
    margin: 80px auto 50px;
    position: relative;
	  padding-bottom: 30px;
}
h2.tit-h2::after {
  	content: '●　　●　　●';
  	position: absolute;
  	bottom: 0;
  	left: 50%;
    font-size: 0.3em;
  	transform: translateX(-50%);
  	color: #AD9A65;
}
#contents01 {
    background-color: #39517D;
    height: 800px;
}


p.txt-cmn {
    color: #FFF;
    font-size: 16px;
    margin: 50px auto 0px;
}
.brown-txt {
    color: #D1B43B;
    display: inline-block;
}
.uline {
    color: #D1B43B;
    border-bottom: solid 1.5px #D1B43B;
}
.fcont {
    width: 90%;
    margin: 50px auto -50px;
    display: flex;
    align-items: center;
    z-index: 10;
    position: relative;
}
.fitem {
    width: 50%;
    padding: 5px;
}
.fcont .fitem img {
    width: 90%;
    margin: 10px;
}
.bounceInUp {
  opacity: 0;
}
h2.tit-h2-blue {
    color: #39517D;
    font-size: 20px;
    margin: 80px auto 0px;
    position: relative;
	  padding-bottom: 30px;
}
p.txt-cmn-blue {
    color: #39517D;
    font-size: 14px;
    margin: 30px auto 0px;
}
ul.ul-check {
    color: #39517D;
    font-size: 15px;
    margin: 20px 20px;
    position: relative;
    text-align: left;
    width: 90%;
    text-decoration: none;
    list-style: none;
    padding: 0 10px;
}
ul.ul-check li::before {
  content: url(./check.png);
  vertical-align: middle;
  padding-right: 10px;
}
ul.ul-check li {
  padding-bottom: 10px;
}
a.btn_02 {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #AD9A65;
  background: #AD9A65;
  box-sizing: border-box;
  width: 70%;
  height: 50px;
  color: #fff;
  font-size: 16px;
  text-align: left;
  text-decoration: none;
  position: relative;
  transition-duration: 0.2s;
  margin: 40px auto 30px;
  z-index: 5;
}
a.btn_02:hover {
  border: 1px solid #AD9A65;
  background: #fff;
  color: #AD9A65;
}
#contents02 {
  margin: 50px auto 0;
}
#contents03 {
  background-color: #DDDFE2;
  top: 40px;
  position: relative;
}
#contents03::before {
  content: url(./ArtMarket.png);
  position: relative;
}
#contents03 h2.tit-h2-blue {
  margin: 0px auto 30px;
}
#contents03 h3.sub-tit-right {
  text-align: right;
  color: #fff;
  font-size: 20px;
  bottom: 80px;
  position: relative;
  right: 20px;
}
#contents03 p.txt-cmn-blue-f {
    color: #39517D;
    font-size: 14px;
    margin: -20px auto 0px;
    width: 80%;
    text-align: left;
    z-index: 10;
    position: relative;
}
#contents03 p.txt-cmn-blue {
    color: #39517D;
    font-size: 14px;
    margin: 20px auto 0px;
    width: 80%;
    text-align: left;
    z-index: 10;
    position: relative;
}

#contents03 a.cont3-link {
    color: #AD9A65;
    width: 80%;
    text-align: right;
    margin: 10px auto 50px;
    z-index: 10;
    position: relative;
    display: block;
    font-size: 14px;
}
#contents03 a.cont3-link-mt0 {
    margin: 10px auto 0px;
    color: #AD9A65;
    width: 80%;
    text-align: right;
    z-index: 10;
    position: relative;
    display: block;
    font-size: 14px;
}
#contents03 a.cont3-link::after, #contents03 a.cont3-link-mt0::after {
    content: ">";
    position: relative;
    color: #AD9A65;
    margin-left: 10px;
    bottom: 1px;
}
#contents03 h3.sub-tit-left {
    text-align: left;
    color: #fff;
    font-size: 20px;
    bottom: 80px;
    position: relative;
    left: 20px;
}
#contents04 {
  background-color: #FFF;
  /*height: 200px;*/
}
#contents04 h2.tit-h2 {
  color: #39517D;
  font-size: 18px;
  margin: 0px auto 50px;
  position: relative;
  padding-bottom: 30px;
  /*top: 120px;*/
  top: 80px;
}
#contents04 h2.tit-h2::after {
  content: '●　　●　　●';
  position: absolute;
  bottom: 0;
  left: 50%;
  font-size: 0.3em;
  transform: translateX(-50%);
  color: #AD9A65;
}
#contents04 a.btn_01 {
  margin: 20px auto;
}
#contents05 {
    background-color: #DDDFE2;
    padding: 30px 30px;
    /*top: 100px;*/
    position: relative;
    padding: 30px 30px 100px 30px;
}
#contents05 h2.tit-h2 {
  color: #39517D;
  font-size: 18px;
  margin: 30px auto 30px;
  position: relative;
  padding-bottom: 30px;
}
#contents05 h2.tit-h2::after {
  content: '●　　●　　●';
  position: absolute;
  bottom: 0;
  left: 50%;
  font-size: 0.3em;
  transform: translateX(-50%);
  color: #AD9A65;
}
#contents05 .line-box {
  border: 1px solid #fff;
  padding: 20px;
}
#contents05 p.txt-cmn-blue {
  margin: 15px auto;
  text-align: left;
  padding: 5px;
  font-size: 14px;
  letter-spacing: 0.1em;
}
#contents05 a.cont3-link {
    color: #AD9A65;
    width: 80%;
    text-align: center;
    margin: 10px auto 20px;
    z-index: 10;
    position: relative;
    font-size: 14px;
}
#contents05 a.cont3-link::after {
    content: ">";
    position: relative;
    color: #AD9A65;
    margin-left: 10px;
    bottom: 1px;
}
footer {
    background-color: #39517D;
    display: block;
    padding: 5px 0;
}
footer p {
    color: #fff;
}


.pagetop {
  z-index: 20;
  position: absolute;
  text-align: right;
  display: block;
  right: 15px;
  bottom: 20px;
}
a.pagetop img {
  width: 60px;
  height: 60px;
  z-index: 20;
}
.footer_company {
  margin: -40px auto 0;
}
.foot-tit {
  color: #FFF;
  font-size: 17px;
}
.foot-txt {
  color: #FFF;
  font-size: 13px;
  margin: 20px auto;
}
.footer_link {
  color: #FFF;
  font-size: 11px;
  margin: 70px auto 10px;
  padding-bottom: 5px;
  border-bottom: 1px #fff solid;
}
.footer_link a {
  color: #FFF;
  font-size: 11px;
  margin: 100px auto 10px;
  text-decoration: none;
}
.footer_link a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.footer_logo a {
  color: #FFF;
  font-size: 1em;
  margin: 10px auto 10px;
  text-decoration: none;
}
.footer_logo a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.popup {
  width: 380px;
  margin: auto;
  position: relative;
  background: #39517D;
  padding: 20px;
  z-index: 20;
}
.popup a {
  text-decoration: none;
}
.popup a:hover {
  opacity: 0.7;
  transition: 0.3s;
}


.popup .about {
  width: 80%;
  margin: 20px auto;
  position: relative;
  background: #FFF;
  padding: 20px;
}
.popup .about .h2-tit-p {
  color: #39517D;
  text-align: center;
  margin: 20px auto;
  font-size: 20px;
  width: 25%;
}
.popup .about .h3-tit-p {
  color: #39517D;
  text-align: left;
  margin: 30px auto 5px;
  font-size: 15px;
}
.popup .about .h3-tit-p::before {
  content:"";
  display:block;
  width:90%;
  height:1px;
  background-color:#39517D;
  position:absolute;
  margin: -10px auto 0px
}
.popup .about p {
  color: #39517D;
  text-align: left;
  margin: 0px auto 20px;
  font-size: 14px;
}
#puabout img {
  width: 100%;
}
.cont-main {
  background-color: #fff;
}
/*アニメ―ションする要素を非表示にする*/
.invisible {
    visibility: hidden;
}


@media screen and (min-width: 1200px) {
.tcenter .cent-tit {
    position: fixed;
    right: 20%;
    top: 5%;
    }
    .pc_linkbox {
    color: #fff;
    position: fixed;
    bottom: 10%;
    right: 15%;
    z-index: 20;
    }
    .pc_linkbox .tit02 {
      font-size: 1.5em;
      margin: 0 0 15px;
    }
    .pc_linkbox .link-li a {
      color: #fff;
      font-size: 14px;
      text-decoration: none;
      line-height: 2.0;
    }
    .pc_linkbox .link-li a:hover {
      opacity: 0.6;
      transition: 0.3s;
    }
    .sp-copy {
      display: none;
    }
    .pc-copy {
      position: fixed;
      bottom: 1%;
      right: 10%;
      z-index: 20;
      width: 350px;
    }
    .pc-copy p {
      color: #fff;
      font-size: 11px;
    }
    .bottomimage {
      top: 500px;
    }
    #contents02 {
      margin: 50px auto 0;
    }
    /*アニメ―ションする要素を非表示にする
    .invisible {
        visibility: hidden;
    }*/
    .tcenter p.tit02 {
      margin: 30px auto 0px;
    }

}

@media screen and (min-width: 980px) and (max-width: 1199px) {
    .pc_linkbox {
        display: none;
    }
    .sp-copy {
        width: 100%;
        text-align: center;
        background-color: #39517D;
        color: #fff;
        font-size: 11px;
        padding: 10px 0;
    }
    .pc-copy {
      display: none;
    }
    footer {
      margin-bottom: -15px;
    }
    .contents_parent .contents {
      top: -100vh;/*added*/
    }

}

}
@media screen and (min-width: 800px) and (max-width: 979px) {
      #contents02 {
        margin: 250px auto 0;
      }
      .pc_linkbox {
        display: none;
      }
      .pc-copy {
        display: none;
      }
      .sp-copy {
          width: 100%;
          text-align: center;
          background-color: #39517D;
          color: #fff;
          font-size: 11px;
          padding: 10px 0;
      }
      .contents {
        height: 100vh;
        background-color: #fff;
      }
      .bottomimage {
        top: 650px;
      }
      .tcenter .tit01 {
        top: -450px;
      }
      div.tit-box {
        bottom: 400px;
      }


}
@media screen and (max-width: 768px) {
    .tcenter .cent-tit {
        left: 50%;
        top: 150px;
    }
    #hero-wrapper #hero-slider .slide-img img, #hero-wrapper #hero-slider .slide-img, #hero-wrapper #hero-slider, #hero-wrapper  {
        display: none;
    }
    .contents_parent .contents {
        top: 0;
      }
    .pc_linkbox {
        display: none;
    }
    .mCustomScrollbar {
        display: none !important;
    }
    .sp-copy {
        width: 100%;
        text-align: center;
        background-color: #39517D;
        color: #fff;
        font-size: 11px;
        padding: 10px 0;
    }
    .pc-copy {
        display: none;
    }
    div.tit-box {
        bottom: 320px;
      }
      .bottomimage {
        top: 460px;
      }
      .tcenter p.tit02 {
        margin: 30px auto 0px;
      }
      a.btn_01 {
        margin: 20px auto 30px;
      }
      h2.tit-h2 {
        margin: 70px auto 30px;
      }
      #contents02 {
        margin: 100px auto 0;
      }
      #arquet html {
        margin-top: 0px !important;
      }

}
#sb_instagram {
  height: auto;
  z-index: 20;
  position: relative;
}
#arquet header {
  display: none;
}
#arquet #comm {
  display: none;
}
#arquet nav {
  display: none;
}
#arquet .breadparent {
  display: none;
}
#arquet .tit-h2::before {
  display: none;
}

#arquet .tit-h2 {
  border-bottom: initial;
}
#arquet #totop {
  display: none;
}
html {
  margin-top: 0px !important;
}
@media screen and (max-width: 782px) {

#arquet html {
  margin-top: 0px !important;
}


}
