@charset "utf-8";
/* 1. All Devices
-------------------------------------------------------------------------------- */

.header .inner {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.5s ease;
}

.header .inner ul {
  padding-top: 0;
  margin-left: 0;
}

.header.floating-2.fixed {
  padding-bottom: 0;
}

.header.floating-2.fixed + * {
  padding-top: 180px;
}

.header.floating-2.fixed .inner {
  padding-top: 20px;
  transition: all 0.5s ease;
}

.header.floating-2.fixed .inner ul {
  padding-top: 0;
}


.header .inner ul {
  width: 100%;
}

.header .inner ul li {
  margin-bottom: 6px;
}

.header .inner ul li:not(:first-child) {
  margin-top: 20px;
  margin-right: 0;
  margin-bottom: 0;
}

.header .inner ul li a {
  font-size: 2rem;
  font-weight: 500;
}

.header .inner ul li a:hover {
  opacity: 1;
}

.header .inner ul li:first-child a:hover {
  border-bottom: none;
}


.anc {
  top: -150px;
}

#anc-greeting {
  top: -150px;
}

.sec {
  padding-left: 30px;
  padding-right: 30px;
}

.sec-greeting {
  margin-top: 300px;
}

.sec-greeting .l-block {
  max-width: 50%;
}

.sec-greeting .r-block {
  max-width: 50%;
}

.sec-title {
  font-size: 2.4rem;
}

.text-1 {
  font-size: 1.6rem;
  letter-spacing: 0.05rem;
}

.title-left {
  position: absolute;
  top: -30px;
  left: 90px;
}


.autoplay-slider {
  animation: loop-slide 100s infinite linear 1s both;
}


.sec-type-2 {
  max-width: 1380px;
  padding-left: 60px;
  padding-right: 60px;
  margin-left: auto;
  margin-right: auto;
}
.sec-title {
  font-size: 2rem;
}

.wrap-sec {
  overflow: hidden;
}

.sec-type-2.sec-charm {
  margin-top: 200px;
}

.sec-type-2.sec-charm .img-block {
  width: 49.5%;
}

.sec-type-2.sec-charm .text-block {
  width: 47%;
}

.sec-type-3 {
  max-width: 1280px;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 60px;
  padding-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  background-image:url("images/gold/bg-peach.jpg");
  background-size: contain;
}

.middle-title {
  font-size: 2rem;
  line-height: 1.7;
}

.text {
  font-size: 1.4rem;
  line-height: 1.7;
}

.text a {
  text-decoration: none;
}

.text a .arrow {
  margin-right: 16px;
}

.obj-1-1 {
  top: -192px;
  right: -86px;
}

.obj-1-2 {
  top: -115px;
  right: -20px;
}

.obj-2-1 {
  top: -237px;
  left: 44px;
}

.obj-2-2 {
  top: -157px;
  left: -117px;
}

.obj-3-1 {
  top: -319px;
  right: 141px;
}

.obj-3-2 {
  top: -172px;
  right: 48px;
}

.obj-3-3 {
  top: -111px;
  right: -148px;
}

.obj-4-1 {
  top: -373px;
  left: 540px;
}

.obj-4-2 {
  top: -240px;
  left: 126px;
}

.obj-4-3 {
  top: -161px;
  left: -121px;
}

.obj-5-1 {
  top: -302px;
  right: -86px;
}

.obj-5-2 {
  top: -108px;
  right: 147px;
}

.obj-6-1 {
  top: -434px;
  left: 273px;
}

.obj-6-2 {
  top: -306px;
  left: 0;
}

.obj-6-3 {
  top: -160px;
  left: 117px;
}

.sec-row {
  margin-bottom: 250px;
}

.sec-type-2.sec-charm > div:nth-of-type(2) {
  margin-bottom: 340px;
}

.sec-type-2.sec-charm > div:nth-of-type(3) {
  margin-bottom: 373px;
}

.sec-type-2.sec-charm > div:nth-of-type(5) {
  margin-bottom: 382px;
}

.sec-type-2.sec-charm > div:nth-of-type(6) {
  margin-bottom: 387px;
}


.item {
  width: 29.5%;
  margin-bottom: 100px;
}

.item .text-item {
  color: #747070;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0;
  margin-top: 30px;
}

.item .text-price {
  font-size: 2.6rem;
  margin-top: 10px;
  font-weight: bold;
}

.item .text-link {
  margin-top: 10px;
}

.item .text-link a {
  color: #B2B2B2;
  line-height: 2;
  font-weight: normal;
}


.border-line {
  padding: 80px 20px;
  border: #deeced solid 1px;
  border-radius: 5px;
}

.border-line a {
  text-align: center;
  margin-left: 60px;
  margin-right: 60px;
  display: flex;
  align-items: flex-start;
}

.border-line a img {
  margin-top: auto;
  margin-bottom: auto;
}

.use-wrap {
  max-width: 976px;
  margin-left: auto;
  margin-right: auto;
}

.use-wrap .block {
  width: 22%;
}

.footer {
  color: #107b9b;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
}

.footer a {
  color: #5a58a5;
}

.footer .nav {
  max-width: 810px;
}

@media only screen and (max-width: 1474px) {

}

@media only screen and (max-width: 1300px) {
  .sec-1 {
    margin-left: 30px;
  }

  .title-left {
    left: -40px;
  }
}

/* 1. SP
-------------------------------------------------------------------------------- */
@media only screen and (max-width: 767px) {

  .toggle-menu .nav-ul li a {
    font-weight: 500;
  }

  .header.floating-2.fixed + * {
    padding-top: 0;
  }

  .anc {
    top: -100px;
  }

  .sec-1 {
    margin-left: 0;
  }

  .sec-greeting {
    margin-top: 200px;
  }

  .sec-greeting .l-block {
    max-width: 100%;
  }

  .sec-greeting .r-block {
    margin-top: 100px;
    max-width: 100%;
  }

  .title-left {
    position: absolute;
    top: -112px;
    left: -20px;
  }

  .text-1 {
    font-size: 1.5rem;
  }

  .sec-type-2.sec-charm {
    margin-top: 150px;
  }

  .sec-type-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .sec-type-2.sec-charm .img-block {
    width: 100%;
  }

  .sec-type-2.sec-charm .text-block {
    width: 100%;
  }

  .middle-title {
    position: relative;
    padding-left: 30px;
  }

  .middle-title .num {
    position: absolute;
    left: 0;
    top: 0;
  }

  .obj-1-1 {
    top: -222px;
    right: -90px;
  }

  .obj-1-2 {
    top: -75px;
    right: -120px;
  }

  .sec-row {
    margin-bottom: 150px !important;
  }

  .sec-row > img {
    display: none;
  }

  .item {
    width: 48%;
  }

  .item .text-item {
    font-size: 1.4rem;
    margin-top: 20px;
  }

  .item .text-price {
    font-size: 1.8rem;
    margin-top: 8px;
  }

  .item .text-link {
    margin-top: 10px;
  }

  .border-line {
    padding: 60px 20px 50px;
  }

  .border-line a {
    width: 46%;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 2%;
    margin-right: 2%;
  }

  .use-wrap .block {
    width: 100%;
    margin-bottom: 100px;
  }

  .use-wrap .block img {
    width: 80%;
  }


  /* 1-1. SP (iPhone SE old)
  -------------------------------------------------------------------------------- */
  @media only screen and (max-width: 320px) {



  }

}

/* 2. PC
-------------------------------------------------------------------------------- */
@media only screen and (min-width: 768px) {

  /* 2-1. TB
  -------------------------------------------------------------------------------- */
  @media only screen and (min-width: 768px) and (max-width: 1024px) {

    /* 2-1-1. TB (horaizontal)
    -------------------------------------------------------------------------------- */
    @media only screen and (min-width: 992px) and (max-width: 1024px) {

    }

    /* 2-1-2. TB (vertical)
    -------------------------------------------------------------------------------- */
    @media only screen and (min-width: 764px) and (max-width: 991px) {



    }
  }
}
