.fixedNav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #000;
  z-index: 9999; }
  .fixedNav a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 40px;
    text-decoration: none;
    font-size: 1.8rem;
    color: #fff; }

.header {
  margin-top: 40px; }

.intro_text {
  padding: 120px 0 100px;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: .25rem;
  line-height: 2.4; }
  @media screen and (max-width: 799px) {
    .intro_text {
      padding: 80px 0 70px;
      text-align: center;
      font-size: 1.2rem;
      font-weight: bold;
      letter-spacing: .1rem;
      line-height: 2.4; } }

.title {
  margin-bottom: 50px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: .2rem; }
  @media screen and (max-width: 799px) {
    .title {
      margin-bottom: 20px;
      text-align: center;
      font-size: 1.6rem;
      font-weight: bold;
      letter-spacing: .2rem; } }

.item {
  background-color: #eeefef; }
  .item_text {
    font-size: 1.6rem;
    text-align: center;
    padding: 35px 10px 75px;
    letter-spacing: .1rem; }
    @media screen and (max-width: 799px) {
      .item_text {
        font-size: 1.4rem; } }
  .item_col2 {
    overflow: hidden; }
    .item_col2 li {
      width: 400px;
      float: left; }
      .item_col2 li p {
        text-align: center;
        padding: 35px 0px 0px; }
      @media screen and (max-width: 799px) {
        .item_col2 li {
          width: 100%; }
          .item_col2 li p {
            padding: 10px 0px 10px; } }
  .item_container {
    padding: 50px; }
    @media screen and (max-width: 799px) {
      .item_container {
        padding: 30px 0; } }
  .item_container_1st {
    border-bottom: 0px; }
  .item_img_ul {
    margin: 0 auto; }
    @media screen and (max-width: 799px) {
      .item_img_ul {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0 2%; } }
    .item_img_ul_li {
      float: left;
      margin-right: 40px; }
      @media screen and (max-width: 799px) {
        .item_img_ul_li {
          width: 32%;
          margin-right: 2%; } }
    .item_img_ul_li:last-child {
      margin-right: 0; }
  @media screen and (max-width: 799px) {
    .item img {
      width: 100%; } }
  .item .wgTxt {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    margin-top: 40px; }
    .item .wgTxt br {
      display: none; }
    @media screen and (max-width: 799px) {
      .item .wgTxt {
        font-size: 1.6rem; }
        .item .wgTxt br {
          display: inline; } }

.main_title {
  background-color: #898989;
  padding: 60px 0;
  font-size: 2.4rem;
  text-align: center;
  color: #fff;
  font-weight: bold; }
  @media screen and (max-width: 799px) {
    .main_title {
      padding: 40px 0;
      font-size: 2rem; } }

.main .container {
  background-color: #eeefef; }
@media screen and (max-width: 799px) {
  .main img {
    width: 100%; } }

.map {
  padding: 65px 0; }
  @media screen and (max-width: 799px) {
    .map {
      padding: 40px 0; } }
  .map_img {
    margin-bottom: 50px; }
    @media screen and (max-width: 799px) {
      .map_img img {
        width: 100%; } }
  .map_text {
    margin-bottom: 37px;
    text-align: center;
    font-size: 2.3rem;
    font-weight: bold;
    letter-spacing: .2rem; }
    @media screen and (max-width: 799px) {
      .map_text {
        margin-bottom: 20px;
        text-align: center;
        font-size: 1.2rem;
        font-weight: bold;
        letter-spacing: .1rem; } }
    .map_text_sub {
      margin-bottom: 40px;
      text-align: center;
      font-size: 1.5rem;
      font-weight: bold;
      letter-spacing: .2rem; }
      @media screen and (max-width: 799px) {
        .map_text_sub {
          font-size: .9rem;
          letter-spacing: .1rem; } }
  .map_map {
    margin-bottom: 40px; }
  .map_sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px 0; }
    @media screen and (max-width: 799px) {
      .map_sns {
        padding: 0 30%;
        margin-top: 30px; } }
    .map_sns_list {
      display: inline-block; }
      .map_sns_list_facebook {
        padding-right: 34px; }
        @media screen and (max-width: 799px) {
          .map_sns_list_facebook {
            width: 25%;
            padding-right: 5%; }
            .map_sns_list_facebook img {
              width: 100%; } }
      @media screen and (max-width: 799px) {
        .map_sns_list_instagram {
          width: 60%; }
          .map_sns_list_instagram img {
            width: 100%; } }

.prof {
  background-color: #000000; }
  .prof_container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 36px 80px 12px;
    background-color: #000000;
    color: #ffffff; }
    @media screen and (max-width: 799px) {
      .prof_container {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10% 5%;
        background-color: #000000;
        color: #ffffff; } }
  .prof_title {
    margin: 0 0 30px 0;
    text-align: center;
    font-size: 2.3rem;
    font-weight: normal; }
    @media screen and (max-width: 799px) {
      .prof_title {
        margin: 0 0 30px 0;
        text-align: center;
        font-size: 1.4rem;
        font-weight: normal; } }
  .prof_kakomi {
    margin-bottom: 24px;
    padding: 30px 10px;
    border: 1px solid #ffffff; }
  .prof_img {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 15px;
    float: left; }
    @media screen and (max-width: 799px) {
      .prof_img {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 80%;
        margin: 0 auto 20px;
        padding-right: 0;
        float: none; }
        .prof_img img {
          width: 100%; } }
  .prof_name {
    margin-bottom: 26px;
    font-size: 19px;
    line-height: 1.55; }
    .prof_name_sub {
      display: block;
      margin-bottom: 12px;
      font-size: 12px; }
    .prof_name_en {
      font-size: 12px; }
  .prof_text {
    font-size: 12px;
    line-height: 1.9;
    letter-spacing: .5px; }

.media_container {
  padding: 70px 0 30px;
  background-color: #EFEFEF;
  text-align: center; }
.media_title {
  margin: 0 0 30px; }
  @media screen and (max-width: 799px) {
    .media_title {
      margin: 0 0 60px; } }
.media_ul {
  margin-bottom: -30px; }
  .media_ul_list {
    margin: 0 0 30px 0; }
    @media screen and (max-width: 799px) {
      .media_ul_list {
        width: 90%;
        margin: 0 auto 30px;
        text-align: center; } }
@media screen and (max-width: 799px) {
  .media img {
    width: 100%; } }

.video {
  background-color: #EFEFEF; }
  .video_container {
    padding: 70px 0 30px;
    background-color: #EFEFEF;
    text-align: center; }
  .video_title {
    margin: 0 0 30px; }
    @media screen and (max-width: 799px) {
      .video_title {
        margin: 0 0 60px; } }

.love_container {
  padding: 30px 0 70px;
  background-color: #EFEFEF;
  text-align: center; }
.love_title {
  margin-bottom: 10px; }
  @media screen and (max-width: 799px) {
    .love_title {
      margin-bottom: 10px; } }
.love_text {
  font-size: 2.4rem;
  margin-bottom: 50px; }
  @media screen and (max-width: 799px) {
    .love_text {
      font-size: 1.0rem;
      margin: 0 0 30px; } }
.love_ul_list {
  margin: 0 0 30px 0;
  padding: 20px;
  border: 2px solid #000000; }
  @media screen and (max-width: 799px) {
    .love_ul_list {
      width: 90%;
      margin: 0 auto 20px;
      padding: 30px 10px;
      border: 2px solid #000000; } }
  .love_ul_list_img {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 30px;
    float: left; }
    @media screen and (max-width: 799px) {
      .love_ul_list_img {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 80%;
        margin: 0 auto 20px;
        padding-right: 0;
        float: none;
        text-align: center; }
        .love_ul_list_img img {
          width: 100%; } }
  .love_ul_list_right {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 415px; }
    @media screen and (max-width: 799px) {
      .love_ul_list_right {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: none;
        width: 100%; } }
  .love_ul_list_name {
    margin-bottom: 30px;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.8;
    text-align: left; }
    @media screen and (max-width: 799px) {
      .love_ul_list_name {
        margin-bottom: 15px; } }
  .love_ul_list_text {
    font-size: 1.4rem;
    line-height: 1.8;
    text-align: left; }
    @media screen and (max-width: 799px) {
      .love_ul_list_text {
        font-size: 1.2rem; } }

.buy {
  font-weight: bold; }
  .buy_title {
    margin: 70px 0 30px;
    padding-bottom: 2px;
    font-size: 30px; }
    @media screen and (max-width: 799px) {
      .buy_title {
        margin: 45px 0 10px;
        padding-bottom: 2px;
        font-size: 2.0rem; } }
    .buy_title span {
      border-bottom: 2px solid #000000; }
    .buy_title_img {
      margin: 0 0 30px;
      text-align: center; }
      @media screen and (max-width: 799px) {
        .buy_title_img {
          width: 10%;
          margin: 0 auto 20px;
          text-align: center; }
          .buy_title_img img {
            width: 100%; } }
  .buy_ul_list {
    margin: 0 0 30px 0;
    padding: 30px 10px;
    border: 2px solid #000000; }
    @media screen and (max-width: 799px) {
      .buy_ul_list {
        width: 90%;
        margin: 0 auto 20px;
        padding: 30px 10px;
        border: 2px solid #000000; } }
    .buy_ul_list_img {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding-right: 70px;
      float: left; }
      @media screen and (max-width: 799px) {
        .buy_ul_list_img {
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          width: 80%;
          margin: 0 auto 20px;
          padding-right: 0;
          float: none;
          text-align: center; }
          .buy_ul_list_img img {
            width: 100%; } }
    .buy_ul_list_right {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      float: left;
      width: 360px; }
      @media screen and (max-width: 799px) {
        .buy_ul_list_right {
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          float: none;
          width: 100%; }
          .buy_ul_list_right p {
            text-align: center; } }
    .buy_ul_list_catch {
      margin-bottom: 10px;
      font-size: 2.4rem;
      font-weight: normal;
      line-height: 1.3;
      text-align: left; }
      @media screen and (max-width: 799px) {
        .buy_ul_list_catch {
          margin-bottom: 0;
          font-size: 1.6rem; } }
    .buy_ul_list_title {
      margin-bottom: 34px;
      font-size: 32px;
      line-height: 1.55;
      border-bottom: 2px solid #000000;
      text-align: left; }
      @media screen and (max-width: 799px) {
        .buy_ul_list_title {
          margin-bottom: 20px;
          font-size: 2.4rem;
          line-height: 1.55;
          border-bottom: 2px solid #000000; } }
    .buy_ul_list_price {
      margin-bottom: 10px;
      font-size: 24px;
      text-align: left; }
      @media screen and (max-width: 799px) {
        .buy_ul_list_price {
          font-size: 1.8rem; } }
    .buy_ul_list_detail {
      margin-bottom: 34px;
      font-size: 18px;
      line-height: 1.2; }
      @media screen and (max-width: 799px) {
        .buy_ul_list_detail {
          margin-bottom: 20px;
          font-size: 1.4rem;
          line-height: 1.2; } }
    .buy_ul_list_btn {
      text-align: center; }
      .buy_ul_list_btn a {
        padding: 1rem 0;
        background-color: #000000;
        font-size: 20px;
        color: #ffffff;
        display: inline-block;
        width: 100%; }
        @media screen and (max-width: 799px) {
          .buy_ul_list_btn a {
            padding: 0.6rem 0;
            font-size: 14px;
            width: 90%; } }
      .buy_ul_list_btn ::before,
      .buy_ul_list_btn ::after {
        position: absolute;
        z-index: -1;
        display: block;
        content: ''; }
      .buy_ul_list_btn a,
      .buy_ul_list_btn a::before,
      .buy_ul_list_btn a::after {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all .3s;
        transition: all .3s;
        text-decoration: none; }
      .buy_ul_list_btn a:hover {
        background-color: #333333; }
  @media screen and (max-width: 799px) {
    .buy_btn_02 {
      width: 100%; }
      .buy_btn_02 img {
        width: 100%; } }

/*# sourceMappingURL=main.css.map */
