﻿@charset "UTF-8";

.block_dean_deluca_head .content_inner{
  margin-bottom: 80px;
}

.block_content_head h1 small{
  font-weight: 500;
}

.block-top-about--desc-btn{
  width: 240px;
  margin: 34px 0 0;
}

.block-top-about--desc-btn a {
  color: #FFFFFF;
  font-size: 16px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 600;
  line-height: 1.0;
  width: 100%;
  padding: 16px 0 7px !important;
  background-color: #000000;
  position: relative;
}

.block_dean_deluca_story {
  display: flex;
  align-items: center;
  width: 100%;
  height: 480px;
  background: url(../img/mv_img.png) center top no-repeat;
  background-size: cover;
  margin-bottom: 120px;
  transition: transform 1.6s ease 0.6s;
  transform: scale(1.03);
  will-change: transform;
}

.js-loaded .block_dean_deluca_story{
  transform: scale(1);
}

.block_dean_deluca_story .content_inner{
  display: flex;
  align-items: center;
}

.block_dean_deluca_story_wrap {
  width: 400px;
  margin: 0;
}

.block_dean_deluca_story h2{
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 28px;
}

.block_dean_deluca_story p{
  font-family: "游ゴシック体",
  YuGothic,
  "游ゴシック",
  "Yu Gothic",
  sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 2em;
}

.block_dean_deluca_story_content{
  margin-bottom: 64px;
}

.block_dean_deluca_story_content_info {
  margin-bottom: 120px;
}