@charset "UTF-8";
/* CSS Document */
@media screen and (min-width: 768px) {
 .pc {
  display: block;
 }
 .sp {
  display: none;
 }
}
@media screen and (max-width: 767px) {
 .pc {
  display: none;
 }
 .sp {
  display: block;
 }
}
.mt20 {
 display: block;
 margin-top: 25px !important;
}
.campaign {
 margin: 0 auto;
 max-width: 1280px;
 width: 100%;
 position: relative;
 text-align: center;
 font-family: "Hiragino Kaku Gothic ProN", meiryo, sans-serif !important;
 font-style: normal;
 font-weight: normal !important;
 font-optical-sizing: auto;
 font-size: 1rem;
 line-height: 1.4;
 color: #444444;
}
@media screen and (max-width: 767px) {
 .campaign {
  height: 100%;
  font-size: 0.875rem;
  width: 100%;
 }
}
/*テキスト*/
.txt-center {
 text-align: center;
}
.txt-right {
 text-align: right;
}
.txt-bold {
 font-weight: 700 !important;
 font-weight: bold !important;
}
.txt-green {
 color: #0e4d41;
}
.txt-red {
 color: #d54054;
}
/*背景*/
.bg-white {
 background-color: #fff;
}
.bg-white.radius {
 border-radius: 0.25rem;
}
.bg-beige {
 background: #f1ece7;
 padding-top: 1rem;
 padding-bottom: 9rem;
 border-radius: 1.4rem;
 width: 85%;
 margin: auto;
 filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.4));
}
.bg-beige::after {
 content: '';
 background: url("/img/usr/freepage/christmas/bg-tree.png") no-repeat bottom center;
 background-size: 70%;
 position: absolute;
 left: 0;
 right: 0;
 top: 0;
 bottom: 0;
}
@media screen and (max-width: 767px) {
 .bg-beige::after {
  content: '';
  background: url("/img/usr/freepage/christmas/bg-tree_sp.png") no-repeat bottom center;
  background-size: 70%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
 }
}
@media screen and (max-width: 767px) {
 .bg-beige {
  padding-bottom: 8rem;
  border-radius: 1.4rem;
  width: 90%;
 }
 .bg-beige::after {
  background-size: 140%;
 }
}
/*KV*/
.kv {
 padding: 0;
 margin-bottom: 4rem;
}
.kv h1 {
 margin: 0 !important;
}
@media screen and (max-width: 767px) {
 .kv {
  padding: 0;
  margin-bottom: 1.25rem;
 }
}
.title {
 font-size: 1.8rem;
 margin: 1rem auto 1.5rem;
}
@media screen and (max-width: 767px) {
 .title {
  font-size: 1.2rem;
  line-height: 1.3;
  margin-top: 2rem;
  margin-bottom: 1rem;
  text-align: center;
 }
}
.lead {
 font-size: 1.8rem;
 margin: 1rem auto 1.5rem;
 position: relative;
 display: inline-block;
 padding: 0 70px;
}
.lead:before, .lead:after {
 content: '';
 position: absolute;
 top: 50%;
 display: inline-block;
 width: 50px;
 height: 5px;
 border-top: solid 1px #003f10;
 border-bottom: solid 1px #003f10;
}
.lead:before {
 left: 0;
}
.lead:after {
 right: 0;
}
@media screen and (max-width: 767px) {
 .lead {
  font-size: 1.2rem;
  line-height: 1.3;
  margin-top: 2rem;
  margin-bottom: 1rem;
  text-align: center;
  padding: 0 50px;
 }
 .lead:before, .lead:after {
  width: 30px;
 }
}
.sec-choice {
 margin-top: 1.2rem;
 margin-bottom: 1rem;
 display: flex;
 flex-direction: column;
 text-align: center;
 font-size: 1.4rem;
 box-sizing: border-box;
}
@media screen and (max-width: 767px) {
 .sec-choice {
  margin-top: .6rem;
  margin-bottom: 3.125rem;
  padding: 0 10px;
 }
}
/*
.sec-choice .lead {
  font-size: 1.6rem;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .sec-choice .lead {
    font-size: 1.2rem;
    text-align: center;
    line-height: 1.8;
    margin-bottom: 1.25rem;
  }
}
*/
.sec-choice .btns {
 padding: 0;
 margin: 0 auto 2.8rem;
}
.sec-choice .btns .btn a {
 display: block;
 text-align: center;
 line-height: 2.875rem;
 padding: 0;
 border-radius: 1.5rem;
 font-size: 1.6rem;
 background-color: #fff !important;
}
.sec-choice .btns .btn a:hover {
 background-color: #fff !important;
 text-decoration: none !important;
 opacity: 0.7;
}
.sec-choice .btns .btn-red a {
 background: transparent;
 color: #d12642;
 border: 3px solid #d12642;
 display: block;
 text-align: center;
 line-height: 2.875rem;
 font-size: 0.875rem;
 border-radius: 1.5rem;
 font-size: 1.6rem;
 /*min-width: 25rem;*/
 width: 100%;
 margin: 1.5rem auto 0;
 padding: 0 1rem;
 transition: .3s;
}
.sec-choice .btns .btn-red a:hover {
 background: #d12642;
 color: #fff;
 text-decoration: none;
}

.sec-choice .btns .btn-green a {
 background: #fff;
 color: #003f10;
 border: 3px solid #003f10;
 display: block;
 text-align: center;
 line-height: 2.875rem;
 font-size: 0.875rem;
 border-radius: 1.5rem;
 font-size: 1.6rem;
 /*min-width: 25rem;*/
 width: 100%;
 margin: 1.5rem auto 0;
 padding: 0 1rem;
}
.sec-choice .btns .btn-green a:hover {
 background: #003f10;
 color: #fff;
 text-decoration: none;
 transition: .3s;
}

@media screen and (max-width: 767px) {
 .sec-choice .btns {
  padding: 0 10px;
  width: 100%;
 }
 .sec-choice .btns .btn-red a {
  max-width: 90% !important;
  font-size: 1.2rem;
 }
 .sec-choice .btns .btn-green a {
  font-size: 1.2rem;
  max-width: 90% !important;
 }
}
.sec-brand {
 margin-bottom: 5rem;
 display: flex;
 flex-direction: column;
 text-align: center;
 font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
 .sec-brand {
  margin-bottom: 3.125rem;
 }
}
/*
.sec-brand .lead {
  font-size: 1.6rem;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .sec-brand .lead {
    font-size: 1rem;
    text-align: left;
    line-height: 1.8;
    margin-bottom: 1.25rem;
  }
}
*/
.sec-brand .brand-area {
 display: flex;
 justify-content: space-between;
 align-items: center;
 margin: 1.2rem auto 0;
 width: 80%;
}
.sec-brand .brand-box {
 width: 30%;
 border: 3px solid #004263;
 border-radius: 10px;
 position: relative;
 margin-top: 1.2em;
}
@media screen and (max-width: 767px) {
 .sec-brand .brand-area {
  width: 90%;
 }
 .sec-brand .brand-box {
  margin: 1.2rem auto 2rem;
  padding: 0 .8rem;
 }
}
.sec-brand .brand-box h3 {
 text-align: center;
 position: absolute;
 right: 0;
 left: 0;
 top: -1.2em;
 font-weight: bold;
 font-size: 1.6rem;
}
.sec-brand .brand-box span {
 padding: 0 .8em;
 background: #fff;
 color: #444;
}
.sec-brand .brand-box .inner {
 padding: 1.2em .8em .8em;
}
.sec-brand .brand-box p {
 font-size: 1rem;
}
@media screen and (max-width: 767px) {
 .sec-brand .brand-area {
  flex-direction: column;
 }
 .sec-brand .brand-box {
  width: 100%;
 }
 .sec-brand .brand-box span {
  font-size: 1.2rem;
 }
}
.sec-recommend {
 margin-top: 10rem;
 margin-bottom: 6rem;
 display: flex;
 flex-direction: column;
 text-align: center;
 font-size: 1.4rem;
 position: relative;
 box-sizing: border-box;
}
@media screen and (max-width: 767px) {
 .sec-recommend {
  margin-top: 1.5rem;
  margin-bottom: 1.625rem;
 }
}
.flex-recommend {
 display: flex;
 justify-content: space-between;
 align-items: center;
 text-align: left;
 width: 90%;
 margin: 0 auto;
 height: auto;
 padding: 20px 0;
}
.flex-recommend .item1 {
 flex: 0 0 600px;
}
.flex-recommend .item2 {
 flex: 1;
 padding-left: 3rem;
}
.flex-recommend .item2 .item-name {
 font-size: 1.4rem;
 font-weight: bold;
 margin-bottom: 10px;
}
.flex-recommend .item2 .item-text {
 display: block;
 padding: 10px 0 30px !important;
 font-size: 1rem;
}
.flex-recommend .item2 .item-title {
 font-size: 1rem;
 margin-bottom: 10px;
}
.flex-recommend .item2 .item-link {
 justify-content: flex-end;
}
@media screen and (max-width:768px) {
 .flex-recommend {
  flex-direction: column;
 }
 .flex-recommend .item1 {
  flex: 1;
 }
 .flex-recommend .item2 {
  flex: 1;
  padding-left: 0;
 }
 .flex-recommend .item2 .item-name {
  font-size: 1.2rem;
 }
}
/*
.sec-recommend .lead {
  font-size: 1.6rem;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .sec-recommend .lead {
    font-size: 1rem;
    text-align: left;
    line-height: 1.8;
    margin-bottom: 1.25rem;
  }
}
*/
.sec-wrapping {
 margin-top: 2rem;
 margin-bottom: 3rem;
 display: flex;
 flex-direction: column;
 text-align: center;
 font-size: 1.4rem;
 position: relative;
}
@media screen and (max-width: 767px) {
 .sec-wrapping {
  margin-top: 3rem;
  margin-bottom: 3.125rem;
 }
}
.sec-wrapping .lead {
 font-size: 1.6rem;
 margin-bottom: 0;
}
@media screen and (max-width: 767px) {
 .sec-wrapping .lead {
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 1.25rem;
 }
}
.sec-wrapping p {
 margin-top: 1.2rem;
 font-size: 1rem;
}
.ribbon-content {
 position: absolute;
 top: -3px;
 right: -6px;
 width: 89px;
 height: 91px;
 overflow: hidden;
}
.ribbon {
 display: inline-block;
 position: absolute;
 padding: 14px 0;
 left: -23px;
 top: 22px;
 width: 160px;
 text-align: center;
 font-size: 18px;
 line-height: 16px;
 background: #c72c2c;
 color: #fff;
 letter-spacing: 0.05em;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
 box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.ribbon:before, .ribbon:after {
 position: absolute;
 content: "";
 border-top: 4px solid #960b0b;
 border-left: 4px solid transparent;
 border-right: 4px solid transparent;
 bottom: -4px;
}
.ribbon:before {
 left: 14px;
}
.ribbon:after {
 right: 18px;
}
.ribbon-content02 {
 position: absolute;
 bottom: -3px;
 left: -6px;
 width: 89px;
 height: 91px;
 overflow: hidden;
 transform: rotate(180deg);
}
.ribbon02 {
 display: inline-block;
 position: absolute;
 padding: 14px 0;
 left: -23px;
 top: 22px;
 width: 160px;
 text-align: center;
 font-size: 18px;
 line-height: 16px;
 background: #c72c2c;
 color: #fff;
 letter-spacing: 0.05em;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
 box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.ribbon02:before, .ribbon02:after {
 position: absolute;
 content: "";
 border-top: 4px solid #960b0b;
 border-left: 4px solid transparent;
 border-right: 4px solid transparent;
 bottom: -4px;
}
.ribbon02:before {
 left: 14px;
}
.ribbon02:after {
 right: 18px;
}
.hr-star {
 background: url("/img/usr/freepage/christmas/bg-square.png") no-repeat center center;
 background-size: 85%;
 margin: 10px auto;
 height: 120px;
 border: 0 none;
 max-width: 85%;
}
@media screen and (max-width: 767px) {
 .hr-star {
  background: url("/img/usr/freepage/christmas/bg-square_sp.png") no-repeat center center;
  background-size: 100%;
  height: 60px;
  max-width: 90%;
  margin: 5px auto;
 }
}
.hr-dot {
 width: 6%;
 /*background-image: linear-gradient(to right, #333, #333 10px, transparent 10px);
 background-size: 8px 10px;
 background-position: left bottom;
 background-repeat: repeat-x;*/
 border-bottom: 4px dotted #003f10;
 margin: 30px auto;
 height: 10px;
}
@media screen and (max-width: 767px) {
 .hr-dot {
  width: 15%;
  height: 40px;
 }
}
.bbtn {
 padding: 0;
}
.bbtn a {
 display: block;
 text-align: center;
 line-height: 2.875rem;
 padding: 0;
 font-size: 0.875rem;
 border-radius: 1.5rem;
}
.bbtn-blue a {
 display: block;
 text-align: center;
 line-height: 2.875rem;
 padding: 0;
 background-color: #004263;
 color: #fff;
 border: 0.0625rem solid #004263;
 border-radius: 1.5rem;
 font-size: 1rem;
 text-decoration: none;
}
.bbtn-arrow a {
 position: relative;
}
.bbtn-arrow a:after {
 display: block;
 content: "";
 width: 1rem;
 height: 1rem;
 background: url("/img/usr/freepage/beginners/icon_arrow_white.png") no-repeat top center;
 background-size: contain;
 position: absolute;
 top: 50%;
 transform: translate(0, -50%);
 right: 1.25rem;
 transition: all 0.3s ease-in;
}
@media screen and (min-width: 768px) {
 .bbtn-arrow a:hover:after {
  right: 0.625rem;
 }
}