@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Noto+Sans+JP:wght@100..900&family=Shippori+Mincho+B1&display=swap');

/*
  font-family: "Noto Sans JP", sans-serif;
  font-family: "Montserrat Alternates", sans-serif;
  font-family: "Cinzel", serif;
  font-family: "Shippori Mincho B1", serif;
*/

/* base
-------------------------------------------------------------- */
#ottimo {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
}
#ottimo img {
  width: 100%;
  height: auto;
}
#ottimo .inner {
  width: 1000px;
  margin: 0 auto;
}
#ottimo .sp-only {
  display: none;
}

.cf::after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }

.home #ottimo #main,
.single-post #ottimo #main {
  width: 100%;
  margin: 0;
  padding: 0;
}

@media (max-width: 768px) {
  #ottimo {
    font-size: 14px;
  }
  #ottimo .inner {
    width: 100%;
    padding: 0 20px;
  }
  #ottimo .sp-only { display: block; }
  #ottimo .pc-only { display: none; }
} /*@768*/



/* header
-------------------------------------------------------------- */
#ottimo #masthead {
  margin-bottom: 0;
}
#ottimo #masthead .inner {
  height: 100px;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0;
}
#ottimo #masthead .logo {
  width: 200px;
}
#ottimo #masthead .left,
#ottimo #masthead .right {
  width: calc(50% - 100px);
}
#ottimo #masthead h1 {
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 42px;
  font-weight: 500;
  text-align: center;
}
#ottimo #masthead h1 a {
  color: #000;
}
#ottimo #masthead h1 a:hover {
  text-decoration: none;
}
#ottimo #masthead .login-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
}
#ottimo #masthead .login-menu .name {
  font-size: 13px;
}
#ottimo #masthead .login-menu .login .icon,
#ottimo #masthead .login-menu .cart .icon {
  width: 24px;
  margin: 0 auto;
}
#ottimo #masthead .login-menu .login .text,
#ottimo #masthead .login-menu .cart .text {
  font-size: 11px;
  text-align: center;
}
.item-menu {
  background-color: #EFEFF1;
  border: none;
  border-radius: 5px;
  font-size: 15px;
}

@media (max-width: 768px) {
  #ottimo #masthead {
    border-bottom: none;
  }
  #ottimo #masthead .inner {
    display: flex;
    height: auto;
    padding: 16px 20px;
  }
  #ottimo #masthead .logo {
    width: 100px;
  }
  #ottimo #masthead .left,
  #ottimo #masthead .right {
    width: calc(50% - 50px);
  }
  #ottimo #masthead h1 {
    font-size: 24px;
  }
  #ottimo #masthead .login-menu .name {
    font-size: 12px;
  }
  .item-menu {
    font-size: 12px;
    width: 100px;
  }
  .sp-header-bottom {
    background: #F1EDE3;
    display: flex;
  }
  .sp-header-bottom li {
    width: 50%;
  }
  .sp-header-bottom li a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px;
  }
  .sp-header-bottom li a:first-child {
    border-right: 1px solid #d3d0c8;
  }
  .sp-header-bottom li a .icon {
    width: 24px;
  }
  .sp-header-bottom li a span {
    font-size: 10px;
  }
} /*@768*/

/* footer
-------------------------------------------------------------- */
#ottimo footer {
  background: #f1ede3;
  color: #000;
  padding: 50px 0 70px;
}
#ottimo footer a {
  color: #6E6E6E;
}
#ottimo footer .footer-nav {
  display: flex;
  gap: 300px;
}
#ottimo footer .logo {
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 20px;
}
#ottimo footer .footer-login {
  margin-bottom: 20px;
}
#ottimo footer .footer-login li {
  font-size: 14px;
}
#ottimo footer .insta {
  display: block;
  width: 24px;
}
#ottimo footer .footer2 {
  display: flex;
  gap: 50px;
}
#ottimo footer .footer2 h2 {
  font-size: 12px;
  margin-bottom: 10px;
}
#ottimo footer .footer2 li {
  font-size: 14px;
  margin-bottom: 4px;
}
#ottimo footer .copyright {
  font-size: 10px;
  color: #6E6E6E;
  text-align: left;
  margin-top: 120px;
}

@media (max-width: 768px) {
  #ottimo footer .footer-nav {
    justify-content: space-between;
    gap: 0;
  }
  #ottimo footer .logo {
    font-size: 24px;
  }

  #ottimo footer .footer2 {
    flex-flow: column nowrap; 
    gap: 30px;
  }
  #ottimo footer .copyright {
    margin-top: 60px;
  }
} /*@768*/

/* top main-image
-------------------------------------------------------------- */
.main-image {
  padding-bottom: 100px;
}

@media (max-width: 768px) {
  .main-image {
    padding: 0 0 60px;
  }
} /*@768*/

/* top about
-------------------------------------------------------------- */
#ottimo .about {
  padding: 120px 0 200px;
  position: relative;
  clip-path: polygon(0 0,0 100%,100% 100%,100% 0);
  background-color: transparent;
}
#ottimo .about::after {
  content: "";
  display: block;
  background: url(../images/about-bg.jpg) center center / cover no-repeat;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
#ottimo .about h2 {
  font-family: "Cinzel", serif;
  font-size: 55px;
  font-weight: 400;
  letter-spacing: .08em;
  text-align: center;
  margin-bottom: 60px;
}
#ottimo .about p {
  font-size: 18px;
  text-align: center;
  line-height: 2.4;
}


@media (max-width: 768px) {
  #ottimo .about {
    padding: 80px 0 120px;
  }
  #ottimo .about h2 {
    font-size: 32px;
    margin-bottom: 30px;
  }
  #ottimo .about p {
    font-size: 14px;
  }
} /*@768*/


/* top bnrs
-------------------------------------------------------------- */
#ottimo .bnrs .inner {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 50px;
}
#ottimo .bnrs .royal {
  background: url(../images/royal-bg.jpg) center center / cover no-repeat;
  height: 440px;
}
#ottimo .bnrs .royal .text {
  padding-left: 60px;
}
#ottimo .bnrs .royal h2 {
  width: 175px;
  margin: 0 auto;
}
#ottimo .bnrs .royal .image {
  width: 360px;
}
#ottimo .bnrs .royal .image img,
#ottimo .bnrs .champagne .image img {
  width: 100%;
}
#ottimo .bnrs .champagne {
  background: url(../images/champagne-bg.jpg) center center / cover no-repeat;
  height: 440px;
}
#ottimo .bnrs .champagne h2 {
  width: 300px;
  margin: 0 auto;
}
#ottimo .bnrs .champagne .image {
  width: 360px;
}
#ottimo .bnrs .btn {
  display: block;
  margin: 40px auto 0;
  padding: 5px 0;
  background: linear-gradient(to right, #B2892D 0%, #FCDCB4 50%, #B58C32 100%);
  width: 150px;
  font-family: "Shippori Mincho B1", serif;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #0D0D0D;
  transition: .3s;
}
#ottimo .bnrs .btn:hover {
  text-decoration: none;
  opacity: .7;
}

@media (max-width: 768px) {
  #ottimo .bnrs .inner {
    padding-top: 40px;
    justify-content: center;
    height: auto;
    gap: 20px;
  }
  #ottimo .bnrs .royal {
    background: url(../images/royal-bg-sp.jpg) center center / cover no-repeat;
    height: 415px;
  }
  #ottimo .bnrs .royal .text {
    padding-left: 10px;
  }
  #ottimo .bnrs .royal h2 {
    width: 120px;
  }
  #ottimo .bnrs .royal .image {
    width: 160px;
  }
  #ottimo .bnrs .champagne {
    background: url(../images/champagne-bg-sp.jpg) center center / cover no-repeat;
    height: 415px;
  }
  #ottimo .bnrs .champagne h2 {
    width: 120px;
  }
  #ottimo .bnrs .champagne .image {
    width: 160px;
  }
  #ottimo .bnrs .btn {
    margin: 20px auto 0;
    width: 130px;
    font-size: 12px;
  }
} /*@768*/


/* 商品
-------------------------------------------------------------- */
#ottimo article.post {
  padding: 100px 0;
}

#ottimo #itempage #img-box {
  width: 50%;
}
#ottimo .detail-box {
  width: 45%;
}

#ottimo .item-name-en {
  font-family: "Cinzel", serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: .08em;
  margin-bottom: 5px;
}
#ottimo .item-name {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 40px;
}
#ottimo .item-description {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #707070;
}
#ottimo .item-description p {
  line-height: 1.6;
  margin-bottom: 0;
}
#ottimo .item-info {
  padding-top: 0;
}



/* tab */
#ottimo .sku-tab-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
#ottimo .sku-tab-head .skuname {
  width: 48%;
  cursor: pointer;
  border: 1px solid #707070;
  background: #fff;
  padding: 15px;
  text-align: center;
  font-weight: 500;
  margin: 0;
}
#ottimo .sku-tab-head .skuname.is-active {
  background: #12214E;
  color: #fff;
}
#ottimo .skuform {
  margin-bottom: 0;
}
#ottimo .skuform .skuname {
  display: none;
}


#ottimo .item-info .field {
  text-align: left;
  padding: 0;
}
#ottimo .item-info .field .red {
  font-size: 12px;
  color: #ee4949;
  margin-bottom: 10px;
}

#ottimo .item-info .field_price {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 0;
  float: none;
}

#ottimo .item-info .field_price .en {
  font-family: "Cinzel", "Noto Sans JP", serif;
  font-weight: 500;
}
#ottimo .item-info .field_price em {
  font-size: .6em;
  color: #000;
}
#ottimo .item-info .c-box {
  margin-top: -30px;
}
#ottimo .item-info .quantity {
  font-family: "Cinzel", "Noto Sans JP", serif;
  font-weight: 500;
  margin-bottom: 20px;
}

#ottimo .item-info .skubutton {
  background: #12214E;
  padding: 15px;
  text-align: center;
  font-weight: 700;
  color: #fff;
  width: 100%;
}


.commitment {
  background: #F1EDE3;
  padding: 100px 0;
}
.commitment h2 {
  font-family: "Shippori Mincho B1", serif;
  font-size: 38px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 80px;
}
.commitment-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.commitment-item.green {
  flex-flow: row-reverse;
  margin-bottom: 120px;
}
.commitment-item.blue {
  margin-bottom: 120px;
}
.commitment-item.orange {
  flex-flow: row-reverse;
}
.commitment-item .image {
  width: 452px;
  border-radius: 0 24px 0 24px;
  overflow: hidden;
}
.commitment-item .text {
  padding-left: 60px;
  position: relative;
  z-index: 2;
}
.commitment-item .text::after {
  content: "";
  display: block;
  width: 450px;
  height: 448px;
  position: absolute;
  top: 50%;
  left: -100px;
  transform: translateY(-50%);
  z-index: -1;
}
.commitment-item.green .text::after {
  background: url(../images/commitment1-circle.png) center center / contain no-repeat;
}
.commitment-item.blue .text::after {
  background: url(../images/commitment2-circle.png) center center / contain no-repeat;
}
.commitment-item.orange .text::after {
  background: url(../images/commitment3-circle.png) center center / contain no-repeat;
}
.commitment-item h3 {
  font-size: 26px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 10px;
}
.commitment-item h3 .en {
  font-family: "Cinzel", serif;
  font-weight: 500;
}
.commitment-item.green h3 {
  color: #307F01;
}
.commitment-item.blue h3 {
  color: #345F8F;
}
.commitment-item.orange h3 {
  color: #BC5418;
}
.commitment-item p {
  line-height: 1.6;
}

.supervision {
  padding: 100px 0;
}
.supervision-box {
  background: url(../images/supervision.jpg) center center / cover no-repeat;
  height: 423px;
  padding: 20px;
  border-radius: 0 24px 0 24px;
  overflow: hidden;
  text-align: center;
  color: #fff;
  margin-bottom: 70px;
}
.supervision-line {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255,255,255,0.5);
  border-radius: 0 24px 0 24px;
  outline: 3px solid rgba(255,255,255,0.5);
  outline-offset: 5px;
  text-shadow: 1px 0 5px rgba(0,0,0,0.5),
               -1px 0 5px rgba(0,0,0,0.5),
               0 1px 5px rgba(0,0,0,0.5),
               0 -1px 5px rgba(0,0,0,0.5);
}
.supervision h2 {
  font-family: "Shippori Mincho B1", serif;
  font-size: 28px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 70px;
  position: relative;
}
.supervision h2::after {
  content: "";
  display: block;
  background: url(../images/supervision-icon.png) center center / contain no-repeat;
  width: 92px;
  height: 31px;
  position: absolute;
  left: 50%;
  bottom: -50px;
  transform: translateX(-50%);
}
.supervision p {
  line-height: 2;
}
.supervision p .en {
  font-family: "Cinzel", serif;
  font-weight: 500;
}

.supervision dl {
  border: 1px solid #707070;
  display: flex;
  align-items: center;
  line-height: 1.6;
}
.supervision dl dt {
  width: 290px;
  padding: 25px;
  font-size: 22px;
  border-right: 1px solid #707070;
}
.supervision dl dt span {
  display: block;
  font-size: 14px;
}
.supervision dl dd {
  flex: 1;
  padding: 25px;
}


@media (max-width: 768px) {
  #ottimo article.post {
    padding: 60px 0;
  }
  #ottimo #itempage #img-box {
    width: 100%;
  }
  #ottimo .detail-box {
    width: 100%;
  }
  #ottimo .item-name-en {
    font-size: 16px;
  }
  #ottimo .item-name {
    font-size: 24px;
  }

  .commitment {
    padding: 60px 0;
  }
  .commitment h2 {
    font-size: 24px;
    margin-bottom: 50px;
  }
  .commitment-item {
    flex-flow: column nowrap; 
  }
  .commitment-item.green {
    flex-flow: column nowrap; 
    margin-bottom: 20px;
  }
  .commitment-item.blue {
    margin-bottom: 20px;
  }
  .commitment-item.orange {
    flex-flow: column nowrap; 
  }
  .commitment-item .image {
    width: 100%;
    max-width: 452px;
  }
  .commitment-item .text {
    padding: 40px 0 40px 20px;
    font-size: 13px;
  }
  .commitment-item .text::after {
    width: 288px;
    height: 286px;
    left: -70px;
  }
  .commitment-item h3 {
    font-size: 18px;
  }

  .supervision {
    padding: 60px 0;
  }
  .supervision-box {
    height: auto;
    padding: 12px;
    margin-bottom: 30px;
  }
  .supervision-line {
    padding: 60px 10px;
  }
  .supervision h2 {
    font-size: 24px;
    margin-bottom: 50px;
  }
  .supervision h2::after {
    width: 56px;
    height: 19px;
    bottom: -30px;
  }

  .supervision dl {
    flex-flow: column nowrap; 
  }
  .supervision dl dt {
    width: 100%;
    padding: 20px;
    font-size: 16px;
    border-right: none;
    border-bottom: 1px solid #707070;
  }
  .supervision dl dt span {
    display: inline;
    font-size: 12px;
  }
  .supervision dl dd {
    padding: 20px;
  }

} /*@768*/


/* 特定商取引法に基づく表記
-------------------------------------------------------------- */
.law {
  padding: 20px 0 100px;
}
.law h2 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 40px;
}
.law dl {
  line-height: 1.6;
}
.law dl dt {
  width: 15em;
  float: left;
  clear: left;
}
.law dl dd {
  padding: 0 0 30px 15em;
  margin-bottom: 30px;
  border-bottom: 1px dotted #999;
}

@media (max-width: 768px) {
  .law {
    padding: 40px 20px 60px;
  }
  .law h2 {
    font-size: 20px;
  }
  .law dl dt {
    width: 100%;
    float: none;
    clear: none;
    font-weight: 700;
  }
  .law dl dd {
    padding: 0 0 30px 0;
    margin-bottom: 30px;
  }

} /*@768*/
