@charset "UTF-8";
#beltbnr {
 display: none;
}
.h_bar{
  display: none;
}
#mainArea {
  letter-spacing: 0;
  line-height: 2;
  overflow: hidden;
  margin: 0 auto;
	font-family: noto-sans-cjk-jp, sans-serif;
	background: #1b665b;
	color: #fff;
}
.lead_area {
	background: #a60001;
	margin-top: -1px;
}
section {
	width: 800px;
    margin: 8em auto;
}
.bnr_ {
	width: 900px;
	margin: 0 auto;
}
.left{
  text-align: left;
}
.center{
  text-align: center;
}
.f-12 {
  font-size: 1.2rem;
}
.f-n {
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 400;
    font-style: normal;
}
.lead {
    width: 100%;
    font-size: 1.5rem;
    font-weight: 600;
    padding: 7% 10% 8%;
    text-align: center;
   text-align: center;
    color: #fff;
	line-height: 1.8;
}
#top__area {
	background: #a60001;
	position: relative;
}
#top__ {
	width: 900px;
    height: 600px;
    background-image: url(https://d168xaea3f86zy.cloudfront.net/campaign/2022/shipsa_1202/sp/images/top-back-pc.jpg);
    background-repeat: no-repeat;
	position: relative;
	margin: 0 auto;
}
#top__ img {
	position: absolute;
	top: 0%;
}
/*///*/
.menu_ {
    width: 900px;
    margin: 0 auto;
	padding: 0 0 8em;
}
.menu_inner {
	width: 480px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.menu_inner a {
	text-decoration: none;
}
.menu_cate {
	width: 160px;
    display: block;
    margin: 0em auto 2em;
}
.menu_btn {
	width: calc(100% / 3);
    margin: 0em auto;
	padding: 0 2%;
}
.menu_footer {
	top: -5%;
    left: 45%;
    position: absolute;
}
/*///*/
.line_cate {
	margin: 0 0 4em;
}
.no_ {
	width: 64px;
    margin-bottom: 10px;
}
.dot_ {
	margin: 2em 0 1em;
}
.name_area {
	width: 69%;
	display: inline-block;
	vertical-align: bottom;
}
.staff_area {
	width: 29%;
	display: inline-block;
	vertical-align: bottom;
}
h3{
	font-size: 1.8rem;
    letter-spacing: 1px;
	line-height: 1.5;
	font-weight: 600;
}
h4{
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 2.2;
}
.title_img {
	width: 82%;
    margin: 3em auto 2em;
	display: block;
}
/*///*/
.item_Area {
	display: inline-block;
   width: 48%;
    margin: 0 7% 0 0;
    font-size: 1.2rem;
    vertical-align: middle;
}
.item_no {
	position: absolute;
    left: -9%;
    top: -2%;
    width: 50%;
    z-index: 2;
}
.crdit {
    margin-bottom: 15px;
}
.img_area {
	display: block;
    margin: 0 0 3em;
}
.text_area {
	display: inline-block;
	width: 40%;
    margin: 0px auto;
    font-size: 1.2rem;
	vertical-align: middle;
}
/*///*/
.comment_ {
	display: block;
    margin: 1em auto 3em;
    font-size: 1.3rem;
}
/*///*/
.img-c img {
	width: 100%;
	-webkit-backface-visibility: hidden;
}
/*////*/
.button_crdit {
	width: 64%;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.8;
}
.button_ {
    width: 100px;
    height: 40px;
    border: solid 2px #ccb46a;
    background: #ccb46a;
    text-align: center;
    transition: 1s;
    vertical-align: middle;
    display: inline-block;
}
.eff {
    text-decoration: none;
    line-height: 36px;
    color: #1b665b !important;
    font-size: 1.4rem;
    letter-spacing: 1px;
	font-family: clarendon-urw, serif;
    font-weight: 700;
    font-style: normal;
}
.button_:hover{
    background: #1b665b;
	border: solid 2px #ccb46a;
	color: #ccb46a !important; 
	transition : .3s;
}
.eff:hover {
    color: #ccb46a !important;
    background: #1b665b;
}
/* アニメーション設定 */
.scr-target {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    /* アニメーションのループ回数 - infiniteで無限ループ */
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.scr-target[class*='fadeIn'],
.scr-target[class*='zoom'] {
    opacity: 0;
}
/* フェードイン */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
.anime__fadeIn.is-active {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}